public final class SantanderWebSiteGiro extends AbstractSantanderWebSite<SantanderWebAccountInformation,SantanderBankMessages>
AbstractSantanderWebSite.DocumentTypeANCHOR_CELL_DETAILS, ANCHOR_CELL_TRANSACTIONS, I18N_NEXT_LINK_NOT_FOUND, MAX_TABLE_SIZE, NEXT_LINK_TEXTaccountInfo, NON_BREAK_SPACE, TABLE_TAG, webClient| Constructor and Description |
|---|
SantanderWebSiteGiro(de.willuhn.jameica.hbci.rmi.Konto konto,
java.lang.String userName)
Konstruktor für ein Tagesgeldkonto.
|
| Modifier and Type | Method and Description |
|---|---|
SantanderWebAccountInformation |
getAccountInformation()
Liefert die weiteren Kontodetails
|
java.util.List<de.willuhn.jameica.hbci.rmi.Umsatz> |
getBookedTransactions()
Gets the booked transactions.
|
java.util.List<de.willuhn.jameica.hbci.rmi.Umsatz> |
getPreBookedTransactions()
Gets the pre booked transactions.
|
protected java.util.Calendar |
getStartdate()
Gets the startdate.
|
protected boolean |
isSupporting(de.willuhn.jameica.hbci.rmi.KontoType type)
Üperfüpt, ob die WebSeiteninstance den Kontotypen
unterstützt.
|
createSepaTransfer, getAccountDetailsAnchor, getAccountSheets, getInstance, getWebClient, isStillLoggedIn, login, logoffgetMessagespublic SantanderWebSiteGiro(de.willuhn.jameica.hbci.rmi.Konto konto,
java.lang.String userName)
throws WebSiteException
konto - userName - WebSiteExceptionpublic SantanderWebAccountInformation getAccountInformation() throws WebSiteException
getAccountInformation in interface WebSite<SantanderWebAccountInformation>getAccountInformation in class AbstractSantanderWebSite<SantanderWebAccountInformation,SantanderBankMessages>WebSiteExceptionWebSite.getAccountInformation()public java.util.List<de.willuhn.jameica.hbci.rmi.Umsatz> getBookedTransactions()
throws WebSiteException,
de.willuhn.util.ApplicationException
AbstractSantanderWebSitegetBookedTransactions in interface WebSite<SantanderWebAccountInformation>getBookedTransactions in class AbstractSantanderWebSite<SantanderWebAccountInformation,SantanderBankMessages>WebSiteException - the web site exceptionde.willuhn.util.ApplicationException - the application exceptionAbstractSantanderWebSite.getBookedTransactions()public java.util.List<de.willuhn.jameica.hbci.rmi.Umsatz> getPreBookedTransactions()
throws WebSiteException,
de.willuhn.util.ApplicationException
AbstractSantanderWebSitegetPreBookedTransactions in interface WebSite<SantanderWebAccountInformation>getPreBookedTransactions in class AbstractSantanderWebSite<SantanderWebAccountInformation,SantanderBankMessages>WebSiteException - the web site exceptionde.willuhn.util.ApplicationException - the application exceptionAbstractSantanderWebSite.getPreBookedTransactions()protected java.util.Calendar getStartdate()
AbstractSantanderWebSitegetStartdate in class AbstractSantanderWebSite<SantanderWebAccountInformation,SantanderBankMessages>AbstractWebSite.getStartdate()protected boolean isSupporting(de.willuhn.jameica.hbci.rmi.KontoType type)
AbstractSantanderWebSiteisSupporting in class AbstractSantanderWebSite<SantanderWebAccountInformation,SantanderBankMessages>type - der KontoypAbstractSantanderWebSite.isSupporting(de.willuhn.jameica.hbci.rmi.KontoType)