Class TmaProdOfferPricePopulator<SOURCE extends TmaProductOfferingPriceModel,TARGET extends TmaProductOfferingPriceData>
java.lang.Object
de.hybris.platform.b2ctelcofacades.productofferingprice.converters.populators.TmaProdOfferPricePopulator<SOURCE,TARGET>
- All Implemented Interfaces:
de.hybris.platform.converters.Populator<SOURCE,TARGET>
public class TmaProdOfferPricePopulator<SOURCE extends TmaProductOfferingPriceModel,TARGET extends TmaProductOfferingPriceData>
extends Object
implements de.hybris.platform.converters.Populator<SOURCE,TARGET>
Populates the attributes of
TmaProductOfferingPriceData from TmaProductOfferingPriceModel.- Since:
- 2202
-
Constructor Summary
ConstructorsConstructorDescriptionTmaProdOfferPricePopulator(de.hybris.platform.servicelayer.dto.converter.Converter<BillingTimeModel, BillingTimeData> billingTimeConverter, de.hybris.platform.servicelayer.dto.converter.Converter<TmaProductSpecCharValueUseModel, TmaProductSpecCharacteristicValueUseData> productSpecCharacteristicValueUseConverter) -
Method Summary
Modifier and TypeMethodDescriptionprotected de.hybris.platform.servicelayer.dto.converter.Converter<BillingTimeModel,BillingTimeData> protected de.hybris.platform.servicelayer.dto.converter.Converter<TmaProductSpecCharValueUseModel,TmaProductSpecCharacteristicValueUseData> void
-
Constructor Details
-
TmaProdOfferPricePopulator
public TmaProdOfferPricePopulator(de.hybris.platform.servicelayer.dto.converter.Converter<BillingTimeModel, BillingTimeData> billingTimeConverter, de.hybris.platform.servicelayer.dto.converter.Converter<TmaProductSpecCharValueUseModel, TmaProductSpecCharacteristicValueUseData> productSpecCharacteristicValueUseConverter)
-
-
Method Details
-
populate
- Specified by:
populatein interfacede.hybris.platform.converters.Populator<SOURCE extends TmaProductOfferingPriceModel,TARGET extends TmaProductOfferingPriceData>
-
getBillingTimeConverter
protected de.hybris.platform.servicelayer.dto.converter.Converter<BillingTimeModel,BillingTimeData> getBillingTimeConverter() -
getProductSpecCharacteristicValueUseConverter
protected de.hybris.platform.servicelayer.dto.converter.Converter<TmaProductSpecCharValueUseModel,TmaProductSpecCharacteristicValueUseData> getProductSpecCharacteristicValueUseConverter()
-