Uses of Class
de.hybris.platform.notificationservices.enums.NotificationChannel
-
Packages that use NotificationChannel Package Description de.hybris.platform.core.model.user Contains generated models for each type of de.hybris.platform.jalo.user package.de.hybris.platform.customerinterestsservices.model Contains generated models for each type of de.hybris.platform.customerinterestsservices.jalo package.de.hybris.platform.notificationfacades.data de.hybris.platform.notificationfacades.facades de.hybris.platform.notificationfacades.facades.impl de.hybris.platform.notificationfacades.populators de.hybris.platform.notificationocc.mapping.converters de.hybris.platform.notificationoccaddon.mapping.converters de.hybris.platform.notificationservices.enums Contains generated models for each type of de.hybris.platform.jalo.enumeration package.de.hybris.platform.notificationservices.mapping de.hybris.platform.notificationservices.service de.hybris.platform.notificationservices.service.impl -
-
Uses of NotificationChannel in de.hybris.platform.core.model.user
Methods in de.hybris.platform.core.model.user that return types with arguments of type NotificationChannel Modifier and Type Method Description java.util.Set<NotificationChannel>CustomerModel. getNotificationChannels()Generated method - Getter of theCustomer.notificationChannelsattribute defined at extensionnotificationservices.Method parameters in de.hybris.platform.core.model.user with type arguments of type NotificationChannel Modifier and Type Method Description voidCustomerModel. setNotificationChannels(java.util.Set<NotificationChannel> value)Generated method - Setter ofCustomer.notificationChannelsattribute defined at extensionnotificationservices. -
Uses of NotificationChannel in de.hybris.platform.customerinterestsservices.model
Methods in de.hybris.platform.customerinterestsservices.model that return types with arguments of type NotificationChannel Modifier and Type Method Description java.util.Set<NotificationChannel>ProductInterestModel. getNotificationChannels()Generated method - Getter of theProductInterest.notificationChannelsattribute defined at extensioncustomerinterestsservices.Method parameters in de.hybris.platform.customerinterestsservices.model with type arguments of type NotificationChannel Modifier and Type Method Description voidProductInterestModel. setNotificationChannels(java.util.Set<NotificationChannel> value)Generated method - Setter ofProductInterest.notificationChannelsattribute defined at extensioncustomerinterestsservices. -
Uses of NotificationChannel in de.hybris.platform.notificationfacades.data
Methods in de.hybris.platform.notificationfacades.data that return NotificationChannel Modifier and Type Method Description NotificationChannelNotificationPreferenceData. getChannel()Methods in de.hybris.platform.notificationfacades.data with parameters of type NotificationChannel Modifier and Type Method Description voidNotificationPreferenceData. setChannel(NotificationChannel channel) -
Uses of NotificationChannel in de.hybris.platform.notificationfacades.facades
Methods in de.hybris.platform.notificationfacades.facades with parameters of type NotificationChannel Modifier and Type Method Description java.lang.StringNotificationPreferenceFacade. getChannelValue(NotificationChannel channel)Get the channel value for channelMethod parameters in de.hybris.platform.notificationfacades.facades with type arguments of type NotificationChannel Modifier and Type Method Description java.util.List<NotificationPreferenceData>NotificationPreferenceFacade. getNotificationPreferences(java.util.Set<NotificationChannel> enabledChannels)Get all notification channels according to enabledChannelsjava.util.List<NotificationPreferenceData>NotificationPreferenceFacade. getValidNotificationPreferences(java.util.Set<NotificationChannel> enabledChannels)Get the valid notification preference data according to the enabledChannels -
Uses of NotificationChannel in de.hybris.platform.notificationfacades.facades.impl
Methods in de.hybris.platform.notificationfacades.facades.impl that return types with arguments of type NotificationChannel Modifier and Type Method Description Converter<NotificationChannel,NotificationPreferenceData>DefaultNotificationPreferenceFacade. getNotificationPreferenceEntryConverter()Methods in de.hybris.platform.notificationfacades.facades.impl with parameters of type NotificationChannel Modifier and Type Method Description java.lang.StringDefaultNotificationPreferenceFacade. getChannelValue(NotificationChannel channel)Method parameters in de.hybris.platform.notificationfacades.facades.impl with type arguments of type NotificationChannel Modifier and Type Method Description java.util.List<NotificationPreferenceData>DefaultNotificationPreferenceFacade. getNotificationPreferences(java.util.Set<NotificationChannel> enabledChannels)java.util.List<NotificationPreferenceData>DefaultNotificationPreferenceFacade. getValidNotificationPreferences(java.util.Set<NotificationChannel> enabledChannels)voidDefaultNotificationPreferenceFacade. setNotificationPreferenceEntryConverter(Converter<NotificationChannel,NotificationPreferenceData> notificationPreferenceElementConverter)protected voidDefaultNotificationPreferenceFacade. updateAllChannels(java.util.List<NotificationPreferenceData> allChannels, java.util.Set<NotificationChannel> enabledChannels) -
Uses of NotificationChannel in de.hybris.platform.notificationfacades.populators
Methods in de.hybris.platform.notificationfacades.populators with parameters of type NotificationChannel Modifier and Type Method Description voidNotificationPreferenceEntryPopulator. populate(NotificationChannel source, NotificationPreferenceData target) -
Uses of NotificationChannel in de.hybris.platform.notificationocc.mapping.converters
Methods in de.hybris.platform.notificationocc.mapping.converters that return NotificationChannel Modifier and Type Method Description NotificationChannelNotificationChannelConverter. convertFrom(java.lang.String source, ma.glasnost.orika.metadata.Type<NotificationChannel> destinationType, ma.glasnost.orika.MappingContext mappingContext)Methods in de.hybris.platform.notificationocc.mapping.converters with parameters of type NotificationChannel Modifier and Type Method Description java.lang.StringNotificationChannelConverter. convertTo(NotificationChannel source, ma.glasnost.orika.metadata.Type<java.lang.String> destinationType, ma.glasnost.orika.MappingContext mappingContext)Method parameters in de.hybris.platform.notificationocc.mapping.converters with type arguments of type NotificationChannel Modifier and Type Method Description NotificationChannelNotificationChannelConverter. convertFrom(java.lang.String source, ma.glasnost.orika.metadata.Type<NotificationChannel> destinationType, ma.glasnost.orika.MappingContext mappingContext) -
Uses of NotificationChannel in de.hybris.platform.notificationoccaddon.mapping.converters
Methods in de.hybris.platform.notificationoccaddon.mapping.converters that return NotificationChannel Modifier and Type Method Description NotificationChannelNotificationChannelConverter. convertFrom(java.lang.String source, ma.glasnost.orika.metadata.Type<NotificationChannel> destinationType, ma.glasnost.orika.MappingContext mappingContext)Methods in de.hybris.platform.notificationoccaddon.mapping.converters with parameters of type NotificationChannel Modifier and Type Method Description java.lang.StringNotificationChannelConverter. convertTo(NotificationChannel source, ma.glasnost.orika.metadata.Type<java.lang.String> destinationType, ma.glasnost.orika.MappingContext mappingContext)Method parameters in de.hybris.platform.notificationoccaddon.mapping.converters with type arguments of type NotificationChannel Modifier and Type Method Description NotificationChannelNotificationChannelConverter. convertFrom(java.lang.String source, ma.glasnost.orika.metadata.Type<NotificationChannel> destinationType, ma.glasnost.orika.MappingContext mappingContext) -
Uses of NotificationChannel in de.hybris.platform.notificationservices.enums
Methods in de.hybris.platform.notificationservices.enums that return NotificationChannel Modifier and Type Method Description static NotificationChannelNotificationChannel. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static NotificationChannel[]NotificationChannel. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of NotificationChannel in de.hybris.platform.notificationservices.mapping
Methods in de.hybris.platform.notificationservices.mapping that return types with arguments of type NotificationChannel Modifier and Type Method Description java.util.Map<NotificationChannel,java.util.Map<NotificationType,Processor>>ProcessorMappingRegistry. getMappings()Methods in de.hybris.platform.notificationservices.mapping with parameters of type NotificationChannel Modifier and Type Method Description voidProcessorMappingRegistry. addMapping(NotificationChannel notificationChannel, NotificationType notificationType, Processor processor)add new processor to this registry's mapvoidProcessorMappingRegistrar. setNotificationChannel(NotificationChannel notificationChannel) -
Uses of NotificationChannel in de.hybris.platform.notificationservices.service
Methods in de.hybris.platform.notificationservices.service with parameters of type NotificationChannel Modifier and Type Method Description java.lang.StringNotificationService. getChannelValue(NotificationChannel channel, CustomerModel customer)return the notificaiton channel's valueMethod parameters in de.hybris.platform.notificationservices.service with type arguments of type NotificationChannel Modifier and Type Method Description voidNotificationService. notifyCustomer(NotificationType notificationType, CustomerModel customer, java.util.Set<NotificationChannel> channelSet, java.util.Map<java.lang.String,? extends ItemModel> dataMap)Send notification to customer using specific channels -
Uses of NotificationChannel in de.hybris.platform.notificationservices.service.impl
Methods in de.hybris.platform.notificationservices.service.impl that return types with arguments of type NotificationChannel Modifier and Type Method Description java.util.Map<NotificationChannel,NotificationChannelStrategy>DefaultNotificationService. getNotificationChannelStrategyMap()protected java.util.Set<NotificationChannel>DefaultNotificationService. getSupportedChannel(CustomerModel customer)Methods in de.hybris.platform.notificationservices.service.impl with parameters of type NotificationChannel Modifier and Type Method Description java.lang.StringDefaultNotificationService. getChannelValue(NotificationChannel channel, CustomerModel customer)protected booleanDefaultNotificationService. isSupportedByCustomer(CustomerModel customer, NotificationChannel ch)protected voidDefaultNotificationService. processNotification(NotificationChannel channel, CustomerModel customer, Processor processor, java.util.Map<java.lang.String,? extends ItemModel> dataMap)Method parameters in de.hybris.platform.notificationservices.service.impl with type arguments of type NotificationChannel Modifier and Type Method Description voidDefaultNotificationService. notifyCustomer(NotificationType notificationType, CustomerModel customer, java.util.Set<NotificationChannel> channelSet, java.util.Map<java.lang.String,? extends ItemModel> dataMap)protected voidDefaultNotificationService. notifyCustomerByChannelSet(NotificationType notificationType, CustomerModel customer, java.util.Map<java.lang.String,? extends ItemModel> dataMap, java.util.Set<NotificationChannel> channelSet)voidDefaultNotificationService. setNotificationChannelStrategyMap(java.util.Map<NotificationChannel,NotificationChannelStrategy> notificationChannelStrategyMap)
-