Class SepaSammelLastBuchungNew

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

    public class SepaSammelLastBuchungNew
    extends java.lang.Object
    implements de.willuhn.jameica.gui.Action
    Action fuer neue Buchung in einer SEPA-Sammel-Lastschrift.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void handleAction​(java.lang.Object context)
      Als Context kann eine SEPA-Sammel-Lastschrift oder eine einzelne Buchung einer Lastschrift angegeben werden.
      • Methods inherited from class java.lang.Object

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

      • SepaSammelLastBuchungNew

        public SepaSammelLastBuchungNew()
    • Method Detail

      • handleAction

        public void handleAction​(java.lang.Object context)
                          throws de.willuhn.util.ApplicationException
        Als Context kann eine SEPA-Sammel-Lastschrift oder eine einzelne Buchung einer Lastschrift angegeben werden. Abhaengig davon wird entweder eine neue Buchung erzeugt oder die existierende geoeffnet.
        Specified by:
        handleAction in interface de.willuhn.jameica.gui.Action
        Throws:
        de.willuhn.util.ApplicationException
        See Also:
        Action.handleAction(java.lang.Object)