|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.dao.support.DaoSupport
org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
org.kuali.rice.kns.dao.impl.PlatformAwareDaoBaseOjb
org.kuali.kfs.module.cg.dataaccess.impl.ProposalDaoOjb
public class ProposalDaoOjb
ProposalDao
Field Summary |
---|
Fields inherited from class org.springframework.dao.support.DaoSupport |
---|
logger |
Constructor Summary | |
---|---|
ProposalDaoOjb()
|
Method Summary | |
---|---|
Collection<Proposal> |
getProposalsToClose(ProposalAwardCloseDocument close)
Gets a Collection of Proposal instances which have not yet been closed. |
void |
save(Proposal proposal)
Persist a Proposal . |
Methods inherited from class org.kuali.rice.kns.dao.impl.PlatformAwareDaoBaseOjb |
---|
getDbPlatform, setDbPlatform |
Methods inherited from class org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport |
---|
checkDaoConfig, convertOjbAccessException, createPersistenceBrokerTemplate, getJcdAlias, getPersistenceBroker, getPersistenceBrokerTemplate, releasePersistenceBroker, setJcdAlias, setPersistenceBrokerTemplate |
Methods inherited from class org.springframework.dao.support.DaoSupport |
---|
afterPropertiesSet, initDao |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProposalDaoOjb()
Method Detail |
---|
public Collection<Proposal> getProposalsToClose(ProposalAwardCloseDocument close)
ProposalDao
Collection
of Proposal
instances which have not yet been closed.
getProposalsToClose
in interface ProposalDao
close
- the Close
instance which is used to determine which Proposals should be returned.
Collection
of appropriate Proposals
.org.kuali.kfs.module.cg.dataaccess.ProposalDao#getProposalsToClose(org.kuali.kfs.module.cg.businessobject.Close)
public void save(Proposal proposal)
ProposalDao
Proposal
.
save
in interface ProposalDao
proposal
- the instance to persist.ProposalDao.save(org.kuali.kfs.module.cg.businessobject.Proposal)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |