Class BosTransactionPage
java.lang.Object
de.frankmuenster.mahoe.web.webpages.SeleniumWebPage
de.frankmuenster.mahoe.web.webpages.AbstractAccountPage<BosWebAccountInformation>
de.frankmuenster.mahoe.banks.bos.webpages.BosAccountPage
de.frankmuenster.mahoe.banks.bos.webpages.BosTransactionPage
- All Implemented Interfaces:
TransactionsPage
The page with all listed transactions for the given 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
ConstructorsConstructorDescriptionBosTransactionPage
(org.openqa.selenium.WebDriver driver, BosWebAccountInformation accountInfo) Creates 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.bos.webpages.BosAccountPage
open, openDetails
Methods inherited from class de.frankmuenster.mahoe.web.webpages.SeleniumWebPage
elementExist
-
Constructor Details
-
BosTransactionPage
public BosTransactionPage(org.openqa.selenium.WebDriver driver, BosWebAccountInformation accountInfo) Creates a new instance of the page.- Parameters:
driver
- the Selenium WebDriver with the logged in accountaccountInfo
- the account info object
-
-
Method Details
-
getTransactions
public List<de.willuhn.jameica.hbci.rmi.Umsatz> getTransactions(Date lastTransactionDate) throws WebSiteException Description copied from interface:TransactionsPage
Returns all transactions on current page till the given date- Specified by:
getTransactions
in interfaceTransactionsPage
- Throws:
WebSiteException
-