Uses of Interface
com.broadleafcommerce.customer.service.PaymentAccountService
Package
Description
-
Uses of PaymentAccountService in com.broadleafcommerce.customer.messaging
Modifier and TypeFieldDescriptionprotected final PaymentAccountService<PaymentAccount>
CreatePaymentAccountEventListener.paymentAccountService
Deprecated, for removal: This API element is subject to removal in a future version.Modifier and TypeMethodDescriptionprotected PaymentAccountService<PaymentAccount>
CreatePaymentAccountEventListener.getPaymentAccountService()
Deprecated, for removal: This API element is subject to removal in a future version.ModifierConstructorDescriptionCreatePaymentAccountEventListener
(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
Modifier and TypeClassDescriptionclass
DefaultPaymentAccountService<P extends PaymentAccount>
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of PaymentAccountService in com.broadleafcommerce.customer.service.anonymization
Modifier and TypeMethodDescriptionprotected PaymentAccountService<PaymentAccount>
PaymentAccountAnonymizationHandler.getPaymentAccountService()
Deprecated, for removal: This API element is subject to removal in a future version.ModifierConstructorDescriptionPaymentAccountAnonymizationHandler
(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
Modifier and TypeMethodDescriptionprotected 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.ModifierConstructorDescriptionCustomerPaymentAccountEndpoint
(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.
SavedPaymentMethod
in PaymentTransactionServices to manage saved payment methods.