Class EmailPageReversePopulator
- java.lang.Object
-
- de.hybris.platform.acceleratorfacades.pages.populators.data.EmailPageReversePopulator
-
- All Implemented Interfaces:
Populator<EmailPageData,EmailPageModel>
public class EmailPageReversePopulator extends java.lang.Object implements Populator<EmailPageData,EmailPageModel>
Converts anEmailPageDataof the type code EmailPage toEmailPageModel
-
-
Constructor Summary
Constructors Constructor Description EmailPageReversePopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected LocalizedPopulatorgetLocalizedPopulator()voidpopulate(EmailPageData source, EmailPageModel target)Populate the target instance with values from the source instance.voidsetLocalizedPopulator(LocalizedPopulator localizedPopulator)
-
-
-
Method Detail
-
populate
public void populate(EmailPageData source, EmailPageModel target) throws ConversionException
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<EmailPageData,EmailPageModel>- Parameters:
source- the source objecttarget- the target to fill- Throws:
ConversionException- if an error occurs
-
getLocalizedPopulator
protected LocalizedPopulator getLocalizedPopulator()
-
setLocalizedPopulator
public void setLocalizedPopulator(LocalizedPopulator localizedPopulator)
-
-