Class GeneratedContentPage

    • Field Detail

      • LABEL

        public static final java.lang.String LABEL
        Qualifier of the ContentPage.label attribute
        See Also:
        Constant Field Values
      • HOMEPAGE

        public static final java.lang.String HOMEPAGE
        Qualifier of the ContentPage.homepage attribute
        See Also:
        Constant Field Values
      • LABELORID

        public static final java.lang.String LABELORID
        Qualifier of the ContentPage.labelOrId attribute
        See Also:
        Constant Field Values
      • NAVIGATIONNODES

        public static final java.lang.String NAVIGATIONNODES
        Qualifier of the ContentPage.navigationNodes attribute
        See Also:
        Constant Field Values
      • CMSCONTENTPAGESFORNAVNODES_SRC_ORDERED

        protected static java.lang.String CMSCONTENTPAGESFORNAVNODES_SRC_ORDERED
        Relation ordering override parameter constants for CMSContentPagesForNavNodes from ((cms2))
      • CMSCONTENTPAGESFORNAVNODES_TGT_ORDERED

        protected static java.lang.String CMSCONTENTPAGESFORNAVNODES_TGT_ORDERED
      • CMSCONTENTPAGESFORNAVNODES_MARKMODIFIED

        protected static java.lang.String CMSCONTENTPAGESFORNAVNODES_MARKMODIFIED
        Relation disable markmodifed parameter constants for CMSContentPagesForNavNodes from ((cms2))
      • LINKCOMPONENTS

        public static final java.lang.String LINKCOMPONENTS
        Qualifier of the ContentPage.linkComponents attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedContentPage

        public GeneratedContentPage()
    • Method Detail

      • isHomepage

        public java.lang.Boolean isHomepage​(SessionContext ctx)
        Generated method - Getter of the ContentPage.homepage attribute.
        Returns:
        the homepage
      • isHomepage

        public java.lang.Boolean isHomepage()
        Generated method - Getter of the ContentPage.homepage attribute.
        Returns:
        the homepage
      • isHomepageAsPrimitive

        public boolean isHomepageAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the ContentPage.homepage attribute.
        Returns:
        the homepage
      • isHomepageAsPrimitive

        public boolean isHomepageAsPrimitive()
        Generated method - Getter of the ContentPage.homepage attribute.
        Returns:
        the homepage
      • setHomepage

        public void setHomepage​(SessionContext ctx,
                                java.lang.Boolean value)
        Generated method - Setter of the ContentPage.homepage attribute.
        Parameters:
        value - the homepage
      • setHomepage

        public void setHomepage​(java.lang.Boolean value)
        Generated method - Setter of the ContentPage.homepage attribute.
        Parameters:
        value - the homepage
      • setHomepage

        public void setHomepage​(SessionContext ctx,
                                boolean value)
        Generated method - Setter of the ContentPage.homepage attribute.
        Parameters:
        value - the homepage
      • setHomepage

        public void setHomepage​(boolean value)
        Generated method - Setter of the ContentPage.homepage attribute.
        Parameters:
        value - the homepage
      • getLabel

        public java.lang.String getLabel​(SessionContext ctx)
        Generated method - Getter of the ContentPage.label attribute.
        Returns:
        the label
      • getLabel

        public java.lang.String getLabel()
        Generated method - Getter of the ContentPage.label attribute.
        Returns:
        the label
      • setLabel

        public void setLabel​(SessionContext ctx,
                             java.lang.String value)
        Generated method - Setter of the ContentPage.label attribute.
        Parameters:
        value - the label
      • setLabel

        public void setLabel​(java.lang.String value)
        Generated method - Setter of the ContentPage.label attribute.
        Parameters:
        value - the label
      • getLabelOrId

        public abstract java.lang.String getLabelOrId​(SessionContext ctx)
        Generated method - Getter of the ContentPage.labelOrId attribute.
        Returns:
        the labelOrId
      • getLabelOrId

        public java.lang.String getLabelOrId()
        Generated method - Getter of the ContentPage.labelOrId attribute.
        Returns:
        the labelOrId
      • getLinkComponents

        public java.util.List<CMSLinkComponent> getLinkComponents​(SessionContext ctx)
        Generated method - Getter of the ContentPage.linkComponents attribute.
        Returns:
        the linkComponents
      • getLinkComponents

        public java.util.List<CMSLinkComponent> getLinkComponents()
        Generated method - Getter of the ContentPage.linkComponents attribute.
        Returns:
        the linkComponents
      • setLinkComponents

        public void setLinkComponents​(SessionContext ctx,
                                      java.util.List<CMSLinkComponent> value)
        Generated method - Setter of the ContentPage.linkComponents attribute.
        Parameters:
        value - the linkComponents
      • setLinkComponents

        public void setLinkComponents​(java.util.List<CMSLinkComponent> value)
        Generated method - Setter of the ContentPage.linkComponents attribute.
        Parameters:
        value - the linkComponents
      • addToLinkComponents

        public void addToLinkComponents​(SessionContext ctx,
                                        CMSLinkComponent value)
        Generated method - Adds value to linkComponents.
        Parameters:
        value - the item to add to linkComponents
      • addToLinkComponents

        public void addToLinkComponents​(CMSLinkComponent value)
        Generated method - Adds value to linkComponents.
        Parameters:
        value - the item to add to linkComponents
      • removeFromLinkComponents

        public void removeFromLinkComponents​(SessionContext ctx,
                                             CMSLinkComponent value)
        Generated method - Removes value from linkComponents.
        Parameters:
        value - the item to remove from linkComponents
      • removeFromLinkComponents

        public void removeFromLinkComponents​(CMSLinkComponent value)
        Generated method - Removes value from linkComponents.
        Parameters:
        value - the item to remove from linkComponents
      • getNavigationNodes

        public java.util.List<CMSNavigationNode> getNavigationNodes​(SessionContext ctx)
        Generated method - Getter of the ContentPage.navigationNodes attribute.
        Returns:
        the navigationNodes
      • getNavigationNodes

        public java.util.List<CMSNavigationNode> getNavigationNodes()
        Generated method - Getter of the ContentPage.navigationNodes attribute.
        Returns:
        the navigationNodes
      • getNavigationNodesCount

        public long getNavigationNodesCount​(SessionContext ctx)
      • getNavigationNodesCount

        public long getNavigationNodesCount()
      • setNavigationNodes

        public void setNavigationNodes​(SessionContext ctx,
                                       java.util.List<CMSNavigationNode> value)
        Generated method - Setter of the ContentPage.navigationNodes attribute.
        Parameters:
        value - the navigationNodes
      • setNavigationNodes

        public void setNavigationNodes​(java.util.List<CMSNavigationNode> value)
        Generated method - Setter of the ContentPage.navigationNodes attribute.
        Parameters:
        value - the navigationNodes
      • addToNavigationNodes

        public void addToNavigationNodes​(SessionContext ctx,
                                         CMSNavigationNode value)
        Generated method - Adds value to navigationNodes.
        Parameters:
        value - the item to add to navigationNodes
      • addToNavigationNodes

        public void addToNavigationNodes​(CMSNavigationNode value)
        Generated method - Adds value to navigationNodes.
        Parameters:
        value - the item to add to navigationNodes
      • removeFromNavigationNodes

        public void removeFromNavigationNodes​(SessionContext ctx,
                                              CMSNavigationNode value)
        Generated method - Removes value from navigationNodes.
        Parameters:
        value - the item to remove from navigationNodes
      • removeFromNavigationNodes

        public void removeFromNavigationNodes​(CMSNavigationNode value)
        Generated method - Removes value from navigationNodes.
        Parameters:
        value - the item to remove from navigationNodes