Uses of Class
de.hybris.platform.notificationfacades.data.NotificationPreferenceDataList
Packages that use NotificationPreferenceDataList
Package
Description
-
Uses of NotificationPreferenceDataList in de.hybris.platform.notificationfacades.facades
Methods in de.hybris.platform.notificationfacades.facades that return NotificationPreferenceDataListModifier and TypeMethodDescriptionNotificationPreferenceFacade.getNotificationPreferences(List<NotificationPreferenceData> notificationPreferences) Get the notification preference data list -
Uses of NotificationPreferenceDataList in de.hybris.platform.notificationfacades.facades.impl
Methods in de.hybris.platform.notificationfacades.facades.impl that return NotificationPreferenceDataListModifier and TypeMethodDescriptionDefaultNotificationPreferenceFacade.getNotificationPreferences(List<NotificationPreferenceData> notificationPreferences) Methods in de.hybris.platform.notificationfacades.facades.impl that return types with arguments of type NotificationPreferenceDataListModifier and TypeMethodDescriptionDefaultNotificationPreferenceFacade.getNotificationPreferencesConverter()Method parameters in de.hybris.platform.notificationfacades.facades.impl with type arguments of type NotificationPreferenceDataListModifier and TypeMethodDescriptionvoidDefaultNotificationPreferenceFacade.setNotificationPreferencesConverter(Converter<List<NotificationPreferenceData>, NotificationPreferenceDataList> notificationPreferencesConverter) -
Uses of NotificationPreferenceDataList in de.hybris.platform.notificationfacades.populators
Methods in de.hybris.platform.notificationfacades.populators with parameters of type NotificationPreferenceDataListModifier and TypeMethodDescriptionvoidNotificationPreferencesPopulator.populate(List<NotificationPreferenceData> source, NotificationPreferenceDataList target)