Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
BeleuchtungsklasseView
Please create a React-JS view called "BeleuchtungsklasseView" for the fields of the Beleuchtungsklasse entity. The BeleuchtungsklasseView must contain the following fields: - name: Beschreibung type: STRING - name: Name type: STRING - name: Norm type: Beleuchtungsnorm The data source for the [Norm] select control should be loaded from the relative URL: "/BeleuchtungsnormService/beleuchtungsnorm" (HTTP-GET) An existing Beleuchtungsklasse entity should be loaded from the relative URL: "/GemeindeService/beleuchtungsklasse/{id}" (HTTP-GET) If a new Beleuchtungsklasse entity has been created, the new entity should be posted to the relative URL: "/GemeindeService/beleuchtungsklasse" (HTTP-POST) If an existing Beleuchtungsklasse entity has been updated, the modified entity should be sent to the relative URL: "/GemeindeService/beleuchtungsklasse/{id}" (HTTP-PUT) If an existing Beleuchtungsklasse entity has to be deleted, the following relative URL should be called: "/GemeindeService/beleuchtungsklasse/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Strassenbeleuchtungsanlage columns: - column: Strasse - column: IstPflichtanlage - column: HatHalbnachtbetrieb - column: Norm - column: Steuerstrategie - column: Baujahr - column: Hinweise - column: Beleuchtungsklasse The table should have the title "Strassenbeleuchtungsanlages" und the data must be loaded from the server with the following relative URL: "/BeleuchtungsnormService/strassenbeleuchtungsanlage/beleuchtungsklasse/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum