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 TypeMethodDescriptionvoidNotification.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 voidJavaMailMessageSender.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 voidSendGridMessageSender.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 RecipientAbstractNotificationQuoteStatusChangedMessageListener.buildRecipient(@NonNull com.jayway.jsonpath.DocumentContext jsonContext, String recipientName, @NonNull String recipientEmail, String recipientUserId, @NonNull String actionUserType) Builds aRecipientbased on the given recipient details and communication preferences.protected RecipientAbstractNotificationQuoteStatusChangedMessageListener.getCustomerRecipient(@NonNull com.jayway.jsonpath.DocumentContext jsonContext) Gets aRecipientfor the customer.protected RecipientAbstractNotificationQuoteStatusChangedMessageListener.getSalesRepRecipient(@NonNull com.jayway.jsonpath.DocumentContext jsonContext) Gets aRecipientfor the sales rep.protected RecipientAbstractNotificationQuoteStatusChangedMessageListener.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 RecipientAbstractNotificationQuoteStatusChangedMessageListener.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 RecipientAbstractNotificationQuoteStatusChangedMessageListener.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 RecipientAbstractNotificationQuoteStatusChangedMessageListener.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 RecipientAbstractNotificationQuoteStatusChangedMessageListener.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 RecipientAbstractNotificationQuoteStatusChangedMessageListener.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.