org.kuali.kfs.pdp.dataaccess.impl
Class PaymentGroupHistoryDaoOjb

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.pdp.dataaccess.impl.PaymentGroupHistoryDaoOjb
All Implemented Interfaces:
PaymentGroupHistoryDao, org.kuali.rice.kns.dao.PlatformAwareDao, org.springframework.beans.factory.InitializingBean

public class PaymentGroupHistoryDaoOjb
extends org.kuali.rice.kns.dao.impl.PlatformAwareDaoBaseOjb
implements PaymentGroupHistoryDao


Field Summary
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
PaymentGroupHistoryDaoOjb()
           
 
Method Summary
 Iterator getCanceledChecks()
          Get the cancelled checks
 
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

PaymentGroupHistoryDaoOjb

public PaymentGroupHistoryDaoOjb()
Method Detail

getCanceledChecks

public Iterator getCanceledChecks()
Description copied from interface: PaymentGroupHistoryDao
Get the cancelled checks

Specified by:
getCanceledChecks in interface PaymentGroupHistoryDao
Returns:
See Also:
PaymentGroupHistoryDao.getCanceledChecks()


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