Uses of Class
com.broadleafcommerce.notification.domain.Recipient
Packages that use Recipient
Package
Description
-
Uses of Recipient in com.broadleafcommerce.notification.domain
Methods in com.broadleafcommerce.notification.domain that return types with arguments of type RecipientModifier and TypeMethodDescriptionNotification.getRecipients()
List of objects to receive this notification.Method parameters in com.broadleafcommerce.notification.domain with type arguments of type RecipientModifier and TypeMethodDescriptionvoid
Notification.setRecipients
(List<Recipient> recipients) List of objects to receive this notification. -
Uses of Recipient in com.broadleafcommerce.notification.provider.jpa.domain
Methods in com.broadleafcommerce.notification.provider.jpa.domain that return types with arguments of type RecipientMethod parameters in com.broadleafcommerce.notification.provider.jpa.domain with type arguments of type Recipient -
Uses of Recipient in com.broadleafcommerce.notification.provider.jpa.domain.support
Methods in com.broadleafcommerce.notification.provider.jpa.domain.support that return types with arguments of type RecipientModifier and TypeMethodDescriptionJpaRecipientListConverter.convertToEntityAttribute
(String dbData) Method parameters in com.broadleafcommerce.notification.provider.jpa.domain.support with type arguments of type RecipientModifier and TypeMethodDescriptionJpaRecipientListConverter.convertToDatabaseColumn
(List<Recipient> attribute) -
Uses of Recipient in com.broadleafcommerce.notification.service
Method parameters in com.broadleafcommerce.notification.service with type arguments of type RecipientModifier and TypeMethodDescriptionprotected void
JavaMailMessageSender.addRecipients
(List<Recipient> recipients, org.springframework.mail.javamail.MimeMessageHelper helper) -
Uses of Recipient in com.broadleafcommerce.notification.service.integration
Methods in com.broadleafcommerce.notification.service.integration that return RecipientMethod parameters in com.broadleafcommerce.notification.service.integration with type arguments of type RecipientModifier and TypeMethodDescriptionprotected void
SendGridMessageSender.addRecipients
(List<Recipient> recipients, com.sendgrid.Mail mail) -
Uses of Recipient in com.broadleafcommerce.notification.service.messaging
Methods in com.broadleafcommerce.notification.service.messaging that return types with arguments of type RecipientModifier and TypeMethodDescriptionNotificationAccountInviteMessageListener.buildRecipientsList
(com.jayway.jsonpath.DocumentContext jsonContext) Hook point to add additional logic to determine the list of recipients of the account invite notification.AbstractEmailNotificationMessageListener.getRecipients
(com.jayway.jsonpath.DocumentContext jsonContext) Determine the recipients to use for the email notification.AbstractNotificationFulfillmentStatusChangeMessageListener.getRecipients
(com.jayway.jsonpath.DocumentContext jsonContext) AccountInviteAcceptanceMessageListener.getRecipients
(com.jayway.jsonpath.DocumentContext jsonContext) NotificationAccountInviteMessageListener.getRecipients
(com.jayway.jsonpath.DocumentContext jsonContext) NotificationAuthenticationMessageListener.getRecipients
(com.jayway.jsonpath.DocumentContext jsonContext) NotificationCartApprovalRequestListener.getRecipients
(com.jayway.jsonpath.DocumentContext jsonContext) NotificationCartAwaitingPaymentResultsListener.getRecipients
(@NonNull com.jayway.jsonpath.DocumentContext jsonContext) Determine the recipients to use for the email notification.NotificationCartPendingPaymentFailedListener.getRecipients
(@NonNull com.jayway.jsonpath.DocumentContext jsonContext) Determine the recipients to use for the email notification.NotificationCartRejectionMessageListener.getRecipients
(@NonNull com.jayway.jsonpath.DocumentContext jsonContext) Determine the recipients to use for the email notification.NotificationOrderConfirmationMessageListener.getRecipients
(com.jayway.jsonpath.DocumentContext jsonContext) Determine the recipients to use for the order confirmation email notification.NotificationOrderConfirmationMessageListener.getRequesterRecipient
(com.jayway.jsonpath.DocumentContext jsonContext) Determine the recipients to use for the cart approval email notification. -
Uses of Recipient in com.broadleafcommerce.notification.service.messaging.paymentgateway
Methods in com.broadleafcommerce.notification.service.messaging.paymentgateway that return types with arguments of type RecipientModifier and TypeMethodDescriptionPaymentGatewayCustomerNotificationListener.getRecipients
(@NonNull com.jayway.jsonpath.DocumentContext jsonContext) Determine the recipients to use for the email notification. -
Uses of Recipient in com.broadleafcommerce.notification.service.messaging.quote
Methods in com.broadleafcommerce.notification.service.messaging.quote that return RecipientModifier and TypeMethodDescriptionprotected Recipient
AbstractNotificationQuoteStatusChangedMessageListener.buildRecipient
(@NonNull com.jayway.jsonpath.DocumentContext jsonContext, String recipientName, @NonNull String recipientEmail, String recipientUserId, @NonNull String actionUserType) Builds aRecipient
based on the given recipient details and communication preferences.protected Recipient
AbstractNotificationQuoteStatusChangedMessageListener.getCustomerRecipient
(@NonNull com.jayway.jsonpath.DocumentContext jsonContext) Gets aRecipient
for the customer.protected Recipient
AbstractNotificationQuoteStatusChangedMessageListener.getSalesRepRecipient
(@NonNull com.jayway.jsonpath.DocumentContext jsonContext) Gets aRecipient
for the sales rep.protected Recipient
AbstractNotificationQuoteStatusChangedMessageListener.hydrateRecipientBasedOnFoundUser
(@NonNull Recipient recipient, String userId, @NonNull String userType, @NonNull com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Hydrates the recipient's communication preferences and name based on the user found by the given user type and id.protected Recipient
AbstractNotificationQuoteStatusChangedMessageListener.hydrateRecipientWithCustomer
(@NonNull Recipient recipient, String userId, @NonNull com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Hydrates the recipient's communication preferences and name based on the foundCustomer
.protected Recipient
AbstractNotificationQuoteStatusChangedMessageListener.hydrateSalesRepRecipient
(@NonNull Recipient recipient, String adminUserId, @NonNull com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Hydrates the recipient's communication preferences and name based on the foundAdminUser
.Methods in com.broadleafcommerce.notification.service.messaging.quote that return types with arguments of type RecipientModifier and TypeMethodDescriptionNotificationQuoteCanceledMessageListener.getRecipients
(@NonNull com.jayway.jsonpath.DocumentContext jsonContext) NotificationQuoteExpiredMessageListener.getRecipients
(@NonNull com.jayway.jsonpath.DocumentContext jsonContext) NotificationQuotePublishedMessageListener.getRecipients
(@NonNull com.jayway.jsonpath.DocumentContext jsonContext) NotificationQuoteRejectedMessageListener.getRecipients
(@NonNull com.jayway.jsonpath.DocumentContext jsonContext) NotificationQuoteRequestedMessageListener.getRecipients
(@NonNull com.jayway.jsonpath.DocumentContext jsonContext) Methods in com.broadleafcommerce.notification.service.messaging.quote with parameters of type RecipientModifier and TypeMethodDescriptionprotected Recipient
AbstractNotificationQuoteStatusChangedMessageListener.hydrateRecipientBasedOnFoundUser
(@NonNull Recipient recipient, String userId, @NonNull String userType, @NonNull com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Hydrates the recipient's communication preferences and name based on the user found by the given user type and id.protected Recipient
AbstractNotificationQuoteStatusChangedMessageListener.hydrateRecipientWithCustomer
(@NonNull Recipient recipient, String userId, @NonNull com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Hydrates the recipient's communication preferences and name based on the foundCustomer
.protected Recipient
AbstractNotificationQuoteStatusChangedMessageListener.hydrateSalesRepRecipient
(@NonNull Recipient recipient, String adminUserId, @NonNull com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Hydrates the recipient's communication preferences and name based on the foundAdminUser
.