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: Abkuerzung type: STRING - name: AmtlicherTitel type: STRING - name: Beschreibung type: STRING - name: DatumLetzteAenderung type: DATE - name: DatumVerkuendung type: DATE - name: Gesetzesart type: STRING - name: Kurztitel type: STRING - name: Land type: Land - 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 Erlaubnis columns: - column: Ausstellungsdatum - column: Erlaubnistyp - column: Land - column: Ablaufdatum - column: Gesetz - column: Hinweise - column: Behoerde - column: Person - column: Widerrufsdatum - column: IstWiderrufen - column: Beruf - column: Sektoralerlaubnisart - column: Erlaubnisnummer The table should have the title "Erlaubniss" und the data must be loaded from the server with the following relative URL: "/LandService/erlaubnis/gesetz/{id}" Add a HTML table to the view with the following Pruefung columns: - column: MuendlichErforderlich - column: Name - column: MaxVersuche - column: SchriftlichErforderlich - column: Land - column: Behoerde - column: Beschreibung - column: Beruf - column: Mindestpunktzahl - column: Gesetz The table should have the title "Pruefungs" und the data must be loaded from the server with the following relative URL: "/PruefungService/pruefung/gesetz/{id}" Add a HTML table to the view with the following Behandlungsvertrag columns: - column: NutztGebuehrenverzeichnis - column: DatumBeendigung - column: Gesetz - column: NutztGOAEAnalog - column: DatumUnterschrift - column: Behandlungsfall - column: Honorarvereinbarung - column: UeberschreitetGebuehrenrahmen - column: Vertragstext - column: Vertragsart The table should have the title "Behandlungsvertrags" und the data must be loaded from the server with the following relative URL: "/GesetzService/behandlungsvertrag/gesetz/{id}" Add a HTML table to the view with the following BerufLandRegelung columns: - column: Gesetz - column: Hinweise - column: Strafbarkeit - column: Beruf - column: Beschreibung - column: Regelungsstatus - column: Land The table should have the title "BerufLandRegelungs" und the data must be loaded from the server with the following relative URL: "/BerufService/beruflandregelung/gesetz/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum