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

All Known Implementing Classes:
ProposalDaoOjb

public interface ProposalDao

Implementations of this interface provide access to persisted Proposal instances.


Method Summary
 Collection<Proposal> getProposalsToClose(ProposalAwardCloseDocument c)
          Gets a Collection of Proposal instances which have not yet been closed.
 void save(Proposal proposal)
          Persist a Proposal.
 

Method Detail

getProposalsToClose

Collection<Proposal> getProposalsToClose(ProposalAwardCloseDocument c)
Gets a Collection of Proposal instances which have not yet been closed.

Parameters:
c - the Close instance which is used to determine which Proposals should be returned.
Returns:
a Collection of appropriate Proposals.

save

void save(Proposal proposal)
Persist a Proposal.

Parameters:
proposal - the instance to persist.


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