public class SantanderWebSiteKreditkarte extends AbstractSantanderWebSite<SantanderWebAccountInformation,SantanderBankMessages>
AbstractSantanderWebSite.DocumentType
ANCHOR_CELL_DETAILS, ANCHOR_CELL_TRANSACTIONS, I18N_NEXT_LINK_NOT_FOUND, MAX_TABLE_SIZE, NEXT_LINK_TEXT
accountInfo, NON_BREAK_SPACE, TABLE_TAG, webClient
Modifier | Constructor and Description |
---|---|
protected |
SantanderWebSiteKreditkarte(de.willuhn.jameica.hbci.rmi.Konto konto,
java.lang.String userName)
Konstruktor für einE Kreditkarte.
|
Modifier and Type | Method and Description |
---|---|
SantanderWebAccountInformation |
getAccountInformation()
Gets the account information.
|
java.util.List<de.willuhn.jameica.hbci.rmi.Umsatz> |
getBookedTransactions()
Gets the booked transactions.
|
ClearingEntry |
getClearingEntry()
Liefert die Ausgleichsbuchung
|
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, logoff
getMessages
protected SantanderWebSiteKreditkarte(de.willuhn.jameica.hbci.rmi.Konto konto, java.lang.String userName) throws WebSiteException
konto
- userName
- WebSiteException
public SantanderWebAccountInformation getAccountInformation() throws WebSiteException, de.willuhn.util.ApplicationException
AbstractSantanderWebSite
getAccountInformation
in interface WebSite<SantanderWebAccountInformation>
getAccountInformation
in class AbstractSantanderWebSite<SantanderWebAccountInformation,SantanderBankMessages>
WebSiteException
- the web site exceptionde.willuhn.util.ApplicationException
- the application exceptionAbstractSantanderWebSite.getAccountInformation()
public java.util.List<de.willuhn.jameica.hbci.rmi.Umsatz> getBookedTransactions() throws WebSiteException, de.willuhn.util.ApplicationException
AbstractSantanderWebSite
getBookedTransactions
in interface WebSite<SantanderWebAccountInformation>
getBookedTransactions
in class AbstractSantanderWebSite<SantanderWebAccountInformation,SantanderBankMessages>
WebSiteException
- the web site exceptionde.willuhn.util.ApplicationException
- the application exceptionAbstractSantanderWebSite.getBookedTransactions()
public ClearingEntry getClearingEntry()
public java.util.List<de.willuhn.jameica.hbci.rmi.Umsatz> getPreBookedTransactions() throws WebSiteException, de.willuhn.util.ApplicationException
AbstractSantanderWebSite
getPreBookedTransactions
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()
AbstractSantanderWebSite
getStartdate
in class AbstractSantanderWebSite<SantanderWebAccountInformation,SantanderBankMessages>
AbstractSantanderWebSite.getStartdate()
protected boolean isSupporting(de.willuhn.jameica.hbci.rmi.KontoType type)
AbstractSantanderWebSite
isSupporting
in class AbstractSantanderWebSite<SantanderWebAccountInformation,SantanderBankMessages>
type
- der KontoypAbstractSantanderWebSite.isSupporting(de.willuhn.jameica.hbci.rmi.KontoType)