Uses of Interface
de.hybris.platform.notificationservices.processor.Processor
-
-
Uses of Processor in de.hybris.platform.customercouponservices.email.process.impl
Classes in de.hybris.platform.customercouponservices.email.process.impl that implement Processor Modifier and Type Class Description classDefaultCouponNotificationEmailProcessorDeals with coupon notification for sending out Emails to customers -
Uses of Processor in de.hybris.platform.customercouponservices.sitemsg.process.impl
Classes in de.hybris.platform.customercouponservices.sitemsg.process.impl that implement Processor Modifier and Type Class Description classCouponNotificationSiteMessageProcessorDeals with coupon notification for sending site message to the customer -
Uses of Processor in de.hybris.platform.customercouponservices.sms.process.impl
Classes in de.hybris.platform.customercouponservices.sms.process.impl that implement Processor Modifier and Type Class Description classDefaultCouponNotificationSmsProcessorDeals with coupon notification for sending SMS to the customer -
Uses of Processor in de.hybris.platform.notificationservices.mapping
Methods in de.hybris.platform.notificationservices.mapping that return types with arguments of type Processor 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 Processor Modifier and Type Method Description voidProcessorMappingRegistry. addMapping(NotificationChannel notificationChannel, NotificationType notificationType, Processor processor)add new processor to this registry's mapvoidProcessorMappingRegistrar. setProcessor(Processor processor) -
Uses of Processor in de.hybris.platform.notificationservices.service.impl
Methods in de.hybris.platform.notificationservices.service.impl with parameters of type Processor Modifier and Type Method Description protected voidDefaultNotificationService. processNotification(NotificationChannel channel, CustomerModel customer, Processor processor, java.util.Map<java.lang.String,? extends ItemModel> dataMap) -
Uses of Processor in de.hybris.platform.stocknotificationservices.email.processor.impl
Classes in de.hybris.platform.stocknotificationservices.email.processor.impl that implement Processor Modifier and Type Class Description classDefaultStockNotificationEmailProcessorProcessor to send back-in-stock notification -
Uses of Processor in de.hybris.platform.stocknotificationservices.sitemsg.processor.impl
Classes in de.hybris.platform.stocknotificationservices.sitemsg.processor.impl that implement Processor Modifier and Type Class Description classStockNotificationSiteMessageProcessorProcessor to send back-in-stock notification via Site Message. -
Uses of Processor in de.hybris.platform.stocknotificationservices.sms.processor.impl
Classes in de.hybris.platform.stocknotificationservices.sms.processor.impl that implement Processor Modifier and Type Class Description classDefaultStockNotificationSmsProcessorProcessor to send back-in-stock notification via SMS
-