Class TmaProductOfferingPriceReversePopulator
java.lang.Object
de.hybris.platform.b2ctelcofacades.productofferingprice.converters.populators.TmaProductOfferingPriceReversePopulator
- All Implemented Interfaces:
de.hybris.platform.converters.Populator<TmaProductOfferingPriceData,TmaProductOfferingPriceModel>
public class TmaProductOfferingPriceReversePopulator
extends Object
implements de.hybris.platform.converters.Populator<TmaProductOfferingPriceData,TmaProductOfferingPriceModel>
Populates information from
TmaProductOfferingPriceData to TmaProductOfferingPriceModel.- Since:
- 2202
-
Constructor Summary
ConstructorsConstructorDescriptionTmaProductOfferingPriceReversePopulator(de.hybris.platform.catalog.CatalogVersionService catalogVersionService) -
Method Summary
Modifier and TypeMethodDescriptionprotected de.hybris.platform.catalog.CatalogVersionServicevoidpopulate(TmaProductOfferingPriceData source, TmaProductOfferingPriceModel target)
-
Constructor Details
-
TmaProductOfferingPriceReversePopulator
public TmaProductOfferingPriceReversePopulator(de.hybris.platform.catalog.CatalogVersionService catalogVersionService)
-
-
Method Details
-
populate
- Specified by:
populatein interfacede.hybris.platform.converters.Populator<TmaProductOfferingPriceData,TmaProductOfferingPriceModel>
-
getCatalogVersionService
protected de.hybris.platform.catalog.CatalogVersionService getCatalogVersionService()
-