Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
BehoerdeView
Please create a React-JS view called "BehoerdeView" for the fields of the Behoerde entity. The BehoerdeView must contain the following fields: - name: Kuerzel type: STRING - name: Ministerium type: Ministerium - name: Name type: STRING - name: Sitz type: STRING - name: ZustaendigkeitsEbene type: STRING The data source for the [Ministerium] select control should be loaded from the relative URL: "/BehoerdeService/ministerium" (HTTP-GET) An existing Behoerde entity should be loaded from the relative URL: "/BehoerdeService/behoerde/{id}" (HTTP-GET) If a new Behoerde entity has been created, the new entity should be posted to the relative URL: "/BehoerdeService/behoerde" (HTTP-POST) If an existing Behoerde entity has been updated, the modified entity should be sent to the relative URL: "/BehoerdeService/behoerde/{id}" (HTTP-PUT) If an existing Behoerde entity has to be deleted, the following relative URL should be called: "/BehoerdeService/behoerde/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Mitarbeiter columns: - column: Behoerde - column: Rolle - column: Nachname - column: Vorname - column: Dienstgrad - column: Organisation The table should have the title "Mitarbeiters" und the data must be loaded from the server with the following relative URL: "/OrganisationService/mitarbeiter/behoerde/{id}" Add a HTML table to the view with the following BehoerdeBundesland columns: - column: Behoerde - column: Bundesland The table should have the title "BehoerdeBundeslands" und the data must be loaded from the server with the following relative URL: "/BehoerdeService/behoerdebundesland/behoerde/{id}" Add a HTML table to the view with the following Lagezentrum columns: - column: IstDauerhaft - column: IstKooperativ - column: Ebene - column: Beschreibung - column: Typ - column: Behoerde - column: Seegebiet - column: Name - column: Organisation - column: Standort The table should have the title "Lagezentrums" und the data must be loaded from the server with the following relative URL: "/LagezentrumService/lagezentrum/behoerde/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum