Class AuslandsUeberweisungDelete
- java.lang.Object
-
- de.willuhn.jameica.hbci.gui.action.DBObjectDelete
-
- de.willuhn.jameica.hbci.gui.action.AuslandsUeberweisungDelete
-
- All Implemented Interfaces:
de.willuhn.jameica.gui.Action
public class AuslandsUeberweisungDelete extends DBObjectDelete
Ueberschrieben, um zu schecken, ob Termin-Ueberweisungen dabei sind, die bereits an die Bank gesendet wurden.
-
-
Constructor Summary
Constructors Constructor Description AuslandsUeberweisungDelete()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleAction(java.lang.Object context)Erwartet ein Objekt vom TypDBObjectoderDBObject[]im Context.
-
-
-
Method Detail
-
handleAction
public void handleAction(java.lang.Object context) throws de.willuhn.util.ApplicationExceptionDescription copied from class:DBObjectDeleteErwartet ein Objekt vom TypDBObjectoderDBObject[]im Context.- Specified by:
handleActionin interfacede.willuhn.jameica.gui.Action- Overrides:
handleActionin classDBObjectDelete- Throws:
de.willuhn.util.ApplicationException- See Also:
DBObjectDelete.handleAction(java.lang.Object)
-
-