Class NotificationPreferenceEntryPopulator
java.lang.Object
de.hybris.platform.notificationfacades.populators.NotificationPreferenceEntryPopulator
- All Implemented Interfaces:
Populator<NotificationChannel,NotificationPreferenceData>
public class NotificationPreferenceEntryPopulator
extends Object
implements Populator<NotificationChannel,NotificationPreferenceData>
populator to populate NotificationChannelData from notification channel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ConfigurationServicevoidpopulate(NotificationChannel source, NotificationPreferenceData target) Populate the target instance with values from the source instance.voidsetConfigurationService(ConfigurationService configurationService)
-
Constructor Details
-
NotificationPreferenceEntryPopulator
public NotificationPreferenceEntryPopulator()
-
-
Method Details
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<NotificationChannel,NotificationPreferenceData> - Parameters:
source- the source objecttarget- the target to fill
-
getConfigurationService
-
setConfigurationService
-