Class ProductKeywordsPopulator
java.lang.Object
de.hybris.platform.acceleratorfacades.product.converters.populator.ProductKeywordsPopulator
- All Implemented Interfaces:
Populator<ProductModel,ProductData>
Populate the product data with the product's description
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(ProductModel source, ProductData target) Populate the target instance with values from the source instance.
-
Constructor Details
-
ProductKeywordsPopulator
public ProductKeywordsPopulator()
-
-
Method Details
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<ProductModel,ProductData> - Parameters:
source- the source objecttarget- the target to fill- Throws:
ConversionException- if an error occurs
-