Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
HydrantStandortView
Please create a React-JS view called "HydrantStandortView" for the fields of the HydrantStandort entity. The HydrantStandortView must contain the following fields: - name: Beschreibung type: STRING - name: Hausnummer type: STRING - name: HoeheM type: STRING - name: Latitude type: STRING - name: Longitude type: STRING - name: Stadt type: Stadt - name: Strasse type: STRING The data source for the [Stadt] select control should be loaded from the relative URL: "/StadtService/stadt" (HTTP-GET) An existing HydrantStandort entity should be loaded from the relative URL: "/HydrantStandortService/hydrantstandort/{id}" (HTTP-GET) If a new HydrantStandort entity has been created, the new entity should be posted to the relative URL: "/HydrantStandortService/hydrantstandort" (HTTP-POST) If an existing HydrantStandort entity has been updated, the modified entity should be sent to the relative URL: "/HydrantStandortService/hydrantstandort/{id}" (HTTP-PUT) If an existing HydrantStandort entity has to be deleted, the following relative URL should be called: "/HydrantStandortService/hydrantstandort/{id}" (HTTP-DELETE) Add a HTML table to the view with the following OffeneWasserQuelle columns: - column: KapazitaetM3 - column: HydrantStandort - column: WasserNetz - column: Typ The table should have the title "OffeneWasserQuelles" und the data must be loaded from the server with the following relative URL: "/HydrantStandortService/offenewasserquelle/hydrantstandort/{id}" Add a HTML table to the view with the following Feuerwache columns: - column: Organisation - column: HydrantStandort - column: Name The table should have the title "Feuerwaches" und the data must be loaded from the server with the following relative URL: "/StadtService/feuerwache/hydrantstandort/{id}" Add a HTML table to the view with the following UnterirdischerBehaelter columns: - column: KapazitaetM3 - column: WasserNetz - column: IstZugaenglich - column: HydrantStandort The table should have the title "UnterirdischerBehaelters" und the data must be loaded from the server with the following relative URL: "/HydrantStandortService/unterirdischerbehaelter/hydrantstandort/{id}" Add a HTML table to the view with the following Hydrant columns: - column: HydrantType - column: IstNass - column: WasserNetz - column: IstTrocken - column: Notizen - column: HydrantStandort - column: NennweiteMm - column: InstallationsDatum - column: LetztePruefung - column: IstBetriebsbereit The table should have the title "Hydrants" und the data must be loaded from the server with the following relative URL: "/WasserNetzService/hydrant/hydrantstandort/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum