Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
KonventionsZeichenView
Please create a React-JS view called "KonventionsZeichenView" for the fields of the KonventionsZeichen entity. The KonventionsZeichenView must contain the following fields: - name: Beschreibung type: STRING - name: Code type: STRING - name: InternationaleKonvention type: InternationaleKonvention - name: Name type: STRING - name: Piktogramm type: STRING - name: ZeichenForm type: ZeichenForm - name: ZeichenFunktion type: ZeichenFunktion - name: ZeichenKategorie type: ZeichenKategorie The data source for the [ZeichenFunktion] select control should be loaded from the relative URL: "/ZeichenKategorieService/zeichenfunktion" (HTTP-GET) The data source for the [ZeichenForm] select control should be loaded from the relative URL: "/InternationaleKonventionService/zeichenform" (HTTP-GET) The data source for the [ZeichenKategorie] select control should be loaded from the relative URL: "/ZeichenKategorieService/zeichenkategorie" (HTTP-GET) The data source for the [InternationaleKonvention] select control should be loaded from the relative URL: "/InternationaleKonventionService/internationalekonvention" (HTTP-GET) An existing KonventionsZeichen entity should be loaded from the relative URL: "/ZeichenKategorieService/konventionszeichen/{id}" (HTTP-GET) If a new KonventionsZeichen entity has been created, the new entity should be posted to the relative URL: "/ZeichenKategorieService/konventionszeichen" (HTTP-POST) If an existing KonventionsZeichen entity has been updated, the modified entity should be sent to the relative URL: "/ZeichenKategorieService/konventionszeichen/{id}" (HTTP-PUT) If an existing KonventionsZeichen entity has to be deleted, the following relative URL should be called: "/ZeichenKategorieService/konventionszeichen/{id}" (HTTP-DELETE) Add a HTML table to the view with the following KonventionsZuordnung columns: - column: Hinweise - column: KonventionsZeichen - column: Verkehrszeichen The table should have the title "KonventionsZuordnungs" und the data must be loaded from the server with the following relative URL: "/ZeichenKategorieService/konventionszuordnung/konventionszeichen/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum