| Package | Description |
|---|---|
| org.broadleafcommerce.common.notification.service.type |
| Modifier and Type | Field and Description |
|---|---|
static NotificationEventType |
NotificationEventType.ADMIN_FORGOT_PASSWORD |
static NotificationEventType |
NotificationEventType.ADMIN_FORGOT_USERNAME |
static NotificationEventType |
NotificationEventType.CONTACT_US |
static NotificationEventType |
NotificationEventType.FORGOT_PASSWORD |
static NotificationEventType |
NotificationEventType.FORGOT_USERNAME |
static NotificationEventType |
NotificationEventType.NOTIFY_ABANDONED_CART |
static NotificationEventType |
NotificationEventType.ORDER_CONFIRMATION |
static NotificationEventType |
NotificationEventType.REGISTER_CUSTOMER |
| Modifier and Type | Method and Description |
|---|---|
static NotificationEventType |
NotificationEventType.getInstance(String type) |
NotificationEventType |
Notification.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
Notification.setType(NotificationEventType notificationEventType) |
| Constructor and Description |
|---|
EmailNotification(NotificationEventType notificationEventType,
Map<String,Object> context) |
EmailNotification(String emailAddress,
NotificationEventType notificationEventType,
Map<String,Object> context) |
Notification(NotificationEventType notificationEventType,
Map<String,Object> context) |
SMSNotification(NotificationEventType notificationEventType,
Map<String,Object> context) |
SMSNotification(String phoneNumber,
NotificationEventType notificationEventType,
Map<String,Object> context) |
Copyright © 2020. All rights reserved.