Uses of Interface
com.broadleafcommerce.customer.service.summary.PaymentAccountSummaryService
-
Packages that use PaymentAccountSummaryService Package Description com.broadleafcommerce.customer.service.summary com.broadleafcommerce.customer.web.endpoint -
-
Uses of PaymentAccountSummaryService in com.broadleafcommerce.customer.service.summary
Classes in com.broadleafcommerce.customer.service.summary that implement PaymentAccountSummaryService Modifier and Type Class Description class
DefaultPaymentAccountSummaryService
Deprecated, for removal: This API element is subject to removal in a future version.since 1.7.2, in favor of usingSavedPaymentMethodSummary
in PaymentTransactionServices to manage saved payment methods. -
Uses of PaymentAccountSummaryService in com.broadleafcommerce.customer.web.endpoint
Methods in com.broadleafcommerce.customer.web.endpoint that return PaymentAccountSummaryService Modifier and Type Method Description protected PaymentAccountSummaryService
CustomerPaymentAccountEndpoint. getSummaryService()
Deprecated, for removal: This API element is subject to removal in a future version.protected PaymentAccountSummaryService
SensitiveCustomerPaymentAccountEndpoint. getSummaryService()
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 PaymentAccountSummaryService 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.
-