public final class BceeWebSiteTransactionsImpl
extends java.lang.Object
Constructor | Description |
---|---|
BceeWebSiteTransactionsImpl() |
Privater Konstruktor
|
Modifier and Type | Method | Description |
---|---|---|
void |
clear() |
Löscht die interen Umsatzliste
|
java.util.List<de.willuhn.jameica.hbci.rmi.Umsatz> |
getBookedTransactions(com.gargoylesoftware.htmlunit.WebClient webClient,
BceeWebAccountInformation accountInfo) |
Liste die gebuchten Umsätze ein.
|
java.util.List<de.willuhn.jameica.hbci.rmi.Umsatz> |
getPreBookTransactions(com.gargoylesoftware.htmlunit.WebClient webClient,
BceeWebAccountInformation accountInfo) |
Liest alle vorgemerkten Umsätze.
|
public BceeWebSiteTransactionsImpl()
public void clear()
public java.util.List<de.willuhn.jameica.hbci.rmi.Umsatz> getBookedTransactions(com.gargoylesoftware.htmlunit.WebClient webClient, BceeWebAccountInformation accountInfo) throws WebSiteException
webClient
- der angemeldete WebClientaccountInfo
- die KontoinformationenWebSiteException
public java.util.List<de.willuhn.jameica.hbci.rmi.Umsatz> getPreBookTransactions(com.gargoylesoftware.htmlunit.WebClient webClient, BceeWebAccountInformation accountInfo) throws WebSiteException, de.willuhn.util.ApplicationException
webClient
- accountInfo
- WebSiteException
de.willuhn.util.ApplicationException