public class SantanderWebSiteKreditkarte extends AbstractSantanderWebSite<SantanderWebAccountInformation,SantanderBankMessages>
ANCHOR_CELL_DETAILS, ANCHOR_CELL_TRANSACTIONSaccountInfo, 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.
|
int |
savePDF(SantanderWebAccountInformation accountInfo)
Save PDF.
|
createSepaTransfer, getAccountDetailsAnchor, getInstance, getWebClient, isStillLoggedIn, login, logoffgetMessagesprotected SantanderWebSiteKreditkarte(de.willuhn.jameica.hbci.rmi.Konto konto,
java.lang.String userName)
throws WebSiteException
konto - userName - WebSiteExceptionpublic SantanderWebAccountInformation getAccountInformation() throws WebSiteException, de.willuhn.util.ApplicationException
AbstractSantanderWebSitegetAccountInformation 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
AbstractSantanderWebSitegetBookedTransactions 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
AbstractSantanderWebSitegetPreBookedTransactions in interface WebSite<SantanderWebAccountInformation>getPreBookedTransactions in class AbstractSantanderWebSite<SantanderWebAccountInformation,SantanderBankMessages>WebSiteException - the web site exceptionde.willuhn.util.ApplicationException - the application exceptionAbstractSantanderWebSite.getPreBookedTransactions()public int savePDF(SantanderWebAccountInformation accountInfo) throws PdfSaverException
AbstractSantanderWebSitesavePDF in interface WebSite<SantanderWebAccountInformation>savePDF in class AbstractSantanderWebSite<SantanderWebAccountInformation,SantanderBankMessages>accountInfo - the account infoPdfSaverException - the pdf saver exceptionAbstractSantanderWebSite.savePDF(de.frankmuenster.hibiscus.mahoe.santander.web.SantanderWebAccountInformation)protected java.util.Calendar getStartdate()
AbstractSantanderWebSitegetStartdate in class AbstractSantanderWebSite<SantanderWebAccountInformation,SantanderBankMessages>AbstractSantanderWebSite.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)