Uses of Class
de.hybris.platform.notificationfacades.data.NotificationPreferenceData
Packages that use NotificationPreferenceData
Package
Description
-
Uses of NotificationPreferenceData in de.hybris.platform.customerinterestsfacades.data
Methods in de.hybris.platform.customerinterestsfacades.data that return types with arguments of type NotificationPreferenceDataMethod parameters in de.hybris.platform.customerinterestsfacades.data with type arguments of type NotificationPreferenceDataModifier and TypeMethodDescriptionvoidProductInterestData.setNotificationChannels(List<NotificationPreferenceData> notificationChannels) -
Uses of NotificationPreferenceData in de.hybris.platform.notificationaddon.forms
Methods in de.hybris.platform.notificationaddon.forms that return types with arguments of type NotificationPreferenceDataMethod parameters in de.hybris.platform.notificationaddon.forms with type arguments of type NotificationPreferenceDataModifier and TypeMethodDescriptionvoidNotificationChannelForm.setChannels(List<NotificationPreferenceData> channels) -
Uses of NotificationPreferenceData in de.hybris.platform.notificationfacades.data
Methods in de.hybris.platform.notificationfacades.data that return types with arguments of type NotificationPreferenceDataMethod parameters in de.hybris.platform.notificationfacades.data with type arguments of type NotificationPreferenceDataModifier and TypeMethodDescriptionvoidNotificationPreferenceDataList.setPreferences(List<NotificationPreferenceData> preferences) -
Uses of NotificationPreferenceData in de.hybris.platform.notificationfacades.facades
Methods in de.hybris.platform.notificationfacades.facades that return NotificationPreferenceDataModifier and TypeMethodDescriptionNotificationPreferenceFacade.getNotificationPreference()Deprecated, for removal: This API element is subject to removal in a future version.since 6.7.Use getNotificationPreferences()Methods in de.hybris.platform.notificationfacades.facades that return types with arguments of type NotificationPreferenceDataModifier and TypeMethodDescriptionNotificationPreferenceFacade.getNotificationPreferences()Get the notification preference data listNotificationPreferenceFacade.getNotificationPreferences(Set<NotificationChannel> enabledChannels) Get all notification channels according to enabledChannelsNotificationPreferenceFacade.getValidNotificationPreferences()Get the valid notification preference data, for example the mail has mail address, the sms has phone numberNotificationPreferenceFacade.getValidNotificationPreferences(Set<NotificationChannel> enabledChannels) Get the valid notification preference data according to the enabledChannelsMethods in de.hybris.platform.notificationfacades.facades with parameters of type NotificationPreferenceDataModifier and TypeMethodDescriptionvoidNotificationPreferenceFacade.updateNotificationPreference(NotificationPreferenceData notificationPreferenceData) Deprecated, for removal: This API element is subject to removal in a future version.since 6.7.Method parameters in de.hybris.platform.notificationfacades.facades with type arguments of type NotificationPreferenceDataModifier and TypeMethodDescriptionNotificationPreferenceFacade.getNotificationPreferences(List<NotificationPreferenceData> notificationPreferences) Get the notification preference data listvoidNotificationPreferenceFacade.updateNotificationPreference(List<NotificationPreferenceData> notificationPreferenceDataList) Update the notification preference to database -
Uses of NotificationPreferenceData in de.hybris.platform.notificationfacades.facades.impl
Methods in de.hybris.platform.notificationfacades.facades.impl that return NotificationPreferenceDataModifier and TypeMethodDescriptionDefaultNotificationPreferenceFacade.getNotificationPreference()Methods in de.hybris.platform.notificationfacades.facades.impl that return types with arguments of type NotificationPreferenceDataModifier and TypeMethodDescriptionprotected List<NotificationPreferenceData>DefaultNotificationPreferenceFacade.filterValidNotificationPreference(List<NotificationPreferenceData> preferenceData) DefaultNotificationPreferenceFacade.getNotificationPreferenceConverter()DefaultNotificationPreferenceFacade.getNotificationPreferenceEntryConverter()DefaultNotificationPreferenceFacade.getNotificationPreferences()DefaultNotificationPreferenceFacade.getNotificationPreferences(Set<NotificationChannel> enabledChannels) DefaultNotificationPreferenceFacade.getNotificationPreferencesConverter()DefaultNotificationPreferenceFacade.getValidNotificationPreferences()DefaultNotificationPreferenceFacade.getValidNotificationPreferences(Set<NotificationChannel> enabledChannels) Methods in de.hybris.platform.notificationfacades.facades.impl with parameters of type NotificationPreferenceDataModifier and TypeMethodDescriptionvoidDefaultNotificationPreferenceFacade.updateNotificationPreference(NotificationPreferenceData notificationPreferenceData) protected booleanDefaultNotificationPreferenceFacade.validateNotificationPreferenceData(NotificationPreferenceData data) Method parameters in de.hybris.platform.notificationfacades.facades.impl with type arguments of type NotificationPreferenceDataModifier and TypeMethodDescriptionprotected List<NotificationPreferenceData>DefaultNotificationPreferenceFacade.filterValidNotificationPreference(List<NotificationPreferenceData> preferenceData) DefaultNotificationPreferenceFacade.getNotificationPreferences(List<NotificationPreferenceData> notificationPreferences) voidDefaultNotificationPreferenceFacade.setNotificationPreferenceConverter(Converter<CustomerModel, NotificationPreferenceData> notificationPreferenceConverter) voidDefaultNotificationPreferenceFacade.setNotificationPreferenceEntryConverter(Converter<NotificationChannel, NotificationPreferenceData> notificationPreferenceElementConverter) voidDefaultNotificationPreferenceFacade.setNotificationPreferencesConverter(Converter<List<NotificationPreferenceData>, NotificationPreferenceDataList> notificationPreferencesConverter) protected voidDefaultNotificationPreferenceFacade.updateAllChannels(List<NotificationPreferenceData> allChannels, Set<NotificationChannel> enabledChannels) voidDefaultNotificationPreferenceFacade.updateNotificationPreference(List<NotificationPreferenceData> notificationPreferenceDataList) -
Uses of NotificationPreferenceData in de.hybris.platform.notificationfacades.populators
Methods in de.hybris.platform.notificationfacades.populators with parameters of type NotificationPreferenceDataModifier and TypeMethodDescriptionvoidNotificationPreferenceEntryPopulator.populate(NotificationChannel source, NotificationPreferenceData target) voidNotificationPreferencePopulator.populate(CustomerModel source, NotificationPreferenceData target) Deprecated, for removal: This API element is subject to removal in a future version.Populate notification preference data into target.CustomerModel contains UID which is the email address SmsNotificationChannelStrategy will provide the phone numberMethod parameters in de.hybris.platform.notificationfacades.populators with type arguments of type NotificationPreferenceDataModifier and TypeMethodDescriptionvoidNotificationPreferencesPopulator.populate(List<NotificationPreferenceData> source, NotificationPreferenceDataList target) -
Uses of NotificationPreferenceData in de.hybris.platform.notificationocc.controllers
Methods in de.hybris.platform.notificationocc.controllers with parameters of type NotificationPreferenceDataModifier and TypeMethodDescriptionprotected voidNotificationPreferenceController.updatePreferences(NotificationPreferenceData changedData, List<NotificationPreferenceData> preferences) Method parameters in de.hybris.platform.notificationocc.controllers with type arguments of type NotificationPreferenceDataModifier and TypeMethodDescriptionprotected voidNotificationPreferenceController.updatePreferences(NotificationPreferenceData changedData, List<NotificationPreferenceData> preferences) -
Uses of NotificationPreferenceData in de.hybris.platform.notificationoccaddon.controllers
Methods in de.hybris.platform.notificationoccaddon.controllers with parameters of type NotificationPreferenceDataModifier and TypeMethodDescriptionprotected voidNotificationPreferenceController.updatePreferences(NotificationPreferenceData changedData, List<NotificationPreferenceData> preferences) Method parameters in de.hybris.platform.notificationoccaddon.controllers with type arguments of type NotificationPreferenceDataModifier and TypeMethodDescriptionprotected voidNotificationPreferenceController.updatePreferences(NotificationPreferenceData changedData, List<NotificationPreferenceData> preferences) -
Uses of NotificationPreferenceData in de.hybris.platform.stocknotificationaddon.handlers
Method parameters in de.hybris.platform.stocknotificationaddon.handlers with type arguments of type NotificationPreferenceDataModifier and TypeMethodDescriptionStockNotificationHandler.prepareStockNotifcationFormByCustomer(List<NotificationPreferenceData> preferences)