public void deleteByAccountNumber(Integer universityFiscalYear, String chartOfAccountsCode, String accountNumber)(Code)
Deletes sufficient fund balances associated with a given year, chart, and account number
Parameters: universityFiscalYear - the university fiscal year of sufficient fund balances to delete Parameters: chartOfAccountsCode - the chart code of sufficient fund balances to delete Parameters: accountNumber - the account number of sufficient fund balances to delete See Also:org.kuali.module.gl.dao.SufficientFundBalancesDao.deleteByAccountNumber(java.lang.Integerjava.lang.Stringjava.lang.String)
Builds an OJB query based on the parameter values and returns all the sufficient fund balances that match that record
Parameters: universityFiscalYear - the university fiscal year of sufficient fund balances to find Parameters: chartOfAccountsCode - the chart of accounts code of sufficient fund balances to find Parameters: financialObjectCode - the object code of sufficient fund balances to find a Collection of sufficient fund balances, qualified by the parameter values See Also:org.kuali.module.gl.dao.SufficientFundBalancesDao.getByObjectCode(java.lang.Integerjava.lang.Stringjava.lang.String)
Builds an OJB primary key query from the given parameters and returns the result
Parameters: universityFiscalYear - the university fiscal year of the sufficient funds balance to return Parameters: chartOfAccountsCode - the chart of accounts code of the sufficient funds balance to return Parameters: accountNumber - the account number of the sufficient funds balance to return Parameters: financialObjectCode - the object code of the sufficient funds balance to return the qualifying sufficient funds balance record, or null no suitable record can be found See Also:org.kuali.module.gl.dao.SufficientFundBalancesDao.getByPrimaryId(java.lang.Integerjava.lang.Stringjava.lang.Stringjava.lang.String)
This method should only be used in unit tests. It loads all the gl_sf_balances_t rows in memory into a collection. This won't
sace for production.
a Collection of all sufficient funds records in the database
Methods inherited from org.kuali.core.dao.ojb.PlatformAwareDaoBaseOjb