Class VariantValueParentCategoryPopulator
java.lang.Object
de.hybris.platform.acceleratorfacades.ordergridform.converters.populators.VariantValueParentCategoryPopulator
- All Implemented Interfaces:
Populator<CategoryModel,CategoryData>
public class VariantValueParentCategoryPopulator
extends Object
implements Populator<CategoryModel,CategoryData>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(CategoryModel source, CategoryData target) Populate the target instance with values from the source instance.
-
Constructor Details
-
VariantValueParentCategoryPopulator
public VariantValueParentCategoryPopulator()
-
-
Method Details
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<CategoryModel,CategoryData> - Parameters:
source- the source objecttarget- the target to fill- Throws:
ConversionException- if an error occurs
-