Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
BeleuchtungsnormView
Please create a React-JS view called "BeleuchtungsnormView" for the fields of the Beleuchtungsnorm entity. The BeleuchtungsnormView must contain the following fields: - name: Anwendungsbereich type: STRING - name: Code type: STRING - name: Herausgeber type: STRING - name: JahrBis type: INT - name: JahrVon type: INT - name: Titel type: STRING An existing Beleuchtungsnorm entity should be loaded from the relative URL: "/BeleuchtungsnormService/beleuchtungsnorm/{id}" (HTTP-GET) If a new Beleuchtungsnorm entity has been created, the new entity should be posted to the relative URL: "/BeleuchtungsnormService/beleuchtungsnorm" (HTTP-POST) If an existing Beleuchtungsnorm entity has been updated, the modified entity should be sent to the relative URL: "/BeleuchtungsnormService/beleuchtungsnorm/{id}" (HTTP-PUT) If an existing Beleuchtungsnorm entity has to be deleted, the following relative URL should be called: "/BeleuchtungsnormService/beleuchtungsnorm/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Beleuchtungsklasse columns: - column: Beschreibung - column: Norm - column: Name The table should have the title "Beleuchtungsklasses" und the data must be loaded from the server with the following relative URL: "/GemeindeService/beleuchtungsklasse/norm/{id}" Add a HTML table to the view with the following Fussgaengerueberweg columns: - column: Strasse - column: DurchschnittsLux - column: Norm - column: StandortBeschreibung - column: HatSpezielleBeleuchtung The table should have the title "Fussgaengerueberwegs" und the data must be loaded from the server with the following relative URL: "/StrasseService/fussgaengerueberweg/norm/{id}" 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/norm/{id}" Add a HTML table to the view with the following Tunnel columns: - column: Name - column: Norm - column: Strasse - column: HatSpezielleNorm - column: LaengeMeter The table should have the title "Tunnels" und the data must be loaded from the server with the following relative URL: "/LeuchteninstallationService/tunnel/norm/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum