|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BalancingDao
DAO interface that declares general ledger methods needed for the balancing process.
Method Summary | |
---|---|
int |
populateAccountBalancesHistory(Integer universityFiscalYear)
Populates AccountBalancesHistory with AccountBalances data based on the start fiscal year passed in |
int |
populateEncumbranceHistory(Integer universityFiscalYear)
Populates EncumbranceHistory with Encumbrance data based on the start fiscal year passed in |
Method Detail |
---|
int populateAccountBalancesHistory(Integer universityFiscalYear)
universityFiscalYear
- fiscal year the populate should start from
int populateEncumbranceHistory(Integer universityFiscalYear)
universityFiscalYear
- fiscal year the populate should start from
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |