Class OrderEntryRaoProductPopulator
java.lang.Object
de.hybris.platform.ruleengineservices.converters.populator.OrderEntryRaoProductPopulator
- All Implemented Interfaces:
Populator<ProductModel,OrderEntryRAO>
public class OrderEntryRaoProductPopulator
extends Object
implements Populator<ProductModel,OrderEntryRAO>
Populator implementation for
ProductModel as source and OrderEntryRAO as target type.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Collection<String>getAllCategoryCodes(Collection<CategoryModel> categories) protected CategoryServiceprotected ProductUtilsvoidpopulate(ProductModel source, OrderEntryRAO target) Populate the target instance with values from the source instance.voidsetCategoryService(CategoryService categoryService) voidsetProductUtils(ProductUtils productUtils)
-
Constructor Details
-
OrderEntryRaoProductPopulator
public OrderEntryRaoProductPopulator()
-
-
Method Details
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<ProductModel,OrderEntryRAO> - Parameters:
source- the source objecttarget- the target to fill
-
getAllCategoryCodes
-
getCategoryService
-
setCategoryService
-
getProductUtils
-
setProductUtils
-