Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
LogistikzentrumView
Please create a React-JS view called "LogistikzentrumView" for the fields of the Logistikzentrum entity. The LogistikzentrumView must contain the following fields: - name: Landesverband type: Landesverband - name: Name type: STRING - name: Schwerpunkt type: STRING - name: StandortBundesland type: STRING - name: StandortStadt type: STRING - name: TechnischesHilfswerk type: TechnischesHilfswerk The data source for the [Landesverband] select control should be loaded from the relative URL: "/LandesverbandService/landesverband" (HTTP-GET) The data source for the [TechnischesHilfswerk] select control should be loaded from the relative URL: "/TechnischesHilfswerkService/technischeshilfswerk" (HTTP-GET) An existing Logistikzentrum entity should be loaded from the relative URL: "/TechnischesHilfswerkService/logistikzentrum/{id}" (HTTP-GET) If a new Logistikzentrum entity has been created, the new entity should be posted to the relative URL: "/TechnischesHilfswerkService/logistikzentrum" (HTTP-POST) If an existing Logistikzentrum entity has been updated, the modified entity should be sent to the relative URL: "/TechnischesHilfswerkService/logistikzentrum/{id}" (HTTP-PUT) If an existing Logistikzentrum entity has to be deleted, the following relative URL should be called: "/TechnischesHilfswerkService/logistikzentrum/{id}" (HTTP-DELETE) 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/logistikzentrum/{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/logistikzentrum/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum