public interface BalancingDao
Modifier and Type | Method and Description |
---|---|
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
|
int populateAccountBalancesHistory(Integer universityFiscalYear)
universityFiscalYear
- fiscal year the populate should start fromint populateEncumbranceHistory(Integer universityFiscalYear)
universityFiscalYear
- fiscal year the populate should start fromCopyright © 2004–2015 The Kuali Foundation. All rights reserved.