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 NotificationResponseDefaultNotificationService.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 voidDefaultNotificationHandler.addSentByToResponse(NotificationResponse response, Class clazz) voidDefaultNotificationHandler.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.voidNotificationHandler.populateNotification(Notification notification, NotificationResponse response, com.broadleafcommerce.data.tracking.core.context.ContextInfo context) Populates the passed in notification objectvoidDefaultNotificationHandler.sendMessage(Notification notification, NotificationResponse response, com.broadleafcommerce.data.tracking.core.context.ContextInfo context) protected voidDefaultNotificationService.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 NotificationSendervoidNotificationHandler.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)