Uses of Class
org.broadleafcommerce.common.notification.service.type.Notification
Packages that use Notification
Package
Description
-
Uses of Notification in org.broadleafcommerce.common.notification.service
Methods in org.broadleafcommerce.common.notification.service with parameters of type NotificationModifier and TypeMethodDescriptionvoidNotificationDispatcher.dispatchNotification(Notification notification) This method is responsible for dispatching the given notification to any relevant services.voidNotificationDispatcherImpl.dispatchNotification(Notification notification) voidDefaultEmailNotificationServiceImpl.sendNotification(Notification notification) voidDefaultSMSNotificationServiceImpl.sendNotification(Notification notification) voidNotificationService.sendNotification(Notification notification) Method parameters in org.broadleafcommerce.common.notification.service with type arguments of type NotificationModifier and TypeMethodDescriptionbooleanDefaultEmailNotificationServiceImpl.canHandle(Class<? extends Notification> clazz) booleanDefaultSMSNotificationServiceImpl.canHandle(Class<? extends Notification> clazz) booleanNotificationService.canHandle(Class<? extends Notification> clazz) -
Uses of Notification in org.broadleafcommerce.common.notification.service.type
Subclasses of Notification in org.broadleafcommerce.common.notification.service.type