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 java.lang.Object implements UrlEncodingAttributeManager
Abstract implementation ofUrlEncodingAttributeManager.
-
-
Constructor Summary
Constructors Constructor Description AbstractUrlEncodingAttributeManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CMSSiteServicegetCmsSiteService()protected CommerceCommonI18NServicegetCommerceCommonI18NService()protected SessionServicegetSessionService()protected StoreSessionServicegetStoreSessionService()booleanisValid(java.lang.String value)Checks 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, wait
-
Methods inherited from interface de.hybris.platform.acceleratorservices.urlencoder.attributes.UrlEncodingAttributeManager
getAllAvailableValues, getAttributeValueForEmail, getCurrentValue, getDefaultValue, updateAndSyncForAttrChange
-
-
-
-
Method Detail
-
isValid
public boolean isValid(java.lang.String value)
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
protected StoreSessionService getStoreSessionService()
-
setStoreSessionService
public void setStoreSessionService(StoreSessionService storeSessionService)
-
getSessionService
protected SessionService getSessionService()
-
setSessionService
public void setSessionService(SessionService sessionService)
-
getCmsSiteService
protected CMSSiteService getCmsSiteService()
-
setCmsSiteService
public void setCmsSiteService(CMSSiteService cmsSiteService)
-
getCommerceCommonI18NService
protected CommerceCommonI18NService getCommerceCommonI18NService()
-
setCommerceCommonI18NService
public void setCommerceCommonI18NService(CommerceCommonI18NService commerceCommonI18NService)
-
-