Uses of Class
de.hybris.platform.notificationfacades.data.NotificationPreferenceDataList
-
-
Uses of NotificationPreferenceDataList in de.hybris.platform.notificationfacades.facades
Methods in de.hybris.platform.notificationfacades.facades that return NotificationPreferenceDataList Modifier and Type Method Description NotificationPreferenceDataListNotificationPreferenceFacade. getNotificationPreferences(java.util.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 NotificationPreferenceDataList Modifier and Type Method Description NotificationPreferenceDataListDefaultNotificationPreferenceFacade. getNotificationPreferences(java.util.List<NotificationPreferenceData> notificationPreferences)Methods in de.hybris.platform.notificationfacades.facades.impl that return types with arguments of type NotificationPreferenceDataList Modifier and Type Method Description Converter<java.util.List<NotificationPreferenceData>,NotificationPreferenceDataList>DefaultNotificationPreferenceFacade. getNotificationPreferencesConverter()Method parameters in de.hybris.platform.notificationfacades.facades.impl with type arguments of type NotificationPreferenceDataList Modifier and Type Method Description voidDefaultNotificationPreferenceFacade. setNotificationPreferencesConverter(Converter<java.util.List<NotificationPreferenceData>,NotificationPreferenceDataList> notificationPreferencesConverter) -
Uses of NotificationPreferenceDataList in de.hybris.platform.notificationfacades.populators
Methods in de.hybris.platform.notificationfacades.populators with parameters of type NotificationPreferenceDataList Modifier and Type Method Description voidNotificationPreferencesPopulator. populate(java.util.List<NotificationPreferenceData> source, NotificationPreferenceDataList target)
-