Class GeneratedCMSSite

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable
    Direct Known Subclasses:
    CMSSite

    public abstract class GeneratedCMSSite
    extends BaseSite
    Generated class for type CMSSite.
    See Also:
    Serialized Form
    • Field Detail

      • URLPATTERNS

        public static final java.lang.String URLPATTERNS
        Qualifier of the CMSSite.urlPatterns attribute
        See Also:
        Constant Field Values
      • ACTIVE

        public static final java.lang.String ACTIVE
        Qualifier of the CMSSite.active attribute
        See Also:
        Constant Field Values
      • ACTIVEFROM

        public static final java.lang.String ACTIVEFROM
        Qualifier of the CMSSite.activeFrom attribute
        See Also:
        Constant Field Values
      • ACTIVEUNTIL

        public static final java.lang.String ACTIVEUNTIL
        Qualifier of the CMSSite.activeUntil attribute
        See Also:
        Constant Field Values
      • DEFAULTCATALOG

        public static final java.lang.String DEFAULTCATALOG
        Qualifier of the CMSSite.defaultCatalog attribute
        See Also:
        Constant Field Values
      • STARTINGPAGE

        public static final java.lang.String STARTINGPAGE
        Qualifier of the CMSSite.startingPage attribute
        See Also:
        Constant Field Values
      • REDIRECTURL

        public static final java.lang.String REDIRECTURL
        Qualifier of the CMSSite.redirectURL attribute
        See Also:
        Constant Field Values
      • PREVIEWURL

        public static final java.lang.String PREVIEWURL
        Qualifier of the CMSSite.previewURL attribute
        See Also:
        Constant Field Values
      • CLASSIFICATIONCATALOGS

        public static final java.lang.String CLASSIFICATIONCATALOGS
        Qualifier of the CMSSite.classificationCatalogs attribute
        See Also:
        Constant Field Values
      • PRODUCTCATALOGS

        public static final java.lang.String PRODUCTCATALOGS
        Qualifier of the CMSSite.productCatalogs attribute
        See Also:
        Constant Field Values
      • STARTPAGELABEL

        public static final java.lang.String STARTPAGELABEL
        Qualifier of the CMSSite.startPageLabel attribute
        See Also:
        Constant Field Values
      • OPENPREVIEWINNEWTAB

        public static final java.lang.String OPENPREVIEWINNEWTAB
        Qualifier of the CMSSite.openPreviewInNewTab attribute
        See Also:
        Constant Field Values
      • DEFAULTPREVIEWCATEGORY

        public static final java.lang.String DEFAULTPREVIEWCATEGORY
        Qualifier of the CMSSite.defaultPreviewCategory attribute
        See Also:
        Constant Field Values
      • DEFAULTPREVIEWPRODUCT

        public static final java.lang.String DEFAULTPREVIEWPRODUCT
        Qualifier of the CMSSite.defaultPreviewProduct attribute
        See Also:
        Constant Field Values
      • DEFAULTPREVIEWCATALOG

        public static final java.lang.String DEFAULTPREVIEWCATALOG
        Qualifier of the CMSSite.defaultPreviewCatalog attribute
        See Also:
        Constant Field Values
      • CONTENTCATALOGS

        public static final java.lang.String CONTENTCATALOGS
        Qualifier of the CMSSite.contentCatalogs attribute
        See Also:
        Constant Field Values
      • CATALOGSFORCMSSITE_SRC_ORDERED

        protected static java.lang.String CATALOGSFORCMSSITE_SRC_ORDERED
        Relation ordering override parameter constants for CatalogsForCMSSite from ((cms2))
      • CATALOGSFORCMSSITE_TGT_ORDERED

        protected static java.lang.String CATALOGSFORCMSSITE_TGT_ORDERED
      • CATALOGSFORCMSSITE_MARKMODIFIED

        protected static java.lang.String CATALOGSFORCMSSITE_MARKMODIFIED
        Relation disable markmodifed parameter constants for CatalogsForCMSSite from ((cms2))
      • VALIDCOMPONENTTYPES

        public static final java.lang.String VALIDCOMPONENTTYPES
        Qualifier of the CMSSite.validComponentTypes attribute
        See Also:
        Constant Field Values
      • VALIDCOMPONENTTYPESFORSITE_SRC_ORDERED

        protected static java.lang.String VALIDCOMPONENTTYPESFORSITE_SRC_ORDERED
        Relation ordering override parameter constants for ValidComponentTypesForSite from ((cms2))
      • VALIDCOMPONENTTYPESFORSITE_TGT_ORDERED

        protected static java.lang.String VALIDCOMPONENTTYPESFORSITE_TGT_ORDERED
      • VALIDCOMPONENTTYPESFORSITE_MARKMODIFIED

        protected static java.lang.String VALIDCOMPONENTTYPESFORSITE_MARKMODIFIED
        Relation disable markmodifed parameter constants for ValidComponentTypesForSite from ((cms2))
      • DEFAULT_INITIAL_ATTRIBUTES

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

      • GeneratedCMSSite

        public GeneratedCMSSite()
    • Method Detail

      • isActive

        public java.lang.Boolean isActive​(SessionContext ctx)
        Generated method - Getter of the CMSSite.active attribute.
        Returns:
        the active
      • isActive

        public java.lang.Boolean isActive()
        Generated method - Getter of the CMSSite.active attribute.
        Returns:
        the active
      • isActiveAsPrimitive

        public boolean isActiveAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the CMSSite.active attribute.
        Returns:
        the active
      • isActiveAsPrimitive

        public boolean isActiveAsPrimitive()
        Generated method - Getter of the CMSSite.active attribute.
        Returns:
        the active
      • setActive

        public void setActive​(SessionContext ctx,
                              java.lang.Boolean value)
        Generated method - Setter of the CMSSite.active attribute.
        Parameters:
        value - the active
      • setActive

        public void setActive​(java.lang.Boolean value)
        Generated method - Setter of the CMSSite.active attribute.
        Parameters:
        value - the active
      • setActive

        public void setActive​(SessionContext ctx,
                              boolean value)
        Generated method - Setter of the CMSSite.active attribute.
        Parameters:
        value - the active
      • setActive

        public void setActive​(boolean value)
        Generated method - Setter of the CMSSite.active attribute.
        Parameters:
        value - the active
      • getActiveFrom

        public java.util.Date getActiveFrom​(SessionContext ctx)
        Generated method - Getter of the CMSSite.activeFrom attribute.
        Returns:
        the activeFrom
      • getActiveFrom

        public java.util.Date getActiveFrom()
        Generated method - Getter of the CMSSite.activeFrom attribute.
        Returns:
        the activeFrom
      • setActiveFrom

        public void setActiveFrom​(SessionContext ctx,
                                  java.util.Date value)
        Generated method - Setter of the CMSSite.activeFrom attribute.
        Parameters:
        value - the activeFrom
      • setActiveFrom

        public void setActiveFrom​(java.util.Date value)
        Generated method - Setter of the CMSSite.activeFrom attribute.
        Parameters:
        value - the activeFrom
      • getActiveUntil

        public java.util.Date getActiveUntil​(SessionContext ctx)
        Generated method - Getter of the CMSSite.activeUntil attribute.
        Returns:
        the activeUntil
      • getActiveUntil

        public java.util.Date getActiveUntil()
        Generated method - Getter of the CMSSite.activeUntil attribute.
        Returns:
        the activeUntil
      • setActiveUntil

        public void setActiveUntil​(SessionContext ctx,
                                   java.util.Date value)
        Generated method - Setter of the CMSSite.activeUntil attribute.
        Parameters:
        value - the activeUntil
      • setActiveUntil

        public void setActiveUntil​(java.util.Date value)
        Generated method - Setter of the CMSSite.activeUntil attribute.
        Parameters:
        value - the activeUntil
      • getClassificationCatalogs

        public abstract java.util.List<Catalog> getClassificationCatalogs​(SessionContext ctx)
        Generated method - Getter of the CMSSite.classificationCatalogs attribute.
        Returns:
        the classificationCatalogs
      • getClassificationCatalogs

        public java.util.List<Catalog> getClassificationCatalogs()
        Generated method - Getter of the CMSSite.classificationCatalogs attribute.
        Returns:
        the classificationCatalogs
      • getContentCatalogs

        public java.util.List<ContentCatalog> getContentCatalogs​(SessionContext ctx)
        Generated method - Getter of the CMSSite.contentCatalogs attribute.
        Returns:
        the contentCatalogs
      • getContentCatalogs

        public java.util.List<ContentCatalog> getContentCatalogs()
        Generated method - Getter of the CMSSite.contentCatalogs attribute.
        Returns:
        the contentCatalogs
      • getContentCatalogsCount

        public long getContentCatalogsCount​(SessionContext ctx)
      • getContentCatalogsCount

        public long getContentCatalogsCount()
      • setContentCatalogs

        public void setContentCatalogs​(SessionContext ctx,
                                       java.util.List<ContentCatalog> value)
        Generated method - Setter of the CMSSite.contentCatalogs attribute.
        Parameters:
        value - the contentCatalogs
      • setContentCatalogs

        public void setContentCatalogs​(java.util.List<ContentCatalog> value)
        Generated method - Setter of the CMSSite.contentCatalogs attribute.
        Parameters:
        value - the contentCatalogs
      • addToContentCatalogs

        public void addToContentCatalogs​(SessionContext ctx,
                                         ContentCatalog value)
        Generated method - Adds value to contentCatalogs.
        Parameters:
        value - the item to add to contentCatalogs
      • addToContentCatalogs

        public void addToContentCatalogs​(ContentCatalog value)
        Generated method - Adds value to contentCatalogs.
        Parameters:
        value - the item to add to contentCatalogs
      • removeFromContentCatalogs

        public void removeFromContentCatalogs​(SessionContext ctx,
                                              ContentCatalog value)
        Generated method - Removes value from contentCatalogs.
        Parameters:
        value - the item to remove from contentCatalogs
      • removeFromContentCatalogs

        public void removeFromContentCatalogs​(ContentCatalog value)
        Generated method - Removes value from contentCatalogs.
        Parameters:
        value - the item to remove from contentCatalogs
      • getDefaultCatalog

        public Catalog getDefaultCatalog​(SessionContext ctx)
        Generated method - Getter of the CMSSite.defaultCatalog attribute.
        Returns:
        the defaultCatalog
      • getDefaultCatalog

        public Catalog getDefaultCatalog()
        Generated method - Getter of the CMSSite.defaultCatalog attribute.
        Returns:
        the defaultCatalog
      • setDefaultCatalog

        public void setDefaultCatalog​(SessionContext ctx,
                                      Catalog value)
        Generated method - Setter of the CMSSite.defaultCatalog attribute.
        Parameters:
        value - the defaultCatalog
      • setDefaultCatalog

        public void setDefaultCatalog​(Catalog value)
        Generated method - Setter of the CMSSite.defaultCatalog attribute.
        Parameters:
        value - the defaultCatalog
      • getDefaultPreviewCatalog

        public Catalog getDefaultPreviewCatalog​(SessionContext ctx)
        Generated method - Getter of the CMSSite.defaultPreviewCatalog attribute.
        Returns:
        the defaultPreviewCatalog
      • getDefaultPreviewCatalog

        public Catalog getDefaultPreviewCatalog()
        Generated method - Getter of the CMSSite.defaultPreviewCatalog attribute.
        Returns:
        the defaultPreviewCatalog
      • setDefaultPreviewCatalog

        public void setDefaultPreviewCatalog​(SessionContext ctx,
                                             Catalog value)
        Generated method - Setter of the CMSSite.defaultPreviewCatalog attribute.
        Parameters:
        value - the defaultPreviewCatalog
      • setDefaultPreviewCatalog

        public void setDefaultPreviewCatalog​(Catalog value)
        Generated method - Setter of the CMSSite.defaultPreviewCatalog attribute.
        Parameters:
        value - the defaultPreviewCatalog
      • getDefaultPreviewCategory

        public Category getDefaultPreviewCategory​(SessionContext ctx)
        Generated method - Getter of the CMSSite.defaultPreviewCategory attribute.
        Returns:
        the defaultPreviewCategory
      • getDefaultPreviewCategory

        public Category getDefaultPreviewCategory()
        Generated method - Getter of the CMSSite.defaultPreviewCategory attribute.
        Returns:
        the defaultPreviewCategory
      • setDefaultPreviewCategory

        public void setDefaultPreviewCategory​(SessionContext ctx,
                                              Category value)
        Generated method - Setter of the CMSSite.defaultPreviewCategory attribute.
        Parameters:
        value - the defaultPreviewCategory
      • setDefaultPreviewCategory

        public void setDefaultPreviewCategory​(Category value)
        Generated method - Setter of the CMSSite.defaultPreviewCategory attribute.
        Parameters:
        value - the defaultPreviewCategory
      • getDefaultPreviewProduct

        public Product getDefaultPreviewProduct​(SessionContext ctx)
        Generated method - Getter of the CMSSite.defaultPreviewProduct attribute.
        Returns:
        the defaultPreviewProduct
      • getDefaultPreviewProduct

        public Product getDefaultPreviewProduct()
        Generated method - Getter of the CMSSite.defaultPreviewProduct attribute.
        Returns:
        the defaultPreviewProduct
      • setDefaultPreviewProduct

        public void setDefaultPreviewProduct​(SessionContext ctx,
                                             Product value)
        Generated method - Setter of the CMSSite.defaultPreviewProduct attribute.
        Parameters:
        value - the defaultPreviewProduct
      • setDefaultPreviewProduct

        public void setDefaultPreviewProduct​(Product value)
        Generated method - Setter of the CMSSite.defaultPreviewProduct attribute.
        Parameters:
        value - the defaultPreviewProduct
      • isOpenPreviewInNewTab

        public java.lang.Boolean isOpenPreviewInNewTab​(SessionContext ctx)
        Generated method - Getter of the CMSSite.openPreviewInNewTab attribute.
        Returns:
        the openPreviewInNewTab
      • isOpenPreviewInNewTab

        public java.lang.Boolean isOpenPreviewInNewTab()
        Generated method - Getter of the CMSSite.openPreviewInNewTab attribute.
        Returns:
        the openPreviewInNewTab
      • isOpenPreviewInNewTabAsPrimitive

        public boolean isOpenPreviewInNewTabAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the CMSSite.openPreviewInNewTab attribute.
        Returns:
        the openPreviewInNewTab
      • isOpenPreviewInNewTabAsPrimitive

        public boolean isOpenPreviewInNewTabAsPrimitive()
        Generated method - Getter of the CMSSite.openPreviewInNewTab attribute.
        Returns:
        the openPreviewInNewTab
      • setOpenPreviewInNewTab

        public void setOpenPreviewInNewTab​(SessionContext ctx,
                                           java.lang.Boolean value)
        Generated method - Setter of the CMSSite.openPreviewInNewTab attribute.
        Parameters:
        value - the openPreviewInNewTab
      • setOpenPreviewInNewTab

        public void setOpenPreviewInNewTab​(java.lang.Boolean value)
        Generated method - Setter of the CMSSite.openPreviewInNewTab attribute.
        Parameters:
        value - the openPreviewInNewTab
      • setOpenPreviewInNewTab

        public void setOpenPreviewInNewTab​(SessionContext ctx,
                                           boolean value)
        Generated method - Setter of the CMSSite.openPreviewInNewTab attribute.
        Parameters:
        value - the openPreviewInNewTab
      • setOpenPreviewInNewTab

        public void setOpenPreviewInNewTab​(boolean value)
        Generated method - Setter of the CMSSite.openPreviewInNewTab attribute.
        Parameters:
        value - the openPreviewInNewTab
      • getPreviewURL

        public java.lang.String getPreviewURL​(SessionContext ctx)
        Generated method - Getter of the CMSSite.previewURL attribute.
        Returns:
        the previewURL
      • getPreviewURL

        public java.lang.String getPreviewURL()
        Generated method - Getter of the CMSSite.previewURL attribute.
        Returns:
        the previewURL
      • setPreviewURL

        public void setPreviewURL​(SessionContext ctx,
                                  java.lang.String value)
        Generated method - Setter of the CMSSite.previewURL attribute.
        Parameters:
        value - the previewURL
      • setPreviewURL

        public void setPreviewURL​(java.lang.String value)
        Generated method - Setter of the CMSSite.previewURL attribute.
        Parameters:
        value - the previewURL
      • getProductCatalogs

        public abstract java.util.List<Catalog> getProductCatalogs​(SessionContext ctx)
        Generated method - Getter of the CMSSite.productCatalogs attribute.
        Returns:
        the productCatalogs
      • getProductCatalogs

        public java.util.List<Catalog> getProductCatalogs()
        Generated method - Getter of the CMSSite.productCatalogs attribute.
        Returns:
        the productCatalogs
      • getRedirectURL

        public java.lang.String getRedirectURL​(SessionContext ctx)
        Generated method - Getter of the CMSSite.redirectURL attribute.
        Returns:
        the redirectURL
      • getRedirectURL

        public java.lang.String getRedirectURL()
        Generated method - Getter of the CMSSite.redirectURL attribute.
        Returns:
        the redirectURL
      • setRedirectURL

        public void setRedirectURL​(SessionContext ctx,
                                   java.lang.String value)
        Generated method - Setter of the CMSSite.redirectURL attribute.
        Parameters:
        value - the redirectURL
      • setRedirectURL

        public void setRedirectURL​(java.lang.String value)
        Generated method - Setter of the CMSSite.redirectURL attribute.
        Parameters:
        value - the redirectURL
      • getStartingPage

        public ContentPage getStartingPage​(SessionContext ctx)
        Generated method - Getter of the CMSSite.startingPage attribute.
        Returns:
        the startingPage
      • getStartingPage

        public ContentPage getStartingPage()
        Generated method - Getter of the CMSSite.startingPage attribute.
        Returns:
        the startingPage
      • setStartingPage

        public void setStartingPage​(SessionContext ctx,
                                    ContentPage value)
        Generated method - Setter of the CMSSite.startingPage attribute.
        Parameters:
        value - the startingPage
      • setStartingPage

        public void setStartingPage​(ContentPage value)
        Generated method - Setter of the CMSSite.startingPage attribute.
        Parameters:
        value - the startingPage
      • getStartPageLabel

        public abstract java.lang.String getStartPageLabel​(SessionContext ctx)
        Generated method - Getter of the CMSSite.startPageLabel attribute.
        Returns:
        the startPageLabel
      • getStartPageLabel

        public java.lang.String getStartPageLabel()
        Generated method - Getter of the CMSSite.startPageLabel attribute.
        Returns:
        the startPageLabel
      • getUrlPatterns

        public java.util.Collection<java.lang.String> getUrlPatterns​(SessionContext ctx)
        Generated method - Getter of the CMSSite.urlPatterns attribute.
        Returns:
        the urlPatterns
      • getUrlPatterns

        public java.util.Collection<java.lang.String> getUrlPatterns()
        Generated method - Getter of the CMSSite.urlPatterns attribute.
        Returns:
        the urlPatterns
      • setUrlPatterns

        public void setUrlPatterns​(SessionContext ctx,
                                   java.util.Collection<java.lang.String> value)
        Generated method - Setter of the CMSSite.urlPatterns attribute.
        Parameters:
        value - the urlPatterns
      • setUrlPatterns

        public void setUrlPatterns​(java.util.Collection<java.lang.String> value)
        Generated method - Setter of the CMSSite.urlPatterns attribute.
        Parameters:
        value - the urlPatterns
      • getValidComponentTypes

        public java.util.Set<CMSComponentType> getValidComponentTypes​(SessionContext ctx)
        Generated method - Getter of the CMSSite.validComponentTypes attribute.
        Returns:
        the validComponentTypes
      • getValidComponentTypes

        public java.util.Set<CMSComponentType> getValidComponentTypes()
        Generated method - Getter of the CMSSite.validComponentTypes attribute.
        Returns:
        the validComponentTypes
      • getValidComponentTypesCount

        public long getValidComponentTypesCount​(SessionContext ctx)
      • getValidComponentTypesCount

        public long getValidComponentTypesCount()
      • setValidComponentTypes

        public void setValidComponentTypes​(SessionContext ctx,
                                           java.util.Set<CMSComponentType> value)
        Generated method - Setter of the CMSSite.validComponentTypes attribute.
        Parameters:
        value - the validComponentTypes
      • setValidComponentTypes

        public void setValidComponentTypes​(java.util.Set<CMSComponentType> value)
        Generated method - Setter of the CMSSite.validComponentTypes attribute.
        Parameters:
        value - the validComponentTypes
      • addToValidComponentTypes

        public void addToValidComponentTypes​(SessionContext ctx,
                                             CMSComponentType value)
        Generated method - Adds value to validComponentTypes.
        Parameters:
        value - the item to add to validComponentTypes
      • addToValidComponentTypes

        public void addToValidComponentTypes​(CMSComponentType value)
        Generated method - Adds value to validComponentTypes.
        Parameters:
        value - the item to add to validComponentTypes
      • removeFromValidComponentTypes

        public void removeFromValidComponentTypes​(SessionContext ctx,
                                                  CMSComponentType value)
        Generated method - Removes value from validComponentTypes.
        Parameters:
        value - the item to remove from validComponentTypes
      • removeFromValidComponentTypes

        public void removeFromValidComponentTypes​(CMSComponentType value)
        Generated method - Removes value from validComponentTypes.
        Parameters:
        value - the item to remove from validComponentTypes