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