Class CMSSiteModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
All Implemented Interfaces:
Serializable

public class CMSSiteModel extends BaseSiteModel
Generated model class for type CMSSite first defined at extension cms2.
See Also:
  • Field Details

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • URLPATTERNS

      public static final String URLPATTERNS
      Generated constant - Attribute key of CMSSite.urlPatterns attribute defined at extension cms2.
      See Also:
    • ACTIVE

      public static final String ACTIVE
      Generated constant - Attribute key of CMSSite.active attribute defined at extension cms2.
      See Also:
    • ACTIVEFROM

      public static final String ACTIVEFROM
      Generated constant - Attribute key of CMSSite.activeFrom attribute defined at extension cms2.
      See Also:
    • ACTIVEUNTIL

      public static final String ACTIVEUNTIL
      Generated constant - Attribute key of CMSSite.activeUntil attribute defined at extension cms2.
      See Also:
    • DEFAULTCATALOG

      public static final String DEFAULTCATALOG
      Generated constant - Attribute key of CMSSite.defaultCatalog attribute defined at extension cms2.
      See Also:
    • DEFAULTCONTENTCATALOG

      public static final String DEFAULTCONTENTCATALOG
      Generated constant - Attribute key of CMSSite.defaultContentCatalog attribute defined at extension cms2.
      See Also:
    • STARTINGPAGE

      public static final String STARTINGPAGE
      Generated constant - Attribute key of CMSSite.startingPage attribute defined at extension cms2.
      See Also:
    • REDIRECTURL

      public static final String REDIRECTURL
      Generated constant - Attribute key of CMSSite.redirectURL attribute defined at extension cms2.
      See Also:
    • PREVIEWURL

      public static final String PREVIEWURL
      Generated constant - Attribute key of CMSSite.previewURL attribute defined at extension cms2.
      See Also:
    • CLASSIFICATIONCATALOGS

      public static final String CLASSIFICATIONCATALOGS
      Generated constant - Attribute key of CMSSite.classificationCatalogs attribute defined at extension cms2.
      See Also:
    • PRODUCTCATALOGS

      public static final String PRODUCTCATALOGS
      Generated constant - Attribute key of CMSSite.productCatalogs attribute defined at extension cms2.
      See Also:
    • STARTPAGELABEL

      public static final String STARTPAGELABEL
      Generated constant - Attribute key of CMSSite.startPageLabel attribute defined at extension cms2.
      See Also:
    • OPENPREVIEWINNEWTAB

      public static final String OPENPREVIEWINNEWTAB
      Generated constant - Attribute key of CMSSite.openPreviewInNewTab attribute defined at extension cms2.
      See Also:
    • DEFAULTPREVIEWCATEGORY

      public static final String DEFAULTPREVIEWCATEGORY
      Generated constant - Attribute key of CMSSite.defaultPreviewCategory attribute defined at extension cms2.
      See Also:
    • DEFAULTPREVIEWPRODUCT

      public static final String DEFAULTPREVIEWPRODUCT
      Generated constant - Attribute key of CMSSite.defaultPreviewProduct attribute defined at extension cms2.
      See Also:
    • DEFAULTPREVIEWCATALOG

      public static final String DEFAULTPREVIEWCATALOG
      Generated constant - Attribute key of CMSSite.defaultPreviewCatalog attribute defined at extension cms2.
      See Also:
    • CONTENTCATALOGS

      public static final String CONTENTCATALOGS
      Generated constant - Attribute key of CMSSite.contentCatalogs attribute defined at extension cms2.
      See Also:
    • VALIDCOMPONENTTYPES

      public static final String VALIDCOMPONENTTYPES
      Generated constant - Attribute key of CMSSite.validComponentTypes attribute defined at extension cms2.
      See Also:
    • URLENCODINGATTRIBUTES

      public static final String URLENCODINGATTRIBUTES
      Generated constant - Attribute key of CMSSite.urlEncodingAttributes attribute defined at extension acceleratorservices.
      See Also:
    • SITEMAPS

      public static final String SITEMAPS
      Generated constant - Attribute key of CMSSite.siteMaps attribute defined at extension acceleratorservices.
      See Also:
    • SITEMAPCONFIG

      public static final String SITEMAPCONFIG
      Generated constant - Attribute key of CMSSite.siteMapConfig attribute defined at extension acceleratorservices.
      See Also:
  • Constructor Details

    • CMSSiteModel

      public CMSSiteModel()
      Generated constructor - Default constructor for generic creation.
    • CMSSiteModel

      public CMSSiteModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
      Parameters:
      ctx - the model context to be injected, must not be null
    • CMSSiteModel

      @Deprecated(since="4.1.1", forRemoval=true) public CMSSiteModel(String _uid)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 4.1.1 Please use the default constructor without parameters
      Generated constructor - Constructor with all mandatory attributes.
      Parameters:
      _uid - initial attribute declared by type BaseSite at extension basecommerce
    • CMSSiteModel

      @Deprecated(since="4.1.1", forRemoval=true) public CMSSiteModel(Boolean _dataIsolationEnabled, ItemModel _owner, String _uid)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 4.1.1 Please use the default constructor without parameters
      Generated constructor - for all mandatory and initial attributes.
      Parameters:
      _dataIsolationEnabled - initial attribute declared by type BaseSite at extension commerceservices
      _owner - initial attribute declared by type Item at extension core
      _uid - initial attribute declared by type BaseSite at extension basecommerce
  • Method Details

    • getActive

      @Accessor(qualifier="active", type=GETTER) public Boolean getActive()
      Generated method - Getter of the CMSSite.active attribute defined at extension cms2.
      Returns:
      the active
    • getActiveFrom

      @Accessor(qualifier="activeFrom", type=GETTER) public Date getActiveFrom()
      Generated method - Getter of the CMSSite.activeFrom attribute defined at extension cms2.
      Returns:
      the activeFrom
    • getActiveUntil

      @Accessor(qualifier="activeUntil", type=GETTER) public Date getActiveUntil()
      Generated method - Getter of the CMSSite.activeUntil attribute defined at extension cms2.
      Returns:
      the activeUntil
    • getClassificationCatalogs

      @Deprecated(since="4.3", forRemoval=true) @Accessor(qualifier="classificationCatalogs", type=GETTER) public List<CatalogModel> getClassificationCatalogs()
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 4.3
      Generated method - Getter of the CMSSite.classificationCatalogs attribute defined at extension cms2. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the classificationCatalogs
    • getContentCatalogs

      @Accessor(qualifier="contentCatalogs", type=GETTER) public List<ContentCatalogModel> getContentCatalogs()
      Generated method - Getter of the CMSSite.contentCatalogs attribute defined at extension cms2. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the contentCatalogs
    • getDefaultCatalog

      @Accessor(qualifier="defaultCatalog", type=GETTER) public CatalogModel getDefaultCatalog()
      Generated method - Getter of the CMSSite.defaultCatalog attribute defined at extension cms2.
      Returns:
      the defaultCatalog
    • getDefaultContentCatalog

      @Accessor(qualifier="defaultContentCatalog", type=GETTER) public ContentCatalogModel getDefaultContentCatalog()
      Generated method - Getter of the CMSSite.defaultContentCatalog attribute defined at extension cms2.
      Returns:
      the defaultContentCatalog
    • getDefaultPreviewCatalog

      @Accessor(qualifier="defaultPreviewCatalog", type=GETTER) public CatalogModel getDefaultPreviewCatalog()
      Generated method - Getter of the CMSSite.defaultPreviewCatalog attribute defined at extension cms2.
      Returns:
      the defaultPreviewCatalog
    • getDefaultPreviewCategory

      @Accessor(qualifier="defaultPreviewCategory", type=GETTER) public CategoryModel getDefaultPreviewCategory()
      Generated method - Getter of the CMSSite.defaultPreviewCategory attribute defined at extension cms2.
      Returns:
      the defaultPreviewCategory
    • getDefaultPreviewProduct

      @Accessor(qualifier="defaultPreviewProduct", type=GETTER) public ProductModel getDefaultPreviewProduct()
      Generated method - Getter of the CMSSite.defaultPreviewProduct attribute defined at extension cms2.
      Returns:
      the defaultPreviewProduct
    • getPreviewURL

      @Accessor(qualifier="previewURL", type=GETTER) public String getPreviewURL()
      Generated method - Getter of the CMSSite.previewURL attribute defined at extension cms2.
      Returns:
      the previewURL
    • getProductCatalogs

      @Deprecated(since="4.3", forRemoval=true) @Accessor(qualifier="productCatalogs", type=GETTER) public List<CatalogModel> getProductCatalogs()
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 4.3
      Generated method - Getter of the CMSSite.productCatalogs attribute defined at extension cms2. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the productCatalogs
    • getRedirectURL

      @Accessor(qualifier="redirectURL", type=GETTER) public String getRedirectURL()
      Generated method - Getter of the CMSSite.redirectURL attribute defined at extension cms2.
      Returns:
      the redirectURL
    • getSiteMapConfig

      @Accessor(qualifier="siteMapConfig", type=GETTER) public SiteMapConfigModel getSiteMapConfig()
      Generated method - Getter of the CMSSite.siteMapConfig attribute defined at extension acceleratorservices.
      Returns:
      the siteMapConfig
    • getSiteMaps

      @Accessor(qualifier="siteMaps", type=GETTER) public Collection<MediaModel> getSiteMaps()
      Generated method - Getter of the CMSSite.siteMaps attribute defined at extension acceleratorservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the siteMaps
    • getStartingPage

      @Accessor(qualifier="startingPage", type=GETTER) public ContentPageModel getStartingPage()
      Generated method - Getter of the CMSSite.startingPage attribute defined at extension cms2.
      Returns:
      the startingPage
    • getStartPageLabel

      @Deprecated(since="4.3", forRemoval=true) @Accessor(qualifier="startPageLabel", type=GETTER) public String getStartPageLabel()
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 4.3
      Generated method - Getter of the CMSSite.startPageLabel attribute defined at extension cms2.
      Returns:
      the startPageLabel
    • getUrlEncodingAttributes

      @Accessor(qualifier="urlEncodingAttributes", type=GETTER) public Collection<String> getUrlEncodingAttributes()
      Generated method - Getter of the CMSSite.urlEncodingAttributes attribute defined at extension acceleratorservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the urlEncodingAttributes
    • getUrlPatterns

      @Accessor(qualifier="urlPatterns", type=GETTER) public Collection<String> getUrlPatterns()
      Generated method - Getter of the CMSSite.urlPatterns attribute defined at extension cms2. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the urlPatterns
    • getValidComponentTypes

      @Accessor(qualifier="validComponentTypes", type=GETTER) public Set<CMSComponentTypeModel> getValidComponentTypes()
      Generated method - Getter of the CMSSite.validComponentTypes attribute defined at extension cms2. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the validComponentTypes
    • isOpenPreviewInNewTab

      @Accessor(qualifier="openPreviewInNewTab", type=GETTER) public boolean isOpenPreviewInNewTab()
      Generated method - Getter of the CMSSite.openPreviewInNewTab attribute defined at extension cms2.
      Returns:
      the openPreviewInNewTab
    • setActive

      @Accessor(qualifier="active", type=SETTER) public void setActive(Boolean value)
      Generated method - Setter of CMSSite.active attribute defined at extension cms2.
      Parameters:
      value - the active
    • setActiveFrom

      @Accessor(qualifier="activeFrom", type=SETTER) public void setActiveFrom(Date value)
      Generated method - Setter of CMSSite.activeFrom attribute defined at extension cms2.
      Parameters:
      value - the activeFrom
    • setActiveUntil

      @Accessor(qualifier="activeUntil", type=SETTER) public void setActiveUntil(Date value)
      Generated method - Setter of CMSSite.activeUntil attribute defined at extension cms2.
      Parameters:
      value - the activeUntil
    • setContentCatalogs

      @Accessor(qualifier="contentCatalogs", type=SETTER) public void setContentCatalogs(List<ContentCatalogModel> value)
      Generated method - Setter of CMSSite.contentCatalogs attribute defined at extension cms2.
      Parameters:
      value - the contentCatalogs
    • setDefaultCatalog

      @Accessor(qualifier="defaultCatalog", type=SETTER) public void setDefaultCatalog(CatalogModel value)
      Generated method - Setter of CMSSite.defaultCatalog attribute defined at extension cms2.
      Parameters:
      value - the defaultCatalog
    • setDefaultContentCatalog

      @Accessor(qualifier="defaultContentCatalog", type=SETTER) public void setDefaultContentCatalog(ContentCatalogModel value)
      Generated method - Setter of CMSSite.defaultContentCatalog attribute defined at extension cms2.
      Parameters:
      value - the defaultContentCatalog
    • setDefaultPreviewCatalog

      @Accessor(qualifier="defaultPreviewCatalog", type=SETTER) public void setDefaultPreviewCatalog(CatalogModel value)
      Generated method - Setter of CMSSite.defaultPreviewCatalog attribute defined at extension cms2.
      Parameters:
      value - the defaultPreviewCatalog
    • setDefaultPreviewCategory

      @Accessor(qualifier="defaultPreviewCategory", type=SETTER) public void setDefaultPreviewCategory(CategoryModel value)
      Generated method - Setter of CMSSite.defaultPreviewCategory attribute defined at extension cms2.
      Parameters:
      value - the defaultPreviewCategory
    • setDefaultPreviewProduct

      @Accessor(qualifier="defaultPreviewProduct", type=SETTER) public void setDefaultPreviewProduct(ProductModel value)
      Generated method - Setter of CMSSite.defaultPreviewProduct attribute defined at extension cms2.
      Parameters:
      value - the defaultPreviewProduct
    • setOpenPreviewInNewTab

      @Accessor(qualifier="openPreviewInNewTab", type=SETTER) public void setOpenPreviewInNewTab(boolean value)
      Generated method - Setter of CMSSite.openPreviewInNewTab attribute defined at extension cms2.
      Parameters:
      value - the openPreviewInNewTab
    • setPreviewURL

      @Accessor(qualifier="previewURL", type=SETTER) public void setPreviewURL(String value)
      Generated method - Setter of CMSSite.previewURL attribute defined at extension cms2.
      Parameters:
      value - the previewURL
    • setRedirectURL

      @Accessor(qualifier="redirectURL", type=SETTER) public void setRedirectURL(String value)
      Generated method - Setter of CMSSite.redirectURL attribute defined at extension cms2.
      Parameters:
      value - the redirectURL
    • setSiteMapConfig

      @Accessor(qualifier="siteMapConfig", type=SETTER) public void setSiteMapConfig(SiteMapConfigModel value)
      Generated method - Setter of CMSSite.siteMapConfig attribute defined at extension acceleratorservices.
      Parameters:
      value - the siteMapConfig
    • setSiteMaps

      @Accessor(qualifier="siteMaps", type=SETTER) public void setSiteMaps(Collection<MediaModel> value)
      Generated method - Setter of CMSSite.siteMaps attribute defined at extension acceleratorservices.
      Parameters:
      value - the siteMaps
    • setStartingPage

      @Accessor(qualifier="startingPage", type=SETTER) public void setStartingPage(ContentPageModel value)
      Generated method - Setter of CMSSite.startingPage attribute defined at extension cms2.
      Parameters:
      value - the startingPage
    • setUrlEncodingAttributes

      @Accessor(qualifier="urlEncodingAttributes", type=SETTER) public void setUrlEncodingAttributes(Collection<String> value)
      Generated method - Setter of CMSSite.urlEncodingAttributes attribute defined at extension acceleratorservices.
      Parameters:
      value - the urlEncodingAttributes
    • setUrlPatterns

      @Accessor(qualifier="urlPatterns", type=SETTER) public void setUrlPatterns(Collection<String> value)
      Generated method - Setter of CMSSite.urlPatterns attribute defined at extension cms2.
      Parameters:
      value - the urlPatterns
    • setValidComponentTypes

      @Accessor(qualifier="validComponentTypes", type=SETTER) public void setValidComponentTypes(Set<CMSComponentTypeModel> value)
      Generated method - Setter of CMSSite.validComponentTypes attribute defined at extension cms2.
      Parameters:
      value - the validComponentTypes