public interface InterfaceBankMessages
| Modifier and Type | Method and Description |
|---|---|
void |
markAsRead(MahoeMessage message)
Markiert eine Nachricht als gelesen.
|
void |
readMessages(java.util.Date startDate)
Liest alle Bank-Nachrichten ab startDate.
|
int |
saveMessage()
Speichert eine Bank-Nachricht.
|
void readMessages(java.util.Date startDate)
throws WebSiteException,
de.willuhn.util.ApplicationException
startDate - WebSiteExceptionde.willuhn.util.ApplicationExceptionint saveMessage()
throws de.willuhn.util.ApplicationException
de.willuhn.util.ApplicationExceptionvoid markAsRead(MahoeMessage message) throws de.willuhn.util.ApplicationException
message - Die Nachricht, die als gelesen markiert werden sollde.willuhn.util.ApplicationException