Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
InstallationsgeraetView
Please create a React-JS view called "InstallationsgeraetView" for the fields of the Installationsgeraet entity. The InstallationsgeraetView must contain the following fields: - name: Abzweigdose type: Abzweigdose - name: Beschreibung type: STRING - name: Geraetetyp type: Geraetetyp - name: HoeheCm type: DOUBLE - name: Installationsmethode type: STRING - name: Installationszone type: LONG - name: Kennzeichnung type: STRING - name: PositionBeschreibung type: STRING - name: Raum type: Raum - name: Stromkreis type: Stromkreis The data source for the [Raum] select control should be loaded from the relative URL: "/NutzungseinheitService/raum" (HTTP-GET) The data source for the [Abzweigdose] select control should be loaded from the relative URL: "/AbzweigdoseService/abzweigdose" (HTTP-GET) The data source for the [Stromkreis] select control should be loaded from the relative URL: "/StromkreisService/stromkreis" (HTTP-GET) The data source for the [Geraetetyp] select control should be loaded from the relative URL: "/AbzweigdoseService/geraetetyp" (HTTP-GET) An existing Installationsgeraet entity should be loaded from the relative URL: "/AbzweigdoseService/installationsgeraet/{id}" (HTTP-GET) If a new Installationsgeraet entity has been created, the new entity should be posted to the relative URL: "/AbzweigdoseService/installationsgeraet" (HTTP-POST) If an existing Installationsgeraet entity has been updated, the modified entity should be sent to the relative URL: "/AbzweigdoseService/installationsgeraet/{id}" (HTTP-PUT) If an existing Installationsgeraet entity has to be deleted, the following relative URL should be called: "/AbzweigdoseService/installationsgeraet/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Verbraucher columns: - column: LeistungW - column: Beschreibung - column: SpannungV - column: Installationsgeraet - column: Anschlussart - column: Name - column: Stromkreis - column: Kategorie The table should have the title "Verbrauchers" und the data must be loaded from the server with the following relative URL: "/NutzungseinheitService/verbraucher/installationsgeraet/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum