Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
NormVerordnungView
Please create a React-JS view called "NormVerordnungView" for the fields of the NormVerordnung entity. The NormVerordnungView must contain the following fields: - name: Beschreibung type: STRING - name: InkraftDatum type: DATE - name: Kennung type: STRING - name: Titel type: STRING - name: Typ type: STRING An existing NormVerordnung entity should be loaded from the relative URL: "/NormVerordnungService/normverordnung/{id}" (HTTP-GET) If a new NormVerordnung entity has been created, the new entity should be posted to the relative URL: "/NormVerordnungService/normverordnung" (HTTP-POST) If an existing NormVerordnung entity has been updated, the modified entity should be sent to the relative URL: "/NormVerordnungService/normverordnung/{id}" (HTTP-PUT) If an existing NormVerordnung entity has to be deleted, the following relative URL should be called: "/NormVerordnungService/normverordnung/{id}" (HTTP-DELETE) Add a HTML table to the view with the following SicherheitsMassnahme columns: - column: Gefahr - column: Baustelle - column: Verantwortlicher - column: MassnahmeBeschreibung - column: Rechtsgrundlage The table should have the title "SicherheitsMassnahmes" und the data must be loaded from the server with the following relative URL: "/BaustelleService/sicherheitsmassnahme/rechtsgrundlage/{id}" Add a HTML table to the view with the following BaustelleNorm columns: - column: Anwendungsbereich - column: NormVerordnung - column: Baustelle The table should have the title "BaustelleNorms" und the data must be loaded from the server with the following relative URL: "/NormVerordnungService/baustellenorm/normverordnung/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum