Class TmaComponentProdOfferPriceReversePopulator
java.lang.Object
de.hybris.platform.b2ctelcofacades.productofferingprice.converters.populators.TmaComponentProdOfferPriceReversePopulator
- All Implemented Interfaces:
de.hybris.platform.converters.Populator<TmaComponentProdOfferPriceData,TmaComponentProdOfferPriceModel>
public class TmaComponentProdOfferPriceReversePopulator
extends Object
implements de.hybris.platform.converters.Populator<TmaComponentProdOfferPriceData,TmaComponentProdOfferPriceModel>
Populates information from
TmaComponentProdOfferPriceData to TmaComponentProdOfferPriceModel.- Since:
- 2202
-
Constructor Summary
ConstructorsConstructorDescriptionTmaComponentProdOfferPriceReversePopulator(de.hybris.platform.servicelayer.dto.converter.Converter<CurrencyData, CurrencyModel> currencyReverseConverter, Map<String, de.hybris.platform.servicelayer.dto.converter.Converter<TmaPricingLogicAlgorithmData, TmaPricingLogicAlgorithmModel>> pricingLogicAlgorithmReverseConverterMap, Map<String, Class<TmaPricingLogicAlgorithmModel>> pricingLogicAlgorithmReverseDataMap, TmaGenericItemService tmaGenericItemService, TmaEntityResourceNormalizer<CurrencyData, CurrencyModel> tmaCurrencyEntityResourceNormalizer, Map<String, TmaEntityResourceNormalizer<TmaPricingLogicAlgorithmData, TmaPricingLogicAlgorithmModel>> tmaPricingLogicAlgorithmEntityNormalizerMap) -
Method Summary
Modifier and TypeMethodDescriptionprotected de.hybris.platform.servicelayer.dto.converter.Converter<CurrencyData,CurrencyModel> Deprecated.since 2205protected Map<String,de.hybris.platform.servicelayer.dto.converter.Converter<TmaPricingLogicAlgorithmData, TmaPricingLogicAlgorithmModel>> Deprecated.since 2205protected Map<String,Class<TmaPricingLogicAlgorithmModel>> Deprecated.since 2205protected TmaEntityResourceNormalizer<CurrencyData,CurrencyModel> protected TmaGenericItemServiceDeprecated.since 2205protected Map<String,TmaEntityResourceNormalizer<TmaPricingLogicAlgorithmData, TmaPricingLogicAlgorithmModel>> voidpopulate(TmaComponentProdOfferPriceData source, TmaComponentProdOfferPriceModel target)
-
Constructor Details
-
TmaComponentProdOfferPriceReversePopulator
public TmaComponentProdOfferPriceReversePopulator(de.hybris.platform.servicelayer.dto.converter.Converter<CurrencyData, CurrencyModel> currencyReverseConverter, Map<String, de.hybris.platform.servicelayer.dto.converter.Converter<TmaPricingLogicAlgorithmData, TmaPricingLogicAlgorithmModel>> pricingLogicAlgorithmReverseConverterMap, Map<String, Class<TmaPricingLogicAlgorithmModel>> pricingLogicAlgorithmReverseDataMap, TmaGenericItemService tmaGenericItemService, TmaEntityResourceNormalizer<CurrencyData, CurrencyModel> tmaCurrencyEntityResourceNormalizer, Map<String, TmaEntityResourceNormalizer<TmaPricingLogicAlgorithmData, TmaPricingLogicAlgorithmModel>> tmaPricingLogicAlgorithmEntityNormalizerMap)
-
-
Method Details
-
populate
- Specified by:
populatein interfacede.hybris.platform.converters.Populator<TmaComponentProdOfferPriceData,TmaComponentProdOfferPriceModel>
-
getTmaCurrencyEntityResourceNormalizer
protected TmaEntityResourceNormalizer<CurrencyData,CurrencyModel> getTmaCurrencyEntityResourceNormalizer() -
getTmaPricingLogicAlgorithmEntityNormalizerMap
protected Map<String,TmaEntityResourceNormalizer<TmaPricingLogicAlgorithmData, getTmaPricingLogicAlgorithmEntityNormalizerMap()TmaPricingLogicAlgorithmModel>> -
getCurrencyReverseConverter
@Deprecated(since="2205") protected de.hybris.platform.servicelayer.dto.converter.Converter<CurrencyData,CurrencyModel> getCurrencyReverseConverter()Deprecated.since 2205 -
getPricingLogicAlgorithmReverseConverterMap
@Deprecated(since="2205") protected Map<String,de.hybris.platform.servicelayer.dto.converter.Converter<TmaPricingLogicAlgorithmData, getPricingLogicAlgorithmReverseConverterMap()TmaPricingLogicAlgorithmModel>> Deprecated.since 2205 -
getTmaGenericItemService
Deprecated.since 2205 -
getPricingLogicAlgorithmReverseDataMap
@Deprecated(since="2205") protected Map<String,Class<TmaPricingLogicAlgorithmModel>> getPricingLogicAlgorithmReverseDataMap()Deprecated.since 2205
-