Package org.kapott.hbci.dialog
Class HBCIDialogTanMedia
java.lang.Object
org.kapott.hbci.dialog.AbstractRawHBCIDialog
org.kapott.hbci.dialog.HBCIDialogTanMedia
- All Implemented Interfaces:
RawHBCIDialog
Diese Klasse enthaelt den Dialog fuer den Abruf der TAN-Medien.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidapplyData(DialogContext ctx) Befuellt die Daten fuer die Nachricht.protected voidcheckResult(DialogContext ctx) Kann implementiert werden, um das Ergebnis des Dialogs zu pruefen.booleanrequired(DialogContext ctx) Prueft, ob der Dialog noetig ist.booleansupported(DialogContext ctx) Prueft, ob der Dialog moeglich ist.Methods inherited from class org.kapott.hbci.dialog.AbstractRawHBCIDialog
createSCARequest, execute, getActualTemplate, getSegmentVersion, getTemplate, sendData, setTemplate
-
Field Details
-
GVNAME
- See Also:
-
-
Constructor Details
-
HBCIDialogTanMedia
public HBCIDialogTanMedia()ct.
-
-
Method Details
-
required
Prueft, ob der Dialog noetig ist.- Parameters:
ctx- der Context.- Returns:
- true, wenn er noetig ist.
-
supported
Prueft, ob der Dialog moeglich ist.- Parameters:
ctx- der Context.- Returns:
- true, wenn er moeglich ist.
-
applyData
Description copied from class:AbstractRawHBCIDialogBefuellt die Daten fuer die Nachricht.- Overrides:
applyDatain classAbstractRawHBCIDialog- Parameters:
ctx- der Kontext.- See Also:
-
checkResult
Description copied from class:AbstractRawHBCIDialogKann implementiert werden, um das Ergebnis des Dialogs zu pruefen.- Overrides:
checkResultin classAbstractRawHBCIDialog- Parameters:
ctx- der Kontext.- See Also:
-