Class DefaultStoreFrontAttributeManager
java.lang.Object
de.hybris.platform.acceleratorservices.urlencoder.attributes.impl.AbstractUrlEncodingAttributeManager
de.hybris.platform.acceleratorservices.urlencoder.attributes.impl.DefaultStoreFrontAttributeManager
- All Implemented Interfaces:
UrlEncodingAttributeManager
Default implementation for storefront attribute handler.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet all the possible/available values for a particular attribute.getAttributeValueForEmail(BusinessProcessModel businessProcessModel) Returns the value for the attributeReturns the current value for the attributeReturns the default value for the attributevoidupdateAndSyncForAttrChange(String value) Update the store/site for the given value.Methods inherited from class de.hybris.platform.acceleratorservices.urlencoder.attributes.impl.AbstractUrlEncodingAttributeManager
getCmsSiteService, getCommerceCommonI18NService, getSessionService, getStoreSessionService, isValid, setCmsSiteService, setCommerceCommonI18NService, setSessionService, setStoreSessionService
-
Constructor Details
-
DefaultStoreFrontAttributeManager
public DefaultStoreFrontAttributeManager()
-
-
Method Details
-
getAllAvailableValues
Description copied from interface:UrlEncodingAttributeManagerGet all the possible/available values for a particular attribute.- Returns:
- List of
-
updateAndSyncForAttrChange
Description copied from interface:UrlEncodingAttributeManagerUpdate the store/site for the given value.- Parameters:
value- to be updated
-
getDefaultValue
Description copied from interface:UrlEncodingAttributeManagerReturns the default value for the attribute- Returns:
- - defaultvalue for the attribute
-
getCurrentValue
Description copied from interface:UrlEncodingAttributeManagerReturns the current value for the attribute- Returns:
- - current value
-
getAttributeValueForEmail
Description copied from interface:UrlEncodingAttributeManagerReturns the value for the attribute- Returns:
- - value for the attribute
-