Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
VerteilnetzView
Please create a React-JS view called "VerteilnetzView" for the fields of the Verteilnetz entity. The VerteilnetzView must contain the following fields: - name: DruckMaxBar type: STRING - name: DruckMinBar type: STRING - name: Hinweise type: STRING - name: Netzname type: STRING - name: Netztyp type: STRING - name: Wasserversorger type: Wasserversorger The data source for the [Wasserversorger] select control should be loaded from the relative URL: "/WasserversorgerService/wasserversorger" (HTTP-GET) An existing Verteilnetz entity should be loaded from the relative URL: "/VerteilnetzService/verteilnetz/{id}" (HTTP-GET) If a new Verteilnetz entity has been created, the new entity should be posted to the relative URL: "/VerteilnetzService/verteilnetz" (HTTP-POST) If an existing Verteilnetz entity has been updated, the modified entity should be sent to the relative URL: "/VerteilnetzService/verteilnetz/{id}" (HTTP-PUT) If an existing Verteilnetz entity has to be deleted, the following relative URL should be called: "/VerteilnetzService/verteilnetz/{id}" (HTTP-DELETE) 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/verteilnetz/{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/verteilnetz/{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/verteilnetz/{id}" Add a HTML table to the view with the following Rohrleitung columns: - column: Material - column: BetriebsdruckBar - column: DurchmesserMm - column: Verteilnetz - column: Installationsjahr - column: LaengeKm - column: Hinweise - column: Leitungsname The table should have the title "Rohrleitungs" und the data must be loaded from the server with the following relative URL: "/VerbraucherkategorieService/rohrleitung/verteilnetz/{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/verteilnetz/{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/verteilnetz/{id}" Add a HTML table to the view with the following AufbereitungNetzVerbindung columns: - column: Wasseraufbereitungsanlage - column: Verteilnetz - column: MaxDurchflussM3ProTag - column: Hinweise The table should have the title "AufbereitungNetzVerbindungs" und the data must be loaded from the server with the following relative URL: "/WasserversorgerService/aufbereitungnetzverbindung/verteilnetz/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum