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