Class BasicComponentTypePopulator
java.lang.Object
de.hybris.platform.cmsfacades.types.populator.BasicComponentTypePopulator
- All Implemented Interfaces:
Populator<ComposedTypeModel,ComponentTypeData>
public class BasicComponentTypePopulator
extends Object
implements Populator<ComposedTypeModel,ComponentTypeData>
This populator will convert the
TypeModel.getCode() and TypeManagerManagedModel.getName() only.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetNewNameMap(ComponentTypeData target) voidpopulate(ComposedTypeModel source, ComponentTypeData target) Populate the target instance with values from the source instance.
-
Constructor Details
-
BasicComponentTypePopulator
-
-
Method Details
-
populate
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
-
getNewNameMap
-