Class BundleTemplateParameterValueMapper
java.lang.Object
de.hybris.platform.travelrulesengine.rule.strategies.impl.mappers.BundleTemplateParameterValueMapper
- All Implemented Interfaces:
de.hybris.platform.ruleengineservices.rule.strategies.RuleParameterValueMapper<BundleTemplateModel>
public class BundleTemplateParameterValueMapper
extends Object
implements de.hybris.platform.ruleengineservices.rule.strategies.RuleParameterValueMapper<BundleTemplateModel>
The type Bundle template parameter value mapper.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new Bundle template parameter value mapper. -
Method Summary
Modifier and TypeMethodDescriptionfromString(String value) protected RuleBundleTemplateDaoGets rule bundle template dao.voidsetRuleBundleTemplateDao(RuleBundleTemplateDao ruleBundleTemplateDao) Sets rule bundle template dao.toString(BundleTemplateModel bundleTemplateModel)
-
Constructor Details
-
BundleTemplateParameterValueMapper
public BundleTemplateParameterValueMapper()Instantiates a new Bundle template parameter value mapper.
-
-
Method Details
-
toString
- Specified by:
toStringin interfacede.hybris.platform.ruleengineservices.rule.strategies.RuleParameterValueMapper<BundleTemplateModel>
-
fromString
- Specified by:
fromStringin interfacede.hybris.platform.ruleengineservices.rule.strategies.RuleParameterValueMapper<BundleTemplateModel>
-
getRuleBundleTemplateDao
Gets rule bundle template dao.- Returns:
- the rule bundle template dao
-
setRuleBundleTemplateDao
Sets rule bundle template dao.- Parameters:
ruleBundleTemplateDao- the rule bundle template dao
-