Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
LeitungstypView
Please create a React-JS view called "LeitungstypView" for the fields of the Leitungstyp entity. The LeitungstypView must contain the following fields: - name: Beschreibung type: STRING - name: Brandklasse type: STRING - name: Halogenfrei type: BOOL - name: IsolationMaterial type: STRING - name: LeiterMaterial type: STRING - name: MantelMaterial type: STRING - name: MaxSpannungV type: LONG - name: MaxTempC type: LONG - name: Typcode type: STRING An existing Leitungstyp entity should be loaded from the relative URL: "/AbzweigdoseService/leitungstyp/{id}" (HTTP-GET) If a new Leitungstyp entity has been created, the new entity should be posted to the relative URL: "/AbzweigdoseService/leitungstyp" (HTTP-POST) If an existing Leitungstyp entity has been updated, the modified entity should be sent to the relative URL: "/AbzweigdoseService/leitungstyp/{id}" (HTTP-PUT) If an existing Leitungstyp entity has to be deleted, the following relative URL should be called: "/AbzweigdoseService/leitungstyp/{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/leitungstyp/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum