Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
LeitstelleView
Please create a React-JS view called "LeitstelleView" for the fields of the Leitstelle entity. The LeitstelleView must contain the following fields: - name: AktivSeit type: DATE - name: Bemerkung type: STRING - name: Betreiber type: Betreiber - name: Bezeichnung type: STRING - name: Gebiet type: Gebiet - name: Leitstellenart type: Leitstellenart - name: Name type: STRING - name: Notrufnummer110Zustaendig type: BOOL - name: Notrufnummer112Zustaendig type: BOOL The data source for the [Gebiet] select control should be loaded from the relative URL: "/LandService/gebiet" (HTTP-GET) The data source for the [Leitstellenart] select control should be loaded from the relative URL: "/LeitstelleService/leitstellenart" (HTTP-GET) The data source for the [Betreiber] select control should be loaded from the relative URL: "/LandService/betreiber" (HTTP-GET) An existing Leitstelle entity should be loaded from the relative URL: "/LeitstelleService/leitstelle/{id}" (HTTP-GET) If a new Leitstelle entity has been created, the new entity should be posted to the relative URL: "/LeitstelleService/leitstelle" (HTTP-POST) If an existing Leitstelle entity has been updated, the modified entity should be sent to the relative URL: "/LeitstelleService/leitstelle/{id}" (HTTP-PUT) If an existing Leitstelle entity has to be deleted, the following relative URL should be called: "/LeitstelleService/leitstelle/{id}" (HTTP-DELETE) Add a HTML table to the view with the following LeitstelleDienst columns: - column: Dienst - column: BesondereAufgaben - column: Leitstelle The table should have the title "LeitstelleDiensts" und the data must be loaded from the server with the following relative URL: "/LeitstelleService/leitstelledienst/leitstelle/{id}" Add a HTML table to the view with the following Schicht columns: - column: Beginn - column: Leitstelle - column: Schichtfuehrer - column: Ende The table should have the title "Schichts" und the data must be loaded from the server with the following relative URL: "/SchichtService/schicht/leitstelle/{id}" Add a HTML table to the view with the following LeitstelleSystem columns: - column: Leitstelle - column: Redundant - column: System The table should have the title "LeitstelleSystems" und the data must be loaded from the server with the following relative URL: "/SystemService/leitstellesystem/leitstelle/{id}" Add a HTML table to the view with the following Einsatz columns: - column: Einsatzende - column: Leitstelle - column: Einsatzbeginn - column: Einsatzart - column: Bemerkung - column: AusnahmezustandAusgerufen - column: Notruf - column: Einsatzort The table should have the title "Einsatzs" und the data must be loaded from the server with the following relative URL: "/LeitstelleService/einsatz/leitstelle/{id}" Add a HTML table to the view with the following Mitarbeiter columns: - column: Leitstelle - column: Nachname - column: Vorname - column: Aktiv - column: Dienstnummer The table should have the title "Mitarbeiters" und the data must be loaded from the server with the following relative URL: "/LeitstelleService/mitarbeiter/leitstelle/{id}" Add a HTML table to the view with the following LeitstelleGebiet columns: - column: Gebiet - column: Leitstelle - column: PrimaerZustaendig The table should have the title "LeitstelleGebiets" und the data must be loaded from the server with the following relative URL: "/LeitstelleService/leitstellegebiet/leitstelle/{id}" Add a HTML table to the view with the following Notruf columns: - column: AnruferTelefon - column: Beschreibung - column: Eingangszeit - column: Leitstelle - column: Prioritaet - column: Rufnummer - column: AnruferName - column: OrtBeschreibung The table should have the title "Notrufs" und the data must be loaded from the server with the following relative URL: "/SchichtService/notruf/leitstelle/{id}" Add a HTML table to the view with the following LeitstelleKommunikationsmittel columns: - column: Primaer - column: Leitstelle - column: Kommunikationsmittel The table should have the title "LeitstelleKommunikationsmittels" und the data must be loaded from the server with the following relative URL: "/KommunikationsmittelService/leitstellekommunikationsmittel/leitstelle/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum