InterfaceBankMessages
public 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, saveMessage
public TargoBankMessages(org.openqa.selenium.WebDriver webClient, TargoBankWebAccountInformation accountInfo)
webclient
- accountInfo
- public void markAsRead(MahoeMessage message) throws de.willuhn.util.ApplicationException
InterfaceBankMessages
message
- de.willuhn.util.ApplicationException
InterfaceBankMessages.markAsRead(de.frankmuenster.mahoe.messages.MahoeMessage)
public void readMessages(java.util.Date startDate) throws WebSiteException, de.willuhn.util.ApplicationException
InterfaceBankMessages
readMessages
in interface InterfaceBankMessages
readMessages
in class AbstractBankMessages<org.openqa.selenium.WebDriver,TargoBankWebAccountInformation>
WebSiteException
de.willuhn.util.ApplicationException
AbstractBankMessages.readMessages(java.util.Date)