public class PendingTransactionDaoOjb extends org.kuali.rice.core.framework.persistence.ojb.dao.PlatformAwareDaoBaseOjb implements PendingTransactionDao
PendingTransactionDao
Constructor and Description |
---|
PendingTransactionDaoOjb() |
Modifier and Type | Method and Description |
---|---|
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
|
getDbPlatform, setDbPlatform
public PendingTransactionDaoOjb()
public Iterator<GlPendingTransaction> getUnextractedTransactions()
PendingTransactionDao
getUnextractedTransactions
in interface PendingTransactionDao
PendingTransactionDao.getUnextractedTransactions()
public void clearExtractedTransactions()
PendingTransactionDao
clearExtractedTransactions
in interface PendingTransactionDao
PendingTransactionDao.clearExtractedTransactions()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.