Class PqProductOfferingRuleParameterValueMapper

java.lang.Object
de.hybris.platform.productqualificationservices.mappers.PqProductOfferingRuleParameterValueMapper
All Implemented Interfaces:
de.hybris.platform.ruleengineservices.rule.strategies.RuleParameterValueMapper<TmaProductOfferingModel>

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

    • PqProductOfferingRuleParameterValueMapper

      public PqProductOfferingRuleParameterValueMapper(TmaProductDao productDao, de.hybris.platform.ruleengineservices.rule.strategies.RuleParameterValueMapper<CatalogModel> catalogRuleParameterValueMapper, String delimiter)
  • Method Details

    • toString

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

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

      protected TmaProductDao getProductDao()
    • getCatalogRuleParameterValueMapper

      protected de.hybris.platform.ruleengineservices.rule.strategies.RuleParameterValueMapper<CatalogModel> getCatalogRuleParameterValueMapper()
    • getDelimiter

      protected String getDelimiter()