Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
GemeindeView
Please create a React-JS view called "GemeindeView" for the fields of the Gemeinde entity. The GemeindeView must contain the following fields: - name: Einwohnerzahl type: LONG - name: Land type: STRING - name: Name type: STRING - name: Notizen type: STRING - name: Region type: STRING An existing Gemeinde entity should be loaded from the relative URL: "/GemeindeService/gemeinde/{id}" (HTTP-GET) If a new Gemeinde entity has been created, the new entity should be posted to the relative URL: "/GemeindeService/gemeinde" (HTTP-POST) If an existing Gemeinde entity has been updated, the modified entity should be sent to the relative URL: "/GemeindeService/gemeinde/{id}" (HTTP-PUT) If an existing Gemeinde entity has to be deleted, the following relative URL should be called: "/GemeindeService/gemeinde/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Stadtmoebel columns: - column: Gestaltungsprojekt - column: Gestalter - column: Standort - column: Status - column: Moebeltyp - column: HatSicherheitsfunktion - column: Gemeinde - column: Installationsjahr - column: IstUnbeweglich - column: Standard - column: HatSmartfunktionen - column: Moebelgruppe - column: Name - column: HatWerbung - column: Beschreibung The table should have the title "Stadtmoebels" und the data must be loaded from the server with the following relative URL: "/StadtmoebelService/stadtmoebel/gemeinde/{id}" Add a HTML table to the view with the following Streitfall columns: - column: Beschreibung - column: Betreff - column: Status - column: Gegenpartei - column: Ergebnis - column: Startdatum - column: Gemeinde - column: Enddatum The table should have the title "Streitfalls" und the data must be loaded from the server with the following relative URL: "/GemeindeService/streitfall/gemeinde/{id}" Add a HTML table to the view with the following HistorischeStatistik columns: - column: AnzahlSandkaesten - column: AnzahlFeuermelder - column: Jahr - column: AnzahlOeffentlicheUhren - column: AnzahlWerbesaeulen - column: Gemeinde - column: AnzahlSchalthaeuser - column: AnzahlTramMasten - column: AnzahlLichtmasten - column: AnzahlBrunnen - column: AnzahlHaltestellen - column: AnzahlKioske - column: AnzahlToiletten - column: Notizen The table should have the title "HistorischeStatistiks" und the data must be loaded from the server with the following relative URL: "/StandardService/historischestatistik/gemeinde/{id}" Add a HTML table to the view with the following PppVertrag columns: - column: BeinhaltetBau - column: Notizen - column: Beschreibung - column: Einnahmemodell - column: Enddatum - column: Gemeinde - column: PrivaterPartner - column: Startdatum - column: BeinhaltetWartung The table should have the title "PppVertrags" und the data must be loaded from the server with the following relative URL: "/GemeindeService/pppvertrag/gemeinde/{id}" Add a HTML table to the view with the following Gestaltungsprojekt columns: - column: Name - column: Gemeinde - column: HatCorporateIdentityZiel - column: Stil - column: Gestalter - column: Endjahr - column: Beschreibung - column: Startjahr The table should have the title "Gestaltungsprojekts" und the data must be loaded from the server with the following relative URL: "/GestalterService/gestaltungsprojekt/gemeinde/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum