Class SantanderTransactionsPage
- java.lang.Object
-
- de.frankmuenster.mahoe.banks.santander.webpages.SantanderTransactionsPage
-
- All Implemented Interfaces:
TransactionsPage
- Direct Known Subclasses:
SantanderDetailsPage
public class SantanderTransactionsPage extends java.lang.Object 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.4.0
- Author:
- Frank Münster
-
-
Field Summary
Fields Modifier and Type Field Description protected SantanderWebAccountInformation
accountInfo
Account to open the details page forprotected org.openqa.selenium.WebDriver
driver
The webdriver with logged-in userprotected boolean
isCreditCard
Account type
-
Constructor Summary
Constructors Constructor Description SantanderTransactionsPage(org.openqa.selenium.WebDriver driver, java.lang.String baseUrl, SantanderWebAccountInformation accountInfo)
Create a new account page for the given account
-
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
-
-
-
Field Detail
-
driver
protected final org.openqa.selenium.WebDriver driver
The webdriver with logged-in user
-
accountInfo
protected final SantanderWebAccountInformation accountInfo
Account to open the details page for
-
isCreditCard
protected final boolean isCreditCard
Account type
-
-
Constructor Detail
-
SantanderTransactionsPage
public SantanderTransactionsPage(org.openqa.selenium.WebDriver driver, java.lang.String baseUrl, SantanderWebAccountInformation accountInfo) throws WebSiteException
Create a new account page for the given account- Parameters:
driver
-accountInfo
-baseUrl
-- Throws:
WebSiteException
java.rmi.RemoteException
-
-
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
-
-