Uses of Interface
com.broadleafcommerce.paymenttransaction.service.messaging.customer.notification.PaymentCustomerNotificationService
Packages that use PaymentCustomerNotificationService
Package
Description
-
Uses of PaymentCustomerNotificationService in com.broadleafcommerce.paymenttransaction.service
Methods in com.broadleafcommerce.paymenttransaction.service that return PaymentCustomerNotificationServiceModifier and TypeMethodDescriptionprotected PaymentCustomerNotificationServiceDefaultSavedPaymentMethodService.getCustomerNotificationService()protected PaymentCustomerNotificationServiceDefaultTransactionExecutionService.getCustomerNotificationService()Methods in com.broadleafcommerce.paymenttransaction.service with parameters of type PaymentCustomerNotificationServiceModifier and TypeMethodDescriptionvoidDefaultSavedPaymentMethodService.setCustomerNotificationService(PaymentCustomerNotificationService customerNotificationService) voidDefaultTransactionExecutionService.setCustomerNotificationService(PaymentCustomerNotificationService customerNotificationService) -
Uses of PaymentCustomerNotificationService in com.broadleafcommerce.paymenttransaction.service.messaging.autoconfigure
Methods in com.broadleafcommerce.paymenttransaction.service.messaging.autoconfigure that return PaymentCustomerNotificationServiceModifier and TypeMethodDescriptionPaymentTransactionNotificationAutoConfiguration.CustomerNotificationConfiguration.paymentCustomerNotificationService(com.broadleafcommerce.common.messaging.notification.DetachedDurableMessageSender durableMessageSender, com.broadleafcommerce.common.extension.TypeFactory typeFactory) -
Uses of PaymentCustomerNotificationService in com.broadleafcommerce.paymenttransaction.service.messaging.customer.notification
Classes in com.broadleafcommerce.paymenttransaction.service.messaging.customer.notification that implement PaymentCustomerNotificationServiceModifier and TypeClassDescriptionclassThe default implementation ofPaymentCustomerNotificationServicethat usesDetachedDurableMessageSenderto send the customer notifications to thePaymentCustomerNotificationProducer.CHANNEL.