| org.kuali.core.dao.ojb.PlatformAwareDaoBaseOjb org.kuali.module.chart.dao.ojb.AccountDaoOjb
determineUserResponsibilityOnAccount | public boolean determineUserResponsibilityOnAccount(UniversalUser universalUser, Account account)(Code) | | This method determines 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 universalUser)(Code) | | fetch the accounts that the user is either the fiscal officer or a delegate of the fiscal officer
Parameters: kualiUser - a list of Accounts that the user has responsibility for |
getByPrimaryId | public Account getByPrimaryId(String chartOfAccountsCode, String accountNumber)(Code) | | Retrieves account business object by primary key
Parameters: chartOfAccountsCode - - the FIN_COA_CD of the Chart Code that is part of the composite key of Account Parameters: accountNumber - - the ACCOUNT_NBR part of the composite key of Accont Account See Also: AccountDao |
|
|