Modifier and Type | Method and Description |
---|---|
org.broadleafcommerce.core.payment.domain.OrderPayment |
AccountCreditOrderPaymentServiceImpl.constructCustomerCreditOrderPayment(org.broadleafcommerce.core.order.domain.Order order,
CustomerCreditAccount customerCreditAccount) |
org.broadleafcommerce.core.payment.domain.OrderPayment |
AccountCreditOrderPaymentService.constructCustomerCreditOrderPayment(org.broadleafcommerce.core.order.domain.Order order,
CustomerCreditAccount customerCreditAccount) |
Modifier and Type | Method and Description |
---|---|
CustomerCreditAccount |
CustomerCreditAccountDaoImpl.create() |
CustomerCreditAccount |
CustomerCreditAccountDao.create()
Creates a new CreditAccount.
|
CustomerCreditAccount |
CustomerCreditAccountDaoImpl.readAccountByAccountNumber(String accountNumber) |
CustomerCreditAccount |
CustomerCreditAccountDao.readAccountByAccountNumber(String accountNumber)
Returns a CustomerCreditAccount that matches the account number.
|
CustomerCreditAccount |
CustomerCreditAccountDaoImpl.readAccountByCustomer(org.broadleafcommerce.profile.core.domain.Customer customer) |
CustomerCreditAccount |
CustomerCreditAccountDao.readAccountByCustomer(org.broadleafcommerce.profile.core.domain.Customer customer)
Returns the first CustomerCreditAccount that match the passed in customer.
|
CustomerCreditAccount |
CustomerCreditAccountDaoImpl.save(CustomerCreditAccount customerCreditAccount) |
CustomerCreditAccount |
CustomerCreditAccountDao.save(CustomerCreditAccount customerCreditAccount) |
Modifier and Type | Method and Description |
---|---|
List<CustomerCreditAccount> |
CustomerCreditAccountDaoImpl.readAccountsByAccountNumber(String accountNumber) |
List<CustomerCreditAccount> |
CustomerCreditAccountDao.readAccountsByAccountNumber(String accountNumber)
Returns a List of CustomerCreditAccounts that matches the account number.
|
List<CustomerCreditAccount> |
CustomerCreditAccountDaoImpl.readAccountsByCustomer(org.broadleafcommerce.profile.core.domain.Customer customer) |
List<CustomerCreditAccount> |
CustomerCreditAccountDao.readAccountsByCustomer(org.broadleafcommerce.profile.core.domain.Customer customer)
Returns all CustomerCreditAccount that match the passed in customer.
|
List<CustomerCreditAccount> |
CustomerCreditAccountDaoImpl.readAccountsByCustomerAndCurrency(org.broadleafcommerce.profile.core.domain.Customer customer,
org.broadleafcommerce.common.currency.domain.BroadleafCurrency currency) |
List<CustomerCreditAccount> |
CustomerCreditAccountDao.readAccountsByCustomerAndCurrency(org.broadleafcommerce.profile.core.domain.Customer customer,
org.broadleafcommerce.common.currency.domain.BroadleafCurrency currency)
Returns all CustomerCreditAccount that match the passed in customer and currency
|
Modifier and Type | Method and Description |
---|---|
CustomerCreditAccount |
CustomerCreditAccountDaoImpl.save(CustomerCreditAccount customerCreditAccount) |
CustomerCreditAccount |
CustomerCreditAccountDao.save(CustomerCreditAccount customerCreditAccount) |
Modifier and Type | Class and Description |
---|---|
class |
CustomerCreditAccountImpl |
Modifier and Type | Field and Description |
---|---|
protected List<CustomerCreditAccount> |
CreditAccountCustomerImpl.creditAccounts |
Modifier and Type | Method and Description |
---|---|
List<CustomerCreditAccount> |
CreditAccountCustomer.getCreditAccounts()
Gets the list of CustomerCreditAccounts
|
List<CustomerCreditAccount> |
CreditAccountCustomerImpl.getCreditAccounts() |
Modifier and Type | Method and Description |
---|---|
void |
CreditAccountCustomer.setCreditAccounts(List<CustomerCreditAccount> accounts)
Sets the list of CustomerCreditAccounts
|
void |
CreditAccountCustomerImpl.setCreditAccounts(List<CustomerCreditAccount> accounts) |
Modifier and Type | Method and Description |
---|---|
CustomerCreditAccount |
CustomerCreditAccountServiceImpl.create() |
CustomerCreditAccount |
CustomerCreditAccountService.create()
Creates a CustomerCreditAccount.
|
CustomerCreditAccount |
CustomerCreditAccountServiceImpl.createCreditAccount(org.broadleafcommerce.profile.core.domain.Customer customer,
CreditAccountEventRequestDTO requestDTO) |
CustomerCreditAccount |
CustomerCreditAccountService.createCreditAccount(org.broadleafcommerce.profile.core.domain.Customer customer,
CreditAccountEventRequestDTO requestDTO)
Creates a CustomerCreditAccount for the customer.
|
CustomerCreditAccount |
CustomerCreditAccountServiceImpl.readAccountByAccountNumber(String accountNumber) |
CustomerCreditAccount |
CustomerCreditAccountService.readAccountByAccountNumber(String accountNumber)
Returns a CustomerCreditAccount that matches the account number.
|
CustomerCreditAccount |
CustomerCreditAccountServiceImpl.readAccountByCustomer(org.broadleafcommerce.profile.core.domain.Customer customer) |
CustomerCreditAccount |
CustomerCreditAccountService.readAccountByCustomer(org.broadleafcommerce.profile.core.domain.Customer customer)
Returns a CustomerCreditAccount associated with the customer.
|
Modifier and Type | Method and Description |
---|---|
List<CustomerCreditAccount> |
CustomerCreditAccountServiceImpl.getAllCustomerAccounts(org.broadleafcommerce.profile.core.domain.Customer customer) |
List<CustomerCreditAccount> |
CustomerCreditAccountService.getAllCustomerAccounts(org.broadleafcommerce.profile.core.domain.Customer customer)
Returns a List of all Credit Accounts of the customer passed in.
|
List<CustomerCreditAccount> |
CustomerCreditAccountServiceImpl.getAllCustomerAccountsByCurrency(org.broadleafcommerce.profile.core.domain.Customer customer,
org.broadleafcommerce.common.currency.domain.BroadleafCurrency currency) |
List<CustomerCreditAccount> |
CustomerCreditAccountService.getAllCustomerAccountsByCurrency(org.broadleafcommerce.profile.core.domain.Customer customer,
org.broadleafcommerce.common.currency.domain.BroadleafCurrency currency)
Returns a List of all Customer Credit Accounts of the customer and currency passed in.
|
Modifier and Type | Method and Description |
---|---|
void |
CustomerCreditAccountServiceImpl.addAccountCreditPayment(org.broadleafcommerce.core.order.domain.Order order,
CustomerCreditAccount customerCreditAccount) |
void |
CustomerCreditAccountService.addAccountCreditPayment(org.broadleafcommerce.core.order.domain.Order order,
CustomerCreditAccount customerCreditAccount)
Adds a payment to an order from the Credit Account id passed in.
|
Copyright © 2019. All rights reserved.