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