public class ProposalDaoOjb extends org.kuali.rice.core.framework.persistence.ojb.dao.PlatformAwareDaoBaseOjb implements ProposalDao
ProposalDao| Constructor and Description |
|---|
ProposalDaoOjb() |
| Modifier and Type | Method and Description |
|---|---|
Collection<Proposal> |
getProposalsToClose(ProposalAwardCloseDocument close)
Gets a
Collection of Proposal instances which have not yet been closed. |
getDbPlatform, setDbPlatformpublic ProposalDaoOjb()
public Collection<Proposal> getProposalsToClose(ProposalAwardCloseDocument close)
ProposalDaoCollection of Proposal instances which have not yet been closed.getProposalsToClose in interface ProposalDaoclose - the Close instance which is used to determine which Proposals should be returned.Collection of appropriate Proposals.org.kuali.ole.module.cg.dataaccess.ProposalDao#getProposalsToClose(org.kuali.ole.module.cg.businessobject.Close)Copyright © 2004–2015 The Kuali Foundation. All rights reserved.