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

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.AwardDaoOjb
All Implemented Interfaces:
AwardDao, org.kuali.rice.kns.dao.PlatformAwareDao, org.springframework.beans.factory.InitializingBean

public class AwardDaoOjb
extends org.kuali.rice.kns.dao.impl.PlatformAwareDaoBaseOjb
implements AwardDao

See Also:
AwardDao

Field Summary
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
AwardDaoOjb()
           
 
Method Summary
 void deleteAll()
          Delete all Awards.
 Collection<Award> getAwardsToClose(ProposalAwardCloseDocument close)
          Get a Collection of Awards to close.
 void save(Award award)
          Save an Award.
 
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

AwardDaoOjb

public AwardDaoOjb()
Method Detail

deleteAll

public void deleteAll()
Description copied from interface: AwardDao
Delete all Awards.

Specified by:
deleteAll in interface AwardDao
See Also:
AwardDao.deleteAll()

getAwardsToClose

public Collection<Award> getAwardsToClose(ProposalAwardCloseDocument close)
Description copied from interface: AwardDao
Get a Collection of Awards to close. This is used by the CloseBatchStep.

Specified by:
getAwardsToClose in interface AwardDao
Returns:
See Also:
org.kuali.kfs.module.cg.dataaccess.AwardDao#getAwardsToClose(org.kuali.kfs.module.cg.businessobject.Close)

save

public void save(Award award)
Description copied from interface: AwardDao
Save an Award.

Specified by:
save in interface AwardDao
See Also:
AwardDao.save(org.kuali.kfs.module.cg.businessobject.Award)


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