Uses of Interface
com.broadleafcommerce.paymenttransaction.service.ExternalTransactionResultService
Packages that use ExternalTransactionResultService
Package
Description
-
Uses of ExternalTransactionResultService in com.broadleafcommerce.paymenttransaction.service
Classes in com.broadleafcommerce.paymenttransaction.service that implement ExternalTransactionResultServiceModifier and TypeClassDescriptionclass
The default implementation forExternalTransactionResultService
. -
Uses of ExternalTransactionResultService in com.broadleafcommerce.paymenttransaction.service.autoconfigure
Methods in com.broadleafcommerce.paymenttransaction.service.autoconfigure that return ExternalTransactionResultServiceModifier and TypeMethodDescriptionPaymentTransactionServiceAutoConfiguration.externalTransactionResultService
(com.broadleafcommerce.paymentgateway.service.provider.PaymentGatewayResourceProvider paymentGatewayResourceProvider, TransactionExecutionUtil transactionExecutionUtil, TransactionResultService transactionResultService) -
Uses of ExternalTransactionResultService in com.broadleafcommerce.paymenttransaction.web.endpoint
Methods in com.broadleafcommerce.paymenttransaction.web.endpoint that return ExternalTransactionResultServiceModifier and TypeMethodDescriptionprotected ExternalTransactionResultService
ExternalTransactionResultEndpoint.getExternalTransactionResultService()
Constructors in com.broadleafcommerce.paymenttransaction.web.endpoint with parameters of type ExternalTransactionResultServiceModifierConstructorDescriptionExternalTransactionResultEndpoint
(ExternalTransactionResultService externalTransactionResultService, PaymentService<Payment> paymentService, PaymentTransactionService<PaymentTransaction> paymentTransactionService)