public abstract class AbstractUrlEncodingAttributeManager extends java.lang.Object implements UrlEncodingAttributeManager
UrlEncodingAttributeManager.| Constructor and Description |
|---|
AbstractUrlEncodingAttributeManager() |
| Modifier and Type | Method and Description |
|---|---|
protected CMSSiteService |
getCmsSiteService() |
protected CommerceCommonI18NService |
getCommerceCommonI18NService() |
protected SessionService |
getSessionService() |
protected StoreSessionService |
getStoreSessionService() |
boolean |
isValid(java.lang.String value)
Checks if the given value is present in it's list of available values.
|
void |
setCmsSiteService(CMSSiteService cmsSiteService) |
void |
setCommerceCommonI18NService(CommerceCommonI18NService commerceCommonI18NService) |
void |
setSessionService(SessionService sessionService) |
void |
setStoreSessionService(StoreSessionService storeSessionService) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAllAvailableValues, getAttributeValueForEmail, getCurrentValue, getDefaultValue, updateAndSyncForAttrChangepublic boolean isValid(java.lang.String value)
UrlEncodingAttributeManagerisValid in interface UrlEncodingAttributeManagervalue - to be checkedprotected StoreSessionService getStoreSessionService()
public void setStoreSessionService(StoreSessionService storeSessionService)
protected SessionService getSessionService()
public void setSessionService(SessionService sessionService)
protected CMSSiteService getCmsSiteService()
public void setCmsSiteService(CMSSiteService cmsSiteService)
protected CommerceCommonI18NService getCommerceCommonI18NService()
public void setCommerceCommonI18NService(CommerceCommonI18NService commerceCommonI18NService)
Copyright © 2018 SAP SE. All Rights Reserved.