org.kuali.kfs.gl.document.dataaccess
Interface CorrectionDocumentDao
- All Known Implementing Classes:
- CorrectionDocumentDaoOjb
public interface CorrectionDocumentDao
A DAO interface that declares methods...or, in this case, a method...for CorrectionDocuments to interact
with the database.
getCorrectionDocumentsFinalizedOn
Collection<GeneralLedgerCorrectionProcessDocument> getCorrectionDocumentsFinalizedOn(Date date)
- Returns a Collection of GLCP documents finalized on the given date
- Parameters:
date
- the finalization date of GLCP documents to find
- Returns:
- a Collection of GLCP documents
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.