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: BundeslandRegion type: BundeslandRegion - name: Einwohnerzahl type: LONG - name: FlaecheKm2 type: STRING - name: Gemeindename type: STRING - name: Hinweise type: STRING The data source for the [BundeslandRegion] select control should be loaded from the relative URL: "/VerteilnetzService/bundeslandregion" (HTTP-GET) An existing Gemeinde entity should be loaded from the relative URL: "/VerteilnetzService/gemeinde/{id}" (HTTP-GET) If a new Gemeinde entity has been created, the new entity should be posted to the relative URL: "/VerteilnetzService/gemeinde" (HTTP-POST) If an existing Gemeinde entity has been updated, the modified entity should be sent to the relative URL: "/VerteilnetzService/gemeinde/{id}" (HTTP-PUT) If an existing Gemeinde entity has to be deleted, the following relative URL should be called: "/VerteilnetzService/gemeinde/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Wasserquelle columns: - column: Wasserversorger - column: Hinweise - column: Breitengrad - column: Laengengrad - column: Quellenname - column: MaxFoerderungM3ProTag - column: RohwasserQualitaetBeschreibung - column: Gemeinde - column: Quellentyp The table should have the title "Wasserquelles" und the data must be loaded from the server with the following relative URL: "/WasserquelleService/wasserquelle/gemeinde/{id}" Add a HTML table to the view with the following Wasseranschluss columns: - column: DurchmesserMm - column: Anschlussbeginn - column: Anschlussende - column: Hinweise - column: Anschlusskennung - column: Verbraucherkategorie - column: Verteilnetz - column: Strasse - column: Postleitzahl - column: Zaehlernummer - column: Gemeinde The table should have the title "Wasseranschlusss" und the data must be loaded from the server with the following relative URL: "/VerteilnetzService/wasseranschluss/gemeinde/{id}" Add a HTML table to the view with the following Organisation columns: - column: WebseiteUrl - column: Rechtsform - column: Gruendungsdatum - column: Land - column: Organisationstyp - column: Hinweise - column: SitzGemeinde - column: Organisationsname The table should have the title "Organisations" und the data must be loaded from the server with the following relative URL: "/VerteilnetzService/organisation/sitzgemeinde/{id}" Add a HTML table to the view with the following Hydrant columns: - column: Verteilnetz - column: Hydrantentyp - column: MaxDurchflussLProSekunde - column: Gemeinde - column: DurchmesserMm - column: Hinweise - column: HydrantKennung - column: Laengengrad - column: Installationsjahr - column: Breitengrad The table should have the title "Hydrants" und the data must be loaded from the server with the following relative URL: "/VerteilnetzService/hydrant/gemeinde/{id}" Add a HTML table to the view with the following VersorgerGemeindeAbdeckung columns: - column: Beschreibung - column: Ende - column: Beginn - column: Wasserversorger - column: Gemeinde The table should have the title "VersorgerGemeindeAbdeckungs" und the data must be loaded from the server with the following relative URL: "/WasserversorgerService/versorgergemeindeabdeckung/gemeinde/{id}" Add a HTML table to the view with the following Wasseraufbereitungsanlage columns: - column: Inbetriebnahmedatum - column: Gemeinde - column: Wasserversorger - column: Hinweise - column: Aufbereitungstyp - column: Anlagenname - column: KapazitaetM3ProTag The table should have the title "Wasseraufbereitungsanlages" und the data must be loaded from the server with the following relative URL: "/WasserversorgerService/wasseraufbereitungsanlage/gemeinde/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum