public interface ProductConfigRuleFormatTranslator
| Modifier and Type | Method and Description |
|---|---|
boolean |
canBeFormattedForService(CsticModel cstic,
String value)
checks whether a rules value can be formatted so that the configuration engine can apply the value to the runtime
configuration
|
String |
formatForRules(CsticModel cstic,
String value)
format the cstic value so that the rule engine can compare the value to it's rules maintained in backoffice
|
String |
formatForService(CsticModel cstic,
String value)
format the rules value so that the configuration engine can apply the value to the runtime configuration
|
String |
getNoValueIndicator() |
String formatForRules(CsticModel cstic, String value)
cstic - the characteristic the value belongs to and which provides the context for translationvalue - the actual value to translateString formatForService(CsticModel cstic, String value)
cstic - the characteristic the value belongs to and which provides the context for translationvalue - the actual value to translateboolean canBeFormattedForService(CsticModel cstic, String value)
cstic - the characteristic the value belongs to and which provides the context for translationvalue - the actual value to translatetrue only if the given value can be formattedString getNoValueIndicator()
Copyright © 2017 SAP SE. All Rights Reserved.