Uses of Annotation Interface
com.broadleafcommerce.paymenttransaction.web.resolver.annotation.ResolvePaymentLockInfo
Packages that use ResolvePaymentLockInfo
-
Uses of ResolvePaymentLockInfo in com.broadleafcommerce.paymenttransaction.web.endpoint
Method parameters in com.broadleafcommerce.paymenttransaction.web.endpoint with annotations of type ResolvePaymentLockInfoModifier and TypeMethodDescriptionvoidPaymentManagementEndpoint.archivePayment(jakarta.servlet.http.HttpServletRequest request, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, String paymentId, Integer paymentVersion, PaymentLockInfo paymentLockInfo) PaymentTransactionManagementEndpoint.claimTransactionsForRequest(String paymentId, String requestId, String transactionType, boolean resetTransactionReversalState, PaymentLockInfo paymentLockInfo, com.broadleafcommerce.data.tracking.core.context.ContextInfo context) TransactionExecutionEndpoint.executeAuthorize(String paymentId, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, Integer paymentVersion, PaymentLockInfo paymentLockInfo, TransactionExecutionRequest request) TransactionExecutionEndpoint.executeAuthorizeAndCapture(String paymentId, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, Integer paymentVersion, PaymentLockInfo paymentLockInfo, TransactionExecutionRequest request) TransactionExecutionEndpoint.executeCapture(String paymentId, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, Integer paymentVersion, PaymentLockInfo paymentLockInfo, TransactionExecutionRequest request) TransactionExecutionEndpoint.executeDetachedCredit(String paymentId, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, Integer paymentVersion, PaymentLockInfo paymentLockInfo, TransactionExecutionRequest request) TransactionExecutionEndpoint.executeRefund(String paymentId, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, Integer paymentVersion, PaymentLockInfo paymentLockInfo, TransactionExecutionRequest request) TransactionExecutionEndpoint.executeReverseAuthorize(String paymentId, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, Integer paymentVersion, PaymentLockInfo paymentLockInfo, TransactionExecutionRequest request) ThreeDSTransactionResultEndpoint.lookup3DSTransactionResult(String paymentId, String requestId, PaymentLockInfo paymentLockInfo, com.broadleafcommerce.data.tracking.core.context.ContextInfo context) ExternalTransactionResultEndpoint.lookupExternalTransactionResult(String paymentId, String requestId, PaymentLockInfo paymentLockInfo, com.broadleafcommerce.data.tracking.core.context.ContextInfo context) ExternalTransactionResultEndpoint.lookupExternalTransactionResultHydrated(String paymentId, String requestId, PaymentLockInfo paymentLockInfo, com.broadleafcommerce.data.tracking.core.context.ContextInfo context) org.springframework.http.ResponseEntity<PaymentSummary>PaymentManagementEndpoint.updatePayment(jakarta.servlet.http.HttpServletRequest request, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, String paymentId, SystemUpdatePaymentRequest req, Integer paymentVersion, PaymentLockInfo paymentLockInfo)