Class HBCIDialogInit

All Implemented Interfaces:
RawHBCIDialog

public class HBCIDialogInit extends AbstractRawHBCIDialogInit
Diese Klasse enthaelt die Dialog-Initialisierung.
  • Constructor Details

    • HBCIDialogInit

      public HBCIDialogInit()
      ct.
  • Method Details

    • applyData

      protected void applyData(DialogContext ctx)
      Description copied from class: AbstractRawHBCIDialog
      Befuellt die Daten fuer die Nachricht.
      Overrides:
      applyData in class AbstractRawHBCIDialogInit
      Parameters:
      ctx - der Kontext.
      See Also:
      • invalid reference
        org.kapott.hbci.dialog.AbstractHBCIDialogInit#applyData(org.kapott.hbci.dialog.DialogContext)
    • getActualTemplate

      protected String getActualTemplate(DialogContext ctx)
      Description copied from class: AbstractRawHBCIDialog
      Liefert das tatsaechlich zu verwendende Message-Template basierend auf dem Kontext.
      Overrides:
      getActualTemplate in class AbstractRawHBCIDialog
      Parameters:
      ctx - der Kontext.
      Returns:
      template das zu verwendende Message-Template.
      See Also:
      • invalid reference
        org.kapott.hbci.dialog.AbstractHBCIDialogInit#getActualTemplate(org.kapott.hbci.dialog.DialogContext)