Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
SicherheitsanforderungView
Please create a React-JS view called "SicherheitsanforderungView" for the fields of the Sicherheitsanforderung entity. The SicherheitsanforderungView must contain the following fields: - name: Beschreibung type: STRING - name: Bezeichnung type: STRING - name: GiltFuerFreiluft type: BOOL - name: GiltFuerHochspannung type: BOOL - name: GiltFuerInnenraum type: BOOL - name: Spannungsebene type: Spannungsebene The data source for the [Spannungsebene] select control should be loaded from the relative URL: "/SpannungsebeneService/spannungsebene" (HTTP-GET) An existing Sicherheitsanforderung entity should be loaded from the relative URL: "/SpannungsebeneService/sicherheitsanforderung/{id}" (HTTP-GET) If a new Sicherheitsanforderung entity has been created, the new entity should be posted to the relative URL: "/SpannungsebeneService/sicherheitsanforderung" (HTTP-POST) If an existing Sicherheitsanforderung entity has been updated, the modified entity should be sent to the relative URL: "/SpannungsebeneService/sicherheitsanforderung/{id}" (HTTP-PUT) If an existing Sicherheitsanforderung entity has to be deleted, the following relative URL should be called: "/SpannungsebeneService/sicherheitsanforderung/{id}" (HTTP-DELETE) Add a HTML table to the view with the following SchaltanlageSicherheitsanforderung columns: - column: Sicherheitsanforderung - column: Schaltanlage The table should have the title "SchaltanlageSicherheitsanforderungs" und the data must be loaded from the server with the following relative URL: "/SchaltanlageService/schaltanlagesicherheitsanforderung/sicherheitsanforderung/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum