Uses of Class
com.broadleafcommerce.customer.domain.PaymentAccount
Package
Description
-
Uses of PaymentAccount 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 PaymentAccount
CreatePaymentAccountEventListener.buildPaymentAccount
(Payment payment) Deprecated, for removal: This API element is subject to removal in a future version.Builds aPaymentAccount
based on the provided cartPayment
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 PaymentAccount 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.interface
PaymentAccountService<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.Modifier and TypeMethodDescriptionDefaultPaymentAccountService.addPaymentAccount
(@NonNull String customerId, P paymentAccountRequest, boolean makeDefaultAccount, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Deprecated, for removal: This API element is subject to removal in a future version.PaymentAccountService.addPaymentAccount
(String customerId, P paymentAccountRequest, boolean makeDefaultAccount, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Deprecated, for removal: This API element is subject to removal in a future version.Pass the paymentAccountJpaPaymentAccount
for processing the default account relationship with the customer before saving to the data store. -
Uses of PaymentAccount 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.Modifier and TypeMethodDescriptionprotected List<com.broadleafcommerce.common.privacy.anonymization.AnonymizationRecord>
PaymentAccountAnonymizationHandler.handleRecords
(String boundedContextIdentifier, Stream<PaymentAccount> members, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) 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 PaymentAccount in com.broadleafcommerce.customer.service.summary
Modifier and TypeMethodDescriptionDefaultPaymentAccountSummaryService.buildSummary
(@NonNull PaymentAccount paymentAccount) Deprecated, for removal: This API element is subject to removal in a future version.PaymentAccountSummaryService.buildSummary
(@NonNull PaymentAccount paymentAccount) Deprecated, for removal: This API element is subject to removal in a future version.DeterminesPaymentAccountSummary
based on thePaymentAccount
. -
Uses of PaymentAccount in com.broadleafcommerce.customer.service.validation
Modifier and TypeClassDescriptionclass
DefaultPaymentAccountValidator<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 PaymentAccount in com.broadleafcommerce.customer.web.endpoint
Modifier and TypeMethodDescriptionSensitiveCustomerPaymentAccountEndpoint.readPaymentAccount
(String paymentAccountId, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Deprecated, for removal: This API element is subject to removal in a future version.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.Modifier and TypeMethodDescriptionCustomerPaymentAccountEndpoint.addPaymentAccountToCustomer
(String customerId, PaymentAccount paymentAccountRequest, boolean makeDefaultAccount, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Deprecated, for removal: This API element is subject to removal in a future version.SensitiveCustomerPaymentAccountEndpoint.addPaymentAccountToCustomer
(String customerId, PaymentAccount paymentAccountRequest, boolean makeDefaultAccount, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) 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.