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