Class TmaPopRuleParameterValueMapper
java.lang.Object
de.hybris.platform.b2ctelcoservices.promotion.mappers.TmaPopRuleParameterValueMapper
- All Implemented Interfaces:
de.hybris.platform.ruleengineservices.rule.strategies.RuleParameterValueMapper<TmaProductOfferingPriceModel>
public class TmaPopRuleParameterValueMapper
extends Object
implements de.hybris.platform.ruleengineservices.rule.strategies.RuleParameterValueMapper<TmaProductOfferingPriceModel>
Parameter value mapper for
TmaProductOfferingPriceModel- Since:
- 2302
-
Constructor Summary
ConstructorsConstructorDescriptionTmaPopRuleParameterValueMapper(TmaProductOfferingPriceDao productOfferingPriceDao, de.hybris.platform.ruleengineservices.rule.strategies.RuleParameterValueMapper<CatalogModel> catalogRuleParameterValueMapper, String delimiter) -
Method Summary
Modifier and TypeMethodDescriptionfromString(String value) protected de.hybris.platform.ruleengineservices.rule.strategies.RuleParameterValueMapper<CatalogModel>protected Stringprotected TmaProductOfferingPriceDaotoString(TmaProductOfferingPriceModel productOfferingPrice)
-
Constructor Details
-
TmaPopRuleParameterValueMapper
public TmaPopRuleParameterValueMapper(TmaProductOfferingPriceDao productOfferingPriceDao, de.hybris.platform.ruleengineservices.rule.strategies.RuleParameterValueMapper<CatalogModel> catalogRuleParameterValueMapper, String delimiter)
-
-
Method Details
-
toString
- Specified by:
toStringin interfacede.hybris.platform.ruleengineservices.rule.strategies.RuleParameterValueMapper<TmaProductOfferingPriceModel>
-
fromString
- Specified by:
fromStringin interfacede.hybris.platform.ruleengineservices.rule.strategies.RuleParameterValueMapper<TmaProductOfferingPriceModel>
-
getProductOfferingPriceDao
-
getCatalogRuleParameterValueMapper
protected de.hybris.platform.ruleengineservices.rule.strategies.RuleParameterValueMapper<CatalogModel> getCatalogRuleParameterValueMapper() -
getDelimiter
-