Class TmaProductOfferingPricePopulator<SOURCE extends TmaProductOfferingPriceModel,TARGET extends TmaProductOfferingPriceData>
java.lang.Object
de.hybris.platform.b2ctelcofacades.productofferingprice.converters.populators.TmaProductOfferingPricePopulator<SOURCE,TARGET>
- All Implemented Interfaces:
de.hybris.platform.converters.Populator<SOURCE,TARGET>
@Deprecated(since="2202")
public class TmaProductOfferingPricePopulator<SOURCE extends TmaProductOfferingPriceModel,TARGET extends TmaProductOfferingPriceData>
extends Object
implements de.hybris.platform.converters.Populator<SOURCE,TARGET>
Deprecated.
Populates the attributes of
TmaProductOfferingPriceData from TmaProductOfferingPriceModel.- Since:
- 2007
-
Constructor Summary
ConstructorsConstructorDescriptionTmaProductOfferingPricePopulator(de.hybris.platform.servicelayer.dto.converter.Converter<BillingTimeModel, BillingTimeData> billingTimeConverter, de.hybris.platform.servicelayer.dto.converter.Converter<TmaProductSpecCharacteristicValueModel, TmaProductSpecCharacteristicValueUseData> productSpecCharacteristicValueUseConverter) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected de.hybris.platform.servicelayer.dto.converter.Converter<BillingTimeModel,BillingTimeData> Deprecated.protected de.hybris.platform.servicelayer.dto.converter.Converter<TmaProductSpecCharacteristicValueModel,TmaProductSpecCharacteristicValueUseData> Deprecated.voidDeprecated.
-
Constructor Details
-
TmaProductOfferingPricePopulator
public TmaProductOfferingPricePopulator(de.hybris.platform.servicelayer.dto.converter.Converter<BillingTimeModel, BillingTimeData> billingTimeConverter, de.hybris.platform.servicelayer.dto.converter.Converter<TmaProductSpecCharacteristicValueModel, TmaProductSpecCharacteristicValueUseData> productSpecCharacteristicValueUseConverter) Deprecated.
-
-
Method Details
-
populate
Deprecated.- 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()Deprecated. -
getProductSpecCharacteristicValueUseConverter
protected de.hybris.platform.servicelayer.dto.converter.Converter<TmaProductSpecCharacteristicValueModel,TmaProductSpecCharacteristicValueUseData> getProductSpecCharacteristicValueUseConverter()Deprecated.
-
TmaProdOfferPricePopulator.