Package de.uplanet.lucy.server.rtcache
Interface PageInfo
- All Superinterfaces:
- de.uplanet.lucy.server.rtcache.ILanguageConstant,- de.uplanet.lucy.server.util.ILanguageConstantOrTitle,- de.uplanet.lucy.server.rtcache.IRtInfo,- de.uplanet.lucy.server.rtcache.IRtInfoWithTitle
@Scriptable
public interface PageInfo
extends de.uplanet.lucy.server.rtcache.IRtInfo, de.uplanet.lucy.server.rtcache.IRtInfoWithTitle, de.uplanet.lucy.server.util.ILanguageConstantOrTitle
Information about pages.
- 
Method SummaryModifier and TypeMethodDescriptionde.uplanet.lucy.server.property.IClassPropertyGets the special action class ornullif no special action class was set.Get the unique identifier of the application this page belongs to.Get the data group this page belongs to.getDataGroupGuidOfContainer(String p_container) getGuid()Get the unique identifier of this page.getName()Get the name of this page.de.uplanet.lucy.server.property.PagePropertyCollectionGets the properties of the pagede.uplanet.lucy.server.rtcache.ReadContainerDefinitionListGet the read containers.de.uplanet.lucy.server.property.IClassPropertyGets the special rendering class ornullif no special rendering class was set.Get the script.Get the sysIdent.de.uplanet.lucy.server.hop.TargetInformationGets the target .de.uplanet.lucy.constants.FUP_TYPEgetType()Get the type.de.uplanet.lucy.server.rtcache.WriteContainerDefinitionListGet the write containers.booleanReturn if page is an edit page.booleanReturn if page is navigatable.Methods inherited from interface de.uplanet.lucy.server.rtcache.ILanguageConstantgetLanguageConstantAppGuid, getLanguageConstantName, getLanguageConstantType, hasLanguageConstantMethods inherited from interface de.uplanet.lucy.server.util.ILanguageConstantOrTitlegetTitlesMethods inherited from interface de.uplanet.lucy.server.rtcache.IRtInfoWithTitlegetDefaultTitle, getTitle, getTitles
- 
Method Details- 
getGuidString getGuid()Get the unique identifier of this page.This property is never null.- Returns:
- The unique identifier of this page (not null).
 
- 
getAppGuidString getAppGuid()Get the unique identifier of the application this page belongs to.This property is never null.- Returns:
- The unique identifier of the application.
 
- 
getDataGroupGuidString getDataGroupGuid()Get the data group this page belongs to.- Returns:
- The data group GUID, or null.
 
- 
getNameString getName()Get the name of this page.This property is never null.- Returns:
- The name of this page.
 
- 
getTypede.uplanet.lucy.constants.FUP_TYPE getType()Get the type.- Returns:
- The type.
 
- 
isEditPageboolean isEditPage()Return if page is an edit page.- Returns:
- true, if the page is an edit page, or- falseotherwise.
 
- 
getSysIdentString getSysIdent()Get the sysIdent.- Returns:
- The sysIdent.
 
- 
getScriptString getScript()Get the script.- Returns:
- The script.
 
- 
getPropertiesde.uplanet.lucy.server.property.PagePropertyCollection getProperties()Gets the properties of the page- Returns:
- Collection of the page settings
 
- 
getTargetde.uplanet.lucy.server.hop.TargetInformation getTarget()Gets the target .- Returns:
- The target info instance.
 
- 
getDataGroupGuidOfContainer- Parameters:
- p_container- The container GUID
- Returns:
- Returns the data group of the given read or write container or nullif not found
 
- 
getReadContainerDefinitionsde.uplanet.lucy.server.rtcache.ReadContainerDefinitionList getReadContainerDefinitions()Get the read containers.- Returns:
- The read containers associated with the page.
 
- 
getWriteContainerDefinitionsde.uplanet.lucy.server.rtcache.WriteContainerDefinitionList getWriteContainerDefinitions()Get the write containers.- Returns:
- The write containers associated with the page.
 
- 
getRenderingClassde.uplanet.lucy.server.property.IClassProperty getRenderingClass()Gets the special rendering class ornullif no special rendering class was set.- Returns:
- The rendering class or nullif no rendering class was set
 
- 
getActionClassde.uplanet.lucy.server.property.IClassProperty getActionClass()Gets the special action class ornullif no special action class was set.- Returns:
- The action class or nullif no action class was set
 
 
-