Class TmaRegionParameterValueMapper

java.lang.Object
de.hybris.platform.b2ctelcoservices.promotion.mappers.TmaRegionParameterValueMapper
All Implemented Interfaces:
de.hybris.platform.ruleengineservices.rule.strategies.RuleParameterValueMapper<RegionModel>

public class TmaRegionParameterValueMapper extends Object implements de.hybris.platform.ruleengineservices.rule.strategies.RuleParameterValueMapper<RegionModel>
Parameter value mapper for RegionModel
Since:
2302
  • Constructor Details

    • TmaRegionParameterValueMapper

      public TmaRegionParameterValueMapper(TmaGenericItemService tmaGenericItemService)
  • Method Details

    • toString

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

      public RegionModel fromString(String value)
      Specified by:
      fromString in interface de.hybris.platform.ruleengineservices.rule.strategies.RuleParameterValueMapper<RegionModel>
    • getTmaGenericItemService

      protected TmaGenericItemService getTmaGenericItemService()