Package org.kapott.hbci.dialog
Class HBCIDialogSepaInfo
java.lang.Object
org.kapott.hbci.dialog.AbstractRawHBCIDialog
org.kapott.hbci.dialog.HBCIDialogSepaInfo
- All Implemented Interfaces:
RawHBCIDialog
Diese Klasse enthaelt den Dialog fuer den Abruf der SEPA-Informationen der Konten.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
checkResult
(DialogContext ctx) Kann implementiert werden, um das Ergebnis des Dialogs zu pruefen.boolean
required
(DialogContext ctx) Prueft, ob der Dialog noetig ist.boolean
supported
(DialogContext ctx) Prueft, ob der Dialog moeglich ist.Methods inherited from class org.kapott.hbci.dialog.AbstractRawHBCIDialog
applyData, createSCARequest, execute, getActualTemplate, getSegmentVersion, getTemplate, sendData, setTemplate
-
Constructor Details
-
HBCIDialogSepaInfo
public HBCIDialogSepaInfo()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.
-
checkResult
Description copied from class:AbstractRawHBCIDialog
Kann implementiert werden, um das Ergebnis des Dialogs zu pruefen.- Overrides:
checkResult
in classAbstractRawHBCIDialog
- Parameters:
ctx
- der Kontext.- See Also:
-