edu.cmu.mse.vault.transaction
Class TransactionDataFetcher

java.lang.Object
  extended byedu.cmu.mse.vault.transaction.TransactionDataFetcher

public class TransactionDataFetcher
extends java.lang.Object

Author:
minwang TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Constructor Summary
TransactionDataFetcher()
           
 
Method Summary
 java.util.List getTransferRecords(int accountID)
           
 java.util.List getTransferRecords(int accountID, int lastN)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransactionDataFetcher

public TransactionDataFetcher()
Method Detail

getTransferRecords

public java.util.List getTransferRecords(int accountID)

getTransferRecords

public java.util.List getTransferRecords(int accountID,
                                         int lastN)

main

public static void main(java.lang.String[] args)
                 throws java.sql.SQLException
Throws:
java.sql.SQLException