Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
EntsalzungsanlageView
Please create a React-JS view called "EntsalzungsanlageView" for the fields of the Entsalzungsanlage entity. The EntsalzungsanlageView must contain the following fields: - name: AusserbetriebnahmeJahr type: LONG - name: BetreiberOrganisation type: Organisation - name: Hinweise type: STRING - name: InbetriebnahmeJahr type: LONG - name: IstKraftwerksverbund type: BOOL - name: Land type: Land - name: Name type: STRING - name: Produktwasserart type: Wasserart - name: Rohwasserart type: Wasserart - name: StandortBeschreibung type: STRING - name: StandortStadt type: STRING - name: TageskapazitaetM3 type: STRING The data source for the [BetreiberOrganisation] select control should be loaded from the relative URL: "/OrganisationService/organisation" (HTTP-GET) The data source for the [Produktwasserart] select control should be loaded from the relative URL: "/NebenproduktService/wasserart" (HTTP-GET) The data source for the [Rohwasserart] select control should be loaded from the relative URL: "/NebenproduktService/wasserart" (HTTP-GET) The data source for the [Land] select control should be loaded from the relative URL: "/OrganisationService/land" (HTTP-GET) An existing Entsalzungsanlage entity should be loaded from the relative URL: "/EntsalzungsanlageService/entsalzungsanlage/{id}" (HTTP-GET) If a new Entsalzungsanlage entity has been created, the new entity should be posted to the relative URL: "/EntsalzungsanlageService/entsalzungsanlage" (HTTP-POST) If an existing Entsalzungsanlage entity has been updated, the modified entity should be sent to the relative URL: "/EntsalzungsanlageService/entsalzungsanlage/{id}" (HTTP-PUT) If an existing Entsalzungsanlage entity has to be deleted, the following relative URL should be called: "/EntsalzungsanlageService/entsalzungsanlage/{id}" (HTTP-DELETE) Add a HTML table to the view with the following AnlageVerfahren columns: - column: KapazitaetsanteilProzent - column: Verfahren - column: Entsalzungsanlage - column: IstHauptverfahren The table should have the title "AnlageVerfahrens" und the data must be loaded from the server with the following relative URL: "/EntsalzungsanlageService/anlageverfahren/entsalzungsanlage/{id}" Add a HTML table to the view with the following AnlageNebenprodukt columns: - column: Entsalzungsanlage - column: Tagesmenge - column: Nebenprodukt - column: Einheit The table should have the title "AnlageNebenprodukts" und the data must be loaded from the server with the following relative URL: "/NebenproduktService/anlagenebenprodukt/entsalzungsanlage/{id}" Add a HTML table to the view with the following AnlageEnergiequelle columns: - column: Entsalzungsanlage - column: EnergieanteilProzent - column: Energiequelle The table should have the title "AnlageEnergiequelles" und the data must be loaded from the server with the following relative URL: "/EntsalzungsanlageService/anlageenergiequelle/entsalzungsanlage/{id}" Add a HTML table to the view with the following AnlageUmweltauswirkung columns: - column: Minderungsmassnahmen - column: Umweltauswirkung - column: Bewertung - column: Entsalzungsanlage The table should have the title "AnlageUmweltauswirkungs" und the data must be loaded from the server with the following relative URL: "/UmweltauswirkungService/anlageumweltauswirkung/entsalzungsanlage/{id}" Add a HTML table to the view with the following AnlageAnwendungsbereich columns: - column: Entsalzungsanlage - column: Anwendungsbereich - column: Prioritaet The table should have the title "AnlageAnwendungsbereichs" und the data must be loaded from the server with the following relative URL: "/EntsalzungsanlageService/anlageanwendungsbereich/entsalzungsanlage/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum