Class GeneratedCMSSite

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

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

    • URLPATTERNS

      public static final String URLPATTERNS
      Qualifier of the CMSSite.urlPatterns attribute
      See Also:
    • ACTIVE

      public static final String ACTIVE
      Qualifier of the CMSSite.active attribute
      See Also:
    • ACTIVEFROM

      public static final String ACTIVEFROM
      Qualifier of the CMSSite.activeFrom attribute
      See Also:
    • ACTIVEUNTIL

      public static final String ACTIVEUNTIL
      Qualifier of the CMSSite.activeUntil attribute
      See Also:
    • DEFAULTCATALOG

      public static final String DEFAULTCATALOG
      Qualifier of the CMSSite.defaultCatalog attribute
      See Also:
    • DEFAULTCONTENTCATALOG

      public static final String DEFAULTCONTENTCATALOG
      Qualifier of the CMSSite.defaultContentCatalog attribute
      See Also:
    • STARTINGPAGE

      public static final String STARTINGPAGE
      Qualifier of the CMSSite.startingPage attribute
      See Also:
    • REDIRECTURL

      public static final String REDIRECTURL
      Qualifier of the CMSSite.redirectURL attribute
      See Also:
    • PREVIEWURL

      public static final String PREVIEWURL
      Qualifier of the CMSSite.previewURL attribute
      See Also:
    • CLASSIFICATIONCATALOGS

      public static final String CLASSIFICATIONCATALOGS
      Qualifier of the CMSSite.classificationCatalogs attribute
      See Also:
    • PRODUCTCATALOGS

      public static final String PRODUCTCATALOGS
      Qualifier of the CMSSite.productCatalogs attribute
      See Also:
    • STARTPAGELABEL

      public static final String STARTPAGELABEL
      Qualifier of the CMSSite.startPageLabel attribute
      See Also:
    • OPENPREVIEWINNEWTAB

      public static final String OPENPREVIEWINNEWTAB
      Qualifier of the CMSSite.openPreviewInNewTab attribute
      See Also:
    • DEFAULTPREVIEWCATEGORY

      public static final String DEFAULTPREVIEWCATEGORY
      Qualifier of the CMSSite.defaultPreviewCategory attribute
      See Also:
    • DEFAULTPREVIEWPRODUCT

      public static final String DEFAULTPREVIEWPRODUCT
      Qualifier of the CMSSite.defaultPreviewProduct attribute
      See Also:
    • DEFAULTPREVIEWCATALOG

      public static final String DEFAULTPREVIEWCATALOG
      Qualifier of the CMSSite.defaultPreviewCatalog attribute
      See Also:
    • CONTENTCATALOGS

      public static final String CONTENTCATALOGS
      Qualifier of the CMSSite.contentCatalogs attribute
      See Also:
    • CATALOGSFORCMSSITE_SRC_ORDERED

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

      protected static String CATALOGSFORCMSSITE_TGT_ORDERED
    • CATALOGSFORCMSSITE_MARKMODIFIED

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

      public static final String VALIDCOMPONENTTYPES
      Qualifier of the CMSSite.validComponentTypes attribute
      See Also:
    • VALIDCOMPONENTTYPESFORSITE_SRC_ORDERED

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

      protected static String VALIDCOMPONENTTYPESFORSITE_TGT_ORDERED
    • VALIDCOMPONENTTYPESFORSITE_MARKMODIFIED

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

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

    • GeneratedCMSSite

      public GeneratedCMSSite()
  • Method Details

    • getDefaultAttributeModes

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

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

      public 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, 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
    • 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 Date getActiveFrom(SessionContext ctx)
      Generated method - Getter of the CMSSite.activeFrom attribute.
      Returns:
      the activeFrom
    • getActiveFrom

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

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

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

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

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

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

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

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

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

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

      public 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, List<ContentCatalog> value)
      Generated method - Setter of the CMSSite.contentCatalogs attribute.
      Parameters:
      value - the contentCatalogs
    • setContentCatalogs

      public void setContentCatalogs(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
    • getDefaultContentCatalog

      public ContentCatalog getDefaultContentCatalog(SessionContext ctx)
      Generated method - Getter of the CMSSite.defaultContentCatalog attribute.
      Returns:
      the defaultContentCatalog
    • getDefaultContentCatalog

      public ContentCatalog getDefaultContentCatalog()
      Generated method - Getter of the CMSSite.defaultContentCatalog attribute.
      Returns:
      the defaultContentCatalog
    • setDefaultContentCatalog

      public void setDefaultContentCatalog(SessionContext ctx, ContentCatalog value)
      Generated method - Setter of the CMSSite.defaultContentCatalog attribute.
      Parameters:
      value - the defaultContentCatalog
    • setDefaultContentCatalog

      public void setDefaultContentCatalog(ContentCatalog value)
      Generated method - Setter of the CMSSite.defaultContentCatalog attribute.
      Parameters:
      value - the defaultContentCatalog
    • 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
    • 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 GeneratedBaseSite
    • isOpenPreviewInNewTab

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

      public 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, 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
    • 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 String getPreviewURL(SessionContext ctx)
      Generated method - Getter of the CMSSite.previewURL attribute.
      Returns:
      the previewURL
    • getPreviewURL

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

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

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

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

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

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

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

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

      public void setRedirectURL(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 String getStartPageLabel(SessionContext ctx)
      Generated method - Getter of the CMSSite.startPageLabel attribute.
      Returns:
      the startPageLabel
    • getStartPageLabel

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

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

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

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

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

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

      public 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, Set<CMSComponentType> value)
      Generated method - Setter of the CMSSite.validComponentTypes attribute.
      Parameters:
      value - the validComponentTypes
    • setValidComponentTypes

      public void setValidComponentTypes(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