public interface SufficientFundBalancesDao
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)
Fetches sufficient fund balances based on given keys of fiscal year, chart code, and object code
|
Collection |
testingGetAllEntries()
This method should only be used in unit tests.
|
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 findint 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 deleteCollection testingGetAllEntries()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.