public class ProductRaoPopulator extends Object
ProductModel as source and ProductRAO as target type.| Constructor and Description |
|---|
ProductRaoPopulator() |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<CategoryRAO> |
getAllCategories(Collection<CategoryModel> categories) |
protected Converter<CategoryModel,CategoryRAO> |
getCategoryConverter() |
protected CategoryService |
getCategoryService() |
void |
populate(ProductModel source,
ProductRAO target) |
void |
setCategoryConverter(Converter<CategoryModel,CategoryRAO> categoryConverter) |
void |
setCategoryService(CategoryService categoryService) |
protected Collection<CategoryRAO> getAllCategories(Collection<CategoryModel> categories)
public void populate(ProductModel source, ProductRAO target) throws ConversionException
ConversionExceptionprotected Converter<CategoryModel,CategoryRAO> getCategoryConverter()
public void setCategoryConverter(Converter<CategoryModel,CategoryRAO> categoryConverter)
protected CategoryService getCategoryService()
public void setCategoryService(CategoryService categoryService)
Copyright © 2017 SAP SE. All Rights Reserved.