Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
ZeichenFunktionView
Please create a React-JS view called "ZeichenFunktionView" for the fields of the ZeichenFunktion entity. The ZeichenFunktionView must contain the following fields: - name: Beschreibung type: STRING - name: Name type: STRING An existing ZeichenFunktion entity should be loaded from the relative URL: "/ZeichenKategorieService/zeichenfunktion/{id}" (HTTP-GET) If a new ZeichenFunktion entity has been created, the new entity should be posted to the relative URL: "/ZeichenKategorieService/zeichenfunktion" (HTTP-POST) If an existing ZeichenFunktion entity has been updated, the modified entity should be sent to the relative URL: "/ZeichenKategorieService/zeichenfunktion/{id}" (HTTP-PUT) If an existing ZeichenFunktion entity has to be deleted, the following relative URL should be called: "/ZeichenKategorieService/zeichenfunktion/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Verkehrszeichen columns: - column: VerkehrszeichenSystem - column: GueltigVon - column: Beschreibung - column: GueltigBis - column: IstMarkierung - column: IstAmtlich - column: IstVariabel - column: Code - column: ZeichenKategorie - column: Rechtsgrundlage - column: ZeichenForm - column: Kurzbezeichnung - column: ZeichenFunktion - column: Piktogramm - column: Langbezeichnung - column: Farbschema - column: Behoerde The table should have the title "Verkehrszeichens" und the data must be loaded from the server with the following relative URL: "/VerkehrszeichenService/verkehrszeichen/zeichenfunktion/{id}" Add a HTML table to the view with the following KonventionsZeichen columns: - column: Name - column: Code - column: ZeichenKategorie - column: ZeichenFunktion - column: InternationaleKonvention - column: Beschreibung - column: ZeichenForm - column: Piktogramm The table should have the title "KonventionsZeichens" und the data must be loaded from the server with the following relative URL: "/ZeichenKategorieService/konventionszeichen/zeichenfunktion/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum