InterfaceBankMessagespublic class BosBankMessages extends AbstractBankMessages<org.openqa.selenium.WebDriver,BosWebAccountInformation>
accountInfo, messages, NOT_IMPLEMENTED, webclient| Constructor | Description |
|---|---|
BosBankMessages(org.openqa.selenium.WebDriver webClient,
BosWebAccountInformation accountInfo) |
Returns a new instance of BankMessages class
|
| 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 BosBankMessages(org.openqa.selenium.WebDriver webClient,
BosWebAccountInformation accountInfo)
webClient - accountInfo - public void markAsRead(MahoeMessage message) throws de.willuhn.util.ApplicationException
InterfaceBankMessagesmessage - Die Nachricht, die als gelesen markiert werden sollde.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,BosWebAccountInformation>WebSiteExceptionde.willuhn.util.ApplicationExceptionAbstractBankMessages.readMessages(java.util.Date)