Class NotificationPreferencesPopulator
- java.lang.Object
-
- de.hybris.platform.notificationfacades.populators.NotificationPreferencesPopulator
-
- All Implemented Interfaces:
Populator<java.util.List<NotificationPreferenceData>,NotificationPreferenceDataList>
public class NotificationPreferencesPopulator extends java.lang.Object implements Populator<java.util.List<NotificationPreferenceData>,NotificationPreferenceDataList>
populator to populate notification preference data
-
-
Constructor Summary
Constructors Constructor Description NotificationPreferencesPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpopulate(java.util.List<NotificationPreferenceData> source, NotificationPreferenceDataList target)Populate the target instance with values from the source instance.
-
-
-
Method Detail
-
populate
public void populate(java.util.List<NotificationPreferenceData> source, NotificationPreferenceDataList target)
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<java.util.List<NotificationPreferenceData>,NotificationPreferenceDataList>- Parameters:
source- the source objecttarget- the target to fill
-
-