Class CategoryDataPopulator
- java.lang.Object
-
- de.hybris.platform.cmssmarteditwebservices.products.facade.populator.CategoryDataPopulator
-
- All Implemented Interfaces:
Populator<CategoryData,CategoryData>
public class CategoryDataPopulator extends java.lang.Object implements Populator<CategoryData,CategoryData>
Basic class for populatingCategoryDatafromCategoryDatadata.
-
-
Constructor Summary
Constructors Constructor Description CategoryDataPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CatalogVersionServicegetCatalogVersionService()protected CategoryServicegetCategoryService()protected UniqueItemIdentifierServicegetUniqueItemIdentifierService()voidpopulate(CategoryData source, CategoryData target)Populate the target instance with values from the source instance.voidsetCatalogVersionService(CatalogVersionService catalogVersionService)voidsetCategoryService(CategoryService categoryService)voidsetUniqueItemIdentifierService(UniqueItemIdentifierService uniqueItemIdentifierService)
-
-
-
Method Detail
-
populate
public void populate(CategoryData source, CategoryData target) throws ConversionException
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
protected UniqueItemIdentifierService getUniqueItemIdentifierService()
-
setUniqueItemIdentifierService
public void setUniqueItemIdentifierService(UniqueItemIdentifierService uniqueItemIdentifierService)
-
getCatalogVersionService
protected CatalogVersionService getCatalogVersionService()
-
setCatalogVersionService
public void setCatalogVersionService(CatalogVersionService catalogVersionService)
-
getCategoryService
protected CategoryService getCategoryService()
-
setCategoryService
public void setCategoryService(CategoryService categoryService)
-
-