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