Class GeneratedAbstractPage

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
AbstractPage

public abstract class GeneratedAbstractPage extends CMSItem
Generated class for type AbstractPage.
See Also:
  • Field Details

    • APPROVALSTATUS

      public static final String APPROVALSTATUS
      Qualifier of the AbstractPage.approvalStatus attribute
      See Also:
    • PAGESTATUS

      public static final String PAGESTATUS
      Qualifier of the AbstractPage.pageStatus attribute
      See Also:
    • TITLE

      public static final String TITLE
      Qualifier of the AbstractPage.title attribute
      See Also:
    • DESCRIPTION

      public static final String DESCRIPTION
      Qualifier of the AbstractPage.description attribute
      See Also:
    • MASTERTEMPLATE

      public static final String MASTERTEMPLATE
      Qualifier of the AbstractPage.masterTemplate attribute
      See Also:
    • DEFAULTPAGE

      public static final String DEFAULTPAGE
      Qualifier of the AbstractPage.defaultPage attribute
      See Also:
    • ONLYONERESTRICTIONMUSTAPPLY

      public static final String ONLYONERESTRICTIONMUSTAPPLY
      Qualifier of the AbstractPage.onlyOneRestrictionMustApply attribute
      See Also:
    • PREVIEWIMAGE

      public static final String PREVIEWIMAGE
      Qualifier of the AbstractPage.previewImage attribute
      See Also:
    • CONTENTSLOTS

      public static final String CONTENTSLOTS
      Qualifier of the AbstractPage.contentSlots attribute
      See Also:
    • TYPE

      public static final String TYPE
      Qualifier of the AbstractPage.type attribute
      See Also:
    • TYPECODE

      public static final String TYPECODE
      Qualifier of the AbstractPage.typeCode attribute
      See Also:
    • MISSINGCONTENTSLOTS

      public static final String MISSINGCONTENTSLOTS
      Qualifier of the AbstractPage.missingContentSlots attribute
      See Also:
    • AVAILABLECONTENTSLOTS

      public static final String AVAILABLECONTENTSLOTS
      Qualifier of the AbstractPage.availableContentSlots attribute
      See Also:
    • VIEW

      public static final String VIEW
      Qualifier of the AbstractPage.view attribute
      See Also:
    • COPYTOCATALOGSDISABLED

      public static final String COPYTOCATALOGSDISABLED
      Qualifier of the AbstractPage.copyToCatalogsDisabled attribute
      See Also:
    • ROBOTTAG

      public static final String ROBOTTAG
      Qualifier of the AbstractPage.robotTag attribute
      See Also:
    • RESTRICTIONS

      public static final String RESTRICTIONS
      Qualifier of the AbstractPage.restrictions attribute
      See Also:
    • RESTRICTIONSFORPAGES_SRC_ORDERED

      protected static String RESTRICTIONSFORPAGES_SRC_ORDERED
      Relation ordering override parameter constants for RestrictionsForPages from ((cms2))
    • RESTRICTIONSFORPAGES_TGT_ORDERED

      protected static String RESTRICTIONSFORPAGES_TGT_ORDERED
    • RESTRICTIONSFORPAGES_MARKMODIFIED

      protected static String RESTRICTIONSFORPAGES_MARKMODIFIED
      Relation disable markmodifed parameter constants for RestrictionsForPages from ((cms2))
    • LOCKEDBY

      public static final String LOCKEDBY
      Qualifier of the AbstractPage.lockedBy attribute
      See Also:
    • ORIGINALPAGE

      public static final String ORIGINALPAGE
      Qualifier of the AbstractPage.originalPage attribute
      See Also:
    • LOCALIZEDPAGES

      public static final String LOCALIZEDPAGES
      Qualifier of the AbstractPage.localizedPages attribute
      See Also:
    • LOCKEDBYHANDLER

      protected static final BidirectionalOneToManyHandler<GeneratedAbstractPage> LOCKEDBYHANDLER
      BidirectionalOneToManyHandler for handling 1:n LOCKEDBY's relation attributes from 'one' side.
    • ORIGINALPAGEHANDLER

      protected static final BidirectionalOneToManyHandler<GeneratedAbstractPage> ORIGINALPAGEHANDLER
      BidirectionalOneToManyHandler for handling 1:n ORIGINALPAGE's relation attributes from 'one' side.
    • LOCALIZEDPAGESHANDLER

      protected static final OneToManyHandler<AbstractPage> LOCALIZEDPAGESHANDLER
      OneToManyHandler for handling 1:n LOCALIZEDPAGES's relation attributes from 'many' side.
    • DEFAULT_INITIAL_ATTRIBUTES

      protected static final Map<String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
  • Constructor Details

    • GeneratedAbstractPage

      public GeneratedAbstractPage()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class GeneratedCMSItem
    • getApprovalStatus

      public EnumerationValue getApprovalStatus(SessionContext ctx)
      Generated method - Getter of the AbstractPage.approvalStatus attribute.
      Returns:
      the approvalStatus
    • getApprovalStatus

      public EnumerationValue getApprovalStatus()
      Generated method - Getter of the AbstractPage.approvalStatus attribute.
      Returns:
      the approvalStatus
    • setApprovalStatus

      public void setApprovalStatus(SessionContext ctx, EnumerationValue value)
      Generated method - Setter of the AbstractPage.approvalStatus attribute.
      Parameters:
      value - the approvalStatus
    • setApprovalStatus

      public void setApprovalStatus(EnumerationValue value)
      Generated method - Setter of the AbstractPage.approvalStatus attribute.
      Parameters:
      value - the approvalStatus
    • getAvailableContentSlots

      public abstract String getAvailableContentSlots(SessionContext ctx)
      Generated method - Getter of the AbstractPage.availableContentSlots attribute.
      Returns:
      the availableContentSlots
    • getAvailableContentSlots

      public String getAvailableContentSlots()
      Generated method - Getter of the AbstractPage.availableContentSlots attribute.
      Returns:
      the availableContentSlots
    • getContentSlots

      public abstract List<ContentSlotForPage> getContentSlots(SessionContext ctx)
      Generated method - Getter of the AbstractPage.contentSlots attribute.
      Returns:
      the contentSlots
    • getContentSlots

      public List<ContentSlotForPage> getContentSlots()
      Generated method - Getter of the AbstractPage.contentSlots attribute.
      Returns:
      the contentSlots
    • isCopyToCatalogsDisabled

      public Boolean isCopyToCatalogsDisabled(SessionContext ctx)
      Generated method - Getter of the AbstractPage.copyToCatalogsDisabled attribute.
      Returns:
      the copyToCatalogsDisabled - Determines whether a local version of the page can be copied to another content catalog.
    • isCopyToCatalogsDisabled

      public Boolean isCopyToCatalogsDisabled()
      Generated method - Getter of the AbstractPage.copyToCatalogsDisabled attribute.
      Returns:
      the copyToCatalogsDisabled - Determines whether a local version of the page can be copied to another content catalog.
    • isCopyToCatalogsDisabledAsPrimitive

      public boolean isCopyToCatalogsDisabledAsPrimitive(SessionContext ctx)
      Generated method - Getter of the AbstractPage.copyToCatalogsDisabled attribute.
      Returns:
      the copyToCatalogsDisabled - Determines whether a local version of the page can be copied to another content catalog.
    • isCopyToCatalogsDisabledAsPrimitive

      public boolean isCopyToCatalogsDisabledAsPrimitive()
      Generated method - Getter of the AbstractPage.copyToCatalogsDisabled attribute.
      Returns:
      the copyToCatalogsDisabled - Determines whether a local version of the page can be copied to another content catalog.
    • setCopyToCatalogsDisabled

      public void setCopyToCatalogsDisabled(SessionContext ctx, Boolean value)
      Generated method - Setter of the AbstractPage.copyToCatalogsDisabled attribute.
      Parameters:
      value - the copyToCatalogsDisabled - Determines whether a local version of the page can be copied to another content catalog.
    • setCopyToCatalogsDisabled

      public void setCopyToCatalogsDisabled(Boolean value)
      Generated method - Setter of the AbstractPage.copyToCatalogsDisabled attribute.
      Parameters:
      value - the copyToCatalogsDisabled - Determines whether a local version of the page can be copied to another content catalog.
    • setCopyToCatalogsDisabled

      public void setCopyToCatalogsDisabled(SessionContext ctx, boolean value)
      Generated method - Setter of the AbstractPage.copyToCatalogsDisabled attribute.
      Parameters:
      value - the copyToCatalogsDisabled - Determines whether a local version of the page can be copied to another content catalog.
    • setCopyToCatalogsDisabled

      public void setCopyToCatalogsDisabled(boolean value)
      Generated method - Setter of the AbstractPage.copyToCatalogsDisabled attribute.
      Parameters:
      value - the copyToCatalogsDisabled - Determines whether a local version of the page can be copied to another content catalog.
    • createItem

      protected Item createItem(SessionContext ctx, ComposedType type, Item.ItemAttributeMap allAttributes) throws JaloBusinessException
      Description copied from class: Item
      Has to be implemented for each concrete subtype of item. This method is responsible for creating a new item instance ( by calling managers, ejb homes, etc. ) during ComposedType.newInstance(Map).

      In case this method uses any of the attribute values during creation it is required to override Item.getNonInitialAttributes(SessionContext, ItemAttributeMap) too.
      Sn example:

      
       public static final String MY_ATTRIBUTE = "someAttribute"; ... protected Item createItem(SessionContext
       ctx, ComposedType type, Map allAttributes ) throws JaloBusinessException { MyManager man = ... return
       man.createMyItem( (String)allAttributes.get(MY_ATTRIBUTE) );
       // here MY_ATTRIBUTE is used for creation, so it must not be set again } protected Map getNonInitialAttributes(
       SessionContext ctx, Map allAttributes ) { // let superclass remove its own initial attributes Map ret =
       super.getNonInitialAttributes( ctx, allAttributes );
       // remove MY_ATTRIBUTE from all attributes since if has already been set ret.remove(MY_ATTRIBUTE); return ret; }
      
       
      Overrides:
      createItem in class CMSItem
      Parameters:
      ctx - the current session context which this item is created within
      type - the actual item type ( since subtypes may not provide a own jalo class this may be different from the type which this method was implemented for )
      Returns:
      the new item instance
      Throws:
      JaloBusinessException - indicates an error during creation - any changes will be rollbacked
    • isDefaultPage

      public Boolean isDefaultPage(SessionContext ctx)
      Generated method - Getter of the AbstractPage.defaultPage attribute.
      Returns:
      the defaultPage
    • isDefaultPage

      public Boolean isDefaultPage()
      Generated method - Getter of the AbstractPage.defaultPage attribute.
      Returns:
      the defaultPage
    • isDefaultPageAsPrimitive

      public boolean isDefaultPageAsPrimitive(SessionContext ctx)
      Generated method - Getter of the AbstractPage.defaultPage attribute.
      Returns:
      the defaultPage
    • isDefaultPageAsPrimitive

      public boolean isDefaultPageAsPrimitive()
      Generated method - Getter of the AbstractPage.defaultPage attribute.
      Returns:
      the defaultPage
    • setDefaultPage

      public void setDefaultPage(SessionContext ctx, Boolean value)
      Generated method - Setter of the AbstractPage.defaultPage attribute.
      Parameters:
      value - the defaultPage
    • setDefaultPage

      public void setDefaultPage(Boolean value)
      Generated method - Setter of the AbstractPage.defaultPage attribute.
      Parameters:
      value - the defaultPage
    • setDefaultPage

      public void setDefaultPage(SessionContext ctx, boolean value)
      Generated method - Setter of the AbstractPage.defaultPage attribute.
      Parameters:
      value - the defaultPage
    • setDefaultPage

      public void setDefaultPage(boolean value)
      Generated method - Setter of the AbstractPage.defaultPage attribute.
      Parameters:
      value - the defaultPage
    • getDescription

      public String getDescription(SessionContext ctx)
      Generated method - Getter of the AbstractPage.description attribute.
      Returns:
      the description - Localized page description.
    • getDescription

      public String getDescription()
      Generated method - Getter of the AbstractPage.description attribute.
      Returns:
      the description - Localized page description.
    • getAllDescription

      public Map<Language,String> getAllDescription(SessionContext ctx)
      Generated method - Getter of the AbstractPage.description attribute.
      Returns:
      the localized description - Localized page description.
    • getAllDescription

      public Map<Language,String> getAllDescription()
      Generated method - Getter of the AbstractPage.description attribute.
      Returns:
      the localized description - Localized page description.
    • setDescription

      public void setDescription(SessionContext ctx, String value)
      Generated method - Setter of the AbstractPage.description attribute.
      Parameters:
      value - the description - Localized page description.
    • setDescription

      public void setDescription(String value)
      Generated method - Setter of the AbstractPage.description attribute.
      Parameters:
      value - the description - Localized page description.
    • setAllDescription

      public void setAllDescription(SessionContext ctx, Map<Language,String> value)
      Generated method - Setter of the AbstractPage.description attribute.
      Parameters:
      value - the description - Localized page description.
    • setAllDescription

      public void setAllDescription(Map<Language,String> value)
      Generated method - Setter of the AbstractPage.description attribute.
      Parameters:
      value - the description - Localized page description.
    • isMarkModifiedDisabled

      @Deprecated(since="2105", forRemoval=true) public boolean isMarkModifiedDisabled(Item referencedItem)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      isMarkModifiedDisabled in class Item
    • getLocalizedPages

      public Collection<AbstractPage> getLocalizedPages(SessionContext ctx)
      Generated method - Getter of the AbstractPage.localizedPages attribute.
      Returns:
      the localizedPages
    • getLocalizedPages

      public Collection<AbstractPage> getLocalizedPages()
      Generated method - Getter of the AbstractPage.localizedPages attribute.
      Returns:
      the localizedPages
    • setLocalizedPages

      public void setLocalizedPages(SessionContext ctx, Collection<AbstractPage> value)
      Generated method - Setter of the AbstractPage.localizedPages attribute.
      Parameters:
      value - the localizedPages
    • setLocalizedPages

      public void setLocalizedPages(Collection<AbstractPage> value)
      Generated method - Setter of the AbstractPage.localizedPages attribute.
      Parameters:
      value - the localizedPages
    • addToLocalizedPages

      public void addToLocalizedPages(SessionContext ctx, AbstractPage value)
      Generated method - Adds value to localizedPages.
      Parameters:
      value - the item to add to localizedPages
    • addToLocalizedPages

      public void addToLocalizedPages(AbstractPage value)
      Generated method - Adds value to localizedPages.
      Parameters:
      value - the item to add to localizedPages
    • removeFromLocalizedPages

      public void removeFromLocalizedPages(SessionContext ctx, AbstractPage value)
      Generated method - Removes value from localizedPages.
      Parameters:
      value - the item to remove from localizedPages
    • removeFromLocalizedPages

      public void removeFromLocalizedPages(AbstractPage value)
      Generated method - Removes value from localizedPages.
      Parameters:
      value - the item to remove from localizedPages
    • getLockedBy

      public User getLockedBy(SessionContext ctx)
      Generated method - Getter of the AbstractPage.lockedBy attribute.
      Returns:
      the lockedBy
    • getLockedBy

      public User getLockedBy()
      Generated method - Getter of the AbstractPage.lockedBy attribute.
      Returns:
      the lockedBy
    • setLockedBy

      public void setLockedBy(SessionContext ctx, User value)
      Generated method - Setter of the AbstractPage.lockedBy attribute.
      Parameters:
      value - the lockedBy
    • setLockedBy

      public void setLockedBy(User value)
      Generated method - Setter of the AbstractPage.lockedBy attribute.
      Parameters:
      value - the lockedBy
    • getMasterTemplate

      public PageTemplate getMasterTemplate(SessionContext ctx)
      Generated method - Getter of the AbstractPage.masterTemplate attribute.
      Returns:
      the masterTemplate
    • getMasterTemplate

      public PageTemplate getMasterTemplate()
      Generated method - Getter of the AbstractPage.masterTemplate attribute.
      Returns:
      the masterTemplate
    • setMasterTemplate

      public void setMasterTemplate(SessionContext ctx, PageTemplate value)
      Generated method - Setter of the AbstractPage.masterTemplate attribute.
      Parameters:
      value - the masterTemplate
    • setMasterTemplate

      public void setMasterTemplate(PageTemplate value)
      Generated method - Setter of the AbstractPage.masterTemplate attribute.
      Parameters:
      value - the masterTemplate
    • getMissingContentSlots

      public abstract String getMissingContentSlots(SessionContext ctx)
      Generated method - Getter of the AbstractPage.missingContentSlots attribute.
      Returns:
      the missingContentSlots
    • getMissingContentSlots

      public String getMissingContentSlots()
      Generated method - Getter of the AbstractPage.missingContentSlots attribute.
      Returns:
      the missingContentSlots
    • isOnlyOneRestrictionMustApply

      public Boolean isOnlyOneRestrictionMustApply(SessionContext ctx)
      Generated method - Getter of the AbstractPage.onlyOneRestrictionMustApply attribute.
      Returns:
      the onlyOneRestrictionMustApply
    • isOnlyOneRestrictionMustApply

      public Boolean isOnlyOneRestrictionMustApply()
      Generated method - Getter of the AbstractPage.onlyOneRestrictionMustApply attribute.
      Returns:
      the onlyOneRestrictionMustApply
    • isOnlyOneRestrictionMustApplyAsPrimitive

      public boolean isOnlyOneRestrictionMustApplyAsPrimitive(SessionContext ctx)
      Generated method - Getter of the AbstractPage.onlyOneRestrictionMustApply attribute.
      Returns:
      the onlyOneRestrictionMustApply
    • isOnlyOneRestrictionMustApplyAsPrimitive

      public boolean isOnlyOneRestrictionMustApplyAsPrimitive()
      Generated method - Getter of the AbstractPage.onlyOneRestrictionMustApply attribute.
      Returns:
      the onlyOneRestrictionMustApply
    • setOnlyOneRestrictionMustApply

      public void setOnlyOneRestrictionMustApply(SessionContext ctx, Boolean value)
      Generated method - Setter of the AbstractPage.onlyOneRestrictionMustApply attribute.
      Parameters:
      value - the onlyOneRestrictionMustApply
    • setOnlyOneRestrictionMustApply

      public void setOnlyOneRestrictionMustApply(Boolean value)
      Generated method - Setter of the AbstractPage.onlyOneRestrictionMustApply attribute.
      Parameters:
      value - the onlyOneRestrictionMustApply
    • setOnlyOneRestrictionMustApply

      public void setOnlyOneRestrictionMustApply(SessionContext ctx, boolean value)
      Generated method - Setter of the AbstractPage.onlyOneRestrictionMustApply attribute.
      Parameters:
      value - the onlyOneRestrictionMustApply
    • setOnlyOneRestrictionMustApply

      public void setOnlyOneRestrictionMustApply(boolean value)
      Generated method - Setter of the AbstractPage.onlyOneRestrictionMustApply attribute.
      Parameters:
      value - the onlyOneRestrictionMustApply
    • getOriginalPage

      public AbstractPage getOriginalPage(SessionContext ctx)
      Generated method - Getter of the AbstractPage.originalPage attribute.
      Returns:
      the originalPage
    • getOriginalPage

      public AbstractPage getOriginalPage()
      Generated method - Getter of the AbstractPage.originalPage attribute.
      Returns:
      the originalPage
    • setOriginalPage

      public void setOriginalPage(SessionContext ctx, AbstractPage value)
      Generated method - Setter of the AbstractPage.originalPage attribute.
      Parameters:
      value - the originalPage
    • setOriginalPage

      public void setOriginalPage(AbstractPage value)
      Generated method - Setter of the AbstractPage.originalPage attribute.
      Parameters:
      value - the originalPage
    • getPageStatus

      public EnumerationValue getPageStatus(SessionContext ctx)
      Generated method - Getter of the AbstractPage.pageStatus attribute.
      Returns:
      the pageStatus
    • getPageStatus

      public EnumerationValue getPageStatus()
      Generated method - Getter of the AbstractPage.pageStatus attribute.
      Returns:
      the pageStatus
    • setPageStatus

      public void setPageStatus(SessionContext ctx, EnumerationValue value)
      Generated method - Setter of the AbstractPage.pageStatus attribute.
      Parameters:
      value - the pageStatus
    • setPageStatus

      public void setPageStatus(EnumerationValue value)
      Generated method - Setter of the AbstractPage.pageStatus attribute.
      Parameters:
      value - the pageStatus
    • getPreviewImage

      public Media getPreviewImage(SessionContext ctx)
      Generated method - Getter of the AbstractPage.previewImage attribute.
      Returns:
      the previewImage
    • getPreviewImage

      public Media getPreviewImage()
      Generated method - Getter of the AbstractPage.previewImage attribute.
      Returns:
      the previewImage
    • setPreviewImage

      public void setPreviewImage(SessionContext ctx, Media value)
      Generated method - Setter of the AbstractPage.previewImage attribute.
      Parameters:
      value - the previewImage
    • setPreviewImage

      public void setPreviewImage(Media value)
      Generated method - Setter of the AbstractPage.previewImage attribute.
      Parameters:
      value - the previewImage
    • getRestrictions

      public List<AbstractRestriction> getRestrictions(SessionContext ctx)
      Generated method - Getter of the AbstractPage.restrictions attribute.
      Returns:
      the restrictions
    • getRestrictions

      public List<AbstractRestriction> getRestrictions()
      Generated method - Getter of the AbstractPage.restrictions attribute.
      Returns:
      the restrictions
    • getRestrictionsCount

      public long getRestrictionsCount(SessionContext ctx)
    • getRestrictionsCount

      public long getRestrictionsCount()
    • setRestrictions

      public void setRestrictions(SessionContext ctx, List<AbstractRestriction> value)
      Generated method - Setter of the AbstractPage.restrictions attribute.
      Parameters:
      value - the restrictions
    • setRestrictions

      public void setRestrictions(List<AbstractRestriction> value)
      Generated method - Setter of the AbstractPage.restrictions attribute.
      Parameters:
      value - the restrictions
    • addToRestrictions

      public void addToRestrictions(SessionContext ctx, AbstractRestriction value)
      Generated method - Adds value to restrictions.
      Parameters:
      value - the item to add to restrictions
    • addToRestrictions

      public void addToRestrictions(AbstractRestriction value)
      Generated method - Adds value to restrictions.
      Parameters:
      value - the item to add to restrictions
    • removeFromRestrictions

      public void removeFromRestrictions(SessionContext ctx, AbstractRestriction value)
      Generated method - Removes value from restrictions.
      Parameters:
      value - the item to remove from restrictions
    • removeFromRestrictions

      public void removeFromRestrictions(AbstractRestriction value)
      Generated method - Removes value from restrictions.
      Parameters:
      value - the item to remove from restrictions
    • getRobotTag

      public EnumerationValue getRobotTag(SessionContext ctx)
      Generated method - Getter of the AbstractPage.robotTag attribute.
      Returns:
      the robotTag - Options for indexing and following any links on the page.
    • getRobotTag

      public EnumerationValue getRobotTag()
      Generated method - Getter of the AbstractPage.robotTag attribute.
      Returns:
      the robotTag - Options for indexing and following any links on the page.
    • setRobotTag

      public void setRobotTag(SessionContext ctx, EnumerationValue value)
      Generated method - Setter of the AbstractPage.robotTag attribute.
      Parameters:
      value - the robotTag - Options for indexing and following any links on the page.
    • setRobotTag

      public void setRobotTag(EnumerationValue value)
      Generated method - Setter of the AbstractPage.robotTag attribute.
      Parameters:
      value - the robotTag - Options for indexing and following any links on the page.
    • getTitle

      public String getTitle(SessionContext ctx)
      Generated method - Getter of the AbstractPage.title attribute.
      Returns:
      the title
    • getTitle

      public String getTitle()
      Generated method - Getter of the AbstractPage.title attribute.
      Returns:
      the title
    • getAllTitle

      public Map<Language,String> getAllTitle(SessionContext ctx)
      Generated method - Getter of the AbstractPage.title attribute.
      Returns:
      the localized title
    • getAllTitle

      public Map<Language,String> getAllTitle()
      Generated method - Getter of the AbstractPage.title attribute.
      Returns:
      the localized title
    • setTitle

      public void setTitle(SessionContext ctx, String value)
      Generated method - Setter of the AbstractPage.title attribute.
      Parameters:
      value - the title
    • setTitle

      public void setTitle(String value)
      Generated method - Setter of the AbstractPage.title attribute.
      Parameters:
      value - the title
    • setAllTitle

      public void setAllTitle(SessionContext ctx, Map<Language,String> value)
      Generated method - Setter of the AbstractPage.title attribute.
      Parameters:
      value - the title
    • setAllTitle

      public void setAllTitle(Map<Language,String> value)
      Generated method - Setter of the AbstractPage.title attribute.
      Parameters:
      value - the title
    • getType

      public abstract String getType(SessionContext ctx)
      Generated method - Getter of the AbstractPage.type attribute.
      Returns:
      the type
    • getType

      public String getType()
      Generated method - Getter of the AbstractPage.type attribute.
      Returns:
      the type
    • getAllType

      public abstract Map<Language,String> getAllType(SessionContext ctx)
      Generated method - Getter of the AbstractPage.type attribute.
      Returns:
      the localized type
    • getAllType

      public Map<Language,String> getAllType()
      Generated method - Getter of the AbstractPage.type attribute.
      Returns:
      the localized type
    • getTypeCode

      public abstract String getTypeCode(SessionContext ctx)
      Generated method - Getter of the AbstractPage.typeCode attribute.
      Returns:
      the typeCode
    • getTypeCode

      public String getTypeCode()
      Generated method - Getter of the AbstractPage.typeCode attribute.
      Returns:
      the typeCode
    • getView

      public abstract String getView(SessionContext ctx)
      Generated method - Getter of the AbstractPage.view attribute.
      Returns:
      the view
    • getView

      public String getView()
      Generated method - Getter of the AbstractPage.view attribute.
      Returns:
      the view