Uses of Class
com.broadleafcommerce.notification.domain.NotificationResponse
Packages that use NotificationResponse
Package
Description
-
Uses of NotificationResponse in com.broadleafcommerce.notification.service
Methods in com.broadleafcommerce.notification.service that return NotificationResponseModifier and TypeMethodDescriptionprotected NotificationResponse
DefaultNotificationService.createNotificationResponse()
DefaultNotificationService.sendNotification
(N notification, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) NotificationService.sendNotification
(N notification, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Methods in com.broadleafcommerce.notification.service with parameters of type NotificationResponseModifier and TypeMethodDescriptionprotected void
DefaultNotificationHandler.addSentByToResponse
(NotificationResponse response, Class clazz) void
DefaultNotificationHandler.populateNotification
(Notification notification, NotificationResponse response, com.broadleafcommerce.data.tracking.core.context.ContextInfo context) The default implementation checks the notification to determine if it has a messageBody.void
NotificationHandler.populateNotification
(Notification notification, NotificationResponse response, com.broadleafcommerce.data.tracking.core.context.ContextInfo context) Populates the passed in notification objectvoid
DefaultNotificationHandler.sendMessage
(Notification notification, NotificationResponse response, com.broadleafcommerce.data.tracking.core.context.ContextInfo context) protected void
DefaultNotificationService.sendMessage
(N notification, NotificationHandler handler, NotificationResponse response, com.broadleafcommerce.data.tracking.core.context.ContextInfo context) Call the handler to deliver the message using the handler's NotificationSendervoid
NotificationHandler.sendMessage
(Notification notification, NotificationResponse response, com.broadleafcommerce.data.tracking.core.context.ContextInfo context) Return true if this NotificationHandler can handle the passed in request. -
Uses of NotificationResponse in com.broadleafcommerce.notification.web.endpoint
Methods in com.broadleafcommerce.notification.web.endpoint that return NotificationResponseModifier and TypeMethodDescriptionNotificationEndpoint.sendNotification
(com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo, Notification notification)