Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
StandrohrView
Please create a React-JS view called "StandrohrView" for the fields of the Standrohr entity. The StandrohrView must contain the following fields: - name: GewichtKg type: STRING - name: HatRueckflussverhinderer type: BOOL - name: HatWasserZaehler type: BOOL - name: MaxDruckBar type: STRING - name: StandrohrType type: StandrohrType - name: WasserNetz type: WasserNetz The data source for the [WasserNetz] select control should be loaded from the relative URL: "/WasserNetzService/wassernetz" (HTTP-GET) The data source for the [StandrohrType] select control should be loaded from the relative URL: "/StandrohrTypeService/standrohrtype" (HTTP-GET) An existing Standrohr entity should be loaded from the relative URL: "/StandrohrTypeService/standrohr/{id}" (HTTP-GET) If a new Standrohr entity has been created, the new entity should be posted to the relative URL: "/StandrohrTypeService/standrohr" (HTTP-POST) If an existing Standrohr entity has been updated, the modified entity should be sent to the relative URL: "/StandrohrTypeService/standrohr/{id}" (HTTP-PUT) If an existing Standrohr entity has to be deleted, the following relative URL should be called: "/StandrohrTypeService/standrohr/{id}" (HTTP-DELETE) Add a HTML table to the view with the following StandrohrEinsatz columns: - column: Hydrant - column: Ereignis - column: WasserMengeM3 - column: Standrohr The table should have the title "StandrohrEinsatzs" und the data must be loaded from the server with the following relative URL: "/EreignisTypeService/standrohreinsatz/standrohr/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum