Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
VerkehrsStatistikView
Please create a React-JS view called "VerkehrsStatistikView" for the fields of the VerkehrsStatistik entity. The VerkehrsStatistikView must contain the following fields: - name: Beschreibung type: STRING - name: Jahr type: LONG - name: MengeFahrzeuge type: STRING - name: MengePassagiere type: STRING - name: MengeTeu type: STRING - name: MengeTonnen type: STRING - name: Quelle type: STRING - name: Region type: STRING - name: Schiffsanlaeufe type: STRING - name: Studie type: Studie - name: Verkehrsmodus type: Verkehrsmodus - name: Wasserstrasse type: Wasserstrasse The data source for the [Verkehrsmodus] select control should be loaded from the relative URL: "/BeschaeftigungssektorService/verkehrsmodus" (HTTP-GET) The data source for the [Studie] select control should be loaded from the relative URL: "/StudieService/studie" (HTTP-GET) The data source for the [Wasserstrasse] select control should be loaded from the relative URL: "/WasserstrasseService/wasserstrasse" (HTTP-GET) An existing VerkehrsStatistik entity should be loaded from the relative URL: "/StudieService/verkehrsstatistik/{id}" (HTTP-GET) If a new VerkehrsStatistik entity has been created, the new entity should be posted to the relative URL: "/StudieService/verkehrsstatistik" (HTTP-POST) If an existing VerkehrsStatistik entity has been updated, the modified entity should be sent to the relative URL: "/StudieService/verkehrsstatistik/{id}" (HTTP-PUT) If an existing VerkehrsStatistik entity has to be deleted, the following relative URL should be called: "/StudieService/verkehrsstatistik/{id}" (HTTP-DELETE) Add a HTML table to the view with the following HafenVerkehrsStatistik columns: - column: Hafen - column: IstBvwpBezug - column: VerkehrsStatistik - column: IstPrognose The table should have the title "HafenVerkehrsStatistiks" und the data must be loaded from the server with the following relative URL: "/HafenService/hafenverkehrsstatistik/verkehrsstatistik/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum