Uses of Interface
com.broadleafcommerce.paymentgateway.service.PaymentGatewayConfiguration
Packages that use PaymentGatewayConfiguration
Package
Description
-
Uses of PaymentGatewayConfiguration in com.broadleafcommerce.paymentgateway.service
Methods in com.broadleafcommerce.paymentgateway.service with parameters of type PaymentGatewayConfigurationModifier and TypeMethodDescriptionCustomerPaymentGatewayService.createCustomerPaymentFromResponseDTO(PaymentResponse responseDTO, PaymentGatewayConfiguration config) voidCustomerPaymentGatewayService.deleteCustomerPaymentFromResponseDTO(PaymentResponse responseDTO, PaymentGatewayConfiguration config) CustomerPaymentGatewayService.updateCustomerPaymentFromResponseDTO(PaymentResponse responseDTO, PaymentGatewayConfiguration config) -
Uses of PaymentGatewayConfiguration in com.broadleafcommerce.paymentgateway.service.passthrough
Subinterfaces of PaymentGatewayConfiguration in com.broadleafcommerce.paymentgateway.service.passthroughClasses in com.broadleafcommerce.paymentgateway.service.passthrough that implement PaymentGatewayConfiguration -
Uses of PaymentGatewayConfiguration in com.broadleafcommerce.paymentgateway.service.provider
Methods in com.broadleafcommerce.paymentgateway.service.provider that return PaymentGatewayConfigurationModifier and TypeMethodDescriptionDefaultPaymentGatewayResourceProvider.getConfiguration(@NonNull String gatewayType) PaymentGatewayResourceProvider.getConfiguration(String gatewayType) Returns the firstPaymentGatewayConfigurationthat matches the givenPaymentGatewayType.Methods in com.broadleafcommerce.paymentgateway.service.provider that return types with arguments of type PaymentGatewayConfigurationModifier and TypeMethodDescriptionprotected List<PaymentGatewayConfiguration>DefaultPaymentGatewayResourceProvider.getPaymentGatewayConfigurations()Constructor parameters in com.broadleafcommerce.paymentgateway.service.provider with type arguments of type PaymentGatewayConfigurationModifierConstructorDescriptionDefaultPaymentGatewayResourceProvider(List<PaymentGatewayConfiguration> paymentGatewayConfigurations, List<PaymentGatewayTransactionService> transactionServices, List<PaymentGatewayRollbackService> rollbackServices, List<PaymentGatewayReportingService> reportingServices, List<PaymentGatewayCustomerService> customerServices, List<PaymentGatewayHostedService> hostedServices, List<PaymentGatewayPaymentValidator> paymentValidators, List<PaymentGatewayTransactionResponseService> transactionResponseServices, List<PaymentGatewayTransactionResponseValidator> transactionResponseValidators)