Class CatalogHierarchyModelToDataPopulator
java.lang.Object
de.hybris.platform.cmssmarteditwebservices.catalogs.populator.CatalogHierarchyModelToDataPopulator
- All Implemented Interfaces:
Populator<CatalogModel,CatalogHierarchyData>
public class CatalogHierarchyModelToDataPopulator
extends Object
implements Populator<CatalogModel,CatalogHierarchyData>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected LocalizedPopulatorgetNewNameMap(CatalogHierarchyData target) voidpopulate(CatalogModel source, CatalogHierarchyData target) Populate the target instance with values from the source instance.voidsetContentCatalogService(ContentCatalogService contentCatalogService) voidsetLocalizedPopulator(LocalizedPopulator localizedPopulator)
-
Constructor Details
-
CatalogHierarchyModelToDataPopulator
public CatalogHierarchyModelToDataPopulator()
-
-
Method Details
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<CatalogModel,CatalogHierarchyData> - Parameters:
source- the source objecttarget- the target to fill- Throws:
ConversionException- if an error occurs
-
getNewNameMap
-
getLocalizedPopulator
-
setLocalizedPopulator
-
getContentCatalogService
-
setContentCatalogService
-