Uses of Interface
com.broadleafcommerce.paymentgateway.service.PaymentGatewayConfiguration
-
-
Uses of PaymentGatewayConfiguration in com.broadleafcommerce.paymentgateway.service
Methods in com.broadleafcommerce.paymentgateway.service with parameters of type PaymentGatewayConfiguration Modifier and Type Method Description LongCustomerPaymentGatewayService. createCustomerPaymentFromResponseDTO(PaymentResponse responseDTO, PaymentGatewayConfiguration config)voidCustomerPaymentGatewayService. deleteCustomerPaymentFromResponseDTO(PaymentResponse responseDTO, PaymentGatewayConfiguration config)LongCustomerPaymentGatewayService. updateCustomerPaymentFromResponseDTO(PaymentResponse responseDTO, PaymentGatewayConfiguration config) -
Uses of PaymentGatewayConfiguration in com.broadleafcommerce.paymentgateway.service.passthrough
Subinterfaces of PaymentGatewayConfiguration in com.broadleafcommerce.paymentgateway.service.passthrough Modifier and Type Interface Description interfacePassthroughConfigurationClasses in com.broadleafcommerce.paymentgateway.service.passthrough that implement PaymentGatewayConfiguration Modifier and Type Class Description classDefaultPassthroughConfiguration -
Uses of PaymentGatewayConfiguration in com.broadleafcommerce.paymentgateway.service.provider
Methods in com.broadleafcommerce.paymentgateway.service.provider that return PaymentGatewayConfiguration Modifier and Type Method Description PaymentGatewayConfigurationDefaultPaymentGatewayResourceProvider. getConfiguration(@NonNull String gatewayType)PaymentGatewayConfigurationPaymentGatewayResourceProvider. getConfiguration(String gatewayType)Returns the firstPaymentGatewayConfigurationthat matches the givenPaymentGatewayType.Methods in com.broadleafcommerce.paymentgateway.service.provider that return types with arguments of type PaymentGatewayConfiguration Modifier and Type Method Description protected List<PaymentGatewayConfiguration>DefaultPaymentGatewayResourceProvider. getPaymentGatewayConfigurations()Constructor parameters in com.broadleafcommerce.paymentgateway.service.provider with type arguments of type PaymentGatewayConfiguration Constructor Description DefaultPaymentGatewayResourceProvider(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)
-