Class TargoBankTransactionsPage
java.lang.Object
de.frankmuenster.mahoe.web.webpages.SeleniumWebPage
de.frankmuenster.mahoe.web.webpages.AbstractAccountPage<TargoBankWebAccountInformation>
de.frankmuenster.mahoe.banks.targobank.web.webpages.TargoBankAccountPage
de.frankmuenster.mahoe.banks.targobank.web.webpages.TargoBankTransactionsPage
- All Implemented Interfaces:
TransactionsPage
The page with all listed transactions These are the booked transactions for
giro account and the pre-booked for an credit card account.
- Since:
- 2.6.0
- Author:
- Frank Münster
-
Field Summary
Fields inherited from class de.frankmuenster.mahoe.web.webpages.AbstractAccountPage
accountInfo
Fields inherited from class de.frankmuenster.mahoe.web.webpages.SeleniumWebPage
driver
-
Constructor Summary
ConstructorsConstructorDescriptionTargoBankTransactionsPage
(org.openqa.selenium.WebDriver driver, TargoBankWebAccountInformation accountInfo) Will create a new instance of the page -
Method Summary
Modifier and TypeMethodDescriptionList<de.willuhn.jameica.hbci.rmi.Umsatz>
getTransactions
(Date lastTransactionDate) Returns all transactions on current page till the given dateMethods inherited from class de.frankmuenster.mahoe.banks.targobank.web.webpages.TargoBankAccountPage
open
Methods inherited from class de.frankmuenster.mahoe.web.webpages.SeleniumWebPage
elementExist
-
Constructor Details
-
TargoBankTransactionsPage
public TargoBankTransactionsPage(org.openqa.selenium.WebDriver driver, TargoBankWebAccountInformation accountInfo) throws WebSiteException Will create a new instance of the page- Parameters:
driver
-accountInfo
-- Throws:
WebSiteException
-
-
Method Details
-
getTransactions
public List<de.willuhn.jameica.hbci.rmi.Umsatz> getTransactions(Date lastTransactionDate) throws WebSiteException Returns all transactions on current page till the given date- Specified by:
getTransactions
in interfaceTransactionsPage
- Parameters:
Date
- lastTransactionDate the of the last transactions to give back- Throws:
WebSiteException
-