Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
VerfahrenView
Please create a React-JS view called "VerfahrenView" for the fields of the Verfahren entity. The VerfahrenView must contain the following fields: - name: Beschreibung type: STRING - name: IstMembranbasiert type: BOOL - name: IstSolargetrieben type: BOOL - name: IstThermisch type: BOOL - name: Kurzname type: STRING - name: Name type: STRING - name: PhysikalischesMinimumKwhProM3 type: STRING - name: Technologieart type: Technologieart - name: TypischeAnlagengroesse type: STRING - name: TypischerEnergiebedarfKwhProM3 type: STRING The data source for the [Technologieart] select control should be loaded from the relative URL: "/LiteraturquelleService/technologieart" (HTTP-GET) An existing Verfahren entity should be loaded from the relative URL: "/VerfahrenService/verfahren/{id}" (HTTP-GET) If a new Verfahren entity has been created, the new entity should be posted to the relative URL: "/VerfahrenService/verfahren" (HTTP-POST) If an existing Verfahren entity has been updated, the modified entity should be sent to the relative URL: "/VerfahrenService/verfahren/{id}" (HTTP-PUT) If an existing Verfahren entity has to be deleted, the following relative URL should be called: "/VerfahrenService/verfahren/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Forschungsprojekt columns: - column: Beschreibung - column: Endjahr - column: Name - column: Verfahren - column: Organisation - column: Umweltauswirkung - column: Startjahr The table should have the title "Forschungsprojekts" und the data must be loaded from the server with the following relative URL: "/VerfahrenService/forschungsprojekt/verfahren/{id}" Add a HTML table to the view with the following VerfahrenEnergiequelle columns: - column: NutzungBeschreibung - column: Energiequelle - column: Verfahren The table should have the title "VerfahrenEnergiequelles" und the data must be loaded from the server with the following relative URL: "/EnergiequelleService/verfahrenenergiequelle/verfahren/{id}" Add a HTML table to the view with the following HistorischesEreignis columns: - column: Organisation - column: Beschreibung - column: Verfahren - column: Titel - column: Land - column: Ereignisdatum The table should have the title "HistorischesEreigniss" und the data must be loaded from the server with the following relative URL: "/OrganisationService/historischesereignis/verfahren/{id}" 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/verfahren/{id}" Add a HTML table to the view with the following VerfahrenMembran columns: - column: RolleBeschreibung - column: Verfahren - column: Membrantyp The table should have the title "VerfahrenMembrans" und the data must be loaded from the server with the following relative URL: "/AnwendungsbereichService/verfahrenmembran/verfahren/{id}" Add a HTML table to the view with the following Verfahrensvariante columns: - column: BetriebstemperaturC - column: Beschreibung - column: BetriebsdruckBar - column: Verfahren - column: RueckgewinnungsrateProzent - column: Name The table should have the title "Verfahrensvariantes" und the data must be loaded from the server with the following relative URL: "/AnwendungsbereichService/verfahrensvariante/verfahren/{id}" Add a HTML table to the view with the following VerfahrenNebenprodukt columns: - column: Verfahren - column: Entstehungsmechanismus - column: Nebenprodukt The table should have the title "VerfahrenNebenprodukts" und the data must be loaded from the server with the following relative URL: "/NebenproduktService/verfahrennebenprodukt/verfahren/{id}" Add a HTML table to the view with the following VerfahrenUmweltauswirkung columns: - column: Wirkmechanismus - column: Umweltauswirkung - column: Verfahren The table should have the title "VerfahrenUmweltauswirkungs" und the data must be loaded from the server with the following relative URL: "/UmweltauswirkungService/verfahrenumweltauswirkung/verfahren/{id}" Add a HTML table to the view with the following VerfahrenLiteraturquelle columns: - column: Literaturquelle - column: Kommentar - column: Verfahren The table should have the title "VerfahrenLiteraturquelles" und the data must be loaded from the server with the following relative URL: "/LiteraturquelleService/verfahrenliteraturquelle/verfahren/{id}" Add a HTML table to the view with the following VerfahrenReinigungschemikalie columns: - column: Reinigungschemikalie - column: Verfahren - column: NutzungBeschreibung The table should have the title "VerfahrenReinigungschemikalies" und the data must be loaded from the server with the following relative URL: "/VerfahrenService/verfahrenreinigungschemikalie/verfahren/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum