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

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

public class PendingTransactionDaoOjb
extends org.kuali.rice.kns.dao.impl.PlatformAwareDaoBaseOjb
implements PendingTransactionDao

See Also:
PendingTransactionDao

Field Summary
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
PendingTransactionDaoOjb()
           
 
Method Summary
 void clearExtractedTransactions()
          Deletes all transaction records where the process indicator is true
 Iterator<GlPendingTransaction> getUnextractedTransactions()
          Get all of the GL transactions where the extract flag is null
 
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

PendingTransactionDaoOjb

public PendingTransactionDaoOjb()
Method Detail

getUnextractedTransactions

public Iterator<GlPendingTransaction> getUnextractedTransactions()
Description copied from interface: PendingTransactionDao
Get all of the GL transactions where the extract flag is null

Specified by:
getUnextractedTransactions in interface PendingTransactionDao
Returns:
Iterator of all the transactions
See Also:
PendingTransactionDao.getUnextractedTransactions()

clearExtractedTransactions

public void clearExtractedTransactions()
Description copied from interface: PendingTransactionDao
Deletes all transaction records where the process indicator is true

Specified by:
clearExtractedTransactions in interface PendingTransactionDao
See Also:
PendingTransactionDao.clearExtractedTransactions()


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