Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
InstallationsOrtView
Please create a React-JS view called "InstallationsOrtView" for the fields of the InstallationsOrt entity. The InstallationsOrtView must contain the following fields: - name: Beschreibung type: STRING - name: Breitengrad type: STRING - name: Gemeinde type: Gemeinde - name: HoeheM type: STRING - name: Laengengrad type: STRING - name: Ortstyp type: STRING The data source for the [Gemeinde] select control should be loaded from the relative URL: "/GemeindeService/gemeinde" (HTTP-GET) An existing InstallationsOrt entity should be loaded from the relative URL: "/InstallationsOrtService/installationsort/{id}" (HTTP-GET) If a new InstallationsOrt entity has been created, the new entity should be posted to the relative URL: "/InstallationsOrtService/installationsort" (HTTP-POST) If an existing InstallationsOrt entity has been updated, the modified entity should be sent to the relative URL: "/InstallationsOrtService/installationsort/{id}" (HTTP-PUT) If an existing InstallationsOrt entity has to be deleted, the following relative URL should be called: "/InstallationsOrtService/installationsort/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Hydrant columns: - column: HydrantTyp - column: NennweiteDn - column: Hinweise - column: Material - column: Rohrabschnitt - column: InstallationsOrt - column: IstBetriebsbereit - column: Baujahr The table should have the title "Hydrants" und the data must be loaded from the server with the following relative URL: "/MaterialService/hydrant/installationsort/{id}" 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/installationsort/{id}" Add a HTML table to the view with the following Hausanschluss columns: - column: IstMitZaehler - column: AnschlussDatum - column: InstallationsOrt - column: Gebaeude - column: Hinweise - column: Rohrabschnitt The table should have the title "Hausanschlusss" und the data must be loaded from the server with the following relative URL: "/GemeindeService/hausanschluss/installationsort/{id}" Add a HTML table to the view with the following Ventil columns: - column: Rohrabschnitt - column: InstallationsOrt - column: NennweiteDn - column: Hinweise - column: Material - column: IstNormalOffen - column: VentilTyp - column: Baujahr The table should have the title "Ventils" und the data must be loaded from the server with the following relative URL: "/InstallationsOrtService/ventil/installationsort/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum