| Interface | Description |
|---|---|
| BankAccountStatementPage |
Represents a web page with the account statements.
|
| WebAccountInformation |
Interface für die Kontoinformationen, die von der Webseite gelesen/gesetzt werden.
|
| WebSite<I extends WebAccountInformation> |
Interface für die Kommunikation mit der Bank-Webseite
|
| Class | Description |
|---|---|
| AbstractSeleniumWebSite<I extends WebAccountInformation,M extends AbstractBankMessages<org.openqa.selenium.WebDriver>> |
Abstract class for Selenium based WebSite to provide the driver and a temp
download folder.
|
| AbstractWebAccountInformation |
Minimale Kontoinformationen, die jedes Job auslesen muss.
|
| AbstractWebSite<C,I extends WebAccountInformation,M extends AbstractBankMessages<C>> |
Abstrakte WebSite Klasse.
|
| MahoeKontoauszugPDF |
A class that holds the Hibiscus KontoausZug together with the PDF as byte array.
|
| Enum | Description |
|---|---|
| WebSiteExceptionTypes |
Die Fehlertypen der WebsieException
|
| Exception | Description |
|---|---|
| WebSiteException |
Spezielle Fehlerklasse für Webseitenfehler
|