Class GeneratedCMSPageType

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

public abstract class GeneratedCMSPageType extends ComposedType
Generated class for type CMSPageType.
See Also:
  • Field Details

    • PREVIEWDISABLED

      public static final String PREVIEWDISABLED
      Qualifier of the CMSPageType.previewDisabled attribute
      See Also:
    • RESTRICTIONTYPES

      public static final String RESTRICTIONTYPES
      Qualifier of the CMSPageType.restrictionTypes attribute
      See Also:
    • APPLICABLERESTRICTIONTYPEFORPAGETYPES_SRC_ORDERED

      protected static String APPLICABLERESTRICTIONTYPEFORPAGETYPES_SRC_ORDERED
      Relation ordering override parameter constants for ApplicableRestrictionTypeForPageTypes from ((cms2))
    • APPLICABLERESTRICTIONTYPEFORPAGETYPES_TGT_ORDERED

      protected static String APPLICABLERESTRICTIONTYPEFORPAGETYPES_TGT_ORDERED
    • APPLICABLERESTRICTIONTYPEFORPAGETYPES_MARKMODIFIED

      protected static String APPLICABLERESTRICTIONTYPEFORPAGETYPES_MARKMODIFIED
      Relation disable markmodifed parameter constants for ApplicableRestrictionTypeForPageTypes from ((cms2))
    • TEMPLATES

      public static final String TEMPLATES
      Qualifier of the CMSPageType.templates attribute
      See Also:
    • VALIDPAGETYPESFORTEMPLATES_SRC_ORDERED

      protected static String VALIDPAGETYPESFORTEMPLATES_SRC_ORDERED
      Relation ordering override parameter constants for ValidPageTypesForTemplates from ((cms2))
    • VALIDPAGETYPESFORTEMPLATES_TGT_ORDERED

      protected static String VALIDPAGETYPESFORTEMPLATES_TGT_ORDERED
    • VALIDPAGETYPESFORTEMPLATES_MARKMODIFIED

      protected static String VALIDPAGETYPESFORTEMPLATES_MARKMODIFIED
      Relation disable markmodifed parameter constants for ValidPageTypesForTemplates from ((cms2))
  • Constructor Details

    • GeneratedCMSPageType

      public GeneratedCMSPageType()
  • Method Details

    • 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
    • isPreviewDisabled

      public Boolean isPreviewDisabled(SessionContext ctx)
      Generated method - Getter of the CMSPageType.previewDisabled attribute.
      Returns:
      the previewDisabled
    • isPreviewDisabled

      public Boolean isPreviewDisabled()
      Generated method - Getter of the CMSPageType.previewDisabled attribute.
      Returns:
      the previewDisabled
    • isPreviewDisabledAsPrimitive

      public boolean isPreviewDisabledAsPrimitive(SessionContext ctx)
      Generated method - Getter of the CMSPageType.previewDisabled attribute.
      Returns:
      the previewDisabled
    • isPreviewDisabledAsPrimitive

      public boolean isPreviewDisabledAsPrimitive()
      Generated method - Getter of the CMSPageType.previewDisabled attribute.
      Returns:
      the previewDisabled
    • setPreviewDisabled

      public void setPreviewDisabled(SessionContext ctx, Boolean value)
      Generated method - Setter of the CMSPageType.previewDisabled attribute.
      Parameters:
      value - the previewDisabled
    • setPreviewDisabled

      public void setPreviewDisabled(Boolean value)
      Generated method - Setter of the CMSPageType.previewDisabled attribute.
      Parameters:
      value - the previewDisabled
    • setPreviewDisabled

      public void setPreviewDisabled(SessionContext ctx, boolean value)
      Generated method - Setter of the CMSPageType.previewDisabled attribute.
      Parameters:
      value - the previewDisabled
    • setPreviewDisabled

      public void setPreviewDisabled(boolean value)
      Generated method - Setter of the CMSPageType.previewDisabled attribute.
      Parameters:
      value - the previewDisabled
    • getRestrictionTypes

      public Collection<RestrictionType> getRestrictionTypes(SessionContext ctx)
      Generated method - Getter of the CMSPageType.restrictionTypes attribute.
      Returns:
      the restrictionTypes
    • getRestrictionTypes

      public Collection<RestrictionType> getRestrictionTypes()
      Generated method - Getter of the CMSPageType.restrictionTypes attribute.
      Returns:
      the restrictionTypes
    • getRestrictionTypesCount

      public long getRestrictionTypesCount(SessionContext ctx)
    • getRestrictionTypesCount

      public long getRestrictionTypesCount()
    • setRestrictionTypes

      public void setRestrictionTypes(SessionContext ctx, Collection<RestrictionType> value)
      Generated method - Setter of the CMSPageType.restrictionTypes attribute.
      Parameters:
      value - the restrictionTypes
    • setRestrictionTypes

      public void setRestrictionTypes(Collection<RestrictionType> value)
      Generated method - Setter of the CMSPageType.restrictionTypes attribute.
      Parameters:
      value - the restrictionTypes
    • addToRestrictionTypes

      public void addToRestrictionTypes(SessionContext ctx, RestrictionType value)
      Generated method - Adds value to restrictionTypes.
      Parameters:
      value - the item to add to restrictionTypes
    • addToRestrictionTypes

      public void addToRestrictionTypes(RestrictionType value)
      Generated method - Adds value to restrictionTypes.
      Parameters:
      value - the item to add to restrictionTypes
    • removeFromRestrictionTypes

      public void removeFromRestrictionTypes(SessionContext ctx, RestrictionType value)
      Generated method - Removes value from restrictionTypes.
      Parameters:
      value - the item to remove from restrictionTypes
    • removeFromRestrictionTypes

      public void removeFromRestrictionTypes(RestrictionType value)
      Generated method - Removes value from restrictionTypes.
      Parameters:
      value - the item to remove from restrictionTypes
    • getTemplates

      public Set<PageTemplate> getTemplates(SessionContext ctx)
      Generated method - Getter of the CMSPageType.templates attribute.
      Returns:
      the templates
    • getTemplates

      public Set<PageTemplate> getTemplates()
      Generated method - Getter of the CMSPageType.templates attribute.
      Returns:
      the templates
    • getTemplatesCount

      public long getTemplatesCount(SessionContext ctx)
    • getTemplatesCount

      public long getTemplatesCount()
    • setTemplates

      public void setTemplates(SessionContext ctx, Set<PageTemplate> value)
      Generated method - Setter of the CMSPageType.templates attribute.
      Parameters:
      value - the templates
    • setTemplates

      public void setTemplates(Set<PageTemplate> value)
      Generated method - Setter of the CMSPageType.templates attribute.
      Parameters:
      value - the templates
    • addToTemplates

      public void addToTemplates(SessionContext ctx, PageTemplate value)
      Generated method - Adds value to templates.
      Parameters:
      value - the item to add to templates
    • addToTemplates

      public void addToTemplates(PageTemplate value)
      Generated method - Adds value to templates.
      Parameters:
      value - the item to add to templates
    • removeFromTemplates

      public void removeFromTemplates(SessionContext ctx, PageTemplate value)
      Generated method - Removes value from templates.
      Parameters:
      value - the item to remove from templates
    • removeFromTemplates

      public void removeFromTemplates(PageTemplate value)
      Generated method - Removes value from templates.
      Parameters:
      value - the item to remove from templates