org.kuali.kfs.gl.dataaccess
Interface LedgerBalanceBalancingDao

All Known Implementing Classes:
BalanceDaoOjb, LaborLedgerBalanceDaoOjb

public interface LedgerBalanceBalancingDao

The DAO interface that declares methods needed for the balancing process. This is for the GL and Labor Balance BO.


Method Summary
 Integer findCountGreaterOrEqualThan(Integer year)
           
 

Method Detail

findCountGreaterOrEqualThan

Integer findCountGreaterOrEqualThan(Integer year)
Parameters:
year - the given university fiscal year
Returns:
count of rows for the given fiscal year


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