public interface ProposalDao
Modifier and Type | Method and Description |
---|---|
Collection<Proposal> |
getProposalsToClose(ProposalAwardCloseDocument c)
Gets a
Collection of Proposal instances which have not yet been closed. |
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
.Copyright © 2004–2015 The Kuali Foundation. All rights reserved.