Class SantanderTransactionsPage
java.lang.Object
de.frankmuenster.mahoe.banks.santander.webpages.SantanderTransactionsPage
- All Implemented Interfaces:
TransactionsPage
- Direct Known Subclasses:
SantanderDetailsPage
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
FieldsModifier and TypeFieldDescriptionprotected final SantanderWebAccountInformationAccount to open the details page forprotected final org.openqa.selenium.WebDriverThe webdriver with logged-in userprotected final booleanAccount type -
Constructor Summary
ConstructorsConstructorDescriptionSantanderTransactionsPage(org.openqa.selenium.WebDriver driver, String baseUrl, SantanderWebAccountInformation accountInfo) Create a new account page for the given account -
Method Summary
Modifier and TypeMethodDescriptionList<de.willuhn.jameica.hbci.rmi.Umsatz>getTransactions(Date lastTransactionDate) Returns all transactions on current page till the given date
-
Field Details
-
driver
protected final org.openqa.selenium.WebDriver driverThe webdriver with logged-in user -
accountInfo
Account to open the details page for -
isCreditCard
protected final boolean isCreditCardAccount type
-
-
Constructor Details
-
SantanderTransactionsPage
public SantanderTransactionsPage(org.openqa.selenium.WebDriver driver, String baseUrl, SantanderWebAccountInformation accountInfo) throws WebSiteException Create a new account page for the given account- Parameters:
driver-accountInfo-baseUrl-- Throws:
WebSiteExceptionRemoteException
-
-
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:
getTransactionsin interfaceTransactionsPage- Parameters:
Date- lastTransactionDate the of the last transactions to give back- Throws:
WebSiteException
-