Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
WasserversorgerView
Please create a React-JS view called "WasserversorgerView" for the fields of the Wasserversorger entity. The WasserversorgerView must contain the following fields: - name: Betriebsbeginn type: DATE - name: Hinweise type: STRING - name: IstOeffentlich type: BOOL - name: IstPrivatGefuehrt type: BOOL - name: Organisation type: Organisation - name: Versorgername type: STRING - name: VersorgungsgebietBeschreibung type: STRING The data source for the [Organisation] select control should be loaded from the relative URL: "/VerteilnetzService/organisation" (HTTP-GET) An existing Wasserversorger entity should be loaded from the relative URL: "/WasserversorgerService/wasserversorger/{id}" (HTTP-GET) If a new Wasserversorger entity has been created, the new entity should be posted to the relative URL: "/WasserversorgerService/wasserversorger" (HTTP-POST) If an existing Wasserversorger entity has been updated, the modified entity should be sent to the relative URL: "/WasserversorgerService/wasserversorger/{id}" (HTTP-PUT) If an existing Wasserversorger entity has to be deleted, the following relative URL should be called: "/WasserversorgerService/wasserversorger/{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/wasserversorger/{id}" Add a HTML table to the view with the following Speicherbehaelter columns: - column: Laengengrad - column: Hinweise - column: Verteilnetz - column: WasserstandMaxM - column: Speichername - column: Speichertyp - column: Breitengrad - column: VolumenM3 - column: Wasserversorger - column: WasserstandMinM - column: Inbetriebnahmedatum The table should have the title "Speicherbehaelters" und the data must be loaded from the server with the following relative URL: "/WasserversorgerService/speicherbehaelter/wasserversorger/{id}" Add a HTML table to the view with the following Tarif columns: - column: Hinweise - column: GueltigBis - column: Verbraucherkategorie - column: GrundpreisProMonat - column: Wasserversorger - column: ArbeitspreisProM3 - column: GueltigAb - column: Tarifname The table should have the title "Tarifs" und the data must be loaded from the server with the following relative URL: "/VerbraucherkategorieService/tarif/wasserversorger/{id}" Add a HTML table to the view with the following Verteilnetz columns: - column: Hinweise - column: Netzname - column: Netztyp - column: DruckMinBar - column: Wasserversorger - column: DruckMaxBar The table should have the title "Verteilnetzs" und the data must be loaded from the server with the following relative URL: "/VerteilnetzService/verteilnetz/wasserversorger/{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/wasserversorger/{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/wasserversorger/{id}" Add a HTML table to the view with the following Pumpwerk columns: - column: Wasserversorger - column: Pumpwerksname - column: Breitengrad - column: Hinweise - column: Laengengrad - column: Pumpwerkstyp - column: KapazitaetM3ProStunde - column: Verteilnetz - column: Inbetriebnahmedatum The table should have the title "Pumpwerks" und the data must be loaded from the server with the following relative URL: "/WasserversorgerService/pumpwerk/wasserversorger/{id}" Add a HTML table to the view with the following Wasserqualitaetsmessstelle columns: - column: Hinweise - column: Wasserquelle - column: Laengengrad - column: Speicherbehaelter - column: Wasserversorger - column: Standortbeschreibung - column: Messstellenname - column: Breitengrad - column: Verteilnetz The table should have the title "Wasserqualitaetsmessstelles" und the data must be loaded from the server with the following relative URL: "/WasserqualitaetsprobeService/wasserqualitaetsmessstelle/wasserversorger/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum