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
- eitherFailingHttpStatusCodeException
java.io.IOException
public 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 useWebSiteException
de.willuhn.util.ApplicationException