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 HBCIHandlerHBCIRunnable. handler -
Uses of HBCIHandler in org.kapott.hbci.GV
Fields in org.kapott.hbci.GV declared as HBCIHandler Modifier and Type Field Description private HBCIHandlerHBCIJobImpl. parentHandlerMethods in org.kapott.hbci.GV that return HBCIHandler Modifier and Type Method Description HBCIHandlerHBCIJobImpl. getParentHandler()Methods in org.kapott.hbci.GV with parameters of type HBCIHandler Modifier and Type Method Description protected booleanHBCIJobImpl. 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 SepaVersionAbstractSEPAGV. 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 SepaVersionAbstractSEPAGV. 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 voidHBCIJobImpl. 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 HBCIHandlerHBCIDialog. parentHandlerMethods in org.kapott.hbci.manager that return HBCIHandler Modifier and Type Method Description HBCIHandlerHBCIDialog. 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 HBCIHandlerInitAndTest. hbciHandleMethods in org.kapott.hbci.tools with parameters of type HBCIHandler Modifier and Type Method Description private static voidDepotAbrufTest. analyzeDepot(HBCIPassport hbciPassport, HBCIHandler hbciHandle, Konto myaccount)private static voidAnalyzeReportOfTransactions. analyzeReportOfTransactions(HBCIPassport hbciPassport, HBCIHandler hbciHandle)private static voidDepotAbrufTest. analyzeReportOfTransactions(HBCIPassport hbciPassport, HBCIHandler hbciHandle, Konto myaccount)private static voidInitAndTest. printSupportedGVs(HBCIHandler handle)private static voidDepotAbrufTest. test_ums(HBCIHandler hbciHandle, java.lang.String fileName)Constructors in org.kapott.hbci.tools with parameters of type HBCIHandler Constructor Description MyGVUms(HBCIHandler handler)
-