From 64023fddb06ddfbe56b92d92d93df36b57bfdacb Mon Sep 17 00:00:00 2001 From: lenilsas <167138849+lenilsas@users.noreply.github.com> Date: Fri, 31 Jan 2025 08:17:21 +0100 Subject: [PATCH] Actions durch StartViewAction ersetzt (#619) * Actions durch StartViewAction ersetzt --- .../gui/action/AbrechnungSEPAAction.java | 30 -- .../gui/action/AbrechnunslaufListAction.java | 30 -- .../gui/action/AbschreibungsListeAction.java | 30 -- ...strationEinstellungenAbrechnungAction.java | 30 -- ...istrationEinstellungenAllgemeinAction.java | 30 -- ...inistrationEinstellungenAnzeigeAction.java | 30 -- ...rationEinstellungenBuchfuehrungAction.java | 30 -- ...strationEinstellungenDateinamenAction.java | 30 -- ...AdministrationEinstellungenMailAction.java | 30 -- ...ionEinstellungenMitgliedAnsichtAction.java | 30 -- ...nEinstellungenMitgliederSpaltenAction.java | 31 -- ...strationEinstellungenRechnungenAction.java | 30 -- ...tellungenSpendenbescheinigungenAction.java | 31 -- ...istrationEinstellungenStatistikAction.java | 30 -- .../gui/action/AnfangsbestandListAction.java | 30 -- .../gui/action/AnlagenlisteAction.java | 30 -- .../action/ArbeitseinsaetzeListeAction.java | 30 -- .../ArbeitseinsatzUeberpruefungAction.java | 30 -- .../gui/action/AuswertungAdressenAction.java | 59 ---- .../AuswertungKursteilnehmerAction.java | 58 ---- .../gui/action/AuswertungMitgliedAction.java | 59 ---- .../JVerein/gui/action/BackAction.java | 29 -- .../gui/action/BeitragsgruppeSucheAction.java | 30 -- .../gui/action/BuchungsListeAction.java | 30 -- .../gui/action/BuchungsartListAction.java | 30 -- .../gui/action/BuchungsklasseListAction.java | 30 -- .../gui/action/BuchungsklasseSaldoAction.java | 30 -- .../gui/action/DbBereinigenAction.java | 35 --- .../action/EigenschaftGruppeListeAction.java | 30 -- .../gui/action/EigenschaftListeAction.java | 30 -- .../gui/action/FamilienbeitragAction.java | 30 -- .../gui/action/FelddefinitionenAction.java | 30 -- .../gui/action/FormularListeAction.java | 30 -- .../gui/action/FreieFormulareAction.java | 14 - .../gui/action/JahresabschlussListAction.java | 30 -- .../JVerein/gui/action/JubilaeenAction.java | 30 -- .../JVerein/gui/action/KontensaldoAction.java | 30 -- .../JVerein/gui/action/KontoListAction.java | 30 -- .../gui/action/KursteilnehmerSucheAction.java | 31 -- .../gui/action/LastschriftListAction.java | 30 -- .../gui/action/LehrgaengeListeAction.java | 30 -- .../gui/action/LehrgangsartListeAction.java | 30 -- .../JVerein/gui/action/LizenzAction.java | 43 --- .../JVerein/gui/action/MailListeAction.java | 30 -- .../gui/action/MailVorlagenAction.java | 30 -- .../gui/action/MitgliedMigrationAction.java | 32 -- .../gui/action/MitgliedSucheAction.java | 32 -- .../gui/action/MitgliedstypListAction.java | 30 -- .../action/MittelverwendungListeAction.java | 30 -- .../JVerein/gui/action/ProjektListAction.java | 30 -- .../gui/action/ProjektSaldoAction.java | 30 -- .../action/QIFBuchungsImportViewAction.java | 30 -- .../gui/action/QIFMitgliederAction.java | 32 -- .../gui/action/RechnungListeAction.java | 30 -- .../gui/action/SollbuchungListeAction.java | 30 -- .../gui/action/SollbuchungMahnungAction.java | 44 --- .../action/SollbuchungRechnungMailAction.java | 44 --- .../JVerein/gui/action/SpendenAction.java | 39 --- .../SpendenbescheinigungAutoNeuAction.java | 30 -- .../SpendenbescheinigungListeAction.java | 30 -- ...dSucheAction.java => StartViewAction.java} | 13 +- .../gui/action/StatistikJahrgaengeAction.java | 30 -- .../gui/action/StatistikMitgliedAction.java | 32 -- .../gui/action/WiedervorlageListeAction.java | 30 -- .../gui/action/ZusatzbetraegeListeAction.java | 30 -- .../JVerein/gui/boxes/FirstStart.java | 10 +- .../gui/control/WiedervorlageControl.java | 5 +- ...genSollbuchungZuordnungVorschauDialog.java | 5 +- .../JVerein/gui/navigation/MyExtension.java | 286 ++++++++++-------- .../gui/view/AbrechnungslaufListView.java | 4 +- .../gui/view/ArbeitseinsatzListeView.java | 5 +- .../gui/view/QIFBuchungsImportView.java | 5 +- .../view/SpendenbescheinigungListeView.java | 4 +- 73 files changed, 191 insertions(+), 2201 deletions(-) delete mode 100644 src/de/jost_net/JVerein/gui/action/AbrechnungSEPAAction.java delete mode 100644 src/de/jost_net/JVerein/gui/action/AbrechnunslaufListAction.java delete mode 100644 src/de/jost_net/JVerein/gui/action/AbschreibungsListeAction.java delete mode 100644 src/de/jost_net/JVerein/gui/action/AdministrationEinstellungenAbrechnungAction.java delete mode 100644 src/de/jost_net/JVerein/gui/action/AdministrationEinstellungenAllgemeinAction.java delete mode 100644 src/de/jost_net/JVerein/gui/action/AdministrationEinstellungenAnzeigeAction.java delete mode 100644 src/de/jost_net/JVerein/gui/action/AdministrationEinstellungenBuchfuehrungAction.java delete mode 100644 src/de/jost_net/JVerein/gui/action/AdministrationEinstellungenDateinamenAction.java delete mode 100644 src/de/jost_net/JVerein/gui/action/AdministrationEinstellungenMailAction.java delete mode 100644 src/de/jost_net/JVerein/gui/action/AdministrationEinstellungenMitgliedAnsichtAction.java delete mode 100644 src/de/jost_net/JVerein/gui/action/AdministrationEinstellungenMitgliederSpaltenAction.java delete mode 100644 src/de/jost_net/JVerein/gui/action/AdministrationEinstellungenRechnungenAction.java delete mode 100644 src/de/jost_net/JVerein/gui/action/AdministrationEinstellungenSpendenbescheinigungenAction.java delete mode 100644 src/de/jost_net/JVerein/gui/action/AdministrationEinstellungenStatistikAction.java delete mode 100644 src/de/jost_net/JVerein/gui/action/AnfangsbestandListAction.java delete mode 100644 src/de/jost_net/JVerein/gui/action/AnlagenlisteAction.java delete mode 100644 src/de/jost_net/JVerein/gui/action/ArbeitseinsaetzeListeAction.java delete mode 100644 src/de/jost_net/JVerein/gui/action/ArbeitseinsatzUeberpruefungAction.java delete mode 100644 src/de/jost_net/JVerein/gui/action/AuswertungAdressenAction.java delete mode 100644 src/de/jost_net/JVerein/gui/action/AuswertungKursteilnehmerAction.java delete mode 100644 src/de/jost_net/JVerein/gui/action/AuswertungMitgliedAction.java delete mode 100644 src/de/jost_net/JVerein/gui/action/BackAction.java delete mode 100644 src/de/jost_net/JVerein/gui/action/BeitragsgruppeSucheAction.java delete mode 100644 src/de/jost_net/JVerein/gui/action/BuchungsListeAction.java delete mode 100644 src/de/jost_net/JVerein/gui/action/BuchungsartListAction.java delete mode 100644 src/de/jost_net/JVerein/gui/action/BuchungsklasseListAction.java delete mode 100644 src/de/jost_net/JVerein/gui/action/BuchungsklasseSaldoAction.java delete mode 100644 src/de/jost_net/JVerein/gui/action/DbBereinigenAction.java delete mode 100644 src/de/jost_net/JVerein/gui/action/EigenschaftGruppeListeAction.java delete mode 100644 src/de/jost_net/JVerein/gui/action/EigenschaftListeAction.java delete mode 100644 src/de/jost_net/JVerein/gui/action/FamilienbeitragAction.java delete mode 100644 src/de/jost_net/JVerein/gui/action/FelddefinitionenAction.java delete mode 100644 src/de/jost_net/JVerein/gui/action/FormularListeAction.java delete mode 100644 src/de/jost_net/JVerein/gui/action/FreieFormulareAction.java delete mode 100644 src/de/jost_net/JVerein/gui/action/JahresabschlussListAction.java delete mode 100644 src/de/jost_net/JVerein/gui/action/JubilaeenAction.java delete mode 100644 src/de/jost_net/JVerein/gui/action/KontensaldoAction.java delete mode 100644 src/de/jost_net/JVerein/gui/action/KontoListAction.java delete mode 100644 src/de/jost_net/JVerein/gui/action/KursteilnehmerSucheAction.java delete mode 100644 src/de/jost_net/JVerein/gui/action/LastschriftListAction.java delete mode 100644 src/de/jost_net/JVerein/gui/action/LehrgaengeListeAction.java delete mode 100644 src/de/jost_net/JVerein/gui/action/LehrgangsartListeAction.java delete mode 100644 src/de/jost_net/JVerein/gui/action/LizenzAction.java delete mode 100644 src/de/jost_net/JVerein/gui/action/MailListeAction.java delete mode 100644 src/de/jost_net/JVerein/gui/action/MailVorlagenAction.java delete mode 100644 src/de/jost_net/JVerein/gui/action/MitgliedMigrationAction.java delete mode 100644 src/de/jost_net/JVerein/gui/action/MitgliedSucheAction.java delete mode 100644 src/de/jost_net/JVerein/gui/action/MitgliedstypListAction.java delete mode 100644 src/de/jost_net/JVerein/gui/action/MittelverwendungListeAction.java delete mode 100644 src/de/jost_net/JVerein/gui/action/ProjektListAction.java delete mode 100644 src/de/jost_net/JVerein/gui/action/ProjektSaldoAction.java delete mode 100644 src/de/jost_net/JVerein/gui/action/QIFBuchungsImportViewAction.java delete mode 100644 src/de/jost_net/JVerein/gui/action/QIFMitgliederAction.java delete mode 100644 src/de/jost_net/JVerein/gui/action/RechnungListeAction.java delete mode 100644 src/de/jost_net/JVerein/gui/action/SollbuchungListeAction.java delete mode 100644 src/de/jost_net/JVerein/gui/action/SollbuchungMahnungAction.java delete mode 100644 src/de/jost_net/JVerein/gui/action/SollbuchungRechnungMailAction.java delete mode 100644 src/de/jost_net/JVerein/gui/action/SpendenAction.java delete mode 100644 src/de/jost_net/JVerein/gui/action/SpendenbescheinigungAutoNeuAction.java delete mode 100644 src/de/jost_net/JVerein/gui/action/SpendenbescheinigungListeAction.java rename src/de/jost_net/JVerein/gui/action/{NichtMitgliedSucheAction.java => StartViewAction.java} (79%) delete mode 100644 src/de/jost_net/JVerein/gui/action/StatistikJahrgaengeAction.java delete mode 100644 src/de/jost_net/JVerein/gui/action/StatistikMitgliedAction.java delete mode 100644 src/de/jost_net/JVerein/gui/action/WiedervorlageListeAction.java delete mode 100644 src/de/jost_net/JVerein/gui/action/ZusatzbetraegeListeAction.java diff --git a/src/de/jost_net/JVerein/gui/action/AbrechnungSEPAAction.java b/src/de/jost_net/JVerein/gui/action/AbrechnungSEPAAction.java deleted file mode 100644 index 8ef7293a3..000000000 --- a/src/de/jost_net/JVerein/gui/action/AbrechnungSEPAAction.java +++ /dev/null @@ -1,30 +0,0 @@ -/********************************************************************** - * Copyright (c) by Heiner Jostkleigrewe - * This program is free software: you can redistribute it and/or modify it under the terms of the - * GNU General Public License as published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without - * even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See - * the GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along with this program. If not, - * see . - * - * heiner@jverein.de - * www.jverein.de - **********************************************************************/ -package de.jost_net.JVerein.gui.action; - -import de.jost_net.JVerein.gui.view.AbrechnungSEPAView; -import de.willuhn.jameica.gui.Action; -import de.willuhn.jameica.gui.GUI; - -public class AbrechnungSEPAAction implements Action -{ - @Override - public void handleAction(Object context) - { - GUI.startView(AbrechnungSEPAView.class.getName(), null); - } -} diff --git a/src/de/jost_net/JVerein/gui/action/AbrechnunslaufListAction.java b/src/de/jost_net/JVerein/gui/action/AbrechnunslaufListAction.java deleted file mode 100644 index 78b4f9831..000000000 --- a/src/de/jost_net/JVerein/gui/action/AbrechnunslaufListAction.java +++ /dev/null @@ -1,30 +0,0 @@ -/********************************************************************** - * Copyright (c) by Heiner Jostkleigrewe - * This program is free software: you can redistribute it and/or modify it under the terms of the - * GNU General Public License as published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without - * even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See - * the GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along with this program. If not, - * see . - * - * heiner@jverein.de - * www.jverein.de - **********************************************************************/ -package de.jost_net.JVerein.gui.action; - -import de.jost_net.JVerein.gui.view.AbrechnungslaufListView; -import de.willuhn.jameica.gui.Action; -import de.willuhn.jameica.gui.GUI; - -public class AbrechnunslaufListAction implements Action -{ - @Override - public void handleAction(Object context) - { - GUI.startView(AbrechnungslaufListView.class.getName(), null); - } -} diff --git a/src/de/jost_net/JVerein/gui/action/AbschreibungsListeAction.java b/src/de/jost_net/JVerein/gui/action/AbschreibungsListeAction.java deleted file mode 100644 index 61d3ce191..000000000 --- a/src/de/jost_net/JVerein/gui/action/AbschreibungsListeAction.java +++ /dev/null @@ -1,30 +0,0 @@ -/********************************************************************** - * Copyright (c) by Heiner Jostkleigrewe - * This program is free software: you can redistribute it and/or modify it under the terms of the - * GNU General Public License as published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without - * even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See - * the GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along with this program. If not, - * see . - * - * heiner@jverein.de - * www.jverein.de - **********************************************************************/ -package de.jost_net.JVerein.gui.action; - -import de.jost_net.JVerein.gui.view.AnlagenbuchungenListeView; -import de.willuhn.jameica.gui.Action; -import de.willuhn.jameica.gui.GUI; - -public class AbschreibungsListeAction implements Action -{ - @Override - public void handleAction(Object context) - { - GUI.startView(AnlagenbuchungenListeView.class.getName(), null); - } -} diff --git a/src/de/jost_net/JVerein/gui/action/AdministrationEinstellungenAbrechnungAction.java b/src/de/jost_net/JVerein/gui/action/AdministrationEinstellungenAbrechnungAction.java deleted file mode 100644 index 69ee3f220..000000000 --- a/src/de/jost_net/JVerein/gui/action/AdministrationEinstellungenAbrechnungAction.java +++ /dev/null @@ -1,30 +0,0 @@ -/********************************************************************** - * Copyright (c) by Heiner Jostkleigrewe - * This program is free software: you can redistribute it and/or modify it under the terms of the - * GNU General Public License as published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without - * even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See - * the GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along with this program. If not, - * see . - * - * heiner@jverein.de - * www.jverein.de - **********************************************************************/ -package de.jost_net.JVerein.gui.action; - -import de.jost_net.JVerein.gui.view.EinstellungenAbrechnungView; -import de.willuhn.jameica.gui.Action; -import de.willuhn.jameica.gui.GUI; - -public class AdministrationEinstellungenAbrechnungAction implements Action -{ - @Override - public void handleAction(Object context) - { - GUI.startView(EinstellungenAbrechnungView.class.getName(), null); - } -} diff --git a/src/de/jost_net/JVerein/gui/action/AdministrationEinstellungenAllgemeinAction.java b/src/de/jost_net/JVerein/gui/action/AdministrationEinstellungenAllgemeinAction.java deleted file mode 100644 index ff73dd747..000000000 --- a/src/de/jost_net/JVerein/gui/action/AdministrationEinstellungenAllgemeinAction.java +++ /dev/null @@ -1,30 +0,0 @@ -/********************************************************************** - * Copyright (c) by Heiner Jostkleigrewe - * This program is free software: you can redistribute it and/or modify it under the terms of the - * GNU General Public License as published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without - * even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See - * the GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along with this program. If not, - * see . - * - * heiner@jverein.de - * www.jverein.de - **********************************************************************/ -package de.jost_net.JVerein.gui.action; - -import de.jost_net.JVerein.gui.view.EinstellungenAllgemeinView; -import de.willuhn.jameica.gui.Action; -import de.willuhn.jameica.gui.GUI; - -public class AdministrationEinstellungenAllgemeinAction implements Action -{ - @Override - public void handleAction(Object context) - { - GUI.startView(EinstellungenAllgemeinView.class.getName(), null); - } -} diff --git a/src/de/jost_net/JVerein/gui/action/AdministrationEinstellungenAnzeigeAction.java b/src/de/jost_net/JVerein/gui/action/AdministrationEinstellungenAnzeigeAction.java deleted file mode 100644 index 34b31011e..000000000 --- a/src/de/jost_net/JVerein/gui/action/AdministrationEinstellungenAnzeigeAction.java +++ /dev/null @@ -1,30 +0,0 @@ -/********************************************************************** - * Copyright (c) by Heiner Jostkleigrewe - * This program is free software: you can redistribute it and/or modify it under the terms of the - * GNU General Public License as published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without - * even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See - * the GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along with this program. If not, - * see . - * - * heiner@jverein.de - * www.jverein.de - **********************************************************************/ -package de.jost_net.JVerein.gui.action; - -import de.jost_net.JVerein.gui.view.EinstellungenAnzeigeView; -import de.willuhn.jameica.gui.Action; -import de.willuhn.jameica.gui.GUI; - -public class AdministrationEinstellungenAnzeigeAction implements Action -{ - @Override - public void handleAction(Object context) - { - GUI.startView(EinstellungenAnzeigeView.class.getName(), null); - } -} diff --git a/src/de/jost_net/JVerein/gui/action/AdministrationEinstellungenBuchfuehrungAction.java b/src/de/jost_net/JVerein/gui/action/AdministrationEinstellungenBuchfuehrungAction.java deleted file mode 100644 index 88ce6eb98..000000000 --- a/src/de/jost_net/JVerein/gui/action/AdministrationEinstellungenBuchfuehrungAction.java +++ /dev/null @@ -1,30 +0,0 @@ -/********************************************************************** - * Copyright (c) by Heiner Jostkleigrewe - * This program is free software: you can redistribute it and/or modify it under the terms of the - * GNU General Public License as published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without - * even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See - * the GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along with this program. If not, - * see . - * - * heiner@jverein.de - * www.jverein.de - **********************************************************************/ -package de.jost_net.JVerein.gui.action; - -import de.jost_net.JVerein.gui.view.EinstellungenBuchfuehrungView; -import de.willuhn.jameica.gui.Action; -import de.willuhn.jameica.gui.GUI; - -public class AdministrationEinstellungenBuchfuehrungAction implements Action -{ - @Override - public void handleAction(Object context) - { - GUI.startView(EinstellungenBuchfuehrungView.class.getName(), null); - } -} diff --git a/src/de/jost_net/JVerein/gui/action/AdministrationEinstellungenDateinamenAction.java b/src/de/jost_net/JVerein/gui/action/AdministrationEinstellungenDateinamenAction.java deleted file mode 100644 index d7606f037..000000000 --- a/src/de/jost_net/JVerein/gui/action/AdministrationEinstellungenDateinamenAction.java +++ /dev/null @@ -1,30 +0,0 @@ -/********************************************************************** - * Copyright (c) by Heiner Jostkleigrewe - * This program is free software: you can redistribute it and/or modify it under the terms of the - * GNU General Public License as published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without - * even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See - * the GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along with this program. If not, - * see . - * - * heiner@jverein.de - * www.jverein.de - **********************************************************************/ -package de.jost_net.JVerein.gui.action; - -import de.jost_net.JVerein.gui.view.EinstellungenDateinamenView; -import de.willuhn.jameica.gui.Action; -import de.willuhn.jameica.gui.GUI; - -public class AdministrationEinstellungenDateinamenAction implements Action -{ - @Override - public void handleAction(Object context) - { - GUI.startView(EinstellungenDateinamenView.class.getName(), null); - } -} diff --git a/src/de/jost_net/JVerein/gui/action/AdministrationEinstellungenMailAction.java b/src/de/jost_net/JVerein/gui/action/AdministrationEinstellungenMailAction.java deleted file mode 100644 index 66a0a893a..000000000 --- a/src/de/jost_net/JVerein/gui/action/AdministrationEinstellungenMailAction.java +++ /dev/null @@ -1,30 +0,0 @@ -/********************************************************************** - * Copyright (c) by Heiner Jostkleigrewe - * This program is free software: you can redistribute it and/or modify it under the terms of the - * GNU General Public License as published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without - * even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See - * the GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along with this program. If not, - * see . - * - * heiner@jverein.de - * www.jverein.de - **********************************************************************/ -package de.jost_net.JVerein.gui.action; - -import de.jost_net.JVerein.gui.view.EinstellungenMailView; -import de.willuhn.jameica.gui.Action; -import de.willuhn.jameica.gui.GUI; - -public class AdministrationEinstellungenMailAction implements Action -{ - @Override - public void handleAction(Object context) - { - GUI.startView(EinstellungenMailView.class.getName(), null); - } -} diff --git a/src/de/jost_net/JVerein/gui/action/AdministrationEinstellungenMitgliedAnsichtAction.java b/src/de/jost_net/JVerein/gui/action/AdministrationEinstellungenMitgliedAnsichtAction.java deleted file mode 100644 index fdb141964..000000000 --- a/src/de/jost_net/JVerein/gui/action/AdministrationEinstellungenMitgliedAnsichtAction.java +++ /dev/null @@ -1,30 +0,0 @@ -/********************************************************************** - * Copyright (c) by Heiner Jostkleigrewe - * This program is free software: you can redistribute it and/or modify it under the terms of the - * GNU General Public License as published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without - * even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See - * the GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along with this program. If not, - * see . - * - * heiner@jverein.de - * www.jverein.de - **********************************************************************/ -package de.jost_net.JVerein.gui.action; - -import de.jost_net.JVerein.gui.view.EinstellungenMitgliedAnsichtView; -import de.willuhn.jameica.gui.Action; -import de.willuhn.jameica.gui.GUI; - -public class AdministrationEinstellungenMitgliedAnsichtAction implements Action -{ - @Override - public void handleAction(Object context) - { - GUI.startView(EinstellungenMitgliedAnsichtView.class.getName(), null); - } -} diff --git a/src/de/jost_net/JVerein/gui/action/AdministrationEinstellungenMitgliederSpaltenAction.java b/src/de/jost_net/JVerein/gui/action/AdministrationEinstellungenMitgliederSpaltenAction.java deleted file mode 100644 index 380bac4c9..000000000 --- a/src/de/jost_net/JVerein/gui/action/AdministrationEinstellungenMitgliederSpaltenAction.java +++ /dev/null @@ -1,31 +0,0 @@ -/********************************************************************** - * Copyright (c) by Heiner Jostkleigrewe - * This program is free software: you can redistribute it and/or modify it under the terms of the - * GNU General Public License as published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without - * even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See - * the GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along with this program. If not, - * see . - * - * heiner@jverein.de - * www.jverein.de - **********************************************************************/ -package de.jost_net.JVerein.gui.action; - -import de.jost_net.JVerein.gui.view.EinstellungenMitgliederSpaltenView; -import de.willuhn.jameica.gui.Action; -import de.willuhn.jameica.gui.GUI; - -public class AdministrationEinstellungenMitgliederSpaltenAction implements - Action -{ - @Override - public void handleAction(Object context) - { - GUI.startView(EinstellungenMitgliederSpaltenView.class.getName(), null); - } -} diff --git a/src/de/jost_net/JVerein/gui/action/AdministrationEinstellungenRechnungenAction.java b/src/de/jost_net/JVerein/gui/action/AdministrationEinstellungenRechnungenAction.java deleted file mode 100644 index 9186dcad5..000000000 --- a/src/de/jost_net/JVerein/gui/action/AdministrationEinstellungenRechnungenAction.java +++ /dev/null @@ -1,30 +0,0 @@ -/********************************************************************** - * Copyright (c) by Heiner Jostkleigrewe - * This program is free software: you can redistribute it and/or modify it under the terms of the - * GNU General Public License as published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without - * even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See - * the GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along with this program. If not, - * see . - * - * heiner@jverein.de - * www.jverein.de - **********************************************************************/ -package de.jost_net.JVerein.gui.action; - -import de.jost_net.JVerein.gui.view.EinstellungenRechnungenView; -import de.willuhn.jameica.gui.Action; -import de.willuhn.jameica.gui.GUI; - -public class AdministrationEinstellungenRechnungenAction implements Action -{ - @Override - public void handleAction(Object context) - { - GUI.startView(EinstellungenRechnungenView.class.getName(), null); - } -} diff --git a/src/de/jost_net/JVerein/gui/action/AdministrationEinstellungenSpendenbescheinigungenAction.java b/src/de/jost_net/JVerein/gui/action/AdministrationEinstellungenSpendenbescheinigungenAction.java deleted file mode 100644 index a1ec82e08..000000000 --- a/src/de/jost_net/JVerein/gui/action/AdministrationEinstellungenSpendenbescheinigungenAction.java +++ /dev/null @@ -1,31 +0,0 @@ -/********************************************************************** - * Copyright (c) by Heiner Jostkleigrewe - * This program is free software: you can redistribute it and/or modify it under the terms of the - * GNU General Public License as published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without - * even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See - * the GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along with this program. If not, - * see . - * - * heiner@jverein.de - * www.jverein.de - **********************************************************************/ -package de.jost_net.JVerein.gui.action; - -import de.jost_net.JVerein.gui.view.EinstellungenSpendenbescheinigungenView; -import de.willuhn.jameica.gui.Action; -import de.willuhn.jameica.gui.GUI; - -public class AdministrationEinstellungenSpendenbescheinigungenAction implements - Action -{ - @Override - public void handleAction(Object context) - { - GUI.startView(EinstellungenSpendenbescheinigungenView.class.getName(), null); - } -} diff --git a/src/de/jost_net/JVerein/gui/action/AdministrationEinstellungenStatistikAction.java b/src/de/jost_net/JVerein/gui/action/AdministrationEinstellungenStatistikAction.java deleted file mode 100644 index 40bc110ce..000000000 --- a/src/de/jost_net/JVerein/gui/action/AdministrationEinstellungenStatistikAction.java +++ /dev/null @@ -1,30 +0,0 @@ -/********************************************************************** - * Copyright (c) by Heiner Jostkleigrewe - * This program is free software: you can redistribute it and/or modify it under the terms of the - * GNU General Public License as published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without - * even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See - * the GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along with this program. If not, - * see . - * - * heiner@jverein.de - * www.jverein.de - **********************************************************************/ -package de.jost_net.JVerein.gui.action; - -import de.jost_net.JVerein.gui.view.EinstellungenStatistikView; -import de.willuhn.jameica.gui.Action; -import de.willuhn.jameica.gui.GUI; - -public class AdministrationEinstellungenStatistikAction implements Action -{ - @Override - public void handleAction(Object context) - { - GUI.startView(EinstellungenStatistikView.class.getName(), null); - } -} diff --git a/src/de/jost_net/JVerein/gui/action/AnfangsbestandListAction.java b/src/de/jost_net/JVerein/gui/action/AnfangsbestandListAction.java deleted file mode 100644 index 183efe377..000000000 --- a/src/de/jost_net/JVerein/gui/action/AnfangsbestandListAction.java +++ /dev/null @@ -1,30 +0,0 @@ -/********************************************************************** - * Copyright (c) by Heiner Jostkleigrewe - * This program is free software: you can redistribute it and/or modify it under the terms of the - * GNU General Public License as published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without - * even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See - * the GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along with this program. If not, - * see . - * - * heiner@jverein.de - * www.jverein.de - **********************************************************************/ -package de.jost_net.JVerein.gui.action; - -import de.jost_net.JVerein.gui.view.AnfangsbestandListView; -import de.willuhn.jameica.gui.Action; -import de.willuhn.jameica.gui.GUI; - -public class AnfangsbestandListAction implements Action -{ - @Override - public void handleAction(Object context) - { - GUI.startView(AnfangsbestandListView.class.getName(), null); - } -} diff --git a/src/de/jost_net/JVerein/gui/action/AnlagenlisteAction.java b/src/de/jost_net/JVerein/gui/action/AnlagenlisteAction.java deleted file mode 100644 index fe7250bd5..000000000 --- a/src/de/jost_net/JVerein/gui/action/AnlagenlisteAction.java +++ /dev/null @@ -1,30 +0,0 @@ -/********************************************************************** - * Copyright (c) by Heiner Jostkleigrewe - * This program is free software: you can redistribute it and/or modify it under the terms of the - * GNU General Public License as published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without - * even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See - * the GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along with this program. If not, - * see . - * - * heiner@jverein.de - * www.jverein.de - **********************************************************************/ -package de.jost_net.JVerein.gui.action; - -import de.jost_net.JVerein.gui.view.AnlagenlisteView; -import de.willuhn.jameica.gui.Action; -import de.willuhn.jameica.gui.GUI; - -public class AnlagenlisteAction implements Action -{ - @Override - public void handleAction(Object context) - { - GUI.startView(AnlagenlisteView.class.getName(), null); - } -} diff --git a/src/de/jost_net/JVerein/gui/action/ArbeitseinsaetzeListeAction.java b/src/de/jost_net/JVerein/gui/action/ArbeitseinsaetzeListeAction.java deleted file mode 100644 index 59b7fc198..000000000 --- a/src/de/jost_net/JVerein/gui/action/ArbeitseinsaetzeListeAction.java +++ /dev/null @@ -1,30 +0,0 @@ -/********************************************************************** - * Copyright (c) by Heiner Jostkleigrewe - * This program is free software: you can redistribute it and/or modify it under the terms of the - * GNU General Public License as published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without - * even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See - * the GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along with this program. If not, - * see . - * - * heiner@jverein.de - * www.jverein.de - **********************************************************************/ -package de.jost_net.JVerein.gui.action; - -import de.jost_net.JVerein.gui.view.ArbeitseinsatzListeView; -import de.willuhn.jameica.gui.Action; -import de.willuhn.jameica.gui.GUI; - -public class ArbeitseinsaetzeListeAction implements Action -{ - @Override - public void handleAction(Object context) - { - GUI.startView(ArbeitseinsatzListeView.class.getName(), null); - } -} diff --git a/src/de/jost_net/JVerein/gui/action/ArbeitseinsatzUeberpruefungAction.java b/src/de/jost_net/JVerein/gui/action/ArbeitseinsatzUeberpruefungAction.java deleted file mode 100644 index 6012828dd..000000000 --- a/src/de/jost_net/JVerein/gui/action/ArbeitseinsatzUeberpruefungAction.java +++ /dev/null @@ -1,30 +0,0 @@ -/********************************************************************** - * Copyright (c) by Heiner Jostkleigrewe - * This program is free software: you can redistribute it and/or modify it under the terms of the - * GNU General Public License as published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without - * even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See - * the GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along with this program. If not, - * see . - * - * heiner@jverein.de - * www.jverein.de - **********************************************************************/ -package de.jost_net.JVerein.gui.action; - -import de.jost_net.JVerein.gui.view.ArbeitseinsatzUeberpruefungView; -import de.willuhn.jameica.gui.Action; -import de.willuhn.jameica.gui.GUI; - -public class ArbeitseinsatzUeberpruefungAction implements Action -{ - @Override - public void handleAction(Object context) - { - GUI.startView(ArbeitseinsatzUeberpruefungView.class.getName(), null); - } -} diff --git a/src/de/jost_net/JVerein/gui/action/AuswertungAdressenAction.java b/src/de/jost_net/JVerein/gui/action/AuswertungAdressenAction.java deleted file mode 100644 index 63b797d88..000000000 --- a/src/de/jost_net/JVerein/gui/action/AuswertungAdressenAction.java +++ /dev/null @@ -1,59 +0,0 @@ -/********************************************************************** - * Copyright (c) by Heiner Jostkleigrewe - * This program is free software: you can redistribute it and/or modify it under the terms of the - * GNU General Public License as published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without - * even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See - * the GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along with this program. If not, - * see . - * - * heiner@jverein.de - * www.jverein.de - **********************************************************************/ -package de.jost_net.JVerein.gui.action; - -import java.rmi.RemoteException; - -import de.jost_net.JVerein.Einstellungen; -import de.jost_net.JVerein.gui.view.AuswertungNichtMitgliedView; -import de.jost_net.JVerein.rmi.Mitglied; -import de.willuhn.jameica.gui.Action; -import de.willuhn.jameica.gui.GUI; -import de.willuhn.util.ApplicationException; - -public class AuswertungAdressenAction implements Action -{ - - @Override - public void handleAction(Object context) throws ApplicationException - { - - Mitglied m = null; - - if (context != null && (context instanceof Mitglied)) - { - m = (Mitglied) context; - } - else - { - try - { - m = (Mitglied) Einstellungen.getDBService().createObject( - Mitglied.class, null); - } - catch (RemoteException e) - { - throw new ApplicationException( - "Fehler beim erzeugen eines neuen Mitglied-Objektes: " - + e.getMessage()); - } - } - - GUI.startView(AuswertungNichtMitgliedView.class.getName(), m); - } - -} diff --git a/src/de/jost_net/JVerein/gui/action/AuswertungKursteilnehmerAction.java b/src/de/jost_net/JVerein/gui/action/AuswertungKursteilnehmerAction.java deleted file mode 100644 index 9d1dfbd8d..000000000 --- a/src/de/jost_net/JVerein/gui/action/AuswertungKursteilnehmerAction.java +++ /dev/null @@ -1,58 +0,0 @@ -/********************************************************************** - * Copyright (c) by Heiner Jostkleigrewe - * This program is free software: you can redistribute it and/or modify it under the terms of the - * GNU General Public License as published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without - * even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See - * the GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along with this program. If not, - * see . - * - * heiner@jverein.de - * www.jverein.de - **********************************************************************/ -package de.jost_net.JVerein.gui.action; - -import java.rmi.RemoteException; - -import de.jost_net.JVerein.Einstellungen; -import de.jost_net.JVerein.gui.view.AuswertungKursteilnehmerView; -import de.jost_net.JVerein.rmi.Kursteilnehmer; -import de.willuhn.jameica.gui.Action; -import de.willuhn.jameica.gui.GUI; -import de.willuhn.util.ApplicationException; - -public class AuswertungKursteilnehmerAction implements Action -{ - - @Override - public void handleAction(Object context) throws ApplicationException - { - Kursteilnehmer k = null; - - if (context != null && (context instanceof Kursteilnehmer)) - { - k = (Kursteilnehmer) context; - } - else - { - try - { - k = (Kursteilnehmer) Einstellungen.getDBService().createObject( - Kursteilnehmer.class, null); - } - catch (RemoteException e) - { - throw new ApplicationException( - "Fehler beim erzeugen eines neuen Kursteilnehmer-Objektes: " - + e.getMessage()); - } - } - - GUI.startView(AuswertungKursteilnehmerView.class.getName(), k); - } - -} diff --git a/src/de/jost_net/JVerein/gui/action/AuswertungMitgliedAction.java b/src/de/jost_net/JVerein/gui/action/AuswertungMitgliedAction.java deleted file mode 100644 index dd1f98bfe..000000000 --- a/src/de/jost_net/JVerein/gui/action/AuswertungMitgliedAction.java +++ /dev/null @@ -1,59 +0,0 @@ -/********************************************************************** - * Copyright (c) by Heiner Jostkleigrewe - * This program is free software: you can redistribute it and/or modify it under the terms of the - * GNU General Public License as published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without - * even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See - * the GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along with this program. If not, - * see . - * - * heiner@jverein.de - * www.jverein.de - **********************************************************************/ -package de.jost_net.JVerein.gui.action; - -import java.rmi.RemoteException; - -import de.jost_net.JVerein.Einstellungen; -import de.jost_net.JVerein.gui.view.AuswertungMitgliedView; -import de.jost_net.JVerein.rmi.Mitglied; -import de.willuhn.jameica.gui.Action; -import de.willuhn.jameica.gui.GUI; -import de.willuhn.util.ApplicationException; - -public class AuswertungMitgliedAction implements Action -{ - - @Override - public void handleAction(Object context) throws ApplicationException - { - - Mitglied m = null; - - if (context != null && (context instanceof Mitglied)) - { - m = (Mitglied) context; - } - else - { - try - { - m = (Mitglied) Einstellungen.getDBService().createObject( - Mitglied.class, null); - } - catch (RemoteException e) - { - throw new ApplicationException( - "Fehler beim erzeugen eines neuen Mitglied-Objektes: " - + e.getMessage()); - } - } - - GUI.startView(AuswertungMitgliedView.class.getName(), m); - } - -} diff --git a/src/de/jost_net/JVerein/gui/action/BackAction.java b/src/de/jost_net/JVerein/gui/action/BackAction.java deleted file mode 100644 index 1e9ee2cbc..000000000 --- a/src/de/jost_net/JVerein/gui/action/BackAction.java +++ /dev/null @@ -1,29 +0,0 @@ -/********************************************************************** - * Copyright (c) by Heiner Jostkleigrewe - * This program is free software: you can redistribute it and/or modify it under the terms of the - * GNU General Public License as published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without - * even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See - * the GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along with this program. If not, - * see . - * - * heiner@jverein.de - * www.jverein.de - **********************************************************************/ -package de.jost_net.JVerein.gui.action; - -import de.willuhn.jameica.gui.Action; -import de.willuhn.jameica.gui.GUI; - -public class BackAction implements Action -{ - @Override - public void handleAction(Object context) - { - GUI.startPreviousView(); - } -} diff --git a/src/de/jost_net/JVerein/gui/action/BeitragsgruppeSucheAction.java b/src/de/jost_net/JVerein/gui/action/BeitragsgruppeSucheAction.java deleted file mode 100644 index 00dfe82fe..000000000 --- a/src/de/jost_net/JVerein/gui/action/BeitragsgruppeSucheAction.java +++ /dev/null @@ -1,30 +0,0 @@ -/********************************************************************** - * Copyright (c) by Heiner Jostkleigrewe - * This program is free software: you can redistribute it and/or modify it under the terms of the - * GNU General Public License as published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without - * even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See - * the GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along with this program. If not, - * see . - * - * heiner@jverein.de - * www.jverein.de - **********************************************************************/ -package de.jost_net.JVerein.gui.action; - -import de.jost_net.JVerein.gui.view.BeitragsgruppeSucheView; -import de.willuhn.jameica.gui.Action; -import de.willuhn.jameica.gui.GUI; - -public class BeitragsgruppeSucheAction implements Action -{ - @Override - public void handleAction(Object context) - { - GUI.startView(BeitragsgruppeSucheView.class.getName(), null); - } -} diff --git a/src/de/jost_net/JVerein/gui/action/BuchungsListeAction.java b/src/de/jost_net/JVerein/gui/action/BuchungsListeAction.java deleted file mode 100644 index 57b597439..000000000 --- a/src/de/jost_net/JVerein/gui/action/BuchungsListeAction.java +++ /dev/null @@ -1,30 +0,0 @@ -/********************************************************************** - * Copyright (c) by Heiner Jostkleigrewe - * This program is free software: you can redistribute it and/or modify it under the terms of the - * GNU General Public License as published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without - * even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See - * the GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along with this program. If not, - * see . - * - * heiner@jverein.de - * www.jverein.de - **********************************************************************/ -package de.jost_net.JVerein.gui.action; - -import de.jost_net.JVerein.gui.view.BuchungslisteView; -import de.willuhn.jameica.gui.Action; -import de.willuhn.jameica.gui.GUI; - -public class BuchungsListeAction implements Action -{ - @Override - public void handleAction(Object context) - { - GUI.startView(BuchungslisteView.class.getName(), null); - } -} diff --git a/src/de/jost_net/JVerein/gui/action/BuchungsartListAction.java b/src/de/jost_net/JVerein/gui/action/BuchungsartListAction.java deleted file mode 100644 index da7f15205..000000000 --- a/src/de/jost_net/JVerein/gui/action/BuchungsartListAction.java +++ /dev/null @@ -1,30 +0,0 @@ -/********************************************************************** - * Copyright (c) by Heiner Jostkleigrewe - * This program is free software: you can redistribute it and/or modify it under the terms of the - * GNU General Public License as published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without - * even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See - * the GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along with this program. If not, - * see . - * - * heiner@jverein.de - * www.jverein.de - **********************************************************************/ -package de.jost_net.JVerein.gui.action; - -import de.jost_net.JVerein.gui.view.BuchungsartListView; -import de.willuhn.jameica.gui.Action; -import de.willuhn.jameica.gui.GUI; - -public class BuchungsartListAction implements Action -{ - @Override - public void handleAction(Object context) - { - GUI.startView(BuchungsartListView.class.getName(), null); - } -} diff --git a/src/de/jost_net/JVerein/gui/action/BuchungsklasseListAction.java b/src/de/jost_net/JVerein/gui/action/BuchungsklasseListAction.java deleted file mode 100644 index a62854c3a..000000000 --- a/src/de/jost_net/JVerein/gui/action/BuchungsklasseListAction.java +++ /dev/null @@ -1,30 +0,0 @@ -/********************************************************************** - * Copyright (c) by Heiner Jostkleigrewe - * This program is free software: you can redistribute it and/or modify it under the terms of the - * GNU General Public License as published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without - * even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See - * the GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along with this program. If not, - * see . - * - * heiner@jverein.de - * www.jverein.de - **********************************************************************/ -package de.jost_net.JVerein.gui.action; - -import de.jost_net.JVerein.gui.view.BuchungsklasseListView; -import de.willuhn.jameica.gui.Action; -import de.willuhn.jameica.gui.GUI; - -public class BuchungsklasseListAction implements Action -{ - @Override - public void handleAction(Object context) - { - GUI.startView(BuchungsklasseListView.class.getName(), null); - } -} diff --git a/src/de/jost_net/JVerein/gui/action/BuchungsklasseSaldoAction.java b/src/de/jost_net/JVerein/gui/action/BuchungsklasseSaldoAction.java deleted file mode 100644 index 4344c3baa..000000000 --- a/src/de/jost_net/JVerein/gui/action/BuchungsklasseSaldoAction.java +++ /dev/null @@ -1,30 +0,0 @@ -/********************************************************************** - * Copyright (c) by Heiner Jostkleigrewe - * This program is free software: you can redistribute it and/or modify it under the terms of the - * GNU General Public License as published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without - * even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See - * the GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along with this program. If not, - * see . - * - * heiner@jverein.de - * www.jverein.de - **********************************************************************/ -package de.jost_net.JVerein.gui.action; - -import de.jost_net.JVerein.gui.view.BuchungsklasseSaldoView; -import de.willuhn.jameica.gui.Action; -import de.willuhn.jameica.gui.GUI; - -public class BuchungsklasseSaldoAction implements Action -{ - @Override - public void handleAction(Object context) - { - GUI.startView(BuchungsklasseSaldoView.class.getName(), null); - } -} diff --git a/src/de/jost_net/JVerein/gui/action/DbBereinigenAction.java b/src/de/jost_net/JVerein/gui/action/DbBereinigenAction.java deleted file mode 100644 index f4d22128a..000000000 --- a/src/de/jost_net/JVerein/gui/action/DbBereinigenAction.java +++ /dev/null @@ -1,35 +0,0 @@ -/********************************************************************** - * Copyright (c) by Heiner Jostkleigrewe - * This program is free software: you can redistribute it and/or modify it under the terms of the - * GNU General Public License as published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without - * even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See - * the GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along with this program. If not, - * see . - * - * heiner@jverein.de - * www.jverein.de - **********************************************************************/ -package de.jost_net.JVerein.gui.action; - -import de.jost_net.JVerein.gui.view.DbBereinigenView; -import de.willuhn.jameica.gui.Action; -import de.willuhn.jameica.gui.GUI; -import de.willuhn.util.ApplicationException; - -/** - * Loeschen einer Buchung. - */ -public class DbBereinigenAction implements Action -{ - - @Override - public void handleAction(Object context) throws ApplicationException - { - GUI.startView(DbBereinigenView.class.getName(), null); - } -} diff --git a/src/de/jost_net/JVerein/gui/action/EigenschaftGruppeListeAction.java b/src/de/jost_net/JVerein/gui/action/EigenschaftGruppeListeAction.java deleted file mode 100644 index 671e7bcb6..000000000 --- a/src/de/jost_net/JVerein/gui/action/EigenschaftGruppeListeAction.java +++ /dev/null @@ -1,30 +0,0 @@ -/********************************************************************** - * Copyright (c) by Heiner Jostkleigrewe - * This program is free software: you can redistribute it and/or modify it under the terms of the - * GNU General Public License as published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without - * even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See - * the GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along with this program. If not, - * see . - * - * heiner@jverein.de - * www.jverein.de - **********************************************************************/ -package de.jost_net.JVerein.gui.action; - -import de.jost_net.JVerein.gui.view.EigenschaftGruppeListeView; -import de.willuhn.jameica.gui.Action; -import de.willuhn.jameica.gui.GUI; - -public class EigenschaftGruppeListeAction implements Action -{ - @Override - public void handleAction(Object context) - { - GUI.startView(EigenschaftGruppeListeView.class.getName(), null); - } -} diff --git a/src/de/jost_net/JVerein/gui/action/EigenschaftListeAction.java b/src/de/jost_net/JVerein/gui/action/EigenschaftListeAction.java deleted file mode 100644 index c83ae23cc..000000000 --- a/src/de/jost_net/JVerein/gui/action/EigenschaftListeAction.java +++ /dev/null @@ -1,30 +0,0 @@ -/********************************************************************** - * Copyright (c) by Heiner Jostkleigrewe - * This program is free software: you can redistribute it and/or modify it under the terms of the - * GNU General Public License as published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without - * even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See - * the GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along with this program. If not, - * see . - * - * heiner@jverein.de - * www.jverein.de - **********************************************************************/ -package de.jost_net.JVerein.gui.action; - -import de.jost_net.JVerein.gui.view.EigenschaftListeView; -import de.willuhn.jameica.gui.Action; -import de.willuhn.jameica.gui.GUI; - -public class EigenschaftListeAction implements Action -{ - @Override - public void handleAction(Object context) - { - GUI.startView(EigenschaftListeView.class.getName(), null); - } -} diff --git a/src/de/jost_net/JVerein/gui/action/FamilienbeitragAction.java b/src/de/jost_net/JVerein/gui/action/FamilienbeitragAction.java deleted file mode 100644 index 3ba485fe8..000000000 --- a/src/de/jost_net/JVerein/gui/action/FamilienbeitragAction.java +++ /dev/null @@ -1,30 +0,0 @@ -/********************************************************************** - * Copyright (c) by Heiner Jostkleigrewe - * This program is free software: you can redistribute it and/or modify it under the terms of the - * GNU General Public License as published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without - * even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See - * the GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along with this program. If not, - * see . - * - * heiner@jverein.de - * www.jverein.de - **********************************************************************/ -package de.jost_net.JVerein.gui.action; - -import de.jost_net.JVerein.gui.view.FamilienbeitragView; -import de.willuhn.jameica.gui.Action; -import de.willuhn.jameica.gui.GUI; - -public class FamilienbeitragAction implements Action -{ - @Override - public void handleAction(Object context) - { - GUI.startView(FamilienbeitragView.class.getName(), null); - } -} diff --git a/src/de/jost_net/JVerein/gui/action/FelddefinitionenAction.java b/src/de/jost_net/JVerein/gui/action/FelddefinitionenAction.java deleted file mode 100644 index 79c10fa5f..000000000 --- a/src/de/jost_net/JVerein/gui/action/FelddefinitionenAction.java +++ /dev/null @@ -1,30 +0,0 @@ -/********************************************************************** - * Copyright (c) by Heiner Jostkleigrewe - * This program is free software: you can redistribute it and/or modify it under the terms of the - * GNU General Public License as published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without - * even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See - * the GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along with this program. If not, - * see . - * - * heiner@jverein.de - * www.jverein.de - **********************************************************************/ -package de.jost_net.JVerein.gui.action; - -import de.jost_net.JVerein.gui.view.FelddefinitionenUebersichtView; -import de.willuhn.jameica.gui.Action; -import de.willuhn.jameica.gui.GUI; - -public class FelddefinitionenAction implements Action -{ - @Override - public void handleAction(Object context) - { - GUI.startView(FelddefinitionenUebersichtView.class.getName(), null); - } -} diff --git a/src/de/jost_net/JVerein/gui/action/FormularListeAction.java b/src/de/jost_net/JVerein/gui/action/FormularListeAction.java deleted file mode 100644 index f48dd7fbd..000000000 --- a/src/de/jost_net/JVerein/gui/action/FormularListeAction.java +++ /dev/null @@ -1,30 +0,0 @@ -/********************************************************************** - * Copyright (c) by Heiner Jostkleigrewe - * This program is free software: you can redistribute it and/or modify it under the terms of the - * GNU General Public License as published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without - * even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See - * the GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along with this program. If not, - * see . - * - * heiner@jverein.de - * www.jverein.de - **********************************************************************/ -package de.jost_net.JVerein.gui.action; - -import de.jost_net.JVerein.gui.view.FormularListeView; -import de.willuhn.jameica.gui.Action; -import de.willuhn.jameica.gui.GUI; - -public class FormularListeAction implements Action -{ - @Override - public void handleAction(Object context) - { - GUI.startView(FormularListeView.class.getName(), null); - } -} diff --git a/src/de/jost_net/JVerein/gui/action/FreieFormulareAction.java b/src/de/jost_net/JVerein/gui/action/FreieFormulareAction.java deleted file mode 100644 index 238aed4d5..000000000 --- a/src/de/jost_net/JVerein/gui/action/FreieFormulareAction.java +++ /dev/null @@ -1,14 +0,0 @@ -package de.jost_net.JVerein.gui.action; - -import de.jost_net.JVerein.gui.view.FreieFormulareView; -import de.willuhn.jameica.gui.Action; -import de.willuhn.jameica.gui.GUI; - -public class FreieFormulareAction implements Action { - - @Override - public void handleAction(Object context) - { - GUI.startView(FreieFormulareView.class.getName(), null); - } -} diff --git a/src/de/jost_net/JVerein/gui/action/JahresabschlussListAction.java b/src/de/jost_net/JVerein/gui/action/JahresabschlussListAction.java deleted file mode 100644 index 42dc7117d..000000000 --- a/src/de/jost_net/JVerein/gui/action/JahresabschlussListAction.java +++ /dev/null @@ -1,30 +0,0 @@ -/********************************************************************** - * Copyright (c) by Heiner Jostkleigrewe - * This program is free software: you can redistribute it and/or modify it under the terms of the - * GNU General Public License as published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without - * even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See - * the GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along with this program. If not, - * see . - * - * heiner@jverein.de - * www.jverein.de - **********************************************************************/ -package de.jost_net.JVerein.gui.action; - -import de.jost_net.JVerein.gui.view.JahresabschlussListView; -import de.willuhn.jameica.gui.Action; -import de.willuhn.jameica.gui.GUI; - -public class JahresabschlussListAction implements Action -{ - @Override - public void handleAction(Object context) - { - GUI.startView(JahresabschlussListView.class.getName(), null); - } -} diff --git a/src/de/jost_net/JVerein/gui/action/JubilaeenAction.java b/src/de/jost_net/JVerein/gui/action/JubilaeenAction.java deleted file mode 100644 index dc7185cbb..000000000 --- a/src/de/jost_net/JVerein/gui/action/JubilaeenAction.java +++ /dev/null @@ -1,30 +0,0 @@ -/********************************************************************** - * Copyright (c) by Heiner Jostkleigrewe - * This program is free software: you can redistribute it and/or modify it under the terms of the - * GNU General Public License as published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without - * even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See - * the GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along with this program. If not, - * see . - * - * heiner@jverein.de - * www.jverein.de - **********************************************************************/ -package de.jost_net.JVerein.gui.action; - -import de.jost_net.JVerein.gui.view.JubilaeenView; -import de.willuhn.jameica.gui.Action; -import de.willuhn.jameica.gui.GUI; - -public class JubilaeenAction implements Action -{ - @Override - public void handleAction(Object context) - { - GUI.startView(JubilaeenView.class.getName(), null); - } -} diff --git a/src/de/jost_net/JVerein/gui/action/KontensaldoAction.java b/src/de/jost_net/JVerein/gui/action/KontensaldoAction.java deleted file mode 100644 index 3961c5609..000000000 --- a/src/de/jost_net/JVerein/gui/action/KontensaldoAction.java +++ /dev/null @@ -1,30 +0,0 @@ -/********************************************************************** - * Copyright (c) by Heiner Jostkleigrewe - * This program is free software: you can redistribute it and/or modify it under the terms of the - * GNU General Public License as published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without - * even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See - * the GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along with this program. If not, - * see . - * - * heiner@jverein.de - * www.jverein.de - **********************************************************************/ -package de.jost_net.JVerein.gui.action; - -import de.jost_net.JVerein.gui.view.KontensaldoView; -import de.willuhn.jameica.gui.Action; -import de.willuhn.jameica.gui.GUI; - -public class KontensaldoAction implements Action -{ - @Override - public void handleAction(Object context) - { - GUI.startView(KontensaldoView.class.getName(), null); - } -} diff --git a/src/de/jost_net/JVerein/gui/action/KontoListAction.java b/src/de/jost_net/JVerein/gui/action/KontoListAction.java deleted file mode 100644 index 7670b7e57..000000000 --- a/src/de/jost_net/JVerein/gui/action/KontoListAction.java +++ /dev/null @@ -1,30 +0,0 @@ -/********************************************************************** - * Copyright (c) by Heiner Jostkleigrewe - * This program is free software: you can redistribute it and/or modify it under the terms of the - * GNU General Public License as published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without - * even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See - * the GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along with this program. If not, - * see . - * - * heiner@jverein.de - * www.jverein.de - **********************************************************************/ -package de.jost_net.JVerein.gui.action; - -import de.jost_net.JVerein.gui.view.KontoListView; -import de.willuhn.jameica.gui.Action; -import de.willuhn.jameica.gui.GUI; - -public class KontoListAction implements Action -{ - @Override - public void handleAction(Object context) - { - GUI.startView(KontoListView.class.getName(), null); - } -} diff --git a/src/de/jost_net/JVerein/gui/action/KursteilnehmerSucheAction.java b/src/de/jost_net/JVerein/gui/action/KursteilnehmerSucheAction.java deleted file mode 100644 index 8b670625a..000000000 --- a/src/de/jost_net/JVerein/gui/action/KursteilnehmerSucheAction.java +++ /dev/null @@ -1,31 +0,0 @@ -/********************************************************************** - * Copyright (c) by Heiner Jostkleigrewe - * This program is free software: you can redistribute it and/or modify it under the terms of the - * GNU General Public License as published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without - * even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See - * the GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along with this program. If not, - * see . - * - * heiner@jverein.de - * www.jverein.de - **********************************************************************/ -package de.jost_net.JVerein.gui.action; - -import de.jost_net.JVerein.gui.view.KursteilnehmerSucheView; -import de.willuhn.jameica.gui.Action; -import de.willuhn.jameica.gui.GUI; - -public class KursteilnehmerSucheAction implements Action -{ - @Override - public void handleAction(Object context) - { - GUI.startView(KursteilnehmerSucheView.class.getName(), null); - } - -} diff --git a/src/de/jost_net/JVerein/gui/action/LastschriftListAction.java b/src/de/jost_net/JVerein/gui/action/LastschriftListAction.java deleted file mode 100644 index 04f2dfe39..000000000 --- a/src/de/jost_net/JVerein/gui/action/LastschriftListAction.java +++ /dev/null @@ -1,30 +0,0 @@ -/********************************************************************** - * Copyright (c) by Heiner Jostkleigrewe - * This program is free software: you can redistribute it and/or modify it under the terms of the - * GNU General Public License as published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without - * even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See - * the GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along with this program. If not, - * see . - * - * heiner@jverein.de - * www.jverein.de - **********************************************************************/ -package de.jost_net.JVerein.gui.action; - -import de.jost_net.JVerein.gui.view.LastschriftListeView; -import de.willuhn.jameica.gui.Action; -import de.willuhn.jameica.gui.GUI; - -public class LastschriftListAction implements Action -{ - @Override - public void handleAction(Object context) - { - GUI.startView(LastschriftListeView.class.getName(), null); - } -} diff --git a/src/de/jost_net/JVerein/gui/action/LehrgaengeListeAction.java b/src/de/jost_net/JVerein/gui/action/LehrgaengeListeAction.java deleted file mode 100644 index e6ac1139f..000000000 --- a/src/de/jost_net/JVerein/gui/action/LehrgaengeListeAction.java +++ /dev/null @@ -1,30 +0,0 @@ -/********************************************************************** - * Copyright (c) by Heiner Jostkleigrewe - * This program is free software: you can redistribute it and/or modify it under the terms of the - * GNU General Public License as published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without - * even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See - * the GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along with this program. If not, - * see . - * - * heiner@jverein.de - * www.jverein.de - **********************************************************************/ -package de.jost_net.JVerein.gui.action; - -import de.jost_net.JVerein.gui.view.LehrgaengeListeView; -import de.willuhn.jameica.gui.Action; -import de.willuhn.jameica.gui.GUI; - -public class LehrgaengeListeAction implements Action -{ - @Override - public void handleAction(Object context) - { - GUI.startView(LehrgaengeListeView.class.getName(), null); - } -} diff --git a/src/de/jost_net/JVerein/gui/action/LehrgangsartListeAction.java b/src/de/jost_net/JVerein/gui/action/LehrgangsartListeAction.java deleted file mode 100644 index af980e3b9..000000000 --- a/src/de/jost_net/JVerein/gui/action/LehrgangsartListeAction.java +++ /dev/null @@ -1,30 +0,0 @@ -/********************************************************************** - * Copyright (c) by Heiner Jostkleigrewe - * This program is free software: you can redistribute it and/or modify it under the terms of the - * GNU General Public License as published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without - * even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See - * the GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along with this program. If not, - * see . - * - * heiner@jverein.de - * www.jverein.de - **********************************************************************/ -package de.jost_net.JVerein.gui.action; - -import de.jost_net.JVerein.gui.view.LehrgangsartListeView; -import de.willuhn.jameica.gui.Action; -import de.willuhn.jameica.gui.GUI; - -public class LehrgangsartListeAction implements Action -{ - @Override - public void handleAction(Object context) - { - GUI.startView(LehrgangsartListeView.class.getName(), null); - } -} diff --git a/src/de/jost_net/JVerein/gui/action/LizenzAction.java b/src/de/jost_net/JVerein/gui/action/LizenzAction.java deleted file mode 100644 index 45ca8f473..000000000 --- a/src/de/jost_net/JVerein/gui/action/LizenzAction.java +++ /dev/null @@ -1,43 +0,0 @@ -/********************************************************************** - * JVerein - Mitgliederverwaltung und einfache Buchhaltung für Vereine - * Copyright (c) by Heiner Jostkleigrewe - * Copyright (c) 2015 by Thomas Hooge - * Main Project: heiner@jverein.dem http://www.jverein.de/ - * Module Author: thomas@hoogi.de, http://www.hoogi.de/ - * - * This file is part of JVerein. - * - * JVerein is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * JVerein is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - **********************************************************************/ -package de.jost_net.JVerein.gui.action; - -import de.jost_net.JVerein.gui.view.LizenzView; -import de.willuhn.jameica.gui.Action; -import de.willuhn.jameica.gui.GUI; -import de.willuhn.util.ApplicationException; - -public class LizenzAction implements Action -{ - - /** - * @see de.willuhn.jameica.gui.Action#handleAction(java.lang.Object) - */ - @Override - public void handleAction(Object context) throws ApplicationException - { - GUI.startView(LizenzView.class.getName(), null); - } - -} diff --git a/src/de/jost_net/JVerein/gui/action/MailListeAction.java b/src/de/jost_net/JVerein/gui/action/MailListeAction.java deleted file mode 100644 index 79661a214..000000000 --- a/src/de/jost_net/JVerein/gui/action/MailListeAction.java +++ /dev/null @@ -1,30 +0,0 @@ -/********************************************************************** - * Copyright (c) by Heiner Jostkleigrewe - * This program is free software: you can redistribute it and/or modify it under the terms of the - * GNU General Public License as published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without - * even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See - * the GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along with this program. If not, - * see . - * - * heiner@jverein.de - * www.jverein.de - **********************************************************************/ -package de.jost_net.JVerein.gui.action; - -import de.jost_net.JVerein.gui.view.MailUebersichtView; -import de.willuhn.jameica.gui.Action; -import de.willuhn.jameica.gui.GUI; - -public class MailListeAction implements Action -{ - @Override - public void handleAction(Object context) - { - GUI.startView(MailUebersichtView.class.getName(), null); - } -} diff --git a/src/de/jost_net/JVerein/gui/action/MailVorlagenAction.java b/src/de/jost_net/JVerein/gui/action/MailVorlagenAction.java deleted file mode 100644 index 6eee5eee8..000000000 --- a/src/de/jost_net/JVerein/gui/action/MailVorlagenAction.java +++ /dev/null @@ -1,30 +0,0 @@ -/********************************************************************** - * Copyright (c) by Heiner Jostkleigrewe - * This program is free software: you can redistribute it and/or modify it under the terms of the - * GNU General Public License as published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without - * even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See - * the GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along with this program. If not, - * see . - * - * heiner@jverein.de - * www.jverein.de - **********************************************************************/ -package de.jost_net.JVerein.gui.action; - -import de.jost_net.JVerein.gui.view.MailVorlagenUebersichtView; -import de.willuhn.jameica.gui.Action; -import de.willuhn.jameica.gui.GUI; - -public class MailVorlagenAction implements Action -{ - @Override - public void handleAction(Object context) - { - GUI.startView(MailVorlagenUebersichtView.class.getName(), null); - } -} diff --git a/src/de/jost_net/JVerein/gui/action/MitgliedMigrationAction.java b/src/de/jost_net/JVerein/gui/action/MitgliedMigrationAction.java deleted file mode 100644 index 99d68cc2b..000000000 --- a/src/de/jost_net/JVerein/gui/action/MitgliedMigrationAction.java +++ /dev/null @@ -1,32 +0,0 @@ -/********************************************************************** - * Copyright (c) by Heiner Jostkleigrewe - * This program is free software: you can redistribute it and/or modify it under the terms of the - * GNU General Public License as published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without - * even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See - * the GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along with this program. If not, - * see . - * - * heiner@jverein.de - * www.jverein.de - **********************************************************************/ -package de.jost_net.JVerein.gui.action; - -import de.jost_net.JVerein.gui.view.MigrationView; -import de.willuhn.jameica.gui.Action; -import de.willuhn.jameica.gui.GUI; - -public class MitgliedMigrationAction implements Action -{ - - @Override - public void handleAction(Object context) - { - GUI.startView(MigrationView.class.getName(), null); - } - -} diff --git a/src/de/jost_net/JVerein/gui/action/MitgliedSucheAction.java b/src/de/jost_net/JVerein/gui/action/MitgliedSucheAction.java deleted file mode 100644 index 5f5aa7442..000000000 --- a/src/de/jost_net/JVerein/gui/action/MitgliedSucheAction.java +++ /dev/null @@ -1,32 +0,0 @@ -/********************************************************************** - * Copyright (c) by Heiner Jostkleigrewe - * This program is free software: you can redistribute it and/or modify it under the terms of the - * GNU General Public License as published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without - * even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See - * the GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along with this program. If not, - * see . - * - * heiner@jverein.de - * www.jverein.de - **********************************************************************/ -package de.jost_net.JVerein.gui.action; - -import de.jost_net.JVerein.gui.view.MitgliederSucheView; -import de.willuhn.jameica.gui.Action; -import de.willuhn.jameica.gui.GUI; - -public class MitgliedSucheAction implements Action -{ - - @Override - public void handleAction(Object context) - { - GUI.startView(MitgliederSucheView.class.getName(), null); - } - -} diff --git a/src/de/jost_net/JVerein/gui/action/MitgliedstypListAction.java b/src/de/jost_net/JVerein/gui/action/MitgliedstypListAction.java deleted file mode 100644 index 8815cbe3d..000000000 --- a/src/de/jost_net/JVerein/gui/action/MitgliedstypListAction.java +++ /dev/null @@ -1,30 +0,0 @@ -/********************************************************************** - * Copyright (c) by Heiner Jostkleigrewe - * This program is free software: you can redistribute it and/or modify it under the terms of the - * GNU General Public License as published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without - * even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See - * the GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along with this program. If not, - * see . - * - * heiner@jverein.de - * www.jverein.de - **********************************************************************/ -package de.jost_net.JVerein.gui.action; - -import de.jost_net.JVerein.gui.view.MitgliedstypenListView; -import de.willuhn.jameica.gui.Action; -import de.willuhn.jameica.gui.GUI; - -public class MitgliedstypListAction implements Action -{ - @Override - public void handleAction(Object context) - { - GUI.startView(MitgliedstypenListView.class.getName(), null); - } -} diff --git a/src/de/jost_net/JVerein/gui/action/MittelverwendungListeAction.java b/src/de/jost_net/JVerein/gui/action/MittelverwendungListeAction.java deleted file mode 100644 index 969678b0c..000000000 --- a/src/de/jost_net/JVerein/gui/action/MittelverwendungListeAction.java +++ /dev/null @@ -1,30 +0,0 @@ -/********************************************************************** - * Copyright (c) by Heiner Jostkleigrewe - * This program is free software: you can redistribute it and/or modify it under the terms of the - * GNU General Public License as published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without - * even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See - * the GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along with this program. If not, - * see . - * - * heiner@jverein.de - * www.jverein.de - **********************************************************************/ -package de.jost_net.JVerein.gui.action; - -import de.jost_net.JVerein.gui.view.MittelverwendungListeView; -import de.willuhn.jameica.gui.Action; -import de.willuhn.jameica.gui.GUI; - -public class MittelverwendungListeAction implements Action -{ - @Override - public void handleAction(Object context) - { - GUI.startView(MittelverwendungListeView.class.getName(), null); - } -} diff --git a/src/de/jost_net/JVerein/gui/action/ProjektListAction.java b/src/de/jost_net/JVerein/gui/action/ProjektListAction.java deleted file mode 100644 index f46f9ba6c..000000000 --- a/src/de/jost_net/JVerein/gui/action/ProjektListAction.java +++ /dev/null @@ -1,30 +0,0 @@ -/********************************************************************** - * Copyright (c) by Heiner Jostkleigrewe - * This program is free software: you can redistribute it and/or modify it under the terms of the - * GNU General Public License as published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without - * even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See - * the GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along with this program. If not, - * see . - * - * heiner@jverein.de - * www.jverein.de - **********************************************************************/ -package de.jost_net.JVerein.gui.action; - -import de.jost_net.JVerein.gui.view.ProjektListView; -import de.willuhn.jameica.gui.Action; -import de.willuhn.jameica.gui.GUI; - -public class ProjektListAction implements Action -{ - @Override - public void handleAction(Object context) - { - GUI.startView(ProjektListView.class.getName(), null); - } -} diff --git a/src/de/jost_net/JVerein/gui/action/ProjektSaldoAction.java b/src/de/jost_net/JVerein/gui/action/ProjektSaldoAction.java deleted file mode 100644 index 7c1767698..000000000 --- a/src/de/jost_net/JVerein/gui/action/ProjektSaldoAction.java +++ /dev/null @@ -1,30 +0,0 @@ -/********************************************************************** - * Copyright (c) by Heiner Jostkleigrewe - * This program is free software: you can redistribute it and/or modify it under the terms of the - * GNU General Public License as published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without - * even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See - * the GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along with this program. If not, - * see . - * - * heiner@jverein.de - * www.jverein.de - **********************************************************************/ -package de.jost_net.JVerein.gui.action; - -import de.jost_net.JVerein.gui.view.ProjektSaldoView; -import de.willuhn.jameica.gui.Action; -import de.willuhn.jameica.gui.GUI; - -public class ProjektSaldoAction implements Action -{ - @Override - public void handleAction(Object context) - { - GUI.startView(ProjektSaldoView.class.getName(), null); - } -} diff --git a/src/de/jost_net/JVerein/gui/action/QIFBuchungsImportViewAction.java b/src/de/jost_net/JVerein/gui/action/QIFBuchungsImportViewAction.java deleted file mode 100644 index 2047af4f2..000000000 --- a/src/de/jost_net/JVerein/gui/action/QIFBuchungsImportViewAction.java +++ /dev/null @@ -1,30 +0,0 @@ -/********************************************************************** - * Copyright (c) by Heiner Jostkleigrewe - * This program is free software: you can redistribute it and/or modify it under the terms of the - * GNU General Public License as published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without - * even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See - * the GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along with this program. If not, - * see . - * - * heiner@jverein.de - * www.jverein.de - **********************************************************************/ -package de.jost_net.JVerein.gui.action; - -import de.jost_net.JVerein.gui.view.QIFBuchungsImportView; -import de.willuhn.jameica.gui.Action; -import de.willuhn.jameica.gui.GUI; - -public class QIFBuchungsImportViewAction implements Action -{ - @Override - public void handleAction(Object context) - { - GUI.startView(QIFBuchungsImportView.class.getName(), null); - } -} diff --git a/src/de/jost_net/JVerein/gui/action/QIFMitgliederAction.java b/src/de/jost_net/JVerein/gui/action/QIFMitgliederAction.java deleted file mode 100644 index 6d4116a58..000000000 --- a/src/de/jost_net/JVerein/gui/action/QIFMitgliederAction.java +++ /dev/null @@ -1,32 +0,0 @@ -/********************************************************************** - * Copyright (c) by Heiner Jostkleigrewe - * This program is free software: you can redistribute it and/or modify it under the terms of the - * GNU General Public License as published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without - * even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See - * the GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along with this program. If not, - * see . - * - * heiner@jverein.de - * www.jverein.de - **********************************************************************/ -package de.jost_net.JVerein.gui.action; - -import de.jost_net.JVerein.gui.view.QIFMitgliederZuordnenView; -import de.willuhn.jameica.gui.Action; -import de.willuhn.jameica.gui.GUI; - -public class QIFMitgliederAction implements Action -{ - - @Override - public void handleAction(Object context) - { - GUI.startView(new QIFMitgliederZuordnenView(), null); - } - -} diff --git a/src/de/jost_net/JVerein/gui/action/RechnungListeAction.java b/src/de/jost_net/JVerein/gui/action/RechnungListeAction.java deleted file mode 100644 index 86060e17e..000000000 --- a/src/de/jost_net/JVerein/gui/action/RechnungListeAction.java +++ /dev/null @@ -1,30 +0,0 @@ -/********************************************************************** - * Copyright (c) by Heiner Jostkleigrewe - * This program is free software: you can redistribute it and/or modify it under the terms of the - * GNU General Public License as published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without - * even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See - * the GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along with this program. If not, - * see . - * - * heiner@jverein.de - * www.jverein.de - **********************************************************************/ -package de.jost_net.JVerein.gui.action; - -import de.jost_net.JVerein.gui.view.RechnungListeView; -import de.willuhn.jameica.gui.Action; -import de.willuhn.jameica.gui.GUI; - -public class RechnungListeAction implements Action -{ - @Override - public void handleAction(Object context) - { - GUI.startView(RechnungListeView.class.getName(), null); - } -} diff --git a/src/de/jost_net/JVerein/gui/action/SollbuchungListeAction.java b/src/de/jost_net/JVerein/gui/action/SollbuchungListeAction.java deleted file mode 100644 index 4a8cf3e15..000000000 --- a/src/de/jost_net/JVerein/gui/action/SollbuchungListeAction.java +++ /dev/null @@ -1,30 +0,0 @@ -/********************************************************************** - * Copyright (c) by Heiner Jostkleigrewe - * This program is free software: you can redistribute it and/or modify it under the terms of the - * GNU General Public License as published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without - * even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See - * the GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along with this program. If not, - * see . - * - * heiner@jverein.de - * www.jverein.de - **********************************************************************/ -package de.jost_net.JVerein.gui.action; - -import de.jost_net.JVerein.gui.view.SollbuchungListeView; -import de.willuhn.jameica.gui.Action; -import de.willuhn.jameica.gui.GUI; - -public class SollbuchungListeAction implements Action -{ - @Override - public void handleAction(Object context) - { - GUI.startView(SollbuchungListeView.class.getName(), null); - } -} diff --git a/src/de/jost_net/JVerein/gui/action/SollbuchungMahnungAction.java b/src/de/jost_net/JVerein/gui/action/SollbuchungMahnungAction.java deleted file mode 100644 index de563093d..000000000 --- a/src/de/jost_net/JVerein/gui/action/SollbuchungMahnungAction.java +++ /dev/null @@ -1,44 +0,0 @@ -/********************************************************************** - * Copyright (c) by Heiner Jostkleigrewe - * This program is free software: you can redistribute it and/or modify it under the terms of the - * GNU General Public License as published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without - * even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See - * the GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along with this program. If not, - * see . - * - * heiner@jverein.de - * www.jverein.de - **********************************************************************/ -package de.jost_net.JVerein.gui.action; - -import de.jost_net.JVerein.gui.view.MahnungMailView; -import de.jost_net.JVerein.rmi.Mitgliedskonto; -import de.willuhn.jameica.gui.Action; -import de.willuhn.jameica.gui.GUI; - -public class SollbuchungMahnungAction implements Action -{ - @Override - public void handleAction(Object context) - { - if (context != null && context instanceof Mitgliedskonto) - { - Mitgliedskonto mk = (Mitgliedskonto) context; - GUI.startView(MahnungMailView.class.getName(), mk); - } - else if (context != null && context instanceof Mitgliedskonto[]) - { - Mitgliedskonto[] mk = (Mitgliedskonto[]) context; - GUI.startView(MahnungMailView.class.getName(), mk); - } - else - { - GUI.startView(MahnungMailView.class, null); - } - } -} diff --git a/src/de/jost_net/JVerein/gui/action/SollbuchungRechnungMailAction.java b/src/de/jost_net/JVerein/gui/action/SollbuchungRechnungMailAction.java deleted file mode 100644 index 7c7fb5077..000000000 --- a/src/de/jost_net/JVerein/gui/action/SollbuchungRechnungMailAction.java +++ /dev/null @@ -1,44 +0,0 @@ -/********************************************************************** - * Copyright (c) by Heiner Jostkleigrewe - * This program is free software: you can redistribute it and/or modify it under the terms of the - * GNU General Public License as published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without - * even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See - * the GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along with this program. If not, - * see . - * - * heiner@jverein.de - * www.jverein.de - **********************************************************************/ -package de.jost_net.JVerein.gui.action; - -import de.jost_net.JVerein.gui.view.RechnungMailView; -import de.jost_net.JVerein.rmi.Mitgliedskonto; -import de.willuhn.jameica.gui.Action; -import de.willuhn.jameica.gui.GUI; - -public class SollbuchungRechnungMailAction implements Action -{ - @Override - public void handleAction(Object context) - { - if (context != null && context instanceof Mitgliedskonto) - { - Mitgliedskonto mk = (Mitgliedskonto) context; - GUI.startView(RechnungMailView.class.getName(), mk); - } - else if (context != null && context instanceof Mitgliedskonto[]) - { - Mitgliedskonto[] mk = (Mitgliedskonto[]) context; - GUI.startView(RechnungMailView.class.getName(), mk); - } - else - { - GUI.startView(RechnungMailView.class, null); - } - } -} diff --git a/src/de/jost_net/JVerein/gui/action/SpendenAction.java b/src/de/jost_net/JVerein/gui/action/SpendenAction.java deleted file mode 100644 index d496ecd02..000000000 --- a/src/de/jost_net/JVerein/gui/action/SpendenAction.java +++ /dev/null @@ -1,39 +0,0 @@ -/********************************************************************** - * Copyright (c) by Heiner Jostkleigrewe - * This program is free software: you can redistribute it and/or modify it under the terms of the - * GNU General Public License as published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without - * even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See - * the GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along with this program. If not, - * see . - * - * heiner@jverein.de - * www.jverein.de - **********************************************************************/ - -package de.jost_net.JVerein.gui.action; - -import de.jost_net.JVerein.gui.view.SpendenView; -import de.willuhn.jameica.gui.Action; -import de.willuhn.jameica.gui.GUI; - -/** - * Action zum Starten der Spenden-View. - */ -public class SpendenAction implements Action -{ - - /** - * @see de.willuhn.jameica.gui.Action#handleAction(java.lang.Object) - */ - @Override - public void handleAction(Object context) - { - GUI.startView(SpendenView.class, null); - } - -} diff --git a/src/de/jost_net/JVerein/gui/action/SpendenbescheinigungAutoNeuAction.java b/src/de/jost_net/JVerein/gui/action/SpendenbescheinigungAutoNeuAction.java deleted file mode 100644 index 5887df5a5..000000000 --- a/src/de/jost_net/JVerein/gui/action/SpendenbescheinigungAutoNeuAction.java +++ /dev/null @@ -1,30 +0,0 @@ -/********************************************************************** - * Copyright (c) by Heiner Jostkleigrewe - * This program is free software: you can redistribute it and/or modify it under the terms of the - * GNU General Public License as published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without - * even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See - * the GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along with this program. If not, - * see . - * - * heiner@jverein.de - * www.jverein.de - **********************************************************************/ -package de.jost_net.JVerein.gui.action; - -import de.jost_net.JVerein.gui.view.SpendenbescheinigungAutoNeuView; -import de.willuhn.jameica.gui.Action; -import de.willuhn.jameica.gui.GUI; - -public class SpendenbescheinigungAutoNeuAction implements Action -{ - @Override - public void handleAction(Object context) - { - GUI.startView(SpendenbescheinigungAutoNeuView.class.getName(), null); - } -} diff --git a/src/de/jost_net/JVerein/gui/action/SpendenbescheinigungListeAction.java b/src/de/jost_net/JVerein/gui/action/SpendenbescheinigungListeAction.java deleted file mode 100644 index a69b9d45e..000000000 --- a/src/de/jost_net/JVerein/gui/action/SpendenbescheinigungListeAction.java +++ /dev/null @@ -1,30 +0,0 @@ -/********************************************************************** - * Copyright (c) by Heiner Jostkleigrewe - * This program is free software: you can redistribute it and/or modify it under the terms of the - * GNU General Public License as published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without - * even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See - * the GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along with this program. If not, - * see . - * - * heiner@jverein.de - * www.jverein.de - **********************************************************************/ -package de.jost_net.JVerein.gui.action; - -import de.jost_net.JVerein.gui.view.SpendenbescheinigungListeView; -import de.willuhn.jameica.gui.Action; -import de.willuhn.jameica.gui.GUI; - -public class SpendenbescheinigungListeAction implements Action -{ - @Override - public void handleAction(Object context) - { - GUI.startView(SpendenbescheinigungListeView.class.getName(), null); - } -} diff --git a/src/de/jost_net/JVerein/gui/action/NichtMitgliedSucheAction.java b/src/de/jost_net/JVerein/gui/action/StartViewAction.java similarity index 79% rename from src/de/jost_net/JVerein/gui/action/NichtMitgliedSucheAction.java rename to src/de/jost_net/JVerein/gui/action/StartViewAction.java index 7bbab6da1..dd746ace2 100644 --- a/src/de/jost_net/JVerein/gui/action/NichtMitgliedSucheAction.java +++ b/src/de/jost_net/JVerein/gui/action/StartViewAction.java @@ -16,21 +16,22 @@ **********************************************************************/ package de.jost_net.JVerein.gui.action; -import de.jost_net.JVerein.gui.view.NichtMitgliederSucheView; +import de.willuhn.jameica.gui.AbstractView; import de.willuhn.jameica.gui.Action; import de.willuhn.jameica.gui.GUI; -public class NichtMitgliedSucheAction implements Action +public class StartViewAction implements Action { + private Class viewClass; - public NichtMitgliedSucheAction() + public StartViewAction(Class viewClass) { + this.viewClass = viewClass; } @Override public void handleAction(Object context) { - GUI.startView(NichtMitgliederSucheView.class.getName(), null); + GUI.startView(viewClass, null); } - -} +} \ No newline at end of file diff --git a/src/de/jost_net/JVerein/gui/action/StatistikJahrgaengeAction.java b/src/de/jost_net/JVerein/gui/action/StatistikJahrgaengeAction.java deleted file mode 100644 index 30ebb600f..000000000 --- a/src/de/jost_net/JVerein/gui/action/StatistikJahrgaengeAction.java +++ /dev/null @@ -1,30 +0,0 @@ -/********************************************************************** - * Copyright (c) by Heiner Jostkleigrewe - * This program is free software: you can redistribute it and/or modify it under the terms of the - * GNU General Public License as published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without - * even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See - * the GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along with this program. If not, - * see . - * - * heiner@jverein.de - * www.jverein.de - **********************************************************************/ -package de.jost_net.JVerein.gui.action; - -import de.jost_net.JVerein.gui.view.StatistikJahrgaengeView; -import de.willuhn.jameica.gui.Action; -import de.willuhn.jameica.gui.GUI; - -public class StatistikJahrgaengeAction implements Action -{ - @Override - public void handleAction(Object context) - { - GUI.startView(StatistikJahrgaengeView.class.getName(), null); - } -} diff --git a/src/de/jost_net/JVerein/gui/action/StatistikMitgliedAction.java b/src/de/jost_net/JVerein/gui/action/StatistikMitgliedAction.java deleted file mode 100644 index fe0372c68..000000000 --- a/src/de/jost_net/JVerein/gui/action/StatistikMitgliedAction.java +++ /dev/null @@ -1,32 +0,0 @@ -/********************************************************************** - * Copyright (c) by Heiner Jostkleigrewe - * This program is free software: you can redistribute it and/or modify it under the terms of the - * GNU General Public License as published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without - * even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See - * the GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along with this program. If not, - * see . - * - * heiner@jverein.de - * www.jverein.de - **********************************************************************/ -package de.jost_net.JVerein.gui.action; - -import de.jost_net.JVerein.gui.view.StatistikMitgliedView; -import de.willuhn.jameica.gui.Action; -import de.willuhn.jameica.gui.GUI; - -public class StatistikMitgliedAction implements Action -{ - - @Override - public void handleAction(Object context) - { - GUI.startView(StatistikMitgliedView.class.getName(), null); - } - -} diff --git a/src/de/jost_net/JVerein/gui/action/WiedervorlageListeAction.java b/src/de/jost_net/JVerein/gui/action/WiedervorlageListeAction.java deleted file mode 100644 index 0563137c4..000000000 --- a/src/de/jost_net/JVerein/gui/action/WiedervorlageListeAction.java +++ /dev/null @@ -1,30 +0,0 @@ -/********************************************************************** - * Copyright (c) by Heiner Jostkleigrewe - * This program is free software: you can redistribute it and/or modify it under the terms of the - * GNU General Public License as published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without - * even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See - * the GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along with this program. If not, - * see . - * - * heiner@jverein.de - * www.jverein.de - **********************************************************************/ -package de.jost_net.JVerein.gui.action; - -import de.jost_net.JVerein.gui.view.WiedervorlagelisteView; -import de.willuhn.jameica.gui.Action; -import de.willuhn.jameica.gui.GUI; - -public class WiedervorlageListeAction implements Action -{ - @Override - public void handleAction(Object context) - { - GUI.startView(WiedervorlagelisteView.class.getName(), null); - } -} diff --git a/src/de/jost_net/JVerein/gui/action/ZusatzbetraegeListeAction.java b/src/de/jost_net/JVerein/gui/action/ZusatzbetraegeListeAction.java deleted file mode 100644 index 9d5a55999..000000000 --- a/src/de/jost_net/JVerein/gui/action/ZusatzbetraegeListeAction.java +++ /dev/null @@ -1,30 +0,0 @@ -/********************************************************************** - * Copyright (c) by Heiner Jostkleigrewe - * This program is free software: you can redistribute it and/or modify it under the terms of the - * GNU General Public License as published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without - * even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See - * the GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along with this program. If not, - * see . - * - * heiner@jverein.de - * www.jverein.de - **********************************************************************/ -package de.jost_net.JVerein.gui.action; - -import de.jost_net.JVerein.gui.view.ZusatzbetraegelisteView; -import de.willuhn.jameica.gui.Action; -import de.willuhn.jameica.gui.GUI; - -public class ZusatzbetraegeListeAction implements Action -{ - @Override - public void handleAction(Object context) - { - GUI.startView(ZusatzbetraegelisteView.class.getName(), null); - } -} diff --git a/src/de/jost_net/JVerein/gui/boxes/FirstStart.java b/src/de/jost_net/JVerein/gui/boxes/FirstStart.java index 24dbc41af..b47e2e8f7 100644 --- a/src/de/jost_net/JVerein/gui/boxes/FirstStart.java +++ b/src/de/jost_net/JVerein/gui/boxes/FirstStart.java @@ -25,8 +25,9 @@ import org.eclipse.swt.widgets.Label; import de.jost_net.JVerein.Einstellungen; -import de.jost_net.JVerein.gui.action.AdministrationEinstellungenAllgemeinAction; -import de.jost_net.JVerein.gui.action.BeitragsgruppeSucheAction; +import de.jost_net.JVerein.gui.action.StartViewAction; +import de.jost_net.JVerein.gui.view.BeitragsgruppeSucheView; +import de.jost_net.JVerein.gui.view.EinstellungenAllgemeinView; import de.willuhn.jameica.gui.GUI; import de.willuhn.jameica.gui.boxes.AbstractBox; import de.willuhn.jameica.gui.parts.ButtonArea; @@ -133,8 +134,9 @@ public void paint(Composite parent) throws RemoteException ButtonArea buttons = new ButtonArea(); buttons.addButton("Einstellungen", - new AdministrationEinstellungenAllgemeinAction(), null); - buttons.addButton("Beitragsgruppen", new BeitragsgruppeSucheAction(), null); + new StartViewAction(EinstellungenAllgemeinView.class), null); + buttons.addButton("Beitragsgruppen", + new StartViewAction(BeitragsgruppeSucheView.class), null); buttons.paint(parent); } diff --git a/src/de/jost_net/JVerein/gui/control/WiedervorlageControl.java b/src/de/jost_net/JVerein/gui/control/WiedervorlageControl.java index a52417ad3..db1d2ac32 100644 --- a/src/de/jost_net/JVerein/gui/control/WiedervorlageControl.java +++ b/src/de/jost_net/JVerein/gui/control/WiedervorlageControl.java @@ -23,9 +23,10 @@ import org.eclipse.swt.widgets.Listener; import de.jost_net.JVerein.Einstellungen; -import de.jost_net.JVerein.gui.action.WiedervorlageListeAction; +import de.jost_net.JVerein.gui.action.StartViewAction; import de.jost_net.JVerein.gui.input.MitgliedInput; import de.jost_net.JVerein.gui.parts.WiedervorlageList; +import de.jost_net.JVerein.gui.view.WiedervorlagelisteView; import de.jost_net.JVerein.rmi.Mitglied; import de.jost_net.JVerein.rmi.Wiedervorlage; import de.jost_net.JVerein.util.JVDateFormatTTMMJJJJ; @@ -205,7 +206,7 @@ public void handleStore() public Part getWiedervorlageList() throws RemoteException { wiedervorlageList = new WiedervorlageList( - new WiedervorlageListeAction(), this); + new StartViewAction(WiedervorlagelisteView.class), this); return wiedervorlageList.getWiedervorlageList(); } diff --git a/src/de/jost_net/JVerein/gui/dialogs/BuchungenSollbuchungZuordnungVorschauDialog.java b/src/de/jost_net/JVerein/gui/dialogs/BuchungenSollbuchungZuordnungVorschauDialog.java index fccdac5e6..9fe53e94b 100644 --- a/src/de/jost_net/JVerein/gui/dialogs/BuchungenSollbuchungZuordnungVorschauDialog.java +++ b/src/de/jost_net/JVerein/gui/dialogs/BuchungenSollbuchungZuordnungVorschauDialog.java @@ -24,8 +24,9 @@ import org.eclipse.swt.widgets.Composite; import de.jost_net.JVerein.Einstellungen; -import de.jost_net.JVerein.gui.action.BuchungsListeAction; +import de.jost_net.JVerein.gui.action.StartViewAction; import de.jost_net.JVerein.gui.dialogs.BuchungenSollbuchungZuordnungDialog.BookingMemberAccountEntry; +import de.jost_net.JVerein.gui.view.BuchungslisteView; import de.jost_net.JVerein.io.SplitbuchungsContainer; import de.jost_net.JVerein.rmi.Buchung; import de.jost_net.JVerein.rmi.Mitgliedskonto; @@ -134,7 +135,7 @@ protected void persistAssignment() throws ApplicationException } //Darstellung aktualisieren - new BuchungsListeAction().handleAction(this); + new StartViewAction(BuchungslisteView.class).handleAction(this); GUI.getStatusBar().setSuccessText("Die Zuordnung wurde erfolgreich durchgeführt"); } diff --git a/src/de/jost_net/JVerein/gui/navigation/MyExtension.java b/src/de/jost_net/JVerein/gui/navigation/MyExtension.java index b521d67c7..325bd32d3 100644 --- a/src/de/jost_net/JVerein/gui/navigation/MyExtension.java +++ b/src/de/jost_net/JVerein/gui/navigation/MyExtension.java @@ -24,74 +24,75 @@ import de.jost_net.JVerein.Einstellungen; import de.jost_net.JVerein.gui.action.AboutAction; -import de.jost_net.JVerein.gui.action.AbrechnunslaufListAction; -import de.jost_net.JVerein.gui.action.AbschreibungsListeAction; -import de.jost_net.JVerein.gui.action.AdministrationEinstellungenAbrechnungAction; -import de.jost_net.JVerein.gui.action.AdministrationEinstellungenAllgemeinAction; -import de.jost_net.JVerein.gui.action.AdministrationEinstellungenAnzeigeAction; -import de.jost_net.JVerein.gui.action.AdministrationEinstellungenBuchfuehrungAction; -import de.jost_net.JVerein.gui.action.AdministrationEinstellungenDateinamenAction; -import de.jost_net.JVerein.gui.action.AdministrationEinstellungenMailAction; -import de.jost_net.JVerein.gui.action.AdministrationEinstellungenMitgliedAnsichtAction; -import de.jost_net.JVerein.gui.action.AdministrationEinstellungenMitgliederSpaltenAction; -import de.jost_net.JVerein.gui.action.AdministrationEinstellungenRechnungenAction; -import de.jost_net.JVerein.gui.action.AdministrationEinstellungenSpendenbescheinigungenAction; -import de.jost_net.JVerein.gui.action.AdministrationEinstellungenStatistikAction; -import de.jost_net.JVerein.gui.action.AnfangsbestandListAction; -import de.jost_net.JVerein.gui.action.AnlagenlisteAction; -import de.jost_net.JVerein.gui.action.ArbeitseinsaetzeListeAction; -import de.jost_net.JVerein.gui.action.ArbeitseinsatzUeberpruefungAction; -import de.jost_net.JVerein.gui.action.AuswertungAdressenAction; -import de.jost_net.JVerein.gui.action.AuswertungKursteilnehmerAction; -import de.jost_net.JVerein.gui.action.AuswertungMitgliedAction; import de.jost_net.JVerein.gui.action.BackupCreateAction; import de.jost_net.JVerein.gui.action.BackupRestoreAction; -import de.jost_net.JVerein.gui.action.BeitragsgruppeSucheAction; -import de.jost_net.JVerein.gui.action.BuchungsListeAction; -import de.jost_net.JVerein.gui.action.BuchungsartListAction; -import de.jost_net.JVerein.gui.action.BuchungsklasseListAction; -import de.jost_net.JVerein.gui.action.BuchungsklasseSaldoAction; -import de.jost_net.JVerein.gui.action.DbBereinigenAction; import de.jost_net.JVerein.gui.action.DokumentationAction; -import de.jost_net.JVerein.gui.action.EigenschaftGruppeListeAction; -import de.jost_net.JVerein.gui.action.EigenschaftListeAction; -import de.jost_net.JVerein.gui.action.FamilienbeitragAction; -import de.jost_net.JVerein.gui.action.FelddefinitionenAction; -import de.jost_net.JVerein.gui.action.FormularListeAction; -import de.jost_net.JVerein.gui.action.FreieFormulareAction; -import de.jost_net.JVerein.gui.action.JahresabschlussListAction; -import de.jost_net.JVerein.gui.action.JubilaeenAction; import de.jost_net.JVerein.gui.action.KontenrahmenExportAction; import de.jost_net.JVerein.gui.action.KontenrahmenImportAction; -import de.jost_net.JVerein.gui.action.KontensaldoAction; -import de.jost_net.JVerein.gui.action.KontoListAction; -import de.jost_net.JVerein.gui.action.KontoauszugAction; -import de.jost_net.JVerein.gui.action.KursteilnehmerSucheAction; -import de.jost_net.JVerein.gui.action.LastschriftListAction; -import de.jost_net.JVerein.gui.action.LehrgaengeListeAction; -import de.jost_net.JVerein.gui.action.LehrgangsartListeAction; import de.jost_net.JVerein.gui.action.LesefelddefinitionenAction; -import de.jost_net.JVerein.gui.action.MailListeAction; -import de.jost_net.JVerein.gui.action.MailVorlagenAction; -import de.jost_net.JVerein.gui.action.MitgliedMigrationAction; -import de.jost_net.JVerein.gui.action.MitgliedSucheAction; -import de.jost_net.JVerein.gui.action.MitgliedstypListAction; -import de.jost_net.JVerein.gui.action.MittelverwendungListeAction; -import de.jost_net.JVerein.gui.action.NichtMitgliedSucheAction; -import de.jost_net.JVerein.gui.action.PreNotificationAction; -import de.jost_net.JVerein.gui.action.ProjektListAction; -import de.jost_net.JVerein.gui.action.ProjektSaldoAction; -import de.jost_net.JVerein.gui.action.QIFBuchungsImportViewAction; -import de.jost_net.JVerein.gui.action.RechnungListeAction; -import de.jost_net.JVerein.gui.action.SollbuchungListeAction; -import de.jost_net.JVerein.gui.action.SollbuchungMahnungAction; -import de.jost_net.JVerein.gui.action.SollbuchungRechnungMailAction; -import de.jost_net.JVerein.gui.action.SpendenbescheinigungListeAction; -import de.jost_net.JVerein.gui.action.SpendenbescheinigungSendAction; -import de.jost_net.JVerein.gui.action.StatistikJahrgaengeAction; -import de.jost_net.JVerein.gui.action.StatistikMitgliedAction; -import de.jost_net.JVerein.gui.action.WiedervorlageListeAction; -import de.jost_net.JVerein.gui.action.ZusatzbetraegeListeAction; +import de.jost_net.JVerein.gui.action.StartViewAction; +import de.jost_net.JVerein.gui.view.AbrechnungslaufListView; +import de.jost_net.JVerein.gui.view.AnfangsbestandListView; +import de.jost_net.JVerein.gui.view.AnlagenbuchungenListeView; +import de.jost_net.JVerein.gui.view.AnlagenlisteView; +import de.jost_net.JVerein.gui.view.ArbeitseinsatzListeView; +import de.jost_net.JVerein.gui.view.ArbeitseinsatzUeberpruefungView; +import de.jost_net.JVerein.gui.view.AuswertungKursteilnehmerView; +import de.jost_net.JVerein.gui.view.AuswertungMitgliedView; +import de.jost_net.JVerein.gui.view.AuswertungNichtMitgliedView; +import de.jost_net.JVerein.gui.view.BeitragsgruppeSucheView; +import de.jost_net.JVerein.gui.view.BuchungsartListView; +import de.jost_net.JVerein.gui.view.BuchungsklasseListView; +import de.jost_net.JVerein.gui.view.BuchungsklasseSaldoView; +import de.jost_net.JVerein.gui.view.BuchungslisteView; +import de.jost_net.JVerein.gui.view.DbBereinigenView; +import de.jost_net.JVerein.gui.view.EigenschaftGruppeListeView; +import de.jost_net.JVerein.gui.view.EigenschaftListeView; +import de.jost_net.JVerein.gui.view.EinstellungenAbrechnungView; +import de.jost_net.JVerein.gui.view.EinstellungenAllgemeinView; +import de.jost_net.JVerein.gui.view.EinstellungenAnzeigeView; +import de.jost_net.JVerein.gui.view.EinstellungenBuchfuehrungView; +import de.jost_net.JVerein.gui.view.EinstellungenDateinamenView; +import de.jost_net.JVerein.gui.view.EinstellungenMailView; +import de.jost_net.JVerein.gui.view.EinstellungenMitgliedAnsichtView; +import de.jost_net.JVerein.gui.view.EinstellungenMitgliederSpaltenView; +import de.jost_net.JVerein.gui.view.EinstellungenRechnungenView; +import de.jost_net.JVerein.gui.view.EinstellungenSpendenbescheinigungenView; +import de.jost_net.JVerein.gui.view.EinstellungenStatistikView; +import de.jost_net.JVerein.gui.view.FamilienbeitragView; +import de.jost_net.JVerein.gui.view.FelddefinitionenUebersichtView; +import de.jost_net.JVerein.gui.view.FormularListeView; +import de.jost_net.JVerein.gui.view.FreieFormulareView; +import de.jost_net.JVerein.gui.view.JahresabschlussListView; +import de.jost_net.JVerein.gui.view.JubilaeenView; +import de.jost_net.JVerein.gui.view.KontensaldoView; +import de.jost_net.JVerein.gui.view.KontoListView; +import de.jost_net.JVerein.gui.view.KontoauszugView; +import de.jost_net.JVerein.gui.view.KursteilnehmerSucheView; +import de.jost_net.JVerein.gui.view.LastschriftListeView; +import de.jost_net.JVerein.gui.view.LehrgaengeListeView; +import de.jost_net.JVerein.gui.view.LehrgangsartListeView; +import de.jost_net.JVerein.gui.view.MahnungMailView; +import de.jost_net.JVerein.gui.view.MailUebersichtView; +import de.jost_net.JVerein.gui.view.MailVorlagenUebersichtView; +import de.jost_net.JVerein.gui.view.MigrationView; +import de.jost_net.JVerein.gui.view.MitgliederSucheView; +import de.jost_net.JVerein.gui.view.MitgliedstypenListView; +import de.jost_net.JVerein.gui.view.MittelverwendungListeView; +import de.jost_net.JVerein.gui.view.NichtMitgliederSucheView; +import de.jost_net.JVerein.gui.view.PreNotificationView; +import de.jost_net.JVerein.gui.view.ProjektListView; +import de.jost_net.JVerein.gui.view.ProjektSaldoView; +import de.jost_net.JVerein.gui.view.QIFBuchungsImportView; +import de.jost_net.JVerein.gui.view.RechnungListeView; +import de.jost_net.JVerein.gui.view.RechnungMailView; +import de.jost_net.JVerein.gui.view.SollbuchungListeView; +import de.jost_net.JVerein.gui.view.SpendenbescheinigungListeView; +import de.jost_net.JVerein.gui.view.SpendenbescheinigungMailView; +import de.jost_net.JVerein.gui.view.StatistikJahrgaengeView; +import de.jost_net.JVerein.gui.view.StatistikMitgliedView; +import de.jost_net.JVerein.gui.view.WiedervorlagelisteView; +import de.jost_net.JVerein.gui.view.ZusatzbetraegelisteView; import de.jost_net.JVerein.keys.ArtBeitragsart; import de.jost_net.JVerein.keys.Kontoart; import de.jost_net.JVerein.rmi.Beitragsgruppe; @@ -146,16 +147,18 @@ public Object extract(ResultSet rs) mitglieder = new MyItem(mitglieder, "Mitglieder", null); mitglieder.addChild(new MyItem(mitglieder, "Mitglieder", - new MitgliedSucheAction(), "user-friends.png")); + new StartViewAction(MitgliederSucheView.class), "user-friends.png")); if (Einstellungen.getEinstellung().getZusatzadressen()) { mitglieder.addChild(new MyItem(mitglieder, "Nicht-Mitglieder", - new NichtMitgliedSucheAction(), "user-friends.png")); + new StartViewAction(NichtMitgliederSucheView.class), + "user-friends.png")); } if (Einstellungen.getEinstellung().getKursteilnehmer()) { mitglieder.addChild(new MyItem(mitglieder, "Kursteilnehmer", - new KursteilnehmerSucheAction(), "user-friends.png")); + new StartViewAction(KursteilnehmerSucheView.class), + "user-friends.png")); } DBIterator it = Einstellungen.getDBService() .createList(Beitragsgruppe.class); @@ -164,117 +167,134 @@ public Object extract(ResultSet rs) if (it.size() > 0) { mitglieder.addChild(new MyItem(mitglieder, "Familienbeitrag", - new FamilienbeitragAction(), "users.png")); + new StartViewAction(FamilienbeitragView.class), "users.png")); } mitglieder.addChild(new MyItem(mitglieder, "Sollbuchungen", - new SollbuchungListeAction(), "calculator.png")); + new StartViewAction(SollbuchungListeView.class), "calculator.png")); mitglieder.addChild(new MyItem(mitglieder, "Rechnungen", - new RechnungListeAction(), "file-invoice.png")); + new StartViewAction(RechnungListeView.class), "file-invoice.png")); mitglieder.addChild(new MyItem(mitglieder, "Spendenbescheinigungen", - new SpendenbescheinigungListeAction(), "file-invoice.png")); + new StartViewAction(SpendenbescheinigungListeView.class), + "file-invoice.png")); if (Einstellungen.getEinstellung().getZusatzbetrag()) { mitglieder.addChild(new MyItem(mitglieder, "Zusatzbeträge", - new ZusatzbetraegeListeAction(), "euro-sign.png")); + new StartViewAction(ZusatzbetraegelisteView.class), + "euro-sign.png")); } if (Einstellungen.getEinstellung().getWiedervorlage()) { mitglieder.addChild(new MyItem(mitglieder, "Wiedervorlagen", - new WiedervorlageListeAction(), "office-calendar.png")); + new StartViewAction(WiedervorlagelisteView.class), + "office-calendar.png")); } if (Einstellungen.getEinstellung().getLehrgaenge()) { mitglieder.addChild(new MyItem(mitglieder, "Lehrgänge", - new LehrgaengeListeAction(), "chalkboard-teacher.png")); + new StartViewAction(LehrgaengeListeView.class), + "chalkboard-teacher.png")); } if (Einstellungen.getEinstellung().getArbeitseinsatz()) { mitglieder.addChild(new MyItem(mitglieder, "Arbeitseinsätze", - new ArbeitseinsaetzeListeAction(), "screwdriver.png")); + new StartViewAction(ArbeitseinsatzListeView.class), + "screwdriver.png")); } jverein.addChild(mitglieder); NavigationItem buchfuehrung = null; buchfuehrung = new MyItem(buchfuehrung, "Buchführung", null); buchfuehrung.addChild(new MyItem(buchfuehrung, "Konten", - new KontoListAction(), "list.png")); + new StartViewAction(KontoListView.class), "list.png")); buchfuehrung.addChild(new MyItem(buchfuehrung, "Anfangsbestände", - new AnfangsbestandListAction(), "euro-sign.png")); + new StartViewAction(AnfangsbestandListView.class), "euro-sign.png")); buchfuehrung.addChild(new MyItem(buchfuehrung, "Buchungen", - new BuchungsListeAction(), "euro-sign.png")); + new StartViewAction(BuchungslisteView.class), "euro-sign.png")); if (anlagenkonto) buchfuehrung.addChild(new MyItem(buchfuehrung, "Anlagenbuchungen", - new AbschreibungsListeAction(), "euro-sign.png")); + new StartViewAction(AnlagenbuchungenListeView.class), + "euro-sign.png")); buchfuehrung.addChild(new MyItem(buchfuehrung, "Buchungskorrektur", new BuchungsTexteKorrigierenAction(), "euro-sign.png")); buchfuehrung.addChild(new MyItem(buchfuehrung, "Buchungsklassensaldo", - new BuchungsklasseSaldoAction(), "euro-sign.png")); + new StartViewAction(BuchungsklasseSaldoView.class), "euro-sign.png")); buchfuehrung.addChild(new MyItem(buchfuehrung, "Projektsaldo", - new ProjektSaldoAction(), "euro-sign.png")); + new StartViewAction(ProjektSaldoView.class), "euro-sign.png")); buchfuehrung.addChild(new MyItem(buchfuehrung, "Kontensaldo", - new KontensaldoAction(), "euro-sign.png")); + new StartViewAction(KontensaldoView.class), "euro-sign.png")); if (Einstellungen.getEinstellung().getMittelverwendung()) { buchfuehrung.addChild(new MyItem(buchfuehrung, "Mittelverwendung", - new MittelverwendungListeAction(), "euro-sign.png")); + new StartViewAction(MittelverwendungListeView.class), + "euro-sign.png")); } if (anlagenkonto) buchfuehrung.addChild(new MyItem(buchfuehrung, "Anlagenverzeichnis", - new AnlagenlisteAction(), "euro-sign.png")); + new StartViewAction(AnlagenlisteView.class), "euro-sign.png")); buchfuehrung.addChild(new MyItem(buchfuehrung, "Jahresabschlüsse", - new JahresabschlussListAction(), "euro-sign.png")); + new StartViewAction(JahresabschlussListView.class), "euro-sign.png")); jverein.addChild(buchfuehrung); NavigationItem abrechnung = null; abrechnung = new MyItem(abrechnung, "Abrechnung", null); abrechnung.addChild(new MyItem(abrechnung, "Abrechnungsläufe", - new AbrechnunslaufListAction(), "calculator.png")); + new StartViewAction(AbrechnungslaufListView.class), + "calculator.png")); abrechnung.addChild(new MyItem(abrechnung, "Lastschriften", - new LastschriftListAction(), "file-invoice.png")); + new StartViewAction(LastschriftListeView.class), "file-invoice.png")); jverein.addChild(abrechnung); NavigationItem auswertung = null; auswertung = new MyItem(auswertung, "Auswertungen", null); auswertung.addChild(new MyItem(auswertung, "Mitglieder", - new AuswertungMitgliedAction(), "receipt.png")); + new StartViewAction(AuswertungMitgliedView.class), "receipt.png")); auswertung.addChild(new MyItem(auswertung, "Nicht-Mitglieder", - new AuswertungAdressenAction(), "receipt.png")); + new StartViewAction(AuswertungNichtMitgliedView.class), + "receipt.png")); auswertung.addChild(new MyItem(auswertung, "Jubiläen", - new JubilaeenAction(), "receipt.png")); + new StartViewAction(JubilaeenView.class), "receipt.png")); if (Einstellungen.getEinstellung().getKursteilnehmer()) { auswertung.addChild(new MyItem(auswertung, "Kursteilnehmer", - new AuswertungKursteilnehmerAction(), "receipt.png")); + new StartViewAction(AuswertungKursteilnehmerView.class), + "receipt.png")); } auswertung.addChild(new MyItem(auswertung, "Mitgliederstatistik", - new StatistikMitgliedAction(), "chart-line.png")); + new StartViewAction(StatistikMitgliedView.class), "chart-line.png")); auswertung.addChild(new MyItem(auswertung, "Jahrgangsstatistik", - new StatistikJahrgaengeAction(), "chart-line.png")); + new StartViewAction(StatistikJahrgaengeView.class), + "chart-line.png")); if (Einstellungen.getEinstellung().getArbeitseinsatz()) { auswertung.addChild(new MyItem(mitglieder, "Arbeitseinsätze", - new ArbeitseinsatzUeberpruefungAction(), "screwdriver.png")); + new StartViewAction(ArbeitseinsatzUeberpruefungView.class), + "screwdriver.png")); } jverein.addChild(auswertung); NavigationItem mail = null; mail = new MyItem(mail, "Druck & Mail", null); mail.addChild(new MyItem(mail, "Rechnungen", - new SollbuchungRechnungMailAction(), "document-print.png")); + new StartViewAction(RechnungMailView.class), "document-print.png")); mail.addChild(new MyItem(mail, "Mahnungen", - new SollbuchungMahnungAction(), "document-print.png")); + new StartViewAction(MahnungMailView.class), "document-print.png")); mail.addChild(new MyItem(mail, "Kontoauszüge", - new KontoauszugAction(), "document-print.png")); + new StartViewAction(KontoauszugView.class), "document-print.png")); mail.addChild(new MyItem(mail, "Freie Formulare", - new FreieFormulareAction(), "document-print.png")); + new StartViewAction(FreieFormulareView.class), "document-print.png")); mail.addChild(new MyItem(mail, "Pre-Notification", - new PreNotificationAction(), "document-print.png")); + new StartViewAction(PreNotificationView.class), + "document-print.png")); mail.addChild(new MyItem(mail, "Spendenbescheinigungen", - new SpendenbescheinigungSendAction(), "document-print.png")); + new StartViewAction(SpendenbescheinigungMailView.class), + "document-print.png")); mail.addChild( - new MyItem(mail, "Mails", new MailListeAction(), "envelope-open.png")); - mail.addChild(new MyItem(mail, "Mail-Vorlagen", new MailVorlagenAction(), + new MyItem(mail, "Mails", + new StartViewAction(MailUebersichtView.class), + "envelope-open.png")); + mail.addChild(new MyItem(mail, "Mail-Vorlagen", + new StartViewAction(MailVorlagenUebersichtView.class), "envelope-open.png")); jverein.addChild(mail); @@ -286,54 +306,65 @@ public Object extract(ResultSet rs) "Einstellungen", null); administrationEinstellungen .addChild(new MyItem(administrationEinstellungen, "Allgemein", - new AdministrationEinstellungenAllgemeinAction(), "wrench.png")); + new StartViewAction(EinstellungenAllgemeinView.class), + "wrench.png")); administrationEinstellungen .addChild(new MyItem(administrationEinstellungen, "Anzeige", - new AdministrationEinstellungenAnzeigeAction(), "wrench.png")); + new StartViewAction(EinstellungenAnzeigeView.class), + "wrench.png")); administrationEinstellungen.addChild( new MyItem(administrationEinstellungen, "Mitglieder Spalten", - new AdministrationEinstellungenMitgliederSpaltenAction(), + new StartViewAction(EinstellungenMitgliederSpaltenView.class), "wrench.png")); administrationEinstellungen.addChild( new MyItem(administrationEinstellungen, "Mitglieder Ansicht", - new AdministrationEinstellungenMitgliedAnsichtAction(), + new StartViewAction(EinstellungenMitgliedAnsichtView.class), "wrench.png")); administrationEinstellungen .addChild(new MyItem(administrationEinstellungen, "Abrechnung", - new AdministrationEinstellungenAbrechnungAction(), "wrench.png")); + new StartViewAction(EinstellungenAbrechnungView.class), + "wrench.png")); administrationEinstellungen .addChild(new MyItem(administrationEinstellungen, "Dateinamen", - new AdministrationEinstellungenDateinamenAction(), "wrench.png")); + new StartViewAction(EinstellungenDateinamenView.class), + "wrench.png")); administrationEinstellungen.addChild( new MyItem(administrationEinstellungen, "Spendenbescheinigungen", - new AdministrationEinstellungenSpendenbescheinigungenAction(), + new StartViewAction( + EinstellungenSpendenbescheinigungenView.class), "wrench.png")); administrationEinstellungen.addChild(new MyItem( administrationEinstellungen, "Buchführung", - new AdministrationEinstellungenBuchfuehrungAction(), "wrench.png")); + new StartViewAction(EinstellungenBuchfuehrungView.class), + "wrench.png")); administrationEinstellungen .addChild(new MyItem(administrationEinstellungen, "Rechnungen", - new AdministrationEinstellungenRechnungenAction(), "wrench.png")); + new StartViewAction(EinstellungenRechnungenView.class), + "wrench.png")); administrationEinstellungen .addChild(new MyItem(administrationEinstellungen, "Mail", - new AdministrationEinstellungenMailAction(), "wrench.png")); + new StartViewAction(EinstellungenMailView.class), "wrench.png")); administrationEinstellungen .addChild(new MyItem(administrationEinstellungen, "Statistik", - new AdministrationEinstellungenStatistikAction(), "wrench.png")); + new StartViewAction(EinstellungenStatistikView.class), + "wrench.png")); administration.addChild(administrationEinstellungen); NavigationItem einstellungenmitglieder = null; einstellungenmitglieder = new MyItem(einstellungenmitglieder, "Mitglieder", null); einstellungenmitglieder.addChild(new MyItem(einstellungenmitglieder, "Beitragsgruppen", - new BeitragsgruppeSucheAction(), "clone.png")); + new StartViewAction(BeitragsgruppeSucheView.class), "clone.png")); einstellungenmitglieder .addChild(new MyItem(einstellungenmitglieder, "Eigenschaftengruppen", - new EigenschaftGruppeListeAction(), "document-properties.png")); + new StartViewAction(EigenschaftGruppeListeView.class), + "document-properties.png")); einstellungenmitglieder.addChild(new MyItem(einstellungenmitglieder, "Eigenschaften", - new EigenschaftListeAction(), "document-properties.png")); + new StartViewAction(EigenschaftListeView.class), + "document-properties.png")); einstellungenmitglieder.addChild(new MyItem(einstellungenmitglieder, "Zusatzfelder", - new FelddefinitionenAction(), "list.png")); + new StartViewAction(FelddefinitionenUebersichtView.class), + "list.png")); if (Einstellungen.getEinstellung().getUseLesefelder()) { einstellungenmitglieder.addChild(new MyItem(einstellungenmitglieder, "Lesefelder", @@ -341,16 +372,18 @@ public Object extract(ResultSet rs) } einstellungenmitglieder.addChild(new MyItem(einstellungenmitglieder, "Formulare", - new FormularListeAction(), "columns.png")); + new StartViewAction(FormularListeView.class), "columns.png")); if (Einstellungen.getEinstellung().getLehrgaenge()) { einstellungenmitglieder.addChild(new MyItem(einstellungenmitglieder, "Lehrgangsarten", - new LehrgangsartListeAction(), "chalkboard-teacher.png")); + new StartViewAction(LehrgangsartListeView.class), + "chalkboard-teacher.png")); } if (Einstellungen.getEinstellung().getZusatzadressen()) { einstellungenmitglieder.addChild(new MyItem(einstellungenmitglieder, "Mitgliedstypen", - new MitgliedstypListAction(), "user-friends.png")); + new StartViewAction(MitgliedstypenListView.class), + "user-friends.png")); } administration.addChild(einstellungenmitglieder); @@ -358,9 +391,11 @@ public Object extract(ResultSet rs) einstellungenbuchfuehrung = new MyItem(einstellungenbuchfuehrung, "Buchführung", null); einstellungenbuchfuehrung.addChild(new MyItem(einstellungenbuchfuehrung, - "Buchungsklassen", new BuchungsklasseListAction(), "ellipsis-v.png")); + "Buchungsklassen", new StartViewAction(BuchungsklasseListView.class), + "ellipsis-v.png")); einstellungenbuchfuehrung.addChild(new MyItem(einstellungenbuchfuehrung, - "Buchungsarten", new BuchungsartListAction(), "ellipsis-v.png")); + "Buchungsarten", new StartViewAction(BuchungsartListView.class), + "ellipsis-v.png")); einstellungenbuchfuehrung .addChild(new MyItem(einstellungenbuchfuehrung, "Kontenrahmen-Export", new KontenrahmenExportAction(), "document-save.png")); @@ -368,19 +403,22 @@ public Object extract(ResultSet rs) .addChild(new MyItem(einstellungenbuchfuehrung, "Kontenrahmen-Import", new KontenrahmenImportAction(), "file-import.png")); einstellungenbuchfuehrung.addChild(new MyItem(einstellungenbuchfuehrung, - "Projekte", new ProjektListAction(), "screwdriver.png")); + "Projekte", new StartViewAction(ProjektListView.class), + "screwdriver.png")); administration.addChild(einstellungenbuchfuehrung); NavigationItem einstellungenerweitert = null; einstellungenerweitert = new MyItem(einstellungenerweitert, "Erweitert", null); einstellungenerweitert.addChild(new MyItem(einstellungenerweitert, "Migration", - new MitgliedMigrationAction(), "file-import.png")); + new StartViewAction(MigrationView.class), "file-import.png")); einstellungenerweitert .addChild(new MyItem(einstellungenerweitert, "QIF-Datei-Import", - new QIFBuchungsImportViewAction(), "file-import.png")); + new StartViewAction(QIFBuchungsImportView.class), + "file-import.png")); einstellungenerweitert.addChild(new MyItem(einstellungenerweitert, - "Datenbank-Bereinigung", new DbBereinigenAction(), "placeholder-loading.png")); + "Datenbank-Bereinigung", new StartViewAction(DbBereinigenView.class), + "placeholder-loading.png")); einstellungenerweitert.addChild(new MyItem(einstellungenerweitert, "Diagnose-Backup-Export", new BackupCreateAction(), "document-save.png")); einstellungenerweitert.addChild( diff --git a/src/de/jost_net/JVerein/gui/view/AbrechnungslaufListView.java b/src/de/jost_net/JVerein/gui/view/AbrechnungslaufListView.java index 13fb91540..d333362eb 100644 --- a/src/de/jost_net/JVerein/gui/view/AbrechnungslaufListView.java +++ b/src/de/jost_net/JVerein/gui/view/AbrechnungslaufListView.java @@ -16,8 +16,8 @@ **********************************************************************/ package de.jost_net.JVerein.gui.view; -import de.jost_net.JVerein.gui.action.AbrechnungSEPAAction; import de.jost_net.JVerein.gui.action.DokumentationAction; +import de.jost_net.JVerein.gui.action.StartViewAction; import de.jost_net.JVerein.gui.control.AbrechnungslaufControl; import de.jost_net.JVerein.gui.parts.ToolTipButton; import de.willuhn.jameica.gui.AbstractView; @@ -64,7 +64,7 @@ public void bind() throws Exception ButtonArea buttons = new ButtonArea(); buttons.addButton("Hilfe", new DokumentationAction(), DokumentationUtil.ABRECHNUNGSLAUF, false, "question-circle.png"); - buttons.addButton("Neu", new AbrechnungSEPAAction(), + buttons.addButton("Neu", new StartViewAction(AbrechnungSEPAView.class), null, false, "document-new.png"); buttons.paint(this.getParent()); } diff --git a/src/de/jost_net/JVerein/gui/view/ArbeitseinsatzListeView.java b/src/de/jost_net/JVerein/gui/view/ArbeitseinsatzListeView.java index 5fbd0470c..73b392332 100644 --- a/src/de/jost_net/JVerein/gui/view/ArbeitseinsatzListeView.java +++ b/src/de/jost_net/JVerein/gui/view/ArbeitseinsatzListeView.java @@ -17,8 +17,8 @@ package de.jost_net.JVerein.gui.view; import de.jost_net.JVerein.gui.action.ArbeitseinsatzAction; -import de.jost_net.JVerein.gui.action.ArbeitseinsatzUeberpruefungAction; import de.jost_net.JVerein.gui.action.DokumentationAction; +import de.jost_net.JVerein.gui.action.StartViewAction; import de.jost_net.JVerein.gui.control.ArbeitseinsatzControl; import de.jost_net.JVerein.gui.parts.ToolTipButton; import de.willuhn.jameica.gui.AbstractView; @@ -67,7 +67,8 @@ public void bind() throws Exception ButtonArea buttons = new ButtonArea(); buttons.addButton("Hilfe", new DokumentationAction(), DokumentationUtil.ARBEITSEINSATZ, false, "question-circle.png"); - buttons.addButton("Auswertung", new ArbeitseinsatzUeberpruefungAction(), + buttons.addButton("Auswertung", + new StartViewAction(ArbeitseinsatzUeberpruefungView.class), control, false, "screwdriver.png"); buttons.addButton("Neu", new ArbeitseinsatzAction(null), control, false, "document-new.png"); diff --git a/src/de/jost_net/JVerein/gui/view/QIFBuchungsImportView.java b/src/de/jost_net/JVerein/gui/view/QIFBuchungsImportView.java index 6aba850cb..f64929172 100644 --- a/src/de/jost_net/JVerein/gui/view/QIFBuchungsImportView.java +++ b/src/de/jost_net/JVerein/gui/view/QIFBuchungsImportView.java @@ -19,7 +19,7 @@ import de.jost_net.JVerein.gui.action.DokumentationAction; import de.jost_net.JVerein.gui.action.QIFBuchungsartAction; import de.jost_net.JVerein.gui.action.QIFDateiEinlesenAction; -import de.jost_net.JVerein.gui.action.QIFMitgliederAction; +import de.jost_net.JVerein.gui.action.StartViewAction; import de.jost_net.JVerein.gui.control.QIFBuchungsImportControl; import de.willuhn.jameica.gui.AbstractView; import de.willuhn.jameica.gui.GUI; @@ -86,7 +86,8 @@ public void bind() throws Exception null, false, "list-remove.png"); buttons.addButton("Buchungsarten zuordnen", new QIFBuchungsartAction(), null, false, "zuordnung.png"); - buttons.addButton("Mitglieder zuordnen", new QIFMitgliederAction(), null, + buttons.addButton("Mitglieder zuordnen", + new StartViewAction(QIFMitgliederZuordnenView.class), null, false, "contact-new.png"); buttons.addButton("Buchungen übernehmen", control.getPIFPosBuchenAction(), null, false, "document-new.png"); diff --git a/src/de/jost_net/JVerein/gui/view/SpendenbescheinigungListeView.java b/src/de/jost_net/JVerein/gui/view/SpendenbescheinigungListeView.java index 9b5d619fb..f753dfbb9 100644 --- a/src/de/jost_net/JVerein/gui/view/SpendenbescheinigungListeView.java +++ b/src/de/jost_net/JVerein/gui/view/SpendenbescheinigungListeView.java @@ -18,7 +18,7 @@ import de.jost_net.JVerein.gui.action.DokumentationAction; import de.jost_net.JVerein.gui.action.SpendenbescheinigungAction; -import de.jost_net.JVerein.gui.action.SpendenbescheinigungAutoNeuAction; +import de.jost_net.JVerein.gui.action.StartViewAction; import de.jost_net.JVerein.gui.control.SpendenbescheinigungControl; import de.jost_net.JVerein.gui.parts.ToolTipButton; import de.jost_net.JVerein.keys.Spendenart; @@ -87,7 +87,7 @@ public void bind() throws Exception buttons.addButton("Neu (Sachspende)", new SpendenbescheinigungAction(Spendenart.SACHSPENDE), null, false, "document-new.png"); buttons.addButton("Neu (automatisch)", - new SpendenbescheinigungAutoNeuAction(), null, false, + new StartViewAction(SpendenbescheinigungAutoNeuView.class), null, false, "document-new.png"); buttons.paint(this.getParent()); }