public final class BceeWebSite extends AbstractWebSite<BceeWebAccountInformation,BceeBankMessages>
accountInfo, NON_BREAK_SPACE, TABLE_TAG, webClient| Modifier and Type | Method and Description |
|---|---|
void |
createSepaTransfer(de.willuhn.jameica.hbci.rmi.AuslandsUeberweisung aUeberweisung)
Creates the sepa transfer.
|
BceeWebAccountInformation |
getAccountInformation()
Gets the account information.
|
java.util.List<de.willuhn.jameica.hbci.rmi.Umsatz> |
getBookedTransactions()
Gets the booked transactions.
|
static BceeWebSite |
getInstance(de.willuhn.jameica.hbci.rmi.Konto konto)
Liefert die Instance der WebSeite.
|
java.util.List<de.willuhn.jameica.hbci.rmi.Umsatz> |
getPreBookedTransactions()
Gets the pre booked transactions.
|
protected java.util.Calendar |
getStartdate()
Gets the startdate.
|
protected WebClient |
getWebClient()
Gets the web client.
|
boolean |
isStillLoggedIn()
Checks if is still logged in.
|
void |
login(char[] password,
java.lang.String... loginParams)
Login.
|
void |
logoff()
Logoff.
|
int |
savePDF(BceeWebAccountInformation accountInfo)
Save PDF.
|
getMessagespublic static BceeWebSite getInstance(de.willuhn.jameica.hbci.rmi.Konto konto) throws WebSiteException, de.willuhn.util.ApplicationException
konto - the kontoWebSiteException - the web site exceptionde.willuhn.util.ApplicationException - the application exceptionpublic void createSepaTransfer(de.willuhn.jameica.hbci.rmi.AuslandsUeberweisung aUeberweisung)
throws WebSiteException,
de.willuhn.util.ApplicationException
aUeberweisung - the a ueberweisungWebSiteException - the web site exceptionde.willuhn.util.ApplicationException - the application exceptionWebSite.createSepaTransfer(de.willuhn.jameica.hbci.rmi.AuslandsUeberweisung)public BceeWebAccountInformation getAccountInformation() throws WebSiteException, de.willuhn.util.ApplicationException
WebSiteException - the web site exceptionde.willuhn.util.ApplicationException - the application exceptionWebSite.getAccountInformation()public java.util.List<de.willuhn.jameica.hbci.rmi.Umsatz> getBookedTransactions()
throws WebSiteException,
de.willuhn.util.ApplicationException
WebSiteException - the web site exceptionde.willuhn.util.ApplicationException - the application exceptionWebSite.getBookedTransactions()public java.util.List<de.willuhn.jameica.hbci.rmi.Umsatz> getPreBookedTransactions()
throws WebSiteException,
de.willuhn.util.ApplicationException
WebSiteException - the web site exceptionde.willuhn.util.ApplicationException - the application exceptionWebSite.getPreBookedTransactions()public boolean isStillLoggedIn()
throws WebSiteException
WebSiteException - the web site exceptionWebSite.isStillLoggedIn()public void login(char[] password,
java.lang.String... loginParams)
throws WebSiteException
password - the passwordloginParams - the login paramsWebSiteException - the web site exceptionWebSite.login(char[], java.lang.String[])public void logoff()
WebSite.logoff()public int savePDF(BceeWebAccountInformation accountInfo) throws PdfSaverException
accountInfo - the account infoPdfSaverException - the pdf saver exceptionWebSite.savePDF(de.frankmuenster.hibiscus.mahoe.web.WebAccountInformation)protected java.util.Calendar getStartdate()
getStartdate in class AbstractWebSite<BceeWebAccountInformation,BceeBankMessages>AbstractWebSite.getStartdate()protected WebClient getWebClient()
getWebClient in class AbstractWebSite<BceeWebAccountInformation,BceeBankMessages>AbstractWebSite.getWebClient()