Uses of Class
com.broadleafcommerce.cartoperation.domain.payment.CreditAccount
Package
Description
-
Uses of CreditAccount in com.broadleafcommerce.cartoperation.service.provider
Modifier and TypeMethodDescriptionCreditAccountTransactionExecutionProvider.readCustomerStoreCreditAccount
(String customerId, String creditAccountNumber, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Reads the credit account for the specified customer id and account number.Modifier and TypeMethodDescriptionorg.springframework.data.domain.Page<CreditAccount>
CreditAccountTransactionExecutionProvider.readCreditAccounts
(List<String> creditAccountNumbers, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Reads the credit account for the specified account numbers.org.springframework.data.domain.Page<CreditAccount>
CreditAccountTransactionExecutionProvider.readCustomerStoreCreditAccounts
(String customerId, List<String> creditAccountNumbers, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Reads the credit account for the specified customer id and account numbers. -
Uses of CreditAccount in com.broadleafcommerce.cartoperation.service.provider.external.payments
Modifier and TypeMethodDescriptionExternalCreditAccountTransactionExecutionProvider.readCustomerStoreCreditAccount
(@NonNull String customerId, @NonNull String creditAccountNumber, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Modifier and TypeMethodDescriptionorg.springframework.data.domain.Page<CreditAccount>
ExternalCreditAccountTransactionExecutionProvider.readCreditAccounts
(List<String> creditAccountNumbers, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) org.springframework.data.domain.Page<CreditAccount>
ExternalCreditAccountTransactionExecutionProvider.readCustomerStoreCreditAccounts
(String customerId, List<String> creditAccountNumbers, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)