Uses of Interface
com.broadleafcommerce.paymenttransaction.service.TransactionResultService
Packages that use TransactionResultService
Package
Description
-
Uses of TransactionResultService in com.broadleafcommerce.paymenttransaction.service
Classes in com.broadleafcommerce.paymenttransaction.service that implement TransactionResultServiceMethods in com.broadleafcommerce.paymenttransaction.service that return TransactionResultServiceModifier and TypeMethodDescriptionprotected TransactionResultService
DefaultExternalTransactionResultService.getTransactionResultService()
protected TransactionResultService
DefaultThreeDSTransactionResultService.getTransactionResultService()
Methods in com.broadleafcommerce.paymenttransaction.service with parameters of type TransactionResultServiceModifier and TypeMethodDescriptionvoid
DefaultThreeDSTransactionResultService.setTransactionResultService
(TransactionResultService transactionResultService) Constructors in com.broadleafcommerce.paymenttransaction.service with parameters of type TransactionResultServiceModifierConstructorDescriptionDefaultExternalTransactionResultService
(com.broadleafcommerce.paymentgateway.service.provider.PaymentGatewayResourceProvider paymentGatewayResourceProvider, TransactionExecutionUtil transactionExecutionUtil, TransactionResultService transactionResultService) -
Uses of TransactionResultService in com.broadleafcommerce.paymenttransaction.service.autoconfigure
Methods in com.broadleafcommerce.paymenttransaction.service.autoconfigure that return TransactionResultServiceModifier and TypeMethodDescriptionPaymentTransactionServiceAutoConfiguration.transactionResultService
(PaymentTransactionService<PaymentTransaction> paymentTransactionService, PaymentService<Payment> paymentService, PaymentLockService<Payment> paymentLockService, TransactionExecutionUtil transactionExecutionUtil, TransactionExecutionService transactionExecutionService, com.broadleafcommerce.common.extension.TypeFactory typeFactory) Methods in com.broadleafcommerce.paymenttransaction.service.autoconfigure with parameters of type TransactionResultServiceModifier and TypeMethodDescriptionPaymentTransactionServiceAutoConfiguration.externalTransactionResultService
(com.broadleafcommerce.paymentgateway.service.provider.PaymentGatewayResourceProvider paymentGatewayResourceProvider, TransactionExecutionUtil transactionExecutionUtil, TransactionResultService transactionResultService)