Class DBObjectDelete

  • All Implemented Interfaces:
    de.willuhn.jameica.gui.Action
    Direct Known Subclasses:
    AuslandsUeberweisungDelete, SepaSammelUeberweisungDelete

    public class DBObjectDelete
    extends java.lang.Object
    implements de.willuhn.jameica.gui.Action
    Generische Action fuer das Loeschen von Datensaetzen.
    • Constructor Summary

      Constructors 
      Constructor Description
      DBObjectDelete()
      ct.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void handleAction​(java.lang.Object context)
      Erwartet ein Objekt vom Typ DBObject oder DBObject[] im Context.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DBObjectDelete

        public DBObjectDelete()
        ct.
    • Method Detail

      • handleAction

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