|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
|---|
Collection<Proposal> getProposalsToClose(ProposalAwardCloseDocument c)
Collection of Proposal instances which have not yet been closed.
c - the Close instance which is used to determine which Proposals should be returned.
Collection of appropriate Proposals.void save(Proposal proposal)
Proposal.
proposal - the instance to persist.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||