Class SmarteditConfigurationModelToDataPopulator
- java.lang.Object
-
- de.hybris.platform.smarteditwebservices.configuration.populator.SmarteditConfigurationModelToDataPopulator
-
- All Implemented Interfaces:
Populator<SmarteditConfigurationModel,ConfigurationData>
public class SmarteditConfigurationModelToDataPopulator extends java.lang.Object implements Populator<SmarteditConfigurationModel,ConfigurationData>
Populator to convert SmartEditConfigurationModel into ConfigurationData
-
-
Constructor Summary
Constructors Constructor Description SmarteditConfigurationModelToDataPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.String[]getIgnoreProperties()gets all properties to be ignored while copying the propertiesvoidpopulate(SmarteditConfigurationModel source, ConfigurationData target)Populate the target instance with values from the source instance.
-
-
-
Method Detail
-
populate
public void populate(SmarteditConfigurationModel source, ConfigurationData target) throws ConversionException
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<SmarteditConfigurationModel,ConfigurationData>- Parameters:
source- the source objecttarget- the target to fill- Throws:
ConversionException- if an error occurs
-
getIgnoreProperties
protected java.lang.String[] getIgnoreProperties()
gets all properties to be ignored while copying the properties- Returns:
-
-