org.kuali.kfs.module.cg.dataaccess.impl
Class ProposalDaoOjb

java.lang.Object
  extended by org.springframework.dao.support.DaoSupport
      extended by org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
          extended by org.kuali.rice.kns.dao.impl.PlatformAwareDaoBaseOjb
              extended by org.kuali.kfs.module.cg.dataaccess.impl.ProposalDaoOjb
All Implemented Interfaces:
ProposalDao, org.kuali.rice.kns.dao.PlatformAwareDao, org.springframework.beans.factory.InitializingBean

public class ProposalDaoOjb
extends org.kuali.rice.kns.dao.impl.PlatformAwareDaoBaseOjb
implements ProposalDao

See Also:
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

ProposalDaoOjb

public ProposalDaoOjb()
Method Detail

getProposalsToClose

public Collection<Proposal> getProposalsToClose(ProposalAwardCloseDocument close)
Description copied from interface: ProposalDao
Gets a Collection of Proposal instances which have not yet been closed.

Specified by:
getProposalsToClose in interface ProposalDao
Parameters:
close - the Close instance which is used to determine which Proposals should be returned.
Returns:
a Collection of appropriate Proposals.
See Also:
org.kuali.kfs.module.cg.dataaccess.ProposalDao#getProposalsToClose(org.kuali.kfs.module.cg.businessobject.Close)

save

public void save(Proposal proposal)
Description copied from interface: ProposalDao
Persist a Proposal.

Specified by:
save in interface ProposalDao
Parameters:
proposal - the instance to persist.
See Also:
ProposalDao.save(org.kuali.kfs.module.cg.businessobject.Proposal)


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