Interface TransactionsPage
- All Known Implementing Classes:
BosTransactionPage
,SantanderDetailsPage
,SantanderTransactionsPage
,TargoBankTransactionsPage
public interface TransactionsPage
Interface to a web page that holds the transactions of an account
- Since:
- 2.6.0
- Author:
- Frank Münster
-
Method Summary
Modifier and TypeMethodDescriptionList<de.willuhn.jameica.hbci.rmi.Umsatz>
getTransactions
(Date lastTransactionDate) Returns all transactions on current page till the given date
-
Method Details
-
getTransactions
List<de.willuhn.jameica.hbci.rmi.Umsatz> getTransactions(Date lastTransactionDate) throws WebSiteException Returns all transactions on current page till the given date- Parameters:
Date
- lastTransactionDate the of the last transactions to give back- Throws:
WebSiteException
-