Class TmaProductOfferingCategoriesReversePopulator
java.lang.Object
de.hybris.platform.b2ctelcofacades.converters.populator.TmaProductOfferingCategoriesReversePopulator
- All Implemented Interfaces:
de.hybris.platform.converters.Populator<ProductData,TmaProductOfferingModel>
public class TmaProductOfferingCategoriesReversePopulator
extends Object
implements de.hybris.platform.converters.Populator<ProductData,TmaProductOfferingModel>
Populates the categories from
ProductData to TmaProductOfferingModel entity.- Since:
- 2202
-
Constructor Summary
ConstructorsConstructorDescriptionTmaProductOfferingCategoriesReversePopulator(TmaGenericItemService tmaGenericItemService) -
Method Summary
Modifier and TypeMethodDescriptionprotected TmaGenericItemServicevoidpopulate(ProductData source, TmaProductOfferingModel target)
-
Constructor Details
-
TmaProductOfferingCategoriesReversePopulator
-
-
Method Details
-
populate
- Specified by:
populatein interfacede.hybris.platform.converters.Populator<ProductData,TmaProductOfferingModel>
-
getTmaGenericItemService
-