Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
LandView
Please create a React-JS view called "LandView" for the fields of the Land entity. The LandView must contain the following fields: - name: IsoCode type: STRING - name: Name type: STRING An existing Land entity should be loaded from the relative URL: "/LandService/land/{id}" (HTTP-GET) If a new Land entity has been created, the new entity should be posted to the relative URL: "/LandService/land" (HTTP-POST) If an existing Land entity has been updated, the modified entity should be sent to the relative URL: "/LandService/land/{id}" (HTTP-PUT) If an existing Land entity has to be deleted, the following relative URL should be called: "/LandService/land/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Geschwindigkeitsregel columns: - column: Beschreibung - column: MaxBahnGeschwindigkeit - column: ErfordertTechnischeSicherung - column: Land - column: MaxStrassenGeschwindigkeit - column: ErfordertKeinenBahnuebergang The table should have the title "Geschwindigkeitsregels" und the data must be loaded from the server with the following relative URL: "/UebergangsartService/geschwindigkeitsregel/land/{id}" Add a HTML table to the view with the following Strasse columns: - column: Strassenkategorie - column: MaxGeschwindigkeit - column: Land - column: Name The table should have the title "Strasses" und the data must be loaded from the server with the following relative URL: "/LandService/strasse/land/{id}" Add a HTML table to the view with the following Unfallstatistik columns: - column: AnzahlTote - column: Land - column: AnzahlVerletzte - column: Jahr - column: AnzahlUnfaelle - column: Quelle - column: AnzahlBahnuebergaenge The table should have the title "Unfallstatistiks" und the data must be loaded from the server with the following relative URL: "/UebergangsartService/unfallstatistik/land/{id}" Add a HTML table to the view with the following Gesetz columns: - column: Beschreibung - column: GueltigAb - column: GueltigBis - column: Kuerzel - column: Name - column: Land - column: Paragraph The table should have the title "Gesetzs" und the data must be loaded from the server with the following relative URL: "/GesetzService/gesetz/land/{id}" Add a HTML table to the view with the following Bahnstrecke columns: - column: MaxGeschwindigkeit - column: Name - column: Betreiber - column: Elektrifiziert - column: Land The table should have the title "Bahnstreckes" und the data must be loaded from the server with the following relative URL: "/LandService/bahnstrecke/land/{id}" Add a HTML table to the view with the following Standardtechnik columns: - column: Land - column: Name - column: Beschreibung - column: Hersteller - column: EinsatzBisJahr - column: EinsatzAbJahr - column: Kuerzel The table should have the title "Standardtechniks" und the data must be loaded from the server with the following relative URL: "/LandService/standardtechnik/land/{id}" Add a HTML table to the view with the following Signalart columns: - column: Name - column: Code - column: Land - column: Beschreibung The table should have the title "Signalarts" und the data must be loaded from the server with the following relative URL: "/LandService/signalart/land/{id}" Add a HTML table to the view with the following Bahnuebergang columns: - column: Strasse - column: Beschreibung - column: AlternativeUeberOderUnterfuehrung - column: MaxBahnGeschwindigkeit - column: Sicherungskategorie - column: Bahnstrecke - column: AnzahlGleise - column: TechnischGesichert - column: Elektrifiziert - column: Uebergangsart - column: MaxStrassenGeschwindigkeit - column: Name - column: Neubau - column: Breitengrad - column: Land - column: Laengengrad The table should have the title "Bahnuebergangs" und the data must be loaded from the server with the following relative URL: "/BahnuebergangService/bahnuebergang/land/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum