Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
BahnuebergangView
Please create a React-JS view called "BahnuebergangView" for the fields of the Bahnuebergang entity. The BahnuebergangView must contain the following fields: - name: AlternativeUeberOderUnterfuehrung type: BOOL - name: AnzahlGleise type: LONG - name: Bahnstrecke type: Bahnstrecke - name: Beschreibung type: STRING - name: Breitengrad type: STRING - name: Elektrifiziert type: BOOL - name: Laengengrad type: STRING - name: Land type: Land - name: MaxBahnGeschwindigkeit type: LONG - name: MaxStrassenGeschwindigkeit type: LONG - name: Name type: STRING - name: Neubau type: BOOL - name: Sicherungskategorie type: Sicherungskategorie - name: Strasse type: Strasse - name: TechnischGesichert type: BOOL - name: Uebergangsart type: Uebergangsart The data source for the [Uebergangsart] select control should be loaded from the relative URL: "/UebergangsartService/uebergangsart" (HTTP-GET) The data source for the [Bahnstrecke] select control should be loaded from the relative URL: "/LandService/bahnstrecke" (HTTP-GET) The data source for the [Sicherungskategorie] select control should be loaded from the relative URL: "/BahnuebergangService/sicherungskategorie" (HTTP-GET) The data source for the [Strasse] select control should be loaded from the relative URL: "/LandService/strasse" (HTTP-GET) The data source for the [Land] select control should be loaded from the relative URL: "/LandService/land" (HTTP-GET) An existing Bahnuebergang entity should be loaded from the relative URL: "/BahnuebergangService/bahnuebergang/{id}" (HTTP-GET) If a new Bahnuebergang entity has been created, the new entity should be posted to the relative URL: "/BahnuebergangService/bahnuebergang" (HTTP-POST) If an existing Bahnuebergang entity has been updated, the modified entity should be sent to the relative URL: "/BahnuebergangService/bahnuebergang/{id}" (HTTP-PUT) If an existing Bahnuebergang entity has to be deleted, the following relative URL should be called: "/BahnuebergangService/bahnuebergang/{id}" (HTTP-DELETE) Add a HTML table to the view with the following BahnuebergangSignal columns: - column: StrassenSignal - column: BahnSignal - column: Signalart - column: Bahnuebergang The table should have the title "BahnuebergangSignals" und the data must be loaded from the server with the following relative URL: "/GesetzService/bahnuebergangsignal/bahnuebergang/{id}" Add a HTML table to the view with the following BahnuebergangSchranke columns: - column: AnzahlBaume - column: Schrankenart - column: Bahnuebergang The table should have the title "BahnuebergangSchrankes" und the data must be loaded from the server with the following relative URL: "/UebergangsartService/bahnuebergangschranke/bahnuebergang/{id}" Add a HTML table to the view with the following BahnuebergangGesetz columns: - column: Bahnuebergang - column: Gesetz - column: Hinweis The table should have the title "BahnuebergangGesetzs" und the data must be loaded from the server with the following relative URL: "/BahnuebergangService/bahnueberganggesetz/bahnuebergang/{id}" Add a HTML table to the view with the following BahnuebergangWarnmittel columns: - column: Warnmittel - column: PrimaeresWarnmittel - column: Positionsbeschreibung - column: Bahnuebergang The table should have the title "BahnuebergangWarnmittels" und the data must be loaded from the server with the following relative URL: "/BahnuebergangService/bahnuebergangwarnmittel/bahnuebergang/{id}" Add a HTML table to the view with the following BahnuebergangUeberwachung columns: - column: Bahnuebergang - column: Ueberwachungsart The table should have the title "BahnuebergangUeberwachungs" und the data must be loaded from the server with the following relative URL: "/GesetzService/bahnuebergangueberwachung/bahnuebergang/{id}" Add a HTML table to the view with the following BahnuebergangStandardtechnik columns: - column: Installationsjahr - column: Bahnuebergang - column: Standardtechnik The table should have the title "BahnuebergangStandardtechniks" und the data must be loaded from the server with the following relative URL: "/BahnuebergangService/bahnuebergangstandardtechnik/bahnuebergang/{id}" Add a HTML table to the view with the following Flughafenuebergang columns: - column: FlughafenName - column: StartbahnKennung - column: Bahnuebergang - column: Oberleitungsluecke - column: HaltSignaleFuerZuege The table should have the title "Flughafenuebergangs" und the data must be loaded from the server with the following relative URL: "/BahnuebergangService/flughafenuebergang/bahnuebergang/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum