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) voidCustomerPaymentGatewayService.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 PaymentGatewayConfigurationCustomerPaymentGatewayAbstractController.getConfiguration()abstract PaymentGatewayConfigurationPaymentGatewayAbstractController.getConfiguration() -
Uses of PaymentGatewayConfiguration in org.broadleafcommerce.common.web.payment.processor
Methods in org.broadleafcommerce.common.web.payment.processor that return PaymentGatewayConfigurationModifier and TypeMethodDescriptionabstract PaymentGatewayConfigurationAbstractTRCreditCardExtensionHandler.getConfiguration() -
Uses of PaymentGatewayConfiguration in org.broadleafcommerce.core.checkout.service.gateway
Classes in org.broadleafcommerce.core.checkout.service.gateway that implement PaymentGatewayConfigurationModifier and TypeClassDescriptionclassA Default Configuration to handle Passthrough Payments, for example COD payments.Fields in org.broadleafcommerce.core.checkout.service.gateway declared as PaymentGatewayConfigurationModifier and TypeFieldDescriptionprotected PaymentGatewayConfigurationPassthroughPaymentConfigurationServiceImpl.configurationMethods 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) voidDefaultCustomerPaymentGatewayService.deleteCustomerPaymentFromResponseDTO(PaymentResponseDTO responseDTO, PaymentGatewayConfiguration config) protected voidDefaultCustomerPaymentGatewayService.populateCustomerPayment(CustomerPayment customerPayment, PaymentResponseDTO responseDTO, PaymentGatewayConfiguration config) DefaultCustomerPaymentGatewayService.updateCustomerPaymentFromResponseDTO(PaymentResponseDTO responseDTO, PaymentGatewayConfiguration config) protected voidDefaultCustomerPaymentGatewayService.validateResponseAndConfig(PaymentResponseDTO responseDTO, PaymentGatewayConfiguration config)