Class EmpfaengerAdd

  • All Implemented Interfaces:
    de.willuhn.jameica.gui.Action

    public class EmpfaengerAdd
    extends java.lang.Object
    implements de.willuhn.jameica.gui.Action
    Action, ueber die ein oder mehrere Adressen dem Adressbuch hinzugefuegt werden. Als Parameter koennen Transfer, Umsaetze oder Adressen uebergeben werden.
    • Constructor Summary

      Constructors 
      Constructor Description
      EmpfaengerAdd()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void handleAction​(java.lang.Object context)
      Erwartet ein Objekt vom Typ Transfer (bzw.
      • Methods inherited from class java.lang.Object

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

      • EmpfaengerAdd

        public EmpfaengerAdd()
    • Method Detail

      • handleAction

        public void handleAction​(java.lang.Object context)
                          throws de.willuhn.util.ApplicationException
        Erwartet ein Objekt vom Typ Transfer (bzw. Arrays davon) Ausserdem Objekte des Typs Address sowie Address[] Die Empfaenger-Daten werden extrahiert und in der Datenbank gespeichert, falls sie nicht schon existieren.
        Specified by:
        handleAction in interface de.willuhn.jameica.gui.Action
        Throws:
        de.willuhn.util.ApplicationException
        See Also:
        Action.handleAction(java.lang.Object)