Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
VereinView
Please create a React-JS view called "VereinView" for the fields of the Verein entity. The VereinView must contain the following fields: - name: Aufloesungsdatum type: DATE - name: Gruendungsdatum type: DATE - name: IstDachverband type: BOOL - name: IstEingetragen type: BOOL - name: IstGemeinnuetzig type: BOOL - name: IstInternational type: BOOL - name: IstKirchlich type: BOOL - name: IstMildtaetig type: BOOL - name: IstPolitisch type: BOOL - name: IstSportlich type: BOOL - name: Kurzname type: STRING - name: Land type: Land - name: Name type: STRING - name: Oberverein type: LONG - name: Rechtsform type: Rechtsform - name: Register type: LONG - name: Registernummer type: STRING - name: SatzungUrl type: STRING - name: SitzAdresse type: STRING - name: SitzOrt type: STRING - name: SitzPlz type: STRING - name: Zweckbeschreibung type: STRING The data source for the [Rechtsform] select control should be loaded from the relative URL: "/BeschlusstypService/rechtsform" (HTTP-GET) The data source for the [Land] select control should be loaded from the relative URL: "/VereinService/land" (HTTP-GET) An existing Verein entity should be loaded from the relative URL: "/VereinService/verein/{id}" (HTTP-GET) If a new Verein entity has been created, the new entity should be posted to the relative URL: "/VereinService/verein" (HTTP-POST) If an existing Verein entity has been updated, the modified entity should be sent to the relative URL: "/VereinService/verein/{id}" (HTTP-PUT) If an existing Verein entity has to be deleted, the following relative URL should be called: "/VereinService/verein/{id}" (HTTP-DELETE) Add a HTML table to the view with the following VereinWettbewerb columns: - column: Wettbewerb - column: Saison - column: Verein - column: Platzierung The table should have the title "VereinWettbewerbs" und the data must be loaded from the server with the following relative URL: "/BeschlusstypService/vereinwettbewerb/verein/{id}" Add a HTML table to the view with the following VereinVereinsart columns: - column: Vereinsart - column: Verein The table should have the title "VereinVereinsarts" und the data must be loaded from the server with the following relative URL: "/DokumenttypService/vereinvereinsart/verein/{id}" Add a HTML table to the view with the following Aufloesung columns: - column: Hinweise - column: Durch - column: Beschlussdatum - column: Aufloesungsgrund - column: Verein - column: Wirksamkeitsdatum The table should have the title "Aufloesungs" und the data must be loaded from the server with the following relative URL: "/AufloesungsgrundService/aufloesung/verein/{id}" Add a HTML table to the view with the following Dokument columns: - column: Dokumenttyp - column: Verein - column: Titel - column: Url - column: Erstellungsdatum - column: Beschreibung The table should have the title "Dokuments" und the data must be loaded from the server with the following relative URL: "/VereinService/dokument/verein/{id}" Add a HTML table to the view with the following Foerderentscheidung columns: - column: Gericht - column: Verein - column: Waehrung - column: IstAusBeendetemVerfahren - column: Datum - column: Begruendung - column: Foerderprogramm - column: Betrag The table should have the title "Foerderentscheidungs" und the data must be loaded from the server with the following relative URL: "/FoerderprogrammService/foerderentscheidung/verein/{id}" Add a HTML table to the view with the following Mitgliedschaft columns: - column: IstAktiv - column: Austrittsdatum - column: Verein - column: Mitglied - column: Eintrittsdatum - column: Mitgliedschaftsart The table should have the title "Mitgliedschafts" und the data must be loaded from the server with the following relative URL: "/VersammlungstypService/mitgliedschaft/verein/{id}" Add a HTML table to the view with the following Organ columns: - column: Name - column: Verein - column: Organtyp - column: Beschreibung The table should have the title "Organs" und the data must be loaded from the server with the following relative URL: "/VereinService/organ/verein/{id}" Add a HTML table to the view with the following VereinGesetz columns: - column: Gesetz - column: Verein - column: Anwendungsbereich The table should have the title "VereinGesetzs" und the data must be loaded from the server with the following relative URL: "/GesetzService/vereingesetz/verein/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum