public abstract class AbstractBankMessages extends java.lang.Object implements InterfaceBankMessages
Modifier and Type | Field and Description |
---|---|
protected java.util.List<MahoeMessage> |
messages
Liste mit Bank-Nachrichten
|
static java.lang.String |
NOT_IMPLEMENTED
Logger information in case an method is not yet implemented
|
protected WebClient |
webclient
Der WebClient
|
Constructor and Description |
---|
AbstractBankMessages(WebClient webClient)
Konstruktor mit Angabe des initialisierten WebClient
|
Modifier and Type | Method and Description |
---|---|
static boolean |
existsMessage(java.lang.String blz,
java.util.Date date,
java.lang.String subject)
Überprüft, ob die Nachricht schon existiert.
|
abstract void |
readMessages(java.util.Date startDate)
Liest alle Bank-Nachrichten ab startDate.
|
int |
saveMessage()
Speichert eine Bank-Nachricht.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
markAsRead
public static final java.lang.String NOT_IMPLEMENTED
protected WebClient webclient
protected java.util.List<MahoeMessage> messages
public AbstractBankMessages(WebClient webClient)
webClient
- public static boolean existsMessage(java.lang.String blz, java.util.Date date, java.lang.String subject)
blz
- date
- subject
- public abstract void readMessages(java.util.Date startDate) throws WebSiteException, de.willuhn.util.ApplicationException
InterfaceBankMessages
readMessages
in interface InterfaceBankMessages
WebSiteException
de.willuhn.util.ApplicationException
readMessages (java.util.Date)
public int saveMessage() throws de.willuhn.util.ApplicationException
InterfaceBankMessages
saveMessage
in interface InterfaceBankMessages
de.willuhn.util.ApplicationException
saveMessage ()