Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
WasserkraftwerkView
Please create a React-JS view called "WasserkraftwerkView" for the fields of the Wasserkraftwerk entity. The WasserkraftwerkView must contain the following fields: - name: AusserbetriebnahmeJahr type: INT - name: Beschreibung type: STRING - name: Betriebsart type: Betriebsart - name: Druckstufe type: Druckstufe - name: Fluss type: Fluss - name: InbetriebnahmeJahr type: INT - name: InstallierteLeistungMw type: DOUBLE - name: IstKavernenkraftwerk type: BOOL - name: IstPumpspeicher type: BOOL - name: JahreserzeugungGwh type: DOUBLE - name: Kraftwerkstyp type: Kraftwerkstyp - name: Land type: Land - name: Lastklasse type: Lastklasse - name: Name type: STRING - name: NettoFallhoeheMaxM type: DOUBLE - name: NettoFallhoeheMinM type: DOUBLE - name: Topographieklasse type: Topographieklasse The data source for the [Lastklasse] select control should be loaded from the relative URL: "/HistorischesEreignisService/lastklasse" (HTTP-GET) The data source for the [Topographieklasse] select control should be loaded from the relative URL: "/WasserkraftwerkService/topographieklasse" (HTTP-GET) The data source for the [Fluss] select control should be loaded from the relative URL: "/WasserkraftwerkService/fluss" (HTTP-GET) The data source for the [Kraftwerkstyp] select control should be loaded from the relative URL: "/OekologischeAuswirkungService/kraftwerkstyp" (HTTP-GET) The data source for the [Druckstufe] select control should be loaded from the relative URL: "/WasserkraftwerkService/druckstufe" (HTTP-GET) The data source for the [Betriebsart] select control should be loaded from the relative URL: "/WirtschaftsKennzahlService/betriebsart" (HTTP-GET) The data source for the [Land] select control should be loaded from the relative URL: "/LandService/land" (HTTP-GET) An existing Wasserkraftwerk entity should be loaded from the relative URL: "/WasserkraftwerkService/wasserkraftwerk/{id}" (HTTP-GET) If a new Wasserkraftwerk entity has been created, the new entity should be posted to the relative URL: "/WasserkraftwerkService/wasserkraftwerk" (HTTP-POST) If an existing Wasserkraftwerk entity has been updated, the modified entity should be sent to the relative URL: "/WasserkraftwerkService/wasserkraftwerk/{id}" (HTTP-PUT) If an existing Wasserkraftwerk entity has to be deleted, the following relative URL should be called: "/WasserkraftwerkService/wasserkraftwerk/{id}" (HTTP-DELETE) Add a HTML table to the view with the following KraftwerkLeistungsParameter columns: - column: BemessungsAbflussM3s - column: Wasserkraftwerk - column: GesamtWirkungsgrad - column: BemessungsFallhoeheM - column: BerechneteLeistungKw The table should have the title "KraftwerkLeistungsParameters" und the data must be loaded from the server with the following relative URL: "/HistorischesEreignisService/kraftwerkleistungsparameter/wasserkraftwerk/{id}" Add a HTML table to the view with the following KraftwerkAusbaugrad columns: - column: SpeichervolumenM3 - column: AusbaugradWert - column: Wasserkraftwerk - column: AusbaugradDefinition - column: BemessungsAbflussM3s - column: MittlererAbflussM3s - column: JahresZuflussM3 The table should have the title "KraftwerkAusbaugrads" und the data must be loaded from the server with the following relative URL: "/AusbaugradDefinitionService/kraftwerkausbaugrad/wasserkraftwerk/{id}" Add a HTML table to the view with the following KraftwerkOekologischeAuswirkung columns: - column: Wasserkraftwerk - column: Notizen - column: Schweregrad - column: OekologischeAuswirkung The table should have the title "KraftwerkOekologischeAuswirkungs" und the data must be loaded from the server with the following relative URL: "/OekologischeAuswirkungService/kraftwerkoekologischeauswirkung/wasserkraftwerk/{id}" Add a HTML table to the view with the following Speicherbecken columns: - column: IstNatuerlich - column: SpeichervolumenM3 - column: Wasserkraftwerk - column: Speicherart - column: Name The table should have the title "Speicherbeckens" und the data must be loaded from the server with the following relative URL: "/WirtschaftsKennzahlService/speicherbecken/wasserkraftwerk/{id}" Add a HTML table to the view with the following KraftwerkTurbine columns: - column: Anzahl - column: GesamtleistungMw - column: Wasserkraftwerk - column: TurbinenTyp The table should have the title "KraftwerkTurbines" und the data must be loaded from the server with the following relative URL: "/TurbinenTypService/kraftwerkturbine/wasserkraftwerk/{id}" Add a HTML table to the view with the following Staudamm columns: - column: Dammtyp - column: HoeheM - column: Name - column: Wasserkraftwerk - column: LaengeM The table should have the title "Staudamms" und the data must be loaded from the server with the following relative URL: "/TurbinenTypService/staudamm/wasserkraftwerk/{id}" Add a HTML table to the view with the following ProjektKraftwerk columns: - column: Projekt - column: Rolle - column: Wasserkraftwerk The table should have the title "ProjektKraftwerks" und the data must be loaded from the server with the following relative URL: "/LandService/projektkraftwerk/wasserkraftwerk/{id}" Add a HTML table to the view with the following KraftwerkWirtschaftsdaten columns: - column: Wasserkraftwerk - column: WirtschaftsKennzahl - column: Jahr - column: Wert The table should have the title "KraftwerkWirtschaftsdatens" und the data must be loaded from the server with the following relative URL: "/WirtschaftsKennzahlService/kraftwerkwirtschaftsdaten/wasserkraftwerk/{id}" Add a HTML table to the view with the following KraftwerkHistorischesEreignis columns: - column: HistorischesEreignis - column: Wasserkraftwerk - column: Rolle The table should have the title "KraftwerkHistorischesEreigniss" und the data must be loaded from the server with the following relative URL: "/HistorischesEreignisService/kraftwerkhistorischesereignis/wasserkraftwerk/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum