Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
GesetzView
Please create a React-JS view called "GesetzView" for the fields of the Gesetz entity. The GesetzView must contain the following fields: - name: Gesetzestyp type: STRING - name: GueltigAb type: DATE - name: Land type: Land - name: Name type: STRING - name: Zitat type: STRING The data source for the [Land] select control should be loaded from the relative URL: "/LandService/land" (HTTP-GET) An existing Gesetz entity should be loaded from the relative URL: "/GesetzService/gesetz/{id}" (HTTP-GET) If a new Gesetz entity has been created, the new entity should be posted to the relative URL: "/GesetzService/gesetz" (HTTP-POST) If an existing Gesetz entity has been updated, the modified entity should be sent to the relative URL: "/GesetzService/gesetz/{id}" (HTTP-PUT) If an existing Gesetz entity has to be deleted, the following relative URL should be called: "/GesetzService/gesetz/{id}" (HTTP-DELETE) Add a HTML table to the view with the following GesetzGiltFuerBeruf columns: - column: Gesetz - column: Berufsumfang The table should have the title "GesetzGiltFuerBerufs" und the data must be loaded from the server with the following relative URL: "/GesetzService/gesetzgiltfuerberuf/gesetz/{id}" Add a HTML table to the view with the following GesetzGiltFuerKoerperschaft columns: - column: Gesetz - column: Berufskoerperschaft The table should have the title "GesetzGiltFuerKoerperschafts" und the data must be loaded from the server with the following relative URL: "/BerufskoerperschaftService/gesetzgiltfuerkoerperschaft/gesetz/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum