Class UmsatzTypExport

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

public class UmsatzTypExport extends Object implements de.willuhn.jameica.gui.Action
Action, ueber die Umsatz-Kategorien exportiert werden koennen. Als Parameter kann eine einzelnes Umsatztyp-Objekt oder ein Array uebergeben werden.
  • Constructor Details

    • UmsatzTypExport

      public UmsatzTypExport()
  • Method Details

    • handleAction

      public void handleAction(Object context) throws de.willuhn.util.ApplicationException
      Erwartet ein Objekt vom Typ UmsatzTyp oder UmsatzTyp[].
      Specified by:
      handleAction in interface de.willuhn.jameica.gui.Action
      Throws:
      de.willuhn.util.ApplicationException
      See Also:
      • Action.handleAction(java.lang.Object)