Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
LeuchteninstallationView
Please create a React-JS view called "LeuchteninstallationView" for the fields of the Leuchteninstallation entity. The LeuchteninstallationView must contain the following fields: - name: AbstandMeter type: STRING - name: IstAnBruecke type: BOOL - name: IstAnGebaeude type: BOOL - name: IstAnSeil type: BOOL - name: Leuchte type: Leuchte - name: Mast type: Mast - name: Montagehoehe type: STRING - name: PositionUeberFahrbahn type: STRING - name: Strassenbeleuchtungsanlage type: Strassenbeleuchtungsanlage - name: Stromkreis type: Stromkreis The data source for the [Leuchte] select control should be loaded from the relative URL: "/LichtquellenTypService/leuchte" (HTTP-GET) The data source for the [Mast] select control should be loaded from the relative URL: "/LeuchteninstallationService/mast" (HTTP-GET) The data source for the [Strassenbeleuchtungsanlage] select control should be loaded from the relative URL: "/BeleuchtungsnormService/strassenbeleuchtungsanlage" (HTTP-GET) The data source for the [Stromkreis] select control should be loaded from the relative URL: "/GemeindeService/stromkreis" (HTTP-GET) An existing Leuchteninstallation entity should be loaded from the relative URL: "/LeuchteninstallationService/leuchteninstallation/{id}" (HTTP-GET) If a new Leuchteninstallation entity has been created, the new entity should be posted to the relative URL: "/LeuchteninstallationService/leuchteninstallation" (HTTP-POST) If an existing Leuchteninstallation entity has been updated, the modified entity should be sent to the relative URL: "/LeuchteninstallationService/leuchteninstallation/{id}" (HTTP-PUT) If an existing Leuchteninstallation entity has to be deleted, the following relative URL should be called: "/LeuchteninstallationService/leuchteninstallation/{id}" (HTTP-DELETE) Add a HTML table to the view with the following InstallationUmweltwirkung columns: - column: UmweltwirkungTyp - column: Hinweise - column: Schweregrad - column: Leuchteninstallation The table should have the title "InstallationUmweltwirkungs" und the data must be loaded from the server with the following relative URL: "/LeuchteninstallationService/installationumweltwirkung/leuchteninstallation/{id}" Add a HTML table to the view with the following Lampe columns: - column: LeistungWatt - column: Installationsdatum - column: Leuchteninstallation - column: LichtquellenTyp - column: AusbauDatum - column: IstPrimaer The table should have the title "Lampes" und the data must be loaded from the server with the following relative URL: "/LichtquellenTypService/lampe/leuchteninstallation/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum