Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
VerteilerView
Please create a React-JS view called "VerteilerView" for the fields of the Verteiler entity. The VerteilerView must contain the following fields: - name: Beschreibung type: STRING - name: Gebaeude type: Gebaeude - name: Name type: STRING - name: Nutzungseinheit type: Nutzungseinheit - name: Schutzart type: STRING - name: Standortbeschreibung type: STRING - name: Verteilertyp type: STRING - name: Zaehlerschrank type: Zaehlerschrank The data source for the [Gebaeude] select control should be loaded from the relative URL: "/GebaeudeService/gebaeude" (HTTP-GET) The data source for the [Nutzungseinheit] select control should be loaded from the relative URL: "/NutzungseinheitService/nutzungseinheit" (HTTP-GET) The data source for the [Zaehlerschrank] select control should be loaded from the relative URL: "/StromkreisService/zaehlerschrank" (HTTP-GET) An existing Verteiler entity should be loaded from the relative URL: "/StromkreisService/verteiler/{id}" (HTTP-GET) If a new Verteiler entity has been created, the new entity should be posted to the relative URL: "/StromkreisService/verteiler" (HTTP-POST) If an existing Verteiler entity has been updated, the modified entity should be sent to the relative URL: "/StromkreisService/verteiler/{id}" (HTTP-PUT) If an existing Verteiler entity has to be deleted, the following relative URL should be called: "/StromkreisService/verteiler/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Schutzorgan columns: - column: SchaltvermoegenKa - column: PositionIndex - column: Pole - column: Verteiler - column: NennausloesestromMa - column: NennstromA - column: OrganTyp - column: Bezeichnung - column: Charakteristik - column: Beschreibung The table should have the title "Schutzorgans" und the data must be loaded from the server with the following relative URL: "/StromkreisService/schutzorgan/verteiler/{id}" Add a HTML table to the view with the following Stromkreis columns: - column: Nummer - column: Stromkreisart - column: Nennspannung - column: Nutzungseinheit - column: Phasen - column: Verteiler - column: NennstromA - column: Name - column: Schutzorgan - column: Beschreibung The table should have the title "Stromkreiss" und the data must be loaded from the server with the following relative URL: "/StromkreisService/stromkreis/verteiler/{id}" Add a HTML table to the view with the following Leitungsweg columns: - column: Leitungstyp - column: LaengeMeter - column: EndeAbzweigdose - column: StartAbzweigdose - column: EndeGeraet - column: StartVerteiler - column: Routenbeschreibung - column: Installationsmethode - column: EndeVerteiler - column: Beschreibung - column: StartGeraet - column: Stromkreis The table should have the title "Leitungswegs" und the data must be loaded from the server with the following relative URL: "/AbzweigdoseService/leitungsweg/startverteiler/{id}" Add a HTML table to the view with the following Leitungsweg columns: - column: Leitungstyp - column: LaengeMeter - column: EndeAbzweigdose - column: StartAbzweigdose - column: EndeGeraet - column: StartVerteiler - column: Routenbeschreibung - column: Installationsmethode - column: EndeVerteiler - column: Beschreibung - column: StartGeraet - column: Stromkreis The table should have the title "Leitungswegs" und the data must be loaded from the server with the following relative URL: "/AbzweigdoseService/leitungsweg/endeverteiler/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum