Class TmaProductOfferingPriceRowReversePopulator
java.lang.Object
de.hybris.platform.b2ctelcofacades.converters.populator.TmaProductOfferingPriceRowReversePopulator
- All Implemented Interfaces:
de.hybris.platform.converters.Populator<ProductData,TmaProductOfferingModel>
public class TmaProductOfferingPriceRowReversePopulator
extends Object
implements de.hybris.platform.converters.Populator<ProductData,TmaProductOfferingModel>
Populates the price rows from
ProductData to TmaProductOfferingModel entity.- Since:
- 2202
-
Constructor Summary
ConstructorsConstructorDescriptionTmaProductOfferingPriceRowReversePopulator(TmaGenericItemService tmaGenericItemService, de.hybris.platform.servicelayer.model.ModelService modelService, de.hybris.platform.servicelayer.dto.converter.Converter<PriceData, PriceRowModel> tmaPriceRowReverseConverter, TmaEntityResourceNormalizer<PriceData, PriceRowModel> tmaPriceRowEntityResourceNormalizer) -
Method Summary
Modifier and TypeMethodDescriptionprotected de.hybris.platform.servicelayer.model.ModelServiceprotected TmaGenericItemServiceDeprecated.since 2205.protected TmaEntityResourceNormalizer<PriceData,PriceRowModel> protected de.hybris.platform.servicelayer.dto.converter.Converter<PriceData,PriceRowModel> Deprecated.since 2205voidpopulate(ProductData source, TmaProductOfferingModel target)
-
Constructor Details
-
TmaProductOfferingPriceRowReversePopulator
public TmaProductOfferingPriceRowReversePopulator(TmaGenericItemService tmaGenericItemService, de.hybris.platform.servicelayer.model.ModelService modelService, de.hybris.platform.servicelayer.dto.converter.Converter<PriceData, PriceRowModel> tmaPriceRowReverseConverter, TmaEntityResourceNormalizer<PriceData, PriceRowModel> tmaPriceRowEntityResourceNormalizer)
-
-
Method Details
-
populate
- Specified by:
populatein interfacede.hybris.platform.converters.Populator<ProductData,TmaProductOfferingModel>
-
getTmaPriceRowEntityResourceNormalizer
protected TmaEntityResourceNormalizer<PriceData,PriceRowModel> getTmaPriceRowEntityResourceNormalizer() -
getModelService
protected de.hybris.platform.servicelayer.model.ModelService getModelService() -
getTmaPriceRowReverseConverter
@Deprecated(since="2205") protected de.hybris.platform.servicelayer.dto.converter.Converter<PriceData,PriceRowModel> getTmaPriceRowReverseConverter()Deprecated.since 2205 -
getTmaGenericItemService
Deprecated.since 2205.- Returns:
- the generic item service
-