org.kuali.kfs.pdp.dataaccess
Interface PendingTransactionDao

All Known Implementing Classes:
PendingTransactionDaoOjb

public interface PendingTransactionDao

DAO Interface for GlPendingTransaction


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
 

Method Detail

getUnextractedTransactions

Iterator<GlPendingTransaction> getUnextractedTransactions()
Get all of the GL transactions where the extract flag is null

Returns:
Iterator of all the transactions

clearExtractedTransactions

void clearExtractedTransactions()
Deletes all transaction records where the process indicator is true



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