org.kuali.kfs.module.cg.dataaccess
Interface CloseDao

All Known Implementing Classes:
CloseDaoOjb

public interface CloseDao

Implementations of this interface provide access to persisted Close instances.


Method Summary
 ProposalAwardCloseDocument getMaxApprovedClose()
          Gets the persisted instance with the latest close date.
 ProposalAwardCloseDocument getMostRecentClose()
           
 void save(ProposalAwardCloseDocument close)
          Save a Close instance.
 

Method Detail

getMaxApprovedClose

ProposalAwardCloseDocument getMaxApprovedClose()
Gets the persisted instance with the latest close date.

Returns:
the persisted instance with the latest close date.

getMostRecentClose

ProposalAwardCloseDocument getMostRecentClose()

save

void save(ProposalAwardCloseDocument close)
Save a Close instance.

Parameters:
close - the instance to persist.


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