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
public class BosTransactionPage extends BosAccountPage implements 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
Constructors Constructor Description BosTransactionPage(org.openqa.selenium.WebDriver driver, BosWebAccountInformation accountInfo)
Creates 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.bos.webpages.BosAccountPage
open, openDetails
-
Methods inherited from class de.frankmuenster.mahoe.web.webpages.SeleniumWebPage
elementExist
-
-
-
-
Constructor Detail
-
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 Detail
-
getTransactions
public java.util.List<de.willuhn.jameica.hbci.rmi.Umsatz> getTransactions(java.util.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
-
-