Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
KontroverseView
Please create a React-JS view called "KontroverseView" for the fields of the Kontroverse entity. The KontroverseView must contain the following fields: - name: Beschreibung type: STRING - name: Endjahr type: LONG - name: KritikTyp type: STRING - name: Startjahr type: LONG - name: Thema type: STRING - name: Titel type: STRING An existing Kontroverse entity should be loaded from the relative URL: "/KontroverseService/kontroverse/{id}" (HTTP-GET) If a new Kontroverse entity has been created, the new entity should be posted to the relative URL: "/KontroverseService/kontroverse" (HTTP-POST) If an existing Kontroverse entity has been updated, the modified entity should be sent to the relative URL: "/KontroverseService/kontroverse/{id}" (HTTP-PUT) If an existing Kontroverse entity has to be deleted, the following relative URL should be called: "/KontroverseService/kontroverse/{id}" (HTTP-DELETE) Add a HTML table to the view with the following KontroverseAkteur columns: - column: Position - column: AkteurTyp - column: Kontroverse - column: AkteurName - column: Notizen The table should have the title "KontroverseAkteurs" und the data must be loaded from the server with the following relative URL: "/KontroverseService/kontroverseakteur/kontroverse/{id}" Add a HTML table to the view with the following ZooKontroverse columns: - column: AuswirkungBeschreibung - column: Zoo - column: Kontroverse The table should have the title "ZooKontroverses" und the data must be loaded from the server with the following relative URL: "/KontroverseService/zookontroverse/kontroverse/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum