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