Class RatePlanParameterValueMapper

java.lang.Object
de.hybris.platform.travelrulesengine.rule.strategies.impl.mappers.RatePlanParameterValueMapper
All Implemented Interfaces:
de.hybris.platform.ruleengineservices.rule.strategies.RuleParameterValueMapper<RatePlanModel>

public class RatePlanParameterValueMapper extends Object implements de.hybris.platform.ruleengineservices.rule.strategies.RuleParameterValueMapper<RatePlanModel>
The type Rate plan parameter value mapper.
  • Constructor Details

    • RatePlanParameterValueMapper

      public RatePlanParameterValueMapper()
  • Method Details

    • toString

      public String toString(RatePlanModel ratePlanModel)
      Specified by:
      toString in interface de.hybris.platform.ruleengineservices.rule.strategies.RuleParameterValueMapper<RatePlanModel>
    • fromString

      public RatePlanModel fromString(String code)
      Specified by:
      fromString in interface de.hybris.platform.ruleengineservices.rule.strategies.RuleParameterValueMapper<RatePlanModel>
    • getRuleRatePlanDao

      protected RuleRatePlanDao getRuleRatePlanDao()
      Gets rule rate plan dao.
      Returns:
      the rule rate plan dao
    • setRuleRatePlanDao

      public void setRuleRatePlanDao(RuleRatePlanDao ruleRatePlanDao)
      Sets rule rate plan dao.
      Parameters:
      ruleRatePlanDao - the rule rate plan dao