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. -
-
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
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. -
Uses of HBCIHandler in org.kapott.hbci.manager
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)
-