TargoBankAccountStatementsPage
public interface BankAccountStatementPage
Modifier and Type | Method | Description |
---|---|---|
boolean |
accountLinksHasNextPage() |
Exists a NEXT button for the last getAccountLinks call.
|
BankAccountStatementPage |
getNextPage() |
Open the next page if exists
|
java.util.List<de.willuhn.jameica.hbci.rmi.Umsatz> |
getTransactions(java.util.Date startDate) |
Read all the transactions from the PDF from the given start date
|
boolean |
hasNextPage() |
Exists a NEXT button, so a next page
|
boolean accountLinksHasNextPage()
BankAccountStatementPage getNextPage()
java.util.List<de.willuhn.jameica.hbci.rmi.Umsatz> getTransactions(java.util.Date startDate) throws WebSiteException
startDate
- the date to start reading the transactions fromWebSiteException
- in case the transactions could not be readboolean hasNextPage()