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 void
HBCIJob. setParam(java.lang.String paramname, java.lang.Integer index, Konto acc)
void
HBCIJob. 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 Konto
GVRAccInfo.AccInfo. account
Konto, auf das sich diese Daten beziehenKonto
GVRFestList.Entry. anlagekonto
Konto für die FestgeldanlageKonto
GVRFestList.Entry. ausbuchungskonto
Konto, welchem der Anlagebetrag nach Ablauf der Festgeldanlage gutgeschrieben wirdKonto
GVRFestList.Entry. belastungskonto
Konto für Abbuchung der regelmäßigen Beträge.Konto
GVRWPDepotList.Entry. depot
Depotkonto, auf das sich der Eintrag bezieht.Konto
GVRWPDepotUms.Entry. depot
Depotkonto, auf das sich der Eintrag bezieht.Konto
GVRSaldoReq.Info. konto
Saldo für welches KontoKonto
GVRDauerList.Dauer. my
Belastungskonto (Kundenkonto)Konto
GVRKUms.BTag. my
Konto, auf das sich die Umsatzdaten beziehen (Kundenkonto).Konto
GVRTermUebList.Entry. my
Belastungskonto (Kundenkonto)Konto
GVRDauerList.Dauer. other
EmpfängerkontoKonto
GVRKUms.UmsLine. other
Gegenkonto der Buchung (optional).Konto
GVRTermUebList.Entry. other
EmpfängerkontoKonto
GVRAccInfo.AccInfo. refAccount
Referenzkonto (zB für Kreditkartenkonten) (optional)Konto
GVRFestList.Entry. zinskonto
Konto, 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.String
HBCIUtils. 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 Konto
AbstractHBCIPassport. getAccount(java.lang.String number)
Konto
HBCIPassport. 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 void
AbstractHBCIPassport. fillAccountInfo(Konto account)
void
HBCIPassport. 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 Konto
DTAUS_CH.Transaction. other
Konto
DTAUS.Transaction. otherAccount
Konto des Zahlungsempfängers bzw. des Zahlungspflichtigen.Methods in org.kapott.hbci.swift that return Konto Modifier and Type Method Description Konto
DTAUS. 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)
-