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