Uses of Interface
org.broadleafcommerce.common.payment.service.PaymentGatewayConfiguration
Packages that use PaymentGatewayConfiguration
Package
Description
-
Uses of PaymentGatewayConfiguration in org.broadleafcommerce.common.payment.service
Classes in org.broadleafcommerce.common.payment.service that implement PaymentGatewayConfigurationMethods in org.broadleafcommerce.common.payment.service that return PaymentGatewayConfigurationModifier and TypeMethodDescriptionAbstractPaymentGatewayConfigurationService.getConfiguration()
PaymentGatewayConfigurationService.getConfiguration()
Methods in org.broadleafcommerce.common.payment.service with parameters of type PaymentGatewayConfigurationModifier and TypeMethodDescriptionPaymentGatewayCheckoutService.applyPaymentToOrder
(PaymentResponseDTO responseDTO, PaymentGatewayConfiguration config) CustomerPaymentGatewayService.createCustomerPaymentFromResponseDTO
(PaymentResponseDTO responseDTO, PaymentGatewayConfiguration config) void
CustomerPaymentGatewayService.deleteCustomerPaymentFromResponseDTO
(PaymentResponseDTO responseDTO, PaymentGatewayConfiguration config) CustomerPaymentGatewayService.updateCustomerPaymentFromResponseDTO
(PaymentResponseDTO responseDTO, PaymentGatewayConfiguration config) -
Uses of PaymentGatewayConfiguration in org.broadleafcommerce.common.web.payment.controller
Methods in org.broadleafcommerce.common.web.payment.controller that return PaymentGatewayConfigurationModifier and TypeMethodDescriptionabstract PaymentGatewayConfiguration
CustomerPaymentGatewayAbstractController.getConfiguration()
abstract PaymentGatewayConfiguration
PaymentGatewayAbstractController.getConfiguration()
-
Uses of PaymentGatewayConfiguration in org.broadleafcommerce.common.web.payment.processor
Methods in org.broadleafcommerce.common.web.payment.processor that return PaymentGatewayConfigurationModifier and TypeMethodDescriptionabstract PaymentGatewayConfiguration
AbstractTRCreditCardExtensionHandler.getConfiguration()
-
Uses of PaymentGatewayConfiguration in org.broadleafcommerce.core.checkout.service.gateway
Classes in org.broadleafcommerce.core.checkout.service.gateway that implement PaymentGatewayConfigurationModifier and TypeClassDescriptionclass
A Default Configuration to handle Passthrough Payments, for example COD payments.Fields in org.broadleafcommerce.core.checkout.service.gateway declared as PaymentGatewayConfigurationModifier and TypeFieldDescriptionprotected PaymentGatewayConfiguration
PassthroughPaymentConfigurationServiceImpl.configuration
Methods in org.broadleafcommerce.core.checkout.service.gateway that return PaymentGatewayConfiguration -
Uses of PaymentGatewayConfiguration in org.broadleafcommerce.core.payment.service
Methods in org.broadleafcommerce.core.payment.service with parameters of type PaymentGatewayConfigurationModifier and TypeMethodDescriptionDefaultPaymentGatewayCheckoutService.applyPaymentToOrder
(PaymentResponseDTO responseDTO, PaymentGatewayConfiguration config) DefaultCustomerPaymentGatewayService.createCustomerPaymentFromResponseDTO
(PaymentResponseDTO responseDTO, PaymentGatewayConfiguration config) void
DefaultCustomerPaymentGatewayService.deleteCustomerPaymentFromResponseDTO
(PaymentResponseDTO responseDTO, PaymentGatewayConfiguration config) protected void
DefaultCustomerPaymentGatewayService.populateCustomerPayment
(CustomerPayment customerPayment, PaymentResponseDTO responseDTO, PaymentGatewayConfiguration config) DefaultCustomerPaymentGatewayService.updateCustomerPaymentFromResponseDTO
(PaymentResponseDTO responseDTO, PaymentGatewayConfiguration config) protected void
DefaultCustomerPaymentGatewayService.validateResponseAndConfig
(PaymentResponseDTO responseDTO, PaymentGatewayConfiguration config)