Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
LichtquellenTypView
Please create a React-JS view called "LichtquellenTypView" for the fields of the LichtquellenTyp entity. The LichtquellenTypView must contain the following fields: - name: FarbwiedergabeIndex type: STRING - name: IstVeraltet type: BOOL - name: LebensdauerStunden type: INT - name: LeistungsbereichMax type: STRING - name: LeistungsbereichMin type: STRING - name: LichtausbeuteTypisch type: STRING - name: Name type: STRING - name: TechnologieGruppe type: STRING An existing LichtquellenTyp entity should be loaded from the relative URL: "/LichtquellenTypService/lichtquellentyp/{id}" (HTTP-GET) If a new LichtquellenTyp entity has been created, the new entity should be posted to the relative URL: "/LichtquellenTypService/lichtquellentyp" (HTTP-POST) If an existing LichtquellenTyp entity has been updated, the modified entity should be sent to the relative URL: "/LichtquellenTypService/lichtquellentyp/{id}" (HTTP-PUT) If an existing LichtquellenTyp entity has to be deleted, the following relative URL should be called: "/LichtquellenTypService/lichtquellentyp/{id}" (HTTP-DELETE) 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/lichtquellentyp/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum