Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
AbzweigdoseView
Please create a React-JS view called "AbzweigdoseView" for the fields of the Abzweigdose entity. The AbzweigdoseView must contain the following fields: - name: Beschreibung type: STRING - name: Brandklasse type: STRING - name: Dosentyp type: STRING - name: Raum type: Raum - name: Schutzart type: STRING - name: Standortbeschreibung type: STRING The data source for the [Raum] select control should be loaded from the relative URL: "/NutzungseinheitService/raum" (HTTP-GET) An existing Abzweigdose entity should be loaded from the relative URL: "/AbzweigdoseService/abzweigdose/{id}" (HTTP-GET) If a new Abzweigdose entity has been created, the new entity should be posted to the relative URL: "/AbzweigdoseService/abzweigdose" (HTTP-POST) If an existing Abzweigdose entity has been updated, the modified entity should be sent to the relative URL: "/AbzweigdoseService/abzweigdose/{id}" (HTTP-PUT) If an existing Abzweigdose entity has to be deleted, the following relative URL should be called: "/AbzweigdoseService/abzweigdose/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Leitungsweg columns: - column: Leitungstyp - column: LaengeMeter - column: EndeAbzweigdose - column: StartAbzweigdose - column: EndeGeraet - column: StartVerteiler - column: Routenbeschreibung - column: Installationsmethode - column: EndeVerteiler - column: Beschreibung - column: StartGeraet - column: Stromkreis The table should have the title "Leitungswegs" und the data must be loaded from the server with the following relative URL: "/AbzweigdoseService/leitungsweg/startabzweigdose/{id}" Add a HTML table to the view with the following Leitungsweg columns: - column: Leitungstyp - column: LaengeMeter - column: EndeAbzweigdose - column: StartAbzweigdose - column: EndeGeraet - column: StartVerteiler - column: Routenbeschreibung - column: Installationsmethode - column: EndeVerteiler - column: Beschreibung - column: StartGeraet - column: Stromkreis The table should have the title "Leitungswegs" und the data must be loaded from the server with the following relative URL: "/AbzweigdoseService/leitungsweg/endeabzweigdose/{id}" Add a HTML table to the view with the following Installationsgeraet columns: - column: Abzweigdose - column: Geraetetyp - column: Stromkreis - column: Kennzeichnung - column: Installationsmethode - column: Beschreibung - column: Installationszone - column: Raum - column: HoeheCm - column: PositionBeschreibung The table should have the title "Installationsgeraets" und the data must be loaded from the server with the following relative URL: "/AbzweigdoseService/installationsgeraet/abzweigdose/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum