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