Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
FachgruppeView
Please create a React-JS view called "FachgruppeView" for the fields of the Fachgruppe entity. The FachgruppeView must contain the following fields: - name: Name type: STRING - name: Spezialisierung type: STRING - name: TechnischerZug type: TechnischerZug The data source for the [TechnischerZug] select control should be loaded from the relative URL: "/TechnischerZugService/technischerzug" (HTTP-GET) An existing Fachgruppe entity should be loaded from the relative URL: "/TechnischerZugService/fachgruppe/{id}" (HTTP-GET) If a new Fachgruppe entity has been created, the new entity should be posted to the relative URL: "/TechnischerZugService/fachgruppe" (HTTP-POST) If an existing Fachgruppe entity has been updated, the modified entity should be sent to the relative URL: "/TechnischerZugService/fachgruppe/{id}" (HTTP-PUT) If an existing Fachgruppe entity has to be deleted, the following relative URL should be called: "/TechnischerZugService/fachgruppe/{id}" (HTTP-DELETE) Add a HTML table to the view with the following EinsatzBeteiligteEinheit columns: - column: Ortsverband - column: Auslandseinheit - column: TechnischerZug - column: Einsatz - column: Rollenbeschreibung - column: Fachgruppe - column: Bergungsgruppe The table should have the title "EinsatzBeteiligteEinheits" und the data must be loaded from the server with the following relative URL: "/OrtsverbandService/einsatzbeteiligteeinheit/fachgruppe/{id}" Add a HTML table to the view with the following Ausruestung columns: - column: Seriennummer - column: Ortsverband - column: Name - column: Bergungsgruppe - column: Kategorie - column: TechnischerZug - column: Beschreibung - column: Logistikzentrum - column: Fachgruppe The table should have the title "Ausruestungs" und the data must be loaded from the server with the following relative URL: "/OrtsverbandService/ausruestung/fachgruppe/{id}" Add a HTML table to the view with the following Fahrzeug columns: - column: Ortsverband - column: Beschreibung - column: TechnischerZug - column: Fachgruppe - column: Bergungsgruppe - column: Baujahr - column: Funkrufname - column: Typ The table should have the title "Fahrzeugs" und the data must be loaded from the server with the following relative URL: "/TechnischerZugService/fahrzeug/fachgruppe/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum