Class SammelLastschriftNew

java.lang.Object
de.willuhn.jameica.hbci.gui.action.SammelLastschriftNew
All Implemented Interfaces:
de.willuhn.jameica.gui.Action

public class SammelLastschriftNew extends Object implements de.willuhn.jameica.gui.Action
Action fuer neue Sammel-Lastschrift.
  • Constructor Details

    • SammelLastschriftNew

      public SammelLastschriftNew()
  • Method Details

    • handleAction

      public void handleAction(Object context) throws de.willuhn.util.ApplicationException
      Als Context kann ein Konto oder eine Sammel-Lastschrift angegeben werden. Abhaengig davon wird das eine oder andere Feld in der neuen Lastschrift vorausgefuellt oder die uebergebene Lastschrift geladen. Wenn nichts angegeben ist, wird eine leere Sammel-Lastschrift erstellt und angezeigt.
      Specified by:
      handleAction in interface de.willuhn.jameica.gui.Action
      Throws:
      de.willuhn.util.ApplicationException
      See Also:
      • Action.handleAction(java.lang.Object)