public interface UrlEncodingAttributeManager
DefaultUrlEncoderService
as a map. The kep of the map should exactly match the name of the urlEncodingAttribute configured in the CMSSiteModel.| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<java.lang.String> |
getAllAvailableValues()
Get all the possible/available values for a particular attribute.
|
java.lang.String |
getAttributeValueForEmail(BusinessProcessModel businessProcessModel)
Returns the value for the attribute
|
java.lang.String |
getCurrentValue()
Returns the current value for the attribute
|
java.lang.String |
getDefaultValue()
Returns the default value for the attribute
|
boolean |
isValid(java.lang.String value)
Checks if the given value is present in it's list of available values.
|
void |
updateAndSyncForAttrChange(java.lang.String value)
Update the store/site for the given value.
|
java.util.Collection<java.lang.String> getAllAvailableValues()
boolean isValid(java.lang.String value)
value - to be checkedvoid updateAndSyncForAttrChange(java.lang.String value)
value - to be updatedjava.lang.String getDefaultValue()
java.lang.String getCurrentValue()
java.lang.String getAttributeValueForEmail(BusinessProcessModel businessProcessModel)
businessProcessModel - Copyright © 2018 SAP SE. All Rights Reserved.