public interface LedgerBalancingDao
Modifier and Type | Method and Description |
---|---|
int |
populateLedgerBalanceHistory(Integer universityFiscalYear)
Populates LedgerBalanceHistory with Balance (or LaborBalance) data based on the start fiscal year passed in
|
int |
populateLedgerEntryHistory(Integer universityFiscalYear)
Populates LedgerEntryHistory with Entry (or LaborEntry) data based on the start fiscal year passed in
|
int populateLedgerEntryHistory(Integer universityFiscalYear)
universityFiscalYear
- fiscal year the populate should start fromint populateLedgerBalanceHistory(Integer universityFiscalYear)
universityFiscalYear
- fiscal year the populate should start fromCopyright © 2004–2015 The Kuali Foundation. All rights reserved.