Class SiteMapConfigModel
- java.lang.Object
-
- de.hybris.platform.servicelayer.model.AbstractItemModel
-
- de.hybris.platform.core.model.ItemModel
-
- de.hybris.platform.acceleratorservices.model.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
AbstractItemModel.NewModelContextFactory
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String_TYPECODEGenerated model type code constant.static java.lang.StringCONFIGIDGenerated constant - Attribute key ofSiteMapConfig.configIdattribute defined at extensionacceleratorservices.static java.lang.StringCUSTOMURLSGenerated constant - Attribute key ofSiteMapConfig.customUrlsattribute defined at extensionacceleratorservices.static java.lang.StringSITEMAPLANGUAGECURRENCIESGenerated constant - Attribute key ofSiteMapConfig.siteMapLanguageCurrenciesattribute defined at extensionacceleratorservices.static java.lang.StringSITEMAPPAGESGenerated constant - Attribute key ofSiteMapConfig.siteMapPagesattribute defined at extensionacceleratorservices.static java.lang.StringSITEMAPTEMPLATEGenerated constant - Attribute key ofSiteMapConfig.siteMapTemplateattribute defined at extensionacceleratorservices.-
Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALED
-
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 parametersSiteMapConfigModel(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.StringgetConfigId()Generated method - Getter of theSiteMapConfig.configIdattribute defined at extensionacceleratorservices.java.util.Collection<java.lang.String>getCustomUrls()Generated method - Getter of theSiteMapConfig.customUrlsattribute defined at extensionacceleratorservices.java.util.Collection<SiteMapLanguageCurrencyModel>getSiteMapLanguageCurrencies()Generated method - Getter of theSiteMapConfig.siteMapLanguageCurrenciesattribute defined at extensionacceleratorservices.java.util.Collection<SiteMapPageModel>getSiteMapPages()Generated method - Getter of theSiteMapConfig.siteMapPagesattribute defined at extensionacceleratorservices.RendererTemplateModelgetSiteMapTemplate()Generated method - Getter of theSiteMapConfig.siteMapTemplateattribute defined at extensionacceleratorservices.voidsetConfigId(java.lang.String value)Generated method - Setter ofSiteMapConfig.configIdattribute defined at extensionacceleratorservices.voidsetCustomUrls(java.util.Collection<java.lang.String> value)Generated method - Setter ofSiteMapConfig.customUrlsattribute defined at extensionacceleratorservices.voidsetSiteMapLanguageCurrencies(java.util.Collection<SiteMapLanguageCurrencyModel> value)Generated method - Setter ofSiteMapConfig.siteMapLanguageCurrenciesattribute defined at extensionacceleratorservices.voidsetSiteMapPages(java.util.Collection<SiteMapPageModel> value)Generated method - Setter ofSiteMapConfig.siteMapPagesattribute defined at extensionacceleratorservices.voidsetSiteMapTemplate(RendererTemplateModel value)Generated method - Setter ofSiteMapConfig.siteMapTemplateattribute defined at extensionacceleratorservices.-
Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwner
-
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
-
-
-
-
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 ofSiteMapConfig.configIdattribute defined at extensionacceleratorservices.- See Also:
- Constant Field Values
-
SITEMAPLANGUAGECURRENCIES
public static final java.lang.String SITEMAPLANGUAGECURRENCIES
Generated constant - Attribute key ofSiteMapConfig.siteMapLanguageCurrenciesattribute defined at extensionacceleratorservices.- See Also:
- Constant Field Values
-
SITEMAPPAGES
public static final java.lang.String SITEMAPPAGES
Generated constant - Attribute key ofSiteMapConfig.siteMapPagesattribute defined at extensionacceleratorservices.- See Also:
- Constant Field Values
-
SITEMAPTEMPLATE
public static final java.lang.String SITEMAPTEMPLATE
Generated constant - Attribute key ofSiteMapConfig.siteMapTemplateattribute defined at extensionacceleratorservices.- See Also:
- Constant Field Values
-
CUSTOMURLS
public static final java.lang.String CUSTOMURLS
Generated constant - Attribute key ofSiteMapConfig.customUrlsattribute defined at extensionacceleratorservices.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SiteMapConfigModel
public SiteMapConfigModel()
Generated constructor - Default constructor for generic creation.
-
SiteMapConfigModel
public SiteMapConfigModel(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 parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Detail
-
getConfigId
@Accessor(qualifier="configId", type=GETTER) public java.lang.String getConfigId()
Generated method - Getter of theSiteMapConfig.configIdattribute defined at extensionacceleratorservices.- Returns:
- the configId
-
getCustomUrls
@Accessor(qualifier="customUrls", type=GETTER) public java.util.Collection<java.lang.String> getCustomUrls()
Generated method - Getter of theSiteMapConfig.customUrlsattribute defined at extensionacceleratorservices. 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 theSiteMapConfig.siteMapLanguageCurrenciesattribute defined at extensionacceleratorservices. 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 theSiteMapConfig.siteMapPagesattribute defined at extensionacceleratorservices. 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 theSiteMapConfig.siteMapTemplateattribute defined at extensionacceleratorservices.- Returns:
- the siteMapTemplate
-
setConfigId
@Accessor(qualifier="configId", type=SETTER) public void setConfigId(java.lang.String value)
Generated method - Setter ofSiteMapConfig.configIdattribute defined at extensionacceleratorservices.- Parameters:
value- the configId
-
setCustomUrls
@Accessor(qualifier="customUrls", type=SETTER) public void setCustomUrls(java.util.Collection<java.lang.String> value)
Generated method - Setter ofSiteMapConfig.customUrlsattribute defined at extensionacceleratorservices.- Parameters:
value- the customUrls
-
setSiteMapLanguageCurrencies
@Accessor(qualifier="siteMapLanguageCurrencies", type=SETTER) public void setSiteMapLanguageCurrencies(java.util.Collection<SiteMapLanguageCurrencyModel> value)
Generated method - Setter ofSiteMapConfig.siteMapLanguageCurrenciesattribute defined at extensionacceleratorservices.- Parameters:
value- the siteMapLanguageCurrencies
-
setSiteMapPages
@Accessor(qualifier="siteMapPages", type=SETTER) public void setSiteMapPages(java.util.Collection<SiteMapPageModel> value)
Generated method - Setter ofSiteMapConfig.siteMapPagesattribute defined at extensionacceleratorservices.- Parameters:
value- the siteMapPages
-
setSiteMapTemplate
@Accessor(qualifier="siteMapTemplate", type=SETTER) public void setSiteMapTemplate(RendererTemplateModel value)
Generated method - Setter ofSiteMapConfig.siteMapTemplateattribute defined at extensionacceleratorservices.- Parameters:
value- the siteMapTemplate
-
-