Uses of Interface
com.broadleafcommerce.paymenttransaction.service.TransactionResultService
Package
Description
-
Uses of TransactionResultService in com.broadleafcommerce.paymenttransaction.service
Modifier and TypeMethodDescriptionprotected TransactionResultService
DefaultExternalTransactionResultService.getTransactionResultService()
protected TransactionResultService
DefaultThreeDSTransactionResultService.getTransactionResultService()
Modifier and TypeMethodDescriptionvoid
DefaultThreeDSTransactionResultService.setTransactionResultService
(TransactionResultService transactionResultService) ModifierConstructorDescriptionDefaultExternalTransactionResultService
(com.broadleafcommerce.paymentgateway.service.provider.PaymentGatewayResourceProvider paymentGatewayResourceProvider, TransactionExecutionUtil transactionExecutionUtil, TransactionResultService transactionResultService) -
Uses of TransactionResultService in com.broadleafcommerce.paymenttransaction.service.autoconfigure
Modifier and TypeMethodDescriptionPaymentTransactionServiceAutoConfiguration.transactionResultService
(PaymentTransactionService<PaymentTransaction> paymentTransactionService, PaymentService<Payment> paymentService, PaymentLockService<Payment> paymentLockService, TransactionExecutionUtil transactionExecutionUtil, TransactionExecutionService transactionExecutionService, com.broadleafcommerce.common.extension.TypeFactory typeFactory) Modifier and TypeMethodDescriptionPaymentTransactionServiceAutoConfiguration.externalTransactionResultService
(com.broadleafcommerce.paymentgateway.service.provider.PaymentGatewayResourceProvider paymentGatewayResourceProvider, TransactionExecutionUtil transactionExecutionUtil, TransactionResultService transactionResultService)