Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
OrtsverbandView
Please create a React-JS view called "OrtsverbandView" for the fields of the Ortsverband entity. The OrtsverbandView must contain the following fields: - name: Name type: STRING - name: Regionalstelle type: Regionalstelle - name: StandortBundesland type: STRING - name: StandortStadt type: STRING The data source for the [Regionalstelle] select control should be loaded from the relative URL: "/PersonService/regionalstelle" (HTTP-GET) An existing Ortsverband entity should be loaded from the relative URL: "/OrtsverbandService/ortsverband/{id}" (HTTP-GET) If a new Ortsverband entity has been created, the new entity should be posted to the relative URL: "/OrtsverbandService/ortsverband" (HTTP-POST) If an existing Ortsverband entity has been updated, the modified entity should be sent to the relative URL: "/OrtsverbandService/ortsverband/{id}" (HTTP-PUT) If an existing Ortsverband entity has to be deleted, the following relative URL should be called: "/OrtsverbandService/ortsverband/{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/ortsverband/{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/ortsverband/{id}" Add a HTML table to the view with the following Personenrolle columns: - column: Regionalstelle - column: Ausbildungszentrum - column: Landesverband - column: Person - column: Rollenart - column: TechnischerZug - column: VonDatum - column: Ortsverband - column: BisDatum - column: Logistikzentrum - column: IstAktuell The table should have the title "Personenrolles" und the data must be loaded from the server with the following relative URL: "/PersonService/personenrolle/ortsverband/{id}" Add a HTML table to the view with the following TechnischerZug columns: - column: Ortsverband - column: Name The table should have the title "TechnischerZugs" und the data must be loaded from the server with the following relative URL: "/TechnischerZugService/technischerzug/ortsverband/{id}" Add a HTML table to the view with the following Mitgliedschaft columns: - column: Person - column: VonDatum - column: BisDatum - column: Ortsverband - column: IstAktiv The table should have the title "Mitgliedschafts" und the data must be loaded from the server with the following relative URL: "/OrtsverbandService/mitgliedschaft/ortsverband/{id}" Add a HTML table to the view with the following Person columns: - column: Eintrittsdatum - column: IstJugend - column: IstHauptamtlich - column: Vorname - column: IstEhrenamtlich - column: Geschlecht - column: Nachname - column: Ortsverband - column: Geburtsdatum The table should have the title "Persons" und the data must be loaded from the server with the following relative URL: "/PersonService/person/ortsverband/{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/ortsverband/{id}" Add a HTML table to the view with the following Jugendgruppe columns: - column: Ortsverband - column: Name The table should have the title "Jugendgruppes" und the data must be loaded from the server with the following relative URL: "/LandesverbandService/jugendgruppe/ortsverband/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum