Uses of Class
org.kapott.hbci.manager.HBCIHandler
-
Packages that use HBCIHandler Package Description org.kapott.hbci.concurrent org.kapott.hbci.GV Dieses Package enthält alle Klassen zur internen Repräsentation von (Highlevel-)Jobs.org.kapott.hbci.manager Package, welches diverse Klassen für den Zugriff auf die Funktionen von HBCI4Java enthält.org.kapott.hbci.tools Dieses Package enthält diverse Tools zur Arbeit mit HBCI4Java. -
-
Uses of HBCIHandler in org.kapott.hbci.concurrent
Fields in org.kapott.hbci.concurrent declared as HBCIHandler Modifier and Type Field Description protected HBCIHandler
HBCIRunnable. handler
-
Uses of HBCIHandler in org.kapott.hbci.GV
Fields in org.kapott.hbci.GV declared as HBCIHandler Modifier and Type Field Description private HBCIHandler
HBCIJobImpl. parentHandler
Methods in org.kapott.hbci.GV that return HBCIHandler Modifier and Type Method Description HBCIHandler
HBCIJobImpl. getParentHandler()
Methods in org.kapott.hbci.GV with parameters of type HBCIHandler Modifier and Type Method Description protected boolean
HBCIJobImpl. canNationalAcc(HBCIHandler handler)
Durchsucht das BPD-Segment "HISPAS" nach dem Property "cannationalacc" um herauszufinden, ob beim Versand eines SEPA-Auftrages die nationale Bankverbindung angegeben sein darf.private SepaVersion
AbstractSEPAGV. determinePainVersion(HBCIHandler handler, java.lang.String gvName)
Diese Methode schaut in den BPD nach den unterstützen pain Versionen (bei LastSEPA pain.008.xxx.xx) und vergleicht diese mit den von HBCI4Java unterstützen pain Versionen.private SepaVersion
AbstractSEPAGV. determinePainVersionInternal(HBCIHandler handler, java.lang.String gvName)
Diese Methode schaut in den BPD nach den unterstützen pain Versionen (bei LastSEPA pain.008.xxx.xx) und vergleicht diese mit den von HBCI4Java unterstützen pain Versionen.private void
HBCIJobImpl. findSpecNameForGV(java.lang.String jobnameLL, HBCIHandler handler)
-
Uses of HBCIHandler in org.kapott.hbci.manager
Fields in org.kapott.hbci.manager declared as HBCIHandler Modifier and Type Field Description private HBCIHandler
HBCIDialog. parentHandler
Methods in org.kapott.hbci.manager that return HBCIHandler Modifier and Type Method Description HBCIHandler
HBCIDialog. getParentHandler()
Constructors in org.kapott.hbci.manager with parameters of type HBCIHandler Constructor Description HBCIDialog(HBCIHandler parentHandler)
-
Uses of HBCIHandler in org.kapott.hbci.tools
Fields in org.kapott.hbci.tools declared as HBCIHandler Modifier and Type Field Description private static HBCIHandler
InitAndTest. hbciHandle
Methods in org.kapott.hbci.tools with parameters of type HBCIHandler Modifier and Type Method Description private static void
DepotAbrufTest. analyzeDepot(HBCIPassport hbciPassport, HBCIHandler hbciHandle, Konto myaccount)
private static void
AnalyzeReportOfTransactions. analyzeReportOfTransactions(HBCIPassport hbciPassport, HBCIHandler hbciHandle)
private static void
DepotAbrufTest. analyzeReportOfTransactions(HBCIPassport hbciPassport, HBCIHandler hbciHandle, Konto myaccount)
private static void
InitAndTest. printSupportedGVs(HBCIHandler handle)
private static void
DepotAbrufTest. test_ums(HBCIHandler hbciHandle, java.lang.String fileName)
Constructors in org.kapott.hbci.tools with parameters of type HBCIHandler Constructor Description MyGVUms(HBCIHandler handler)
-