Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
VerkehrsartView
Please create a React-JS view called "VerkehrsartView" for the fields of the Verkehrsart entity. The VerkehrsartView must contain the following fields: - name: Beschreibung type: STRING - name: Name type: STRING An existing Verkehrsart entity should be loaded from the relative URL: "/VerkehrsartService/verkehrsart/{id}" (HTTP-GET) If a new Verkehrsart entity has been created, the new entity should be posted to the relative URL: "/VerkehrsartService/verkehrsart" (HTTP-POST) If an existing Verkehrsart entity has been updated, the modified entity should be sent to the relative URL: "/VerkehrsartService/verkehrsart/{id}" (HTTP-PUT) If an existing Verkehrsart entity has to be deleted, the following relative URL should be called: "/VerkehrsartService/verkehrsart/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Signalgruppe columns: - column: IstFahrzeuggruppe - column: Verkehrsart - column: IstFussgaengergruppe - column: Kreuzung - column: Name - column: IstOeVGruppe - column: Beschreibung - column: IstRadgruppe The table should have the title "Signalgruppes" und the data must be loaded from the server with the following relative URL: "/VerkehrsartService/signalgruppe/verkehrsart/{id}" Add a HTML table to the view with the following Fahrzeugtyp columns: - column: Verkehrsart - column: Beschreibung - column: Name The table should have the title "Fahrzeugtyps" und the data must be loaded from the server with the following relative URL: "/StandardService/fahrzeugtyp/verkehrsart/{id}" Add a HTML table to the view with the following OeVPriorisierung columns: - column: Verkehrsart - column: Kreuzung - column: Beschreibung - column: Detektionsmethode - column: Priorisierungsart The table should have the title "OeVPriorisierungs" und the data must be loaded from the server with the following relative URL: "/VerkehrsartService/oevpriorisierung/verkehrsart/{id}" Add a HTML table to the view with the following Detektor columns: - column: Detektortyp - column: IstOeV - column: Kreuzung - column: Verkehrsart - column: Positionsbeschreibung - column: IstEinsatzfahrzeug - column: Steuerstrategie The table should have the title "Detektors" und the data must be loaded from the server with the following relative URL: "/KreuzungService/detektor/verkehrsart/{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/verkehrsart/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum