public final class SantanderWebSiteUtils
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static HtmlPage |
getDocumentFilteredPage(WebClient webClient,
AbstractSantanderWebSite.DocumentType documentType)
Return the first message page filtered for all transactions sheets
|
static void |
login(WebSite<?> webSite,
de.willuhn.jameica.hbci.rmi.Konto konto,
java.lang.String kundennummer)
Login the user with konto on the given website object
|
public static HtmlPage getDocumentFilteredPage(WebClient webClient,
AbstractSantanderWebSite.DocumentType documentType)
throws FailingHttpStatusCodeException,
java.io.IOException
webClient - the logged in webclientdocumentType - eitherFailingHttpStatusCodeExceptionjava.io.IOExceptionpublic static void login(WebSite<?> webSite, de.willuhn.jameica.hbci.rmi.Konto konto, java.lang.String kundennummer) throws WebSiteException, de.willuhn.util.ApplicationException
webSite - the website object on which the login should be performedkonto - the account to use to loginkundennummer - the user identification to useWebSiteExceptionde.willuhn.util.ApplicationException