org.kuali.kfs.gl.dataaccess
Interface BalancingDao

All Known Implementing Classes:
BalancingDaoJdbc, LaborBalancingDaoJdbc

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

populateAccountBalancesHistory

int populateAccountBalancesHistory(Integer universityFiscalYear)
Populates AccountBalancesHistory with AccountBalances data based on the start fiscal year passed in

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

populateEncumbranceHistory

int populateEncumbranceHistory(Integer universityFiscalYear)
Populates EncumbranceHistory with Encumbrance 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.