Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
WasserleitungView
Please create a React-JS view called "WasserleitungView" for the fields of the Wasserleitung entity. The WasserleitungView must contain the following fields: - name: AuslegungsdruckBar type: STRING - name: AuslegungstemperaturC type: STRING - name: Beschreibung type: STRING - name: InbetriebnahmeDatum type: DATE - name: IstOffenesGerinne type: BOOL - name: Leitungsart type: Leitungsart - name: Name type: STRING - name: Wassersystem type: Wassersystem The data source for the [Wassersystem] select control should be loaded from the relative URL: "/WassersystemService/wassersystem" (HTTP-GET) The data source for the [Leitungsart] select control should be loaded from the relative URL: "/LeitungsartService/leitungsart" (HTTP-GET) An existing Wasserleitung entity should be loaded from the relative URL: "/WasserleitungService/wasserleitung/{id}" (HTTP-GET) If a new Wasserleitung entity has been created, the new entity should be posted to the relative URL: "/WasserleitungService/wasserleitung" (HTTP-POST) If an existing Wasserleitung entity has been updated, the modified entity should be sent to the relative URL: "/WasserleitungService/wasserleitung/{id}" (HTTP-PUT) If an existing Wasserleitung entity has to be deleted, the following relative URL should be called: "/WasserleitungService/wasserleitung/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Rohrabschnitt columns: - column: Baujahr - column: InstallationsOrt - column: LaengeM - column: AussendurchmesserMm - column: Material - column: MaxBetriebsdruckBar - column: IstUnterirdisch - column: NennweiteDn - column: Wasserleitung - column: InnendurchmesserMm - column: Hinweise The table should have the title "Rohrabschnitts" und the data must be loaded from the server with the following relative URL: "/RohrabschnittService/rohrabschnitt/wasserleitung/{id}" Add a HTML table to the view with the following LeitungsNutzung columns: - column: Nutzungsart - column: Wasserleitung The table should have the title "LeitungsNutzungs" und the data must be loaded from the server with the following relative URL: "/WasserleitungService/leitungsnutzung/wasserleitung/{id}" Add a HTML table to the view with the following LeitungsNorm columns: - column: Norm - column: Wasserleitung The table should have the title "LeitungsNorms" und the data must be loaded from the server with the following relative URL: "/WasserleitungService/leitungsnorm/wasserleitung/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum