Class TmaPopPriceEventReversePopulator
java.lang.Object
de.hybris.platform.b2ctelcofacades.productofferingprice.converters.populators.TmaPopPriceEventReversePopulator
- All Implemented Interfaces:
de.hybris.platform.converters.Populator<TmaProductOfferingPriceData,TmaProductOfferingPriceModel>
public class TmaPopPriceEventReversePopulator
extends Object
implements de.hybris.platform.converters.Populator<TmaProductOfferingPriceData,TmaProductOfferingPriceModel>
Populates price event information from
TmaProductOfferingPriceData to TmaProductOfferingPriceModel.- Since:
- 2202
-
Constructor Summary
ConstructorsConstructorDescriptionTmaPopPriceEventReversePopulator(de.hybris.platform.servicelayer.dto.converter.Converter<BillingTimeData, BillingTimeModel> tmaBillingTimeReverseConverter, TmaGenericItemService tmaGenericItemService, TmaEntityResourceNormalizer<BillingTimeData, BillingTimeModel> tmaBillingTimeEntityResourceNormalizer) -
Method Summary
Modifier and TypeMethodDescriptionprotected de.hybris.platform.servicelayer.dto.converter.Converter<BillingTimeData,BillingTimeModel> Deprecated.since 2205protected TmaGenericItemServiceDeprecated.since 2205voidpopulate(TmaProductOfferingPriceData source, TmaProductOfferingPriceModel target)
-
Constructor Details
-
TmaPopPriceEventReversePopulator
public TmaPopPriceEventReversePopulator(de.hybris.platform.servicelayer.dto.converter.Converter<BillingTimeData, BillingTimeModel> tmaBillingTimeReverseConverter, TmaGenericItemService tmaGenericItemService, TmaEntityResourceNormalizer<BillingTimeData, BillingTimeModel> tmaBillingTimeEntityResourceNormalizer)
-
-
Method Details
-
populate
- Specified by:
populatein interfacede.hybris.platform.converters.Populator<TmaProductOfferingPriceData,TmaProductOfferingPriceModel>
-
getTmaBillingTimeEntityResourceNormalizer
protected TmaEntityResourceNormalizer<BillingTimeData,BillingTimeModel> getTmaBillingTimeEntityResourceNormalizer() -
getTmaBillingTimeReverseConverter
@Deprecated(since="2205") protected de.hybris.platform.servicelayer.dto.converter.Converter<BillingTimeData,BillingTimeModel> getTmaBillingTimeReverseConverter()Deprecated.since 2205 -
getTmaGenericItemService
Deprecated.since 2205
-