InterfaceBankMessagespublic class TargoBankMessages extends AbstractBankMessages<org.openqa.selenium.WebDriver,TargoBankWebAccountInformation>
accountInfo, messages, NOT_IMPLEMENTED, webclient| Constructor | Description |
|---|---|
TargoBankMessages(org.openqa.selenium.WebDriver webClient,
TargoBankWebAccountInformation accountInfo) |
Erstellt ein neues Objekt
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
markAsRead(MahoeMessage message) |
Markiert eine Nachricht als gelesen.
|
void |
readMessages(java.util.Date startDate) |
Liest alle Bank-Nachrichten ab startDate.
|
addMessage, existsMessage, existsMessage, getBankMessages, getLastMsgDate, saveMessagepublic TargoBankMessages(org.openqa.selenium.WebDriver webClient,
TargoBankWebAccountInformation accountInfo)
webclient - accountInfo - public void markAsRead(MahoeMessage message) throws de.willuhn.util.ApplicationException
InterfaceBankMessagesmessage - de.willuhn.util.ApplicationExceptionInterfaceBankMessages.markAsRead(de.frankmuenster.mahoe.messages.MahoeMessage)public void readMessages(java.util.Date startDate)
throws WebSiteException,
de.willuhn.util.ApplicationException
InterfaceBankMessagesreadMessages in interface InterfaceBankMessagesreadMessages in class AbstractBankMessages<org.openqa.selenium.WebDriver,TargoBankWebAccountInformation>WebSiteExceptionde.willuhn.util.ApplicationExceptionAbstractBankMessages.readMessages(java.util.Date)