Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
SpruchkoerperView
Please create a React-JS view called "SpruchkoerperView" for the fields of the Spruchkoerper entity. The SpruchkoerperView must contain the following fields: - name: Gericht type: Gericht - name: MaximalanzahlRichter type: LONG - name: MindestanzahlRichter type: LONG - name: Name type: STRING - name: Typ type: STRING The data source for the [Gericht] select control should be loaded from the relative URL: "/GerichtService/gericht" (HTTP-GET) An existing Spruchkoerper entity should be loaded from the relative URL: "/GerichtService/spruchkoerper/{id}" (HTTP-GET) If a new Spruchkoerper entity has been created, the new entity should be posted to the relative URL: "/GerichtService/spruchkoerper" (HTTP-POST) If an existing Spruchkoerper entity has been updated, the modified entity should be sent to the relative URL: "/GerichtService/spruchkoerper/{id}" (HTTP-PUT) If an existing Spruchkoerper entity has to be deleted, the following relative URL should be called: "/GerichtService/spruchkoerper/{id}" (HTTP-DELETE) Add a HTML table to the view with the following SpruchkoerperZuweisung columns: - column: Spruchkoerper - column: Rollenbeschreibung - column: Verfahren - column: Zuweisungsdatum The table should have the title "SpruchkoerperZuweisungs" und the data must be loaded from the server with the following relative URL: "/VerfahrenService/spruchkoerperzuweisung/spruchkoerper/{id}" Add a HTML table to the view with the following SpruchkoerperMitglied columns: - column: Spruchkoerper - column: Rolle - column: Richter The table should have the title "SpruchkoerperMitglieds" und the data must be loaded from the server with the following relative URL: "/GerichtstypService/spruchkoerpermitglied/spruchkoerper/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum