| java.lang.Object org.kuali.module.chart.service.impl.AccountServiceImpl
AccountServiceImpl | public class AccountServiceImpl implements AccountService(Code) | | This class is the service implementation for the Account structure. This is the default, Kuali provided implementation.
|
getAllAccounts | public Iterator getAllAccounts()(Code) | | get all accounts in the system. This is needed by a sufficient funds rebuilder job
iterator of all accounts |
getByPrimaryId | public Account getByPrimaryId(String chartOfAccountsCode, String accountNumber)(Code) | | Retrieves an Account object based on primary key.
Parameters: chartOfAccountsCode - - Chart of Accounts Code Parameters: accountNumber - - Account Number Account See Also: AccountService |
setAccountDao | public void setAccountDao(AccountDao accountDao)(Code) | | Parameters: accountDao - The accountDao to set. |
|
|