org.kuali.kfs.gl.dataaccess
Interface LedgerBalancingDao

All Known Implementing Classes:
BalancingDaoJdbc, LaborBalancingDaoJdbc

public interface LedgerBalancingDao

DAO interface that declares common methods needed for the balancing process.


Method Summary
 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
 

Method Detail

populateLedgerEntryHistory

int populateLedgerEntryHistory(Integer universityFiscalYear)
Populates LedgerEntryHistory with Entry (or LaborEntry) data based on the start fiscal year passed in

Parameters:
universityFiscalYear - fiscal year the populate should start from
Returns:
number of rows affected

populateLedgerBalanceHistory

int populateLedgerBalanceHistory(Integer universityFiscalYear)
Populates LedgerBalanceHistory with Balance (or LaborBalance) data based on the start fiscal year passed in

Parameters:
universityFiscalYear - fiscal year the populate should start from
Returns:
number of rows affected


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.