Class GeneratedCMSPageType

    • Field Detail

      • PREVIEWDISABLED

        public static final java.lang.String PREVIEWDISABLED
        Qualifier of the CMSPageType.previewDisabled attribute
        See Also:
        Constant Field Values
      • RESTRICTIONTYPES

        public static final java.lang.String RESTRICTIONTYPES
        Qualifier of the CMSPageType.restrictionTypes attribute
        See Also:
        Constant Field Values
      • APPLICABLERESTRICTIONTYPEFORPAGETYPES_SRC_ORDERED

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

        protected static java.lang.String APPLICABLERESTRICTIONTYPEFORPAGETYPES_TGT_ORDERED
      • APPLICABLERESTRICTIONTYPEFORPAGETYPES_MARKMODIFIED

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

        public static final java.lang.String TEMPLATES
        Qualifier of the CMSPageType.templates attribute
        See Also:
        Constant Field Values
      • VALIDPAGETYPESFORTEMPLATES_SRC_ORDERED

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

        protected static java.lang.String VALIDPAGETYPESFORTEMPLATES_TGT_ORDERED
      • VALIDPAGETYPESFORTEMPLATES_MARKMODIFIED

        protected static java.lang.String VALIDPAGETYPESFORTEMPLATES_MARKMODIFIED
        Relation disable markmodifed parameter constants for ValidPageTypesForTemplates from ((cms2))
    • Constructor Detail

      • GeneratedCMSPageType

        public GeneratedCMSPageType()
    • Method Detail

      • isPreviewDisabled

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

        public java.lang.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,
                                       java.lang.Boolean value)
        Generated method - Setter of the CMSPageType.previewDisabled attribute.
        Parameters:
        value - the previewDisabled
      • setPreviewDisabled

        public void setPreviewDisabled​(java.lang.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 java.util.Collection<RestrictionType> getRestrictionTypes​(SessionContext ctx)
        Generated method - Getter of the CMSPageType.restrictionTypes attribute.
        Returns:
        the restrictionTypes
      • getRestrictionTypes

        public java.util.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,
                                        java.util.Collection<RestrictionType> value)
        Generated method - Setter of the CMSPageType.restrictionTypes attribute.
        Parameters:
        value - the restrictionTypes
      • setRestrictionTypes

        public void setRestrictionTypes​(java.util.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 java.util.Set<PageTemplate> getTemplates​(SessionContext ctx)
        Generated method - Getter of the CMSPageType.templates attribute.
        Returns:
        the templates
      • getTemplates

        public java.util.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,
                                 java.util.Set<PageTemplate> value)
        Generated method - Setter of the CMSPageType.templates attribute.
        Parameters:
        value - the templates
      • setTemplates

        public void setTemplates​(java.util.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