| Package | Description |
|---|---|
| org.broadleafcommerce.common.notification.service | |
| org.broadleafcommerce.common.notification.service.type |
| Modifier and Type | Method and Description |
|---|---|
void |
NotificationDispatcher.dispatchNotification(Notification notification)
This method is responsible for dispatching the given notification to any relevant services.
|
void |
NotificationDispatcherImpl.dispatchNotification(Notification notification) |
void |
DefaultSMSNotificationServiceImpl.sendNotification(Notification notification) |
void |
NotificationService.sendNotification(Notification notification) |
void |
DefaultEmailNotificationServiceImpl.sendNotification(Notification notification) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DefaultSMSNotificationServiceImpl.canHandle(Class<? extends Notification> clazz) |
boolean |
NotificationService.canHandle(Class<? extends Notification> clazz) |
boolean |
DefaultEmailNotificationServiceImpl.canHandle(Class<? extends Notification> clazz) |
| Modifier and Type | Class and Description |
|---|---|
class |
EmailNotification |
class |
SMSNotification |
Copyright © 2026. All rights reserved.