Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
GebaeudeView
Please create a React-JS view called "GebaeudeView" for the fields of the Gebaeude entity. The GebaeudeView must contain the following fields: - name: Adresse type: STRING - name: Baujahr type: LONG - name: Beschreibung type: STRING - name: Name type: STRING An existing Gebaeude entity should be loaded from the relative URL: "/GebaeudeService/gebaeude/{id}" (HTTP-GET) If a new Gebaeude entity has been created, the new entity should be posted to the relative URL: "/GebaeudeService/gebaeude" (HTTP-POST) If an existing Gebaeude entity has been updated, the modified entity should be sent to the relative URL: "/GebaeudeService/gebaeude/{id}" (HTTP-PUT) If an existing Gebaeude entity has to be deleted, the following relative URL should be called: "/GebaeudeService/gebaeude/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Nutzungseinheit columns: - column: Beschreibung - column: Nutzungstyp - column: Gebaeude - column: Bezeichnung The table should have the title "Nutzungseinheits" und the data must be loaded from the server with the following relative URL: "/NutzungseinheitService/nutzungseinheit/gebaeude/{id}" Add a HTML table to the view with the following Installationszone columns: - column: HoeheVonCm - column: Name - column: BreiteCm - column: HoeheBisCm - column: Gebaeude - column: Zonetype - column: Beschreibung The table should have the title "Installationszones" und the data must be loaded from the server with the following relative URL: "/GebaeudeService/installationszone/gebaeude/{id}" Add a HTML table to the view with the following Zaehlerschrank columns: - column: Schranktyp - column: Beschreibung - column: Hausanschluss - column: Standortbeschreibung - column: Gebaeude The table should have the title "Zaehlerschranks" und the data must be loaded from the server with the following relative URL: "/StromkreisService/zaehlerschrank/gebaeude/{id}" Add a HTML table to the view with the following Pruefung columns: - column: Beschreibung - column: Gebaeude - column: Pruefdatum - column: Nutzungseinheit - column: Pruefart - column: Ergebnis - column: Elektrofachkraft The table should have the title "Pruefungs" und the data must be loaded from the server with the following relative URL: "/ElektrofachkraftService/pruefung/gebaeude/{id}" Add a HTML table to the view with the following Verteiler columns: - column: Name - column: Gebaeude - column: Nutzungseinheit - column: Standortbeschreibung - column: Verteilertyp - column: Beschreibung - column: Schutzart - column: Zaehlerschrank The table should have the title "Verteilers" und the data must be loaded from the server with the following relative URL: "/StromkreisService/verteiler/gebaeude/{id}" Add a HTML table to the view with the following Hausanschluss columns: - column: Standortbeschreibung - column: Gebaeude - column: KurzschlussleistungKva - column: Anschlussart The table should have the title "Hausanschlusss" und the data must be loaded from the server with the following relative URL: "/GebaeudeService/hausanschluss/gebaeude/{id}" Add a HTML table to the view with the following Dokumentation columns: - column: Stromkreis - column: Beschreibung - column: DateiReferenz - column: Dokumenttyp - column: Titel - column: Nutzungseinheit - column: Erstellungsdatum - column: Gebaeude The table should have the title "Dokumentations" und the data must be loaded from the server with the following relative URL: "/GebaeudeService/dokumentation/gebaeude/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum