Class AbstractUrlEncodingAttributeManager
java.lang.Object
de.hybris.platform.acceleratorservices.urlencoder.attributes.impl.AbstractUrlEncodingAttributeManager
- All Implemented Interfaces:
UrlEncodingAttributeManager
- Direct Known Subclasses:
DefaultCurrencyAttributeManager,DefaultLanguageAttributeManager,DefaultStoreFrontAttributeManager
public abstract class AbstractUrlEncodingAttributeManager
extends Object
implements UrlEncodingAttributeManager
Abstract implementation of
UrlEncodingAttributeManager.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CMSSiteServiceprotected CommerceCommonI18NServiceprotected SessionServiceprotected StoreSessionServicebooleanChecks if the given value is present in it's list of available values.voidsetCmsSiteService(CMSSiteService cmsSiteService) voidsetCommerceCommonI18NService(CommerceCommonI18NService commerceCommonI18NService) voidsetSessionService(SessionService sessionService) voidsetStoreSessionService(StoreSessionService storeSessionService) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.hybris.platform.acceleratorservices.urlencoder.attributes.UrlEncodingAttributeManager
getAllAvailableValues, getAttributeValueForEmail, getCurrentValue, getDefaultValue, updateAndSyncForAttrChange
-
Constructor Details
-
AbstractUrlEncodingAttributeManager
public AbstractUrlEncodingAttributeManager()
-
-
Method Details
-
isValid
Description copied from interface:UrlEncodingAttributeManagerChecks if the given value is present in it's list of available values.- Specified by:
isValidin interfaceUrlEncodingAttributeManager- Parameters:
value- to be checked- Returns:
- boolean value
-
getStoreSessionService
-
setStoreSessionService
-
getSessionService
-
setSessionService
-
getCmsSiteService
-
setCmsSiteService
-
getCommerceCommonI18NService
-
setCommerceCommonI18NService
-