Uses of Class
com.broadleafcommerce.paymentgateway.service.exception.PaymentException
-
Packages that use PaymentException Package Description com.broadleafcommerce.paymentgateway.service com.broadleafcommerce.paymentgateway.service.passthrough -
-
Uses of PaymentException in com.broadleafcommerce.paymentgateway.service
Methods in com.broadleafcommerce.paymentgateway.service that throw PaymentException Modifier and Type Method Description void
CurrentCustomerPaymentRequestService. addCustomerAttributeToCurrentCustomer(String customerAttributeKey, String customerAttributeValue)
adds a concept of an "customer attribute" to the current customer in the systemvoid
CurrentCustomerPaymentRequestService. addCustomerAttributeToCustomer(Long customerId, String customerAttributeKey, String customerAttributeValue)
adds a concept of a "customer attribute" to a customer in the system based on ID.default PaymentResponse
PaymentGatewayTransactionConfirmationService. confirmTransaction(PaymentRequest paymentRequest)
default PaymentResponse
PaymentGatewayCustomerService. createGatewayCustomer(PaymentRequest requestDTO)
default PaymentResponse
PaymentGatewayCustomerService. deleteGatewayCustomer(PaymentRequest requestDTO)
default PaymentResponse
PaymentGatewayReportingService. findDetailsByTransaction(PaymentRequest paymentRequest)
R
AbstractExternalPaymentGatewayCall. process(T paymentRequest)
default PaymentResponse
PaymentGatewayHostedService. requestHostedEndpoint(PaymentRequest paymentRequest, boolean capture)
default PaymentResponse
PaymentGatewayRollbackService. rollbackAuthorize(PaymentRequest transactionToBeRolledBack)
default PaymentResponse
PaymentGatewayRollbackService. rollbackAuthorizeAndCapture(PaymentRequest transactionToBeRolledBack)
default PaymentResponse
PaymentGatewayRollbackService. rollbackCapture(PaymentRequest transactionToBeRolledBack)
default PaymentResponse
PaymentGatewayRollbackService. rollbackRefund(PaymentRequest transactionToBeRolledBack)
default PaymentResponse
PaymentGatewayCustomerService. updateGatewayCustomer(PaymentRequest requestDTO)
-
Uses of PaymentException in com.broadleafcommerce.paymentgateway.service.passthrough
Methods in com.broadleafcommerce.paymentgateway.service.passthrough that throw PaymentException Modifier and Type Method Description PaymentResponse
DefaultPassthroughTestingTransactionService. authorize(PaymentRequest paymentRequest)
PaymentResponse
DefaultPassthroughTransactionService. authorize(PaymentRequest paymentRequest)
PaymentResponse
DefaultPassthroughTestingTransactionService. authorizeAndCapture(PaymentRequest paymentRequest)
PaymentResponse
DefaultPassthroughTransactionService. authorizeAndCapture(PaymentRequest paymentRequest)
PaymentResponse
DefaultPassthroughTestingTransactionService. capture(PaymentRequest paymentRequest)
PaymentResponse
DefaultPassthroughTransactionService. capture(PaymentRequest paymentRequest)
PaymentResponse
DefaultPassthroughTestingTransactionService. detachedCredit(PaymentRequest paymentRequest)
PaymentResponse
DefaultPassthroughTransactionService. detachedCredit(PaymentRequest paymentRequest)
PaymentResponse
DefaultPassthroughTestingTransactionService. refund(PaymentRequest paymentRequest)
PaymentResponse
DefaultPassthroughTransactionService. refund(PaymentRequest paymentRequest)
PaymentResponse
DefaultPassthroughTestingTransactionService. reverseAuthorize(PaymentRequest paymentRequest)
PaymentResponse
DefaultPassthroughTransactionService. reverseAuthorize(PaymentRequest paymentRequest)
-