Uses of Interface
com.broadleafcommerce.paymenttransaction.service.provider.CustomerPaymentAccountProvider
Packages that use CustomerPaymentAccountProvider
Package
Description
-
Uses of CustomerPaymentAccountProvider in com.broadleafcommerce.paymenttransaction.service
Methods in com.broadleafcommerce.paymenttransaction.service that return CustomerPaymentAccountProviderModifier and TypeMethodDescriptionprotected CustomerPaymentAccountProvider<PaymentAccount>CustomerPaymentAccountManagementService.getPaymentAccountProvider()Deprecated, for removal: This API element is subject to removal in a future version.protected CustomerPaymentAccountProvider<PaymentAccount>DefaultPaymentManagementService.getPaymentAccountProvider()Deprecated.no longer usedConstructors in com.broadleafcommerce.paymenttransaction.service with parameters of type CustomerPaymentAccountProviderModifierConstructorDescriptionCustomerPaymentAccountManagementService(com.broadleafcommerce.common.extension.TypeFactory typeFactory, CustomerPaymentAccountProvider<PaymentAccount> paymentAccountProvider) Deprecated, for removal: This API element is subject to removal in a future version.DefaultPaymentManagementService(PaymentService<P> paymentService, PaymentLockService<P> paymentLockService, PaymentTransactionService<PaymentTransaction> paymentTransactionService, com.broadleafcommerce.paymentgateway.service.provider.PaymentGatewayResourceProvider paymentGatewayResourceProvider, CustomerPaymentAccountProvider<PaymentAccount> paymentAccountProvider, org.springframework.context.MessageSource messageSource, com.broadleafcommerce.common.extension.TypeFactory typeFactory) -
Uses of CustomerPaymentAccountProvider in com.broadleafcommerce.paymenttransaction.service.autoconfigure
Methods in com.broadleafcommerce.paymenttransaction.service.autoconfigure that return CustomerPaymentAccountProviderModifier and TypeMethodDescriptionPaymentTransactionServiceAutoConfiguration.CustomerPaymentAccountConfiguration.customerPaymentAccountProvider(org.springframework.web.reactive.function.client.WebClient webClient, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory, ExternalCustomerProperties externalCustomerProperties) Deprecated, for removal: This API element is subject to removal in a future version.Methods in com.broadleafcommerce.paymenttransaction.service.autoconfigure with parameters of type CustomerPaymentAccountProviderModifier and TypeMethodDescriptionPaymentTransactionServiceAutoConfiguration.paymentManagementService(PaymentService<Payment> paymentService, PaymentLockService<Payment> paymentLockService, PaymentTransactionService<PaymentTransaction> paymentTransactionService, com.broadleafcommerce.paymentgateway.service.provider.PaymentGatewayResourceProvider paymentGatewayResourceProvider, CustomerPaymentAccountProvider<PaymentAccount> customerPaymentAccountProvider, org.springframework.context.MessageSource messageSource, com.broadleafcommerce.common.extension.TypeFactory typeFactory) PaymentTransactionServiceAutoConfiguration.CustomerPaymentAccountConfiguration.savedPaymentMethodManagementService(com.broadleafcommerce.common.extension.TypeFactory typeFactory, CustomerPaymentAccountProvider<PaymentAccount> customerPaymentAccountProvider) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of CustomerPaymentAccountProvider in com.broadleafcommerce.paymenttransaction.service.provider.external
Classes in com.broadleafcommerce.paymenttransaction.service.provider.external that implement CustomerPaymentAccountProviderModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.since 1.0.2, in favor of using PaymentTransactionServices to manage saved payment methods.