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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<de.willuhn.jameica.hbci.rmi.Umsatz>
getTransactions(java.util.Date lastTransactionDate)
Returns all transactions on current page till the given date
-
-
-
Method Detail
-
getTransactions
java.util.List<de.willuhn.jameica.hbci.rmi.Umsatz> getTransactions(java.util.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
-
-