Uses of Class
com.broadleafcommerce.cartoperation.domain.payment.CreditAccount
Packages that use CreditAccount
Package
Description
-
Uses of CreditAccount in com.broadleafcommerce.cartoperation.service.provider
Methods in com.broadleafcommerce.cartoperation.service.provider that return CreditAccountModifier 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.Methods in com.broadleafcommerce.cartoperation.service.provider that return types with arguments of type CreditAccountModifier 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
Methods in com.broadleafcommerce.cartoperation.service.provider.external.payments that return CreditAccountModifier and TypeMethodDescriptionExternalCreditAccountTransactionExecutionProvider.readCustomerStoreCreditAccount
(@NonNull String customerId, @NonNull String creditAccountNumber, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Methods in com.broadleafcommerce.cartoperation.service.provider.external.payments that return types with arguments of type CreditAccountModifier 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)