Class CategoryDataPopulator
java.lang.Object
de.hybris.platform.cmssmarteditwebservices.products.facade.populator.CategoryDataPopulator
- All Implemented Interfaces:
Populator<CategoryData,CategoryData>
Basic class for populating
CategoryData from CategoryData data.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CatalogVersionServiceprotected CategoryServiceprotected UniqueItemIdentifierServicevoidpopulate(CategoryData source, CategoryData target) Populate the target instance with values from the source instance.voidsetCatalogVersionService(CatalogVersionService catalogVersionService) voidsetCategoryService(CategoryService categoryService) voidsetUniqueItemIdentifierService(UniqueItemIdentifierService uniqueItemIdentifierService)
-
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<CategoryData,CategoryData> - Parameters:
source- the source objecttarget- the target to fill- Throws:
ConversionException- if an error occurs
-
getUniqueItemIdentifierService
-
setUniqueItemIdentifierService
-
getCatalogVersionService
-
setCatalogVersionService
-
getCategoryService
-
setCategoryService
-