Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
KreuzungView
Please create a React-JS view called "KreuzungView" for the fields of the Kreuzung entity. The KreuzungView must contain the following fields: - name: AnzahlArme type: LONG - name: Breitengrad type: STRING - name: HatBusspur type: BOOL - name: HatFussgaengerueberwege type: BOOL - name: HatRadueberwege type: BOOL - name: HatTram type: BOOL - name: IstKreisverkehrMoeglich type: BOOL - name: Laengengrad type: STRING - name: Land type: Land - name: Name type: STRING - name: Stadt type: STRING The data source for the [Land] select control should be loaded from the relative URL: "/LandService/land" (HTTP-GET) An existing Kreuzung entity should be loaded from the relative URL: "/KreuzungService/kreuzung/{id}" (HTTP-GET) If a new Kreuzung entity has been created, the new entity should be posted to the relative URL: "/KreuzungService/kreuzung" (HTTP-POST) If an existing Kreuzung entity has been updated, the modified entity should be sent to the relative URL: "/KreuzungService/kreuzung/{id}" (HTTP-PUT) If an existing Kreuzung entity has to be deleted, the following relative URL should be called: "/KreuzungService/kreuzung/{id}" (HTTP-DELETE) Add a HTML table to the view with the following SignalInstallation columns: - column: Beschreibung - column: Eigentuemertyp - column: Kreuzung - column: Name - column: Installationsdatum - column: IstStationaer - column: Einsatzkontext - column: IstMobil The table should have the title "SignalInstallations" und the data must be loaded from the server with the following relative URL: "/SignalInstallationService/signalinstallation/kreuzung/{id}" 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/kreuzung/{id}" Add a HTML table to the view with the following Programmplan columns: - column: Tagtyp - column: Endzeit - column: Steuerstrategie - column: Kreuzung - column: Beschreibung - column: Startzeit - column: Name - column: Zykluszeit The table should have the title "Programmplans" und the data must be loaded from the server with the following relative URL: "/SignalSymbolService/programmplan/kreuzung/{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/kreuzung/{id}" Add a HTML table to the view with the following Zufahrt columns: - column: GeschwindigkeitslimitKmh - column: Kreuzung - column: Richtung - column: AnzahlFahrstreifen - column: Beschreibung - column: HatBusspur - column: HatTramgleis The table should have the title "Zufahrts" und the data must be loaded from the server with the following relative URL: "/SignalSystemService/zufahrt/kreuzung/{id}" Add a HTML table to the view with the following Ueberweg columns: - column: Typ - column: HatZebrastreifen - column: Kreuzung - column: IstEbenerdig - column: Beschreibung - column: IstSignalisiert The table should have the title "Ueberwegs" und the data must be loaded from the server with the following relative URL: "/SignalFarbeService/ueberweg/kreuzung/{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/kreuzung/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum