Class BasicComponentTypePopulator
- java.lang.Object
-
- de.hybris.platform.cmsfacades.types.populator.BasicComponentTypePopulator
-
- All Implemented Interfaces:
Populator<ComposedTypeModel,ComponentTypeData>
public class BasicComponentTypePopulator extends java.lang.Object implements Populator<ComposedTypeModel,ComponentTypeData>
This populator will convert theTypeModel.getCode()andTypeManagerManagedModel.getName()only.
-
-
Constructor Summary
Constructors Constructor Description BasicComponentTypePopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpopulate(ComposedTypeModel source, ComponentTypeData target)Populate the target instance with values from the source instance.
-
-
-
Method Detail
-
populate
public void populate(ComposedTypeModel source, ComponentTypeData target) throws ConversionException
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<ComposedTypeModel,ComponentTypeData>- Parameters:
source- the source objecttarget- the target to fill- Throws:
ConversionException- if an error occurs
-
-