Class PqProductSpecCharacteristicRuleParameterValueMapper
java.lang.Object
de.hybris.platform.productqualificationservices.mappers.PqProductSpecCharacteristicRuleParameterValueMapper
- All Implemented Interfaces:
de.hybris.platform.ruleengineservices.rule.strategies.RuleParameterValueMapper<TmaProductSpecCharacteristicModel>
public class PqProductSpecCharacteristicRuleParameterValueMapper
extends Object
implements de.hybris.platform.ruleengineservices.rule.strategies.RuleParameterValueMapper<TmaProductSpecCharacteristicModel>
Parameter value mapper for
TmaProductSpecCharacteristicModel- Since:
- 2211
-
Constructor Summary
ConstructorsConstructorDescriptionPqProductSpecCharacteristicRuleParameterValueMapper(TmaProductSpecificationDao tmaProductSpecificationDao, 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 TmaProductSpecificationDao
-
Constructor Details
-
PqProductSpecCharacteristicRuleParameterValueMapper
public PqProductSpecCharacteristicRuleParameterValueMapper(TmaProductSpecificationDao tmaProductSpecificationDao, de.hybris.platform.ruleengineservices.rule.strategies.RuleParameterValueMapper<CatalogModel> catalogRuleParameterValueMapper, String delimiter)
-
-
Method Details
-
toString
- Specified by:
toStringin interfacede.hybris.platform.ruleengineservices.rule.strategies.RuleParameterValueMapper<TmaProductSpecCharacteristicModel>
-
fromString
- Specified by:
fromStringin interfacede.hybris.platform.ruleengineservices.rule.strategies.RuleParameterValueMapper<TmaProductSpecCharacteristicModel>
-
getTmaProductSpecificationDao
-
getCatalogRuleParameterValueMapper
protected de.hybris.platform.ruleengineservices.rule.strategies.RuleParameterValueMapper<CatalogModel> getCatalogRuleParameterValueMapper() -
getDelimiter
-