Class ProductDataPopulator
java.lang.Object
de.hybris.platform.cmsfacades.products.populator.ProductDataPopulator
- All Implemented Interfaces:
Populator<ProductModel,ProductData>
Populates a
ProductData instance from the ProductModel source data model.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected LocalizedPopulatorgetNewDescriptionMap(ProductData target) getNewNameMap(ProductData target) voidpopulate(ProductModel source, ProductData target) Populate the target instance with values from the source instance.voidsetLocalizedPopulator(LocalizedPopulator localizedPopulator)
-
Constructor Details
-
ProductDataPopulator
public ProductDataPopulator()
-
-
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
-
getNewNameMap
-
getNewDescriptionMap
-
getLocalizedPopulator
-
setLocalizedPopulator
-