Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
SchaltanlageView
Please create a React-JS view called "SchaltanlageView" for the fields of the Schaltanlage entity. The SchaltanlageView must contain the following fields: - name: Anwendung type: STRING - name: Automatisierungsgrad type: STRING - name: Beschreibung type: STRING - name: Betreiber type: STRING - name: Bezeichnung type: STRING - name: InbetriebnahmeJahr type: INT - name: Installationsart type: STRING - name: Schaltanlagentyp type: Schaltanlagentyp - name: Spannungsebene type: Spannungsebene - name: Standort type: STRING - name: Umspannwerk type: Umspannwerk The data source for the [Spannungsebene] select control should be loaded from the relative URL: "/SpannungsebeneService/spannungsebene" (HTTP-GET) The data source for the [Schaltanlagentyp] select control should be loaded from the relative URL: "/SchaltfeldService/schaltanlagentyp" (HTTP-GET) The data source for the [Umspannwerk] select control should be loaded from the relative URL: "/HistorischerEintragService/umspannwerk" (HTTP-GET) An existing Schaltanlage entity should be loaded from the relative URL: "/SchaltanlageService/schaltanlage/{id}" (HTTP-GET) If a new Schaltanlage entity has been created, the new entity should be posted to the relative URL: "/SchaltanlageService/schaltanlage" (HTTP-POST) If an existing Schaltanlage entity has been updated, the modified entity should be sent to the relative URL: "/SchaltanlageService/schaltanlage/{id}" (HTTP-PUT) If an existing Schaltanlage entity has to be deleted, the following relative URL should be called: "/SchaltanlageService/schaltanlage/{id}" (HTTP-DELETE) Add a HTML table to the view with the following SchaltanlageNorm columns: - column: Norm - column: Schaltanlage The table should have the title "SchaltanlageNorms" und the data must be loaded from the server with the following relative URL: "/SchaltanlageService/schaltanlagenorm/schaltanlage/{id}" Add a HTML table to the view with the following Sammelschiene columns: - column: Schaltanlage - column: Beschreibung - column: Konfiguration - column: Bezeichnung The table should have the title "Sammelschienes" und the data must be loaded from the server with the following relative URL: "/SchaltfeldService/sammelschiene/schaltanlage/{id}" Add a HTML table to the view with the following Transformator columns: - column: SekundaerKilovolt - column: NennleistungMva - column: PrimarKilovolt - column: Bezeichnung - column: TertiaerKilovolt - column: HatStufenschalter - column: SchaltanlagePrimar - column: SchaltanlageSekundaer The table should have the title "Transformators" und the data must be loaded from the server with the following relative URL: "/SpannungsebeneService/transformator/schaltanlageprimar/{id}" Add a HTML table to the view with the following Transformator columns: - column: SekundaerKilovolt - column: NennleistungMva - column: PrimarKilovolt - column: Bezeichnung - column: TertiaerKilovolt - column: HatStufenschalter - column: SchaltanlagePrimar - column: SchaltanlageSekundaer The table should have the title "Transformators" und the data must be loaded from the server with the following relative URL: "/SpannungsebeneService/transformator/schaltanlagesekundaer/{id}" Add a HTML table to the view with the following SchaltanlageHistorie columns: - column: Schaltanlage - column: HistorischerEintrag The table should have the title "SchaltanlageHistories" und the data must be loaded from the server with the following relative URL: "/HistorischerEintragService/schaltanlagehistorie/schaltanlage/{id}" Add a HTML table to the view with the following Schaltfeld columns: - column: Schaltanlage - column: IstErweiterbar - column: Bezeichnung - column: Sammelschiene - column: Funktion The table should have the title "Schaltfelds" und the data must be loaded from the server with the following relative URL: "/SchaltfeldService/schaltfeld/schaltanlage/{id}" Add a HTML table to the view with the following SchutzSteuerGeraet columns: - column: Bezeichnung - column: Schaltanlage - column: Hersteller - column: Modell - column: Geraetetyp - column: Schaltfeld - column: Kommunikationsprotokoll The table should have the title "SchutzSteuerGeraets" und the data must be loaded from the server with the following relative URL: "/SchaltanlageService/schutzsteuergeraet/schaltanlage/{id}" Add a HTML table to the view with the following SchaltanlageSicherheitsanforderung columns: - column: Sicherheitsanforderung - column: Schaltanlage The table should have the title "SchaltanlageSicherheitsanforderungs" und the data must be loaded from the server with the following relative URL: "/SchaltanlageService/schaltanlagesicherheitsanforderung/schaltanlage/{id}" Add a HTML table to the view with the following SchaltanlageIsoliermedium columns: - column: Schaltanlage - column: Isoliermedium The table should have the title "SchaltanlageIsoliermediums" und the data must be loaded from the server with the following relative URL: "/NormService/schaltanlageisoliermedium/schaltanlage/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum