Uses of Class
com.broadleafcommerce.paymenttransaction.web.endpoint.domain.TransactionExecutionDetail
Packages that use TransactionExecutionDetail
Package
Description
-
Uses of TransactionExecutionDetail in com.broadleafcommerce.paymenttransaction.service
Methods in com.broadleafcommerce.paymenttransaction.service that return types with arguments of type TransactionExecutionDetailModifier and TypeMethodDescriptionprotected org.apache.commons.lang3.tuple.Pair<Payment,TransactionExecutionDetail> DefaultTransactionExecutionService.executeAgainstParentTransaction(@NonNull Payment payment, @NonNull DefaultTransactionExecutionService.ParentTransactionExecutionPackage executionPackage, String lockToken) Executes the givenDefaultTransactionExecutionService.ParentTransactionExecutionPackage. -
Uses of TransactionExecutionDetail in com.broadleafcommerce.paymenttransaction.service.utils
Methods in com.broadleafcommerce.paymenttransaction.service.utils that return TransactionExecutionDetailModifier and TypeMethodDescriptionDefaultTransactionExecutionUtil.buildTransactionExecutionDetail(Payment payment, @NonNull PaymentTransaction transaction, com.broadleafcommerce.paymentgateway.domain.PaymentResponse paymentResponse) TransactionExecutionUtil.buildTransactionExecutionDetail(Payment payment, PaymentTransaction transaction, com.broadleafcommerce.paymentgateway.domain.PaymentResponse paymentResponse) Builds aTransactionExecutionDetailbased on the providedTransactionExecutionRequestandPaymentTransaction.Methods in com.broadleafcommerce.paymenttransaction.service.utils with parameters of type TransactionExecutionDetailModifier and TypeMethodDescriptiondefault TransactionExecutionResponseTransactionExecutionUtil.buildTransactionExecutionResponse(TransactionExecutionRequest request, TransactionExecutionDetail transactionExecutionDetail, Payment payment) Method parameters in com.broadleafcommerce.paymenttransaction.service.utils with type arguments of type TransactionExecutionDetailModifier and TypeMethodDescriptionDefaultTransactionExecutionUtil.buildTransactionExecutionResponse(@NonNull TransactionExecutionRequest request, @NonNull List<TransactionExecutionDetail> transactionExecutionDetails, Payment payment) TransactionExecutionUtil.buildTransactionExecutionResponse(TransactionExecutionRequest request, List<TransactionExecutionDetail> transactionExecutionDetails, Payment payment) -
Uses of TransactionExecutionDetail in com.broadleafcommerce.paymenttransaction.web.endpoint.domain
Methods in com.broadleafcommerce.paymenttransaction.web.endpoint.domain that return types with arguments of type TransactionExecutionDetailModifier and TypeMethodDescriptionTransactionExecutionResponse.getTransactionExecutionDetails()A list ofTransactionExecutionDetailsdescribing the transactions executed.Method parameters in com.broadleafcommerce.paymenttransaction.web.endpoint.domain with type arguments of type TransactionExecutionDetailModifier and TypeMethodDescriptionvoidTransactionExecutionResponse.setTransactionExecutionDetails(List<TransactionExecutionDetail> transactionExecutionDetails) A list ofTransactionExecutionDetailsdescribing the transactions executed.