Class NotificationPreferenceEntryPopulator
- java.lang.Object
-
- de.hybris.platform.notificationfacades.populators.NotificationPreferenceEntryPopulator
-
- All Implemented Interfaces:
Populator<NotificationChannel,NotificationPreferenceData>
public class NotificationPreferenceEntryPopulator extends java.lang.Object implements Populator<NotificationChannel,NotificationPreferenceData>
populator to populate NotificationChannelData from notification channel
-
-
Constructor Summary
Constructors Constructor Description NotificationPreferenceEntryPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ConfigurationServicegetConfigurationService()voidpopulate(NotificationChannel source, NotificationPreferenceData target)Populate the target instance with values from the source instance.voidsetConfigurationService(ConfigurationService configurationService)
-
-
-
Method Detail
-
populate
public void populate(NotificationChannel source, NotificationPreferenceData target)
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
protected ConfigurationService getConfigurationService()
-
setConfigurationService
public void setConfigurationService(ConfigurationService configurationService)
-
-