Uses of Interface
com.broadleafcommerce.customer.service.PaymentAccountService
-
-
Uses of PaymentAccountService in com.broadleafcommerce.customer.messaging
Fields in com.broadleafcommerce.customer.messaging declared as PaymentAccountService Modifier and Type Field Description protected PaymentAccountService<PaymentAccount>
CreatePaymentAccountEventListener. paymentAccountService
Deprecated, for removal: This API element is subject to removal in a future version.Methods in com.broadleafcommerce.customer.messaging that return PaymentAccountService Modifier and Type Method Description protected PaymentAccountService<PaymentAccount>
CreatePaymentAccountEventListener. getPaymentAccountService()
Deprecated, for removal: This API element is subject to removal in a future version.Constructors in com.broadleafcommerce.customer.messaging with parameters of type PaymentAccountService Constructor Description CreatePaymentAccountEventListener(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentConsumptionService, PaymentAccountService<PaymentAccount> paymentAccountService, PaymentProvider<Payment> paymentProvider, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory)
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of PaymentAccountService in com.broadleafcommerce.customer.service
Classes in com.broadleafcommerce.customer.service that implement PaymentAccountService Modifier and Type Class Description class
DefaultPaymentAccountService<P extends PaymentAccount>
Deprecated, for removal: This API element is subject to removal in a future version.since 1.7.2, in favor of usingSavedPaymentMethod
in PaymentTransactionServices to manage saved payment methods. -
Uses of PaymentAccountService in com.broadleafcommerce.customer.service.anonymization
Methods in com.broadleafcommerce.customer.service.anonymization that return PaymentAccountService Modifier and Type Method Description protected PaymentAccountService<PaymentAccount>
PaymentAccountAnonymizationHandler. getPaymentAccountService()
Deprecated, for removal: This API element is subject to removal in a future version.Constructors in com.broadleafcommerce.customer.service.anonymization with parameters of type PaymentAccountService Constructor Description PaymentAccountAnonymizationHandler(PaymentAccountService<PaymentAccount> paymentAccountService)
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of PaymentAccountService in com.broadleafcommerce.customer.web.endpoint
Methods in com.broadleafcommerce.customer.web.endpoint that return PaymentAccountService Modifier and Type Method Description protected PaymentAccountService<PaymentAccount>
CustomerPaymentAccountEndpoint. getPaymentAccountService()
Deprecated, for removal: This API element is subject to removal in a future version.protected PaymentAccountService<PaymentAccount>
SensitiveCustomerPaymentAccountEndpoint. getPaymentAccountService()
Deprecated, for removal: This API element is subject to removal in a future version.Constructors in com.broadleafcommerce.customer.web.endpoint with parameters of type PaymentAccountService Constructor Description CustomerPaymentAccountEndpoint(CustomerService<Customer> customerService, PaymentAccountService<PaymentAccount> paymentAccountService, PaymentAccountSummaryService summaryService)
Deprecated, for removal: This API element is subject to removal in a future version.SensitiveCustomerPaymentAccountEndpoint(PaymentAccountService<PaymentAccount> paymentAccountService, PaymentAccountSummaryService summaryService)
Deprecated, for removal: This API element is subject to removal in a future version.
-