| Modifier and Type | Class and Description |
|---|---|
class |
DefaultCouponNotificationEmailProcessor
Deals with coupon notification for sending out Emails to customers
|
| Modifier and Type | Class and Description |
|---|---|
class |
CouponNotificationSiteMessageProcessor
Deals with coupon notification for sending site message to the customer
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultCouponNotificationSmsProcessor
Deals with coupon notification for sending SMS to the customer
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<NotificationChannel,java.util.Map<NotificationType,Processor>> |
ProcessorMappingRegistry.getMappings() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessorMappingRegistry.addMapping(NotificationChannel notificationChannel,
NotificationType notificationType,
Processor processor)
add new processor to this registry's map
|
void |
ProcessorMappingRegistrar.setProcessor(Processor processor) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultNotificationService.processNotification(NotificationChannel channel,
CustomerModel customer,
Processor processor,
java.util.Map<java.lang.String,? extends ItemModel> dataMap) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultStockNotificationEmailProcessor
Processor to send back-in-stock notification
|
| Modifier and Type | Class and Description |
|---|---|
class |
StockNotificationSiteMessageProcessor
Processor to send back-in-stock notification via Site Message.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultStockNotificationSmsProcessor
Processor to send back-in-stock notification via SMS
|
Copyright © 2018 SAP SE. All Rights Reserved.