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
public class TargoBankTransactionsPage extends TargoBankAccountPage implements 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
Constructors Constructor Description TargoBankTransactionsPage(org.openqa.selenium.WebDriver driver, TargoBankWebAccountInformation accountInfo)
Will create a new instance of the page
-
Method Summary
All Methods Instance Methods Concrete 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-
Methods inherited from class de.frankmuenster.mahoe.banks.targobank.web.webpages.TargoBankAccountPage
open
-
Methods inherited from class de.frankmuenster.mahoe.web.webpages.SeleniumWebPage
elementExist
-
-
-
-
Constructor Detail
-
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 Detail
-
getTransactions
public 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- Specified by:
getTransactions
in interfaceTransactionsPage
- Parameters:
Date
- lastTransactionDate the of the last transactions to give back- Throws:
WebSiteException
-
-