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
- WebSiteException
de.willuhn.util.ApplicationException
int saveMessage() throws de.willuhn.util.ApplicationException
de.willuhn.util.ApplicationException
void markAsRead(MahoeMessage message) throws de.willuhn.util.ApplicationException
message
- Die Nachricht, die als gelesen markiert werden sollde.willuhn.util.ApplicationException