Class SiteMapConfigModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class SiteMapConfigModel
    extends ItemModel
    Generated model class for type SiteMapConfig first defined at extension acceleratorservices.

    Holds the site map configurations.

    See Also:
    Serialized Form
    • Nested Class Summary

      • Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

        de.hybris.platform.servicelayer.model.AbstractItemModel.NewModelContextFactory
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String _TYPECODE
      Generated model type code constant.
      static java.lang.String CONFIGID
      Generated constant - Attribute key of SiteMapConfig.configId attribute defined at extension acceleratorservices.
      static java.lang.String CUSTOMURLS
      Generated constant - Attribute key of SiteMapConfig.customUrls attribute defined at extension acceleratorservices.
      static java.lang.String SITEMAPLANGUAGECURRENCIES
      Generated constant - Attribute key of SiteMapConfig.siteMapLanguageCurrencies attribute defined at extension acceleratorservices.
      static java.lang.String SITEMAPPAGES
      Generated constant - Attribute key of SiteMapConfig.siteMapPages attribute defined at extension acceleratorservices.
      static java.lang.String SITEMAPTEMPLATE
      Generated constant - Attribute key of SiteMapConfig.siteMapTemplate attribute defined at extension acceleratorservices.
      • Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

        LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
    • Constructor Summary

      Constructors 
      Constructor Description
      SiteMapConfigModel()
      Generated constructor - Default constructor for generic creation.
      SiteMapConfigModel​(ItemModel _owner)
      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
      SiteMapConfigModel​(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getConfigId()
      Generated method - Getter of the SiteMapConfig.configId attribute defined at extension acceleratorservices.
      java.util.Collection<java.lang.String> getCustomUrls()
      Generated method - Getter of the SiteMapConfig.customUrls attribute defined at extension acceleratorservices.
      java.util.Collection<SiteMapLanguageCurrencyModel> getSiteMapLanguageCurrencies()
      Generated method - Getter of the SiteMapConfig.siteMapLanguageCurrencies attribute defined at extension acceleratorservices.
      java.util.Collection<SiteMapPageModel> getSiteMapPages()
      Generated method - Getter of the SiteMapConfig.siteMapPages attribute defined at extension acceleratorservices.
      RendererTemplateModel getSiteMapTemplate()
      Generated method - Getter of the SiteMapConfig.siteMapTemplate attribute defined at extension acceleratorservices.
      void setConfigId​(java.lang.String value)
      Generated method - Setter of SiteMapConfig.configId attribute defined at extension acceleratorservices.
      void setCustomUrls​(java.util.Collection<java.lang.String> value)
      Generated method - Setter of SiteMapConfig.customUrls attribute defined at extension acceleratorservices.
      void setSiteMapLanguageCurrencies​(java.util.Collection<SiteMapLanguageCurrencyModel> value)
      Generated method - Setter of SiteMapConfig.siteMapLanguageCurrencies attribute defined at extension acceleratorservices.
      void setSiteMapPages​(java.util.Collection<SiteMapPageModel> value)
      Generated method - Setter of SiteMapConfig.siteMapPages attribute defined at extension acceleratorservices.
      void setSiteMapTemplate​(RendererTemplateModel value)
      Generated method - Setter of SiteMapConfig.siteMapTemplate attribute defined at extension acceleratorservices.
      • Methods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

        equals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplace
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • _TYPECODE

        public static final java.lang.String _TYPECODE
        Generated model type code constant.
        See Also:
        Constant Field Values
      • CONFIGID

        public static final java.lang.String CONFIGID
        Generated constant - Attribute key of SiteMapConfig.configId attribute defined at extension acceleratorservices.
        See Also:
        Constant Field Values
      • SITEMAPLANGUAGECURRENCIES

        public static final java.lang.String SITEMAPLANGUAGECURRENCIES
        Generated constant - Attribute key of SiteMapConfig.siteMapLanguageCurrencies attribute defined at extension acceleratorservices.
        See Also:
        Constant Field Values
      • SITEMAPPAGES

        public static final java.lang.String SITEMAPPAGES
        Generated constant - Attribute key of SiteMapConfig.siteMapPages attribute defined at extension acceleratorservices.
        See Also:
        Constant Field Values
      • SITEMAPTEMPLATE

        public static final java.lang.String SITEMAPTEMPLATE
        Generated constant - Attribute key of SiteMapConfig.siteMapTemplate attribute defined at extension acceleratorservices.
        See Also:
        Constant Field Values
      • CUSTOMURLS

        public static final java.lang.String CUSTOMURLS
        Generated constant - Attribute key of SiteMapConfig.customUrls attribute defined at extension acceleratorservices.
        See Also:
        Constant Field Values
    • Constructor Detail

      • SiteMapConfigModel

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

        public SiteMapConfigModel​(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
      • SiteMapConfigModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public SiteMapConfigModel​(ItemModel _owner)
        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:
        _owner - initial attribute declared by type Item at extension core
    • Method Detail

      • getConfigId

        @Accessor(qualifier="configId",
                  type=GETTER)
        public java.lang.String getConfigId()
        Generated method - Getter of the SiteMapConfig.configId attribute defined at extension acceleratorservices.
        Returns:
        the configId
      • getCustomUrls

        @Accessor(qualifier="customUrls",
                  type=GETTER)
        public java.util.Collection<java.lang.String> getCustomUrls()
        Generated method - Getter of the SiteMapConfig.customUrls attribute defined at extension acceleratorservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
        Returns:
        the customUrls
      • getSiteMapLanguageCurrencies

        @Accessor(qualifier="siteMapLanguageCurrencies",
                  type=GETTER)
        public java.util.Collection<SiteMapLanguageCurrencyModel> getSiteMapLanguageCurrencies()
        Generated method - Getter of the SiteMapConfig.siteMapLanguageCurrencies attribute defined at extension acceleratorservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
        Returns:
        the siteMapLanguageCurrencies
      • getSiteMapPages

        @Accessor(qualifier="siteMapPages",
                  type=GETTER)
        public java.util.Collection<SiteMapPageModel> getSiteMapPages()
        Generated method - Getter of the SiteMapConfig.siteMapPages attribute defined at extension acceleratorservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
        Returns:
        the siteMapPages
      • getSiteMapTemplate

        @Accessor(qualifier="siteMapTemplate",
                  type=GETTER)
        public RendererTemplateModel getSiteMapTemplate()
        Generated method - Getter of the SiteMapConfig.siteMapTemplate attribute defined at extension acceleratorservices.
        Returns:
        the siteMapTemplate
      • setConfigId

        @Accessor(qualifier="configId",
                  type=SETTER)
        public void setConfigId​(java.lang.String value)
        Generated method - Setter of SiteMapConfig.configId attribute defined at extension acceleratorservices.
        Parameters:
        value - the configId
      • setCustomUrls

        @Accessor(qualifier="customUrls",
                  type=SETTER)
        public void setCustomUrls​(java.util.Collection<java.lang.String> value)
        Generated method - Setter of SiteMapConfig.customUrls attribute defined at extension acceleratorservices.
        Parameters:
        value - the customUrls
      • setSiteMapLanguageCurrencies

        @Accessor(qualifier="siteMapLanguageCurrencies",
                  type=SETTER)
        public void setSiteMapLanguageCurrencies​(java.util.Collection<SiteMapLanguageCurrencyModel> value)
        Generated method - Setter of SiteMapConfig.siteMapLanguageCurrencies attribute defined at extension acceleratorservices.
        Parameters:
        value - the siteMapLanguageCurrencies
      • setSiteMapPages

        @Accessor(qualifier="siteMapPages",
                  type=SETTER)
        public void setSiteMapPages​(java.util.Collection<SiteMapPageModel> value)
        Generated method - Setter of SiteMapConfig.siteMapPages attribute defined at extension acceleratorservices.
        Parameters:
        value - the siteMapPages
      • setSiteMapTemplate

        @Accessor(qualifier="siteMapTemplate",
                  type=SETTER)
        public void setSiteMapTemplate​(RendererTemplateModel value)
        Generated method - Setter of SiteMapConfig.siteMapTemplate attribute defined at extension acceleratorservices.
        Parameters:
        value - the siteMapTemplate