org.kuali.kfs.gl.dataaccess
Interface LedgerEntryHistoryBalancingDao

All Known Implementing Classes:
EntryHistoryDaoOjb, LaborLedgerEntryHistoryDaoOjb

public interface LedgerEntryHistoryBalancingDao

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


Method Summary
 Integer findSumRowCountGreaterOrEqualThan(Integer year)
           
 

Method Detail

findSumRowCountGreaterOrEqualThan

Integer findSumRowCountGreaterOrEqualThan(Integer year)
Parameters:
year - for which to return the sum
Returns:
sum of the rowCount column for the given fiscal year


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