Class TmaCompositeProdOfferPriceReversePopulator
java.lang.Object
de.hybris.platform.b2ctelcofacades.productofferingprice.converters.populators.TmaCompositeProdOfferPriceReversePopulator
- All Implemented Interfaces:
de.hybris.platform.converters.Populator<TmaCompositeProdOfferPriceData,TmaCompositeProdOfferPriceModel>
public class TmaCompositeProdOfferPriceReversePopulator
extends Object
implements de.hybris.platform.converters.Populator<TmaCompositeProdOfferPriceData,TmaCompositeProdOfferPriceModel>
Populates the attributes of
TmaCompositeProdOfferPriceModel or TmaTierUsageChargeCompositePopModel
from TmaCompositeProdOfferPriceData or TmaTierUsageCompositeProdOfferPriceData.- Since:
- 2202
-
Constructor Summary
ConstructorsConstructorDescriptionTmaCompositeProdOfferPriceReversePopulator(Map<String, de.hybris.platform.servicelayer.dto.converter.Converter<TmaProductOfferingPriceData, TmaProductOfferingPriceModel>> productOfferingPriceReverseConverterMap, Map<String, Class<TmaProductOfferingPriceModel>> productOfferingPriceDataToModelMap, TmaGenericItemService tmaGenericItemService) -
Method Summary
Modifier and TypeMethodDescriptionprotected Map<String,Class<TmaProductOfferingPriceModel>> protected Map<String,de.hybris.platform.servicelayer.dto.converter.Converter<TmaProductOfferingPriceData, TmaProductOfferingPriceModel>> protected TmaGenericItemServicevoidpopulate(TmaCompositeProdOfferPriceData source, TmaCompositeProdOfferPriceModel target)
-
Constructor Details
-
TmaCompositeProdOfferPriceReversePopulator
public TmaCompositeProdOfferPriceReversePopulator(Map<String, de.hybris.platform.servicelayer.dto.converter.Converter<TmaProductOfferingPriceData, TmaProductOfferingPriceModel>> productOfferingPriceReverseConverterMap, Map<String, Class<TmaProductOfferingPriceModel>> productOfferingPriceDataToModelMap, TmaGenericItemService tmaGenericItemService)
-
-
Method Details
-
populate
- Specified by:
populatein interfacede.hybris.platform.converters.Populator<TmaCompositeProdOfferPriceData,TmaCompositeProdOfferPriceModel>
-
getProductOfferingPriceReverseConverterMap
protected Map<String,de.hybris.platform.servicelayer.dto.converter.Converter<TmaProductOfferingPriceData, getProductOfferingPriceReverseConverterMap()TmaProductOfferingPriceModel>> -
getProductOfferingPriceDataToModelMap
-
getTmaGenericItemService
-