Uses of Class
org.kapott.hbci.structures.Konto
-
Packages that use Konto Package Description org.kapott.hbci.GV org.kapott.hbci.GV_Result org.kapott.hbci.manager org.kapott.hbci.passport org.kapott.hbci.swift -
-
Uses of Konto in org.kapott.hbci.GV
Methods in org.kapott.hbci.GV with parameters of type Konto Modifier and Type Method Description voidHBCIJob. setParam(java.lang.String paramname, java.lang.Integer index, Konto acc)voidHBCIJob. setParam(java.lang.String paramname, Konto acc)Setzen eines komplexen Job-Parameters (Kontodaten). -
Uses of Konto in org.kapott.hbci.GV_Result
Fields in org.kapott.hbci.GV_Result declared as Konto Modifier and Type Field Description KontoGVRAccInfo.AccInfo. accountKonto, auf das sich diese Daten beziehenKontoGVRFestList.Entry. anlagekontoKonto für die FestgeldanlageKontoGVRFestList.Entry. ausbuchungskontoKonto, welchem der Anlagebetrag nach Ablauf der Festgeldanlage gutgeschrieben wirdKontoGVRFestList.Entry. belastungskontoKonto für Abbuchung der regelmäßigen Beträge.KontoGVRWPDepotList.Entry. depotDepotkonto, auf das sich der Eintrag bezieht.KontoGVRWPDepotUms.Entry. depotDepotkonto, auf das sich der Eintrag bezieht.KontoGVRSaldoReq.Info. kontoSaldo für welches KontoKontoGVRDauerList.Dauer. myBelastungskonto (Kundenkonto)KontoGVRKUms.BTag. myKonto, auf das sich die Umsatzdaten beziehen (Kundenkonto).KontoGVRTermUebList.Entry. myBelastungskonto (Kundenkonto)KontoGVRDauerList.Dauer. otherEmpfängerkontoKontoGVRKUms.UmsLine. otherGegenkonto der Buchung (optional).KontoGVRTermUebList.Entry. otherEmpfängerkontoKontoGVRAccInfo.AccInfo. refAccountReferenzkonto (zB für Kreditkartenkonten) (optional)KontoGVRFestList.Entry. zinskontoKonto, welchem die Zinsen für die Festgeldanlage gutgeschrieben werden -
Uses of Konto in org.kapott.hbci.manager
Methods in org.kapott.hbci.manager with parameters of type Konto Modifier and Type Method Description static java.lang.StringHBCIUtils. getIBANForKonto(Konto k)Berechnet die IBAN fuer ein angegebenes deutsches Konto. -
Uses of Konto in org.kapott.hbci.passport
Methods in org.kapott.hbci.passport that return Konto Modifier and Type Method Description KontoAbstractHBCIPassport. getAccount(java.lang.String number)KontoHBCIPassport. getAccount(java.lang.String number)Gibt ein Konto-Objekt zu einer bestimmten Kontonummer zurück.Konto[]AbstractHBCIPassport. getAccounts()Konto[]HBCIPassport. getAccounts()Gibt ein Array mit Kontoinformationen zurück.Methods in org.kapott.hbci.passport with parameters of type Konto Modifier and Type Method Description voidAbstractHBCIPassport. fillAccountInfo(Konto account)voidHBCIPassport. fillAccountInfo(Konto account)Ausfüllen fehlender Kontoinformationen. -
Uses of Konto in org.kapott.hbci.swift
Fields in org.kapott.hbci.swift declared as Konto Modifier and Type Field Description KontoDTAUS_CH.Transaction. otherKontoDTAUS.Transaction. otherAccountKonto des Zahlungsempfängers bzw. des Zahlungspflichtigen.Methods in org.kapott.hbci.swift that return Konto Modifier and Type Method Description KontoDTAUS. getMyAccount()TODO: doku fehltConstructors in org.kapott.hbci.swift with parameters of type Konto Constructor Description DTAUS(Konto myAccount, int type)EntsprichtDTAUS(myAccount,type,null)DTAUS(Konto myAccount, int type, java.util.Date execdate)Erzeugen eines neuen Objektes für die Aufnahme von Sammelaufträgen.DTAUS_CH(Konto myAccount, java.lang.String[] myAddress)Transaction(Konto other, Value value)
-