|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SufficientFundBalancesDao
A DAO interface declaring methods needed to help SufficientFundBalance records interact with the database
Method Summary | |
---|---|
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)
Fetches sufficient fund balances based on given keys of fiscal year, chart code, and object code |
SufficientFundBalances |
getByPrimaryId(Integer universityFiscalYear,
String chartOfAccountsCode,
String accountNumber,
String financialObjectCode)
Returns a sufficient fund balance by its primary key values |
void |
save(SufficientFundBalances sfb)
Save a sufficient funds balance |
Collection |
testingGetAllEntries()
This method should only be used in unit tests. |
Method Detail |
---|
Collection getByObjectCode(Integer universityFiscalYear, String chartOfAccountsCode, String financialObjectCode)
universityFiscalYear
- 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 find
int deleteByAccountNumber(Integer universityFiscalYear, String chartOfAccountsCode, String accountNumber)
universityFiscalYear
- 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 delete
SufficientFundBalances getByPrimaryId(Integer universityFiscalYear, String chartOfAccountsCode, String accountNumber, String financialObjectCode)
universityFiscalYear
- the university fiscal year of the sufficient funds balance to returnchartOfAccountsCode
- the chart of accounts code of the sufficient funds balance to returnaccountNumber
- the account number of the sufficient funds balance to returnfinancialObjectCode
- the object code of the sufficient funds balance to return
void save(SufficientFundBalances sfb)
sfb
- the sufficient funds balance to saveCollection testingGetAllEntries()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |