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

All Known Implementing Classes:
AwardDaoOjb

public interface AwardDao

Implementations of this interface provide access to persisted Awards.


Method Summary
 void deleteAll()
          Delete all Awards.
 Collection<Award> getAwardsToClose(ProposalAwardCloseDocument c)
          Get a Collection of Awards to close.
 void save(Award award)
          Save an Award.
 

Method Detail

getAwardsToClose

Collection<Award> getAwardsToClose(ProposalAwardCloseDocument c)
Get a Collection of Awards to close. This is used by the CloseBatchStep.

Parameters:
c -
Returns:

save

void save(Award award)
Save an Award.

Parameters:
award -

deleteAll

void deleteAll()
Delete all Awards.



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