public class SufficientFundBalancesDaoOjb extends org.kuali.rice.core.framework.persistence.ojb.dao.PlatformAwareDaoBaseOjb implements SufficientFundBalancesDao
| Constructor and Description |
|---|
SufficientFundBalancesDaoOjb() |
| Modifier and Type | Method and Description |
|---|---|
int |
deleteByAccountNumber(Integer universityFiscalYear,
String chartOfAccountsCode,
String accountNumber)
Deletes sufficient fund balances associated with a given year, chart, and account number
|
Collection |
getByObjectCode(Integer universityFiscalYear,
String chartOfAccountsCode,
String financialObjectCode)
Builds an OJB query based on the parameter values and returns all the sufficient fund balances that match that record
|
Collection |
testingGetAllEntries()
This method should only be used in unit tests.
|
getDbPlatform, setDbPlatformpublic SufficientFundBalancesDaoOjb()
public Collection getByObjectCode(Integer universityFiscalYear, String chartOfAccountsCode, String financialObjectCode)
getByObjectCode in interface SufficientFundBalancesDaouniversityFiscalYear - the university fiscal year of sufficient fund balances to findchartOfAccountsCode - the chart of accounts code of sufficient fund balances to findfinancialObjectCode - the object code of sufficient fund balances to findSufficientFundBalancesDao.getByObjectCode(java.lang.Integer, java.lang.String, java.lang.String)public int deleteByAccountNumber(Integer universityFiscalYear, String chartOfAccountsCode, String accountNumber)
deleteByAccountNumber in interface SufficientFundBalancesDaouniversityFiscalYear - the university fiscal year of sufficient fund balances to deletechartOfAccountsCode - the chart code of sufficient fund balances to deleteaccountNumber - the account number of sufficient fund balances to deleteSufficientFundBalancesDao.deleteByAccountNumber(java.lang.Integer, java.lang.String, java.lang.String)public Collection testingGetAllEntries()
testingGetAllEntries in interface SufficientFundBalancesDaoCopyright © 2004–2015 The Kuali Foundation. All rights reserved.