Class TmaComponentProdOfferPricePopulator<SOURCE extends TmaComponentProdOfferPriceModel,TARGET extends TmaComponentProdOfferPriceData>
java.lang.Object
de.hybris.platform.b2ctelcofacades.productofferingprice.converters.populators.TmaComponentProdOfferPricePopulator<SOURCE,TARGET>
- All Implemented Interfaces:
de.hybris.platform.converters.Populator<SOURCE,TARGET>
public class TmaComponentProdOfferPricePopulator<SOURCE extends TmaComponentProdOfferPriceModel,TARGET extends TmaComponentProdOfferPriceData>
extends Object
implements de.hybris.platform.converters.Populator<SOURCE,TARGET>
Populates the attributes of
TmaComponentProdOfferPriceData from TmaComponentProdOfferPriceModel.- Since:
- 2007
-
Constructor Summary
ConstructorsConstructorDescriptionTmaComponentProdOfferPricePopulator(de.hybris.platform.servicelayer.dto.converter.Converter<CurrencyModel, CurrencyData> currencyConverter, Map<String, de.hybris.platform.servicelayer.dto.converter.Converter<TmaPricingLogicAlgorithmModel, TmaPricingLogicAlgorithmData>> pricingLogicAlgorithmConverterMap) -
Method Summary
Modifier and TypeMethodDescriptionprotected de.hybris.platform.servicelayer.dto.converter.Converter<CurrencyModel,CurrencyData> protected Map<String,de.hybris.platform.servicelayer.dto.converter.Converter<TmaPricingLogicAlgorithmModel, TmaPricingLogicAlgorithmData>> void
-
Constructor Details
-
TmaComponentProdOfferPricePopulator
public TmaComponentProdOfferPricePopulator(de.hybris.platform.servicelayer.dto.converter.Converter<CurrencyModel, CurrencyData> currencyConverter, Map<String, de.hybris.platform.servicelayer.dto.converter.Converter<TmaPricingLogicAlgorithmModel, TmaPricingLogicAlgorithmData>> pricingLogicAlgorithmConverterMap)
-
-
Method Details
-
populate
- Specified by:
populatein interfacede.hybris.platform.converters.Populator<SOURCE extends TmaComponentProdOfferPriceModel,TARGET extends TmaComponentProdOfferPriceData>
-
getCurrencyConverter
protected de.hybris.platform.servicelayer.dto.converter.Converter<CurrencyModel,CurrencyData> getCurrencyConverter() -
getPricingLogicAlgorithmConverterMap
protected Map<String,de.hybris.platform.servicelayer.dto.converter.Converter<TmaPricingLogicAlgorithmModel, getPricingLogicAlgorithmConverterMap()TmaPricingLogicAlgorithmData>>
-