Uses of Class
org.kapott.hbci.dialog.DialogContext
Packages that use DialogContext
Package
Description
Passports repräsentieren die HBCI-Sicherheitsmedien, mit denen Zugangsdaten
eines Bankkunden verwaltet werden.
-
Uses of DialogContext in org.kapott.hbci.dialog
Methods in org.kapott.hbci.dialog that return DialogContextModifier and TypeMethodDescriptionstatic DialogContextDialogContext.create(HBCIKernelImpl kernel, HBCIPassportInternal passport) Erzeugt einen neuen Dialog-Context.Methods in org.kapott.hbci.dialog with parameters of type DialogContextModifier and TypeMethodDescriptionprotected voidAbstractRawHBCIDialog.applyData(DialogContext ctx) Befuellt die Daten fuer die Nachricht.protected voidAbstractRawHBCIDialogInit.applyData(DialogContext ctx) protected voidHBCIDialogEnd.applyData(DialogContext ctx) protected voidHBCIDialogFirstKeyRequest.applyData(DialogContext ctx) protected voidHBCIDialogInit.applyData(DialogContext ctx) protected voidHBCIDialogLockKeys.applyData(DialogContext ctx) protected voidHBCIDialogSync.applyData(DialogContext ctx) protected voidHBCIDialogTanMedia.applyData(DialogContext ctx) protected voidAbstractRawHBCIDialog.checkResult(DialogContext ctx) Kann implementiert werden, um das Ergebnis des Dialogs zu pruefen.protected voidHBCIDialogEnd.checkResult(DialogContext ctx) protected voidHBCIDialogLockKeys.checkResult(DialogContext ctx) protected voidHBCIDialogSepaInfo.checkResult(DialogContext ctx) protected voidHBCIDialogSync.checkResult(DialogContext ctx) protected voidHBCIDialogTanMedia.checkResult(DialogContext ctx) final HBCIMsgStatusAbstractRawHBCIDialog.execute(DialogContext ctx) HBCIProcess.execute(DialogContext ctx) Fuehrt die Dialoge mit der Bank aus.HBCIProcessSepaInfo.execute(DialogContext ctx) HBCIProcessTanMedia.execute(DialogContext ctx) RawHBCIDialog.execute(DialogContext ctx) Sendet die Dialog-Initialisierung an die Bank.protected StringAbstractRawHBCIDialog.getActualTemplate(DialogContext ctx) Liefert das tatsaechlich zu verwendende Message-Template basierend auf dem Kontext.protected StringHBCIDialogEnd.getActualTemplate(DialogContext ctx) protected StringHBCIDialogInit.getActualTemplate(DialogContext ctx) protected IntegerAbstractRawHBCIDialog.getSegmentVersion(DialogContext ctx, String gvName, Integer defaultVersion) Liefert die hoechste bei der Bank verfuegbare Segment-Version.booleanHBCIDialogSepaInfo.required(DialogContext ctx) Prueft, ob der Dialog noetig ist.booleanHBCIDialogTanMedia.required(DialogContext ctx) Prueft, ob der Dialog noetig ist.protected HBCIMsgStatusAbstractRawHBCIDialog.sendData(DialogContext ctx) Default-Implementierung fuer den Versand.protected HBCIMsgStatusHBCIDialogEnd.sendData(DialogContext ctx) protected HBCIMsgStatusHBCIDialogFirstKeyRequest.sendData(DialogContext ctx) protected HBCIMsgStatusHBCIDialogLockKeys.sendData(DialogContext ctx) protected HBCIMsgStatusHBCIDialogSync.sendData(DialogContext ctx) booleanHBCIDialogSepaInfo.supported(DialogContext ctx) Prueft, ob der Dialog moeglich ist.booleanHBCIDialogTanMedia.supported(DialogContext ctx) Prueft, ob der Dialog moeglich ist. -
Uses of DialogContext in org.kapott.hbci.passport
Methods in org.kapott.hbci.passport with parameters of type DialogContextModifier and TypeMethodDescriptionvoidAbstractHBCIPassport.onDialogEvent(DialogEvent event, DialogContext ctx) voidAbstractPinTanPassport.onDialogEvent(DialogEvent event, DialogContext ctx) voidAbstractRDHPassport.onDialogEvent(DialogEvent event, DialogContext ctx) voidHBCIPassportInternal.onDialogEvent(DialogEvent event, DialogContext ctx) Wird bei einem Dialog-Event ausgefuehrt.