Class CategoryDataPopulator
java.lang.Object
de.hybris.platform.cmsfacades.products.populator.CategoryDataPopulator
- All Implemented Interfaces:
Populator<CategoryModel,CategoryData>
Populates a
CategoryData instance from the CategoryModel source data model.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected LocalizedPopulatorgetNewDescriptionMap(CategoryData target) getNewNameMap(CategoryData target) voidpopulate(CategoryModel source, CategoryData target) Populate the target instance with values from the source instance.voidsetLocalizedPopulator(LocalizedPopulator localizedPopulator)
-
Constructor Details
-
CategoryDataPopulator
public CategoryDataPopulator()
-
-
Method Details
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<CategoryModel,CategoryData> - Parameters:
source- the source objecttarget- the target to fill- Throws:
ConversionException- if an error occurs
-
getNewNameMap
-
getNewDescriptionMap
-
getLocalizedPopulator
-
setLocalizedPopulator
-