Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
SignalSystemView
Please create a React-JS view called "SignalSystemView" for the fields of the SignalSystem entity. The SignalSystemView must contain the following fields: - name: Beschreibung type: STRING - name: Gesetz type: Gesetz - name: GesetzlicheBezeichnung type: STRING - name: Land type: Land - name: Name type: STRING - name: StandardBezeichnung type: STRING The data source for the [Gesetz] select control should be loaded from the relative URL: "/KreuzungService/gesetz" (HTTP-GET) The data source for the [Land] select control should be loaded from the relative URL: "/LandService/land" (HTTP-GET) An existing SignalSystem entity should be loaded from the relative URL: "/SignalSystemService/signalsystem/{id}" (HTTP-GET) If a new SignalSystem entity has been created, the new entity should be posted to the relative URL: "/SignalSystemService/signalsystem" (HTTP-POST) If an existing SignalSystem entity has been updated, the modified entity should be sent to the relative URL: "/SignalSystemService/signalsystem/{id}" (HTTP-PUT) If an existing SignalSystem entity has to be deleted, the following relative URL should be called: "/SignalSystemService/signalsystem/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Umgangsbezeichnung columns: - column: Beschreibung - column: Sprache - column: Name - column: Land - column: SignalSystem The table should have the title "Umgangsbezeichnungs" und the data must be loaded from the server with the following relative URL: "/SignalInstallationService/umgangsbezeichnung/signalsystem/{id}" Add a HTML table to the view with the following GesetzlicheBezeichnung columns: - column: Gesetz - column: Beschreibung - column: SignalSystem - column: Land - column: Name The table should have the title "GesetzlicheBezeichnungs" und the data must be loaded from the server with the following relative URL: "/LandService/gesetzlichebezeichnung/signalsystem/{id}" Add a HTML table to the view with the following TechnischeBezeichnung columns: - column: Beschreibung - column: Name - column: Standard - column: Land - column: SignalSystem The table should have the title "TechnischeBezeichnungs" und the data must be loaded from the server with the following relative URL: "/SignalSystemService/technischebezeichnung/signalsystem/{id}" Add a HTML table to the view with the following Signalgeraet columns: - column: SignalSystem - column: IstTemporar - column: IstFahrzeug - column: IstRadfahrer - column: SignalInstallation - column: Verkehrsart - column: Montageart - column: IstOeffentlicherVerkehr - column: Name - column: IstFussgaenger - column: Positionsbeschreibung - column: Geraetetyp The table should have the title "Signalgeraets" und the data must be loaded from the server with the following relative URL: "/SignalSystemService/signalgeraet/signalsystem/{id}" Add a HTML table to the view with the following SignalSystemStandard columns: - column: SignalSystem - column: Beschreibung - column: Standard The table should have the title "SignalSystemStandards" und the data must be loaded from the server with the following relative URL: "/StandardService/signalsystemstandard/signalsystem/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum