| org.kuali.module.chart.dao.AccountDao
All known Subclasses: org.kuali.module.chart.dao.ojb.AccountDaoOjb,
determineUserResponsibilityOnAccount | public boolean determineUserResponsibilityOnAccount(UniversalUser universalUser, Account account)(Code) | | This method should determine if the given user has any responsibilities on the given account
Parameters: universalUser - the user to check responsibilities for Parameters: account - the account to check responsibilities on true if user is somehow responsible for account, false if otherwise |
getAccountsThatUserIsResponsibleFor | public List getAccountsThatUserIsResponsibleFor(UniversalUser kualiUser)(Code) | | fetch the AccountResponsibility objects that the user has associated with them
Parameters: kualiUser - a list of AccountResponsibility objects |
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) | | Parameters: chartOfAccountsCode - - part of composite key Parameters: accountNumber - - part of composite key Account Retrieves an Account object based on primary key. |
|
|