Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
AnwendungsbereichApp
Please create a React-JS application for the AnwendungsbereichModule. The application has to offer the following views for the user interface: 1. AnwendungsbereichView 2. MembrantypView 3. VerfahrenMembranView 4. VerfahrensvarianteView The views have to be reachable for the user via a menu list at the left side of each view. The requirements for the 4 views are defined below. 1. The AnwendungsbereichView must contain the following fields: - name: Beschreibung type: STRING - name: Name type: STRING An existing Anwendungsbereich entity should be loaded from the relative URL: "/AnwendungsbereichService/anwendungsbereich/{id}" (HTTP-GET) If a new Anwendungsbereich entity has been created, the new entity should be posted to the relative URL: "/AnwendungsbereichService/anwendungsbereich" (HTTP-POST) If an existing Anwendungsbereich entity has been updated, the modified entity should be sent to the relative URL: "/AnwendungsbereichService/anwendungsbereich/{id}" (HTTP-PUT) If an existing Anwendungsbereich entity has to be deleted, the following relative URL should be called: "/AnwendungsbereichService/anwendungsbereich/{id}" (HTTP-DELETE) 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/anwendungsbereich/{id}" 2. The MembrantypView must contain the following fields: - name: Beschreibung type: STRING - name: Material type: STRING - name: Name type: STRING - name: PorengroesseMaxNm type: STRING - name: PorengroesseMinNm type: STRING An existing Membrantyp entity should be loaded from the relative URL: "/AnwendungsbereichService/membrantyp/{id}" (HTTP-GET) If a new Membrantyp entity has been created, the new entity should be posted to the relative URL: "/AnwendungsbereichService/membrantyp" (HTTP-POST) If an existing Membrantyp entity has been updated, the modified entity should be sent to the relative URL: "/AnwendungsbereichService/membrantyp/{id}" (HTTP-PUT) If an existing Membrantyp entity has to be deleted, the following relative URL should be called: "/AnwendungsbereichService/membrantyp/{id}" (HTTP-DELETE) 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/membrantyp/{id}" 3. The VerfahrenMembranView must contain the following fields: - name: Membrantyp type: Membrantyp - name: RolleBeschreibung type: STRING - name: Verfahren type: Verfahren The data source for the [Verfahren] select control should be loaded from the relative URL: "/VerfahrenService/verfahren" (HTTP-GET) The data source for the [Membrantyp] select control should be loaded from the relative URL: "/AnwendungsbereichService/membrantyp" (HTTP-GET) An existing VerfahrenMembran entity should be loaded from the relative URL: "/AnwendungsbereichService/verfahrenmembran/{id}" (HTTP-GET) If a new VerfahrenMembran entity has been created, the new entity should be posted to the relative URL: "/AnwendungsbereichService/verfahrenmembran" (HTTP-POST) If an existing VerfahrenMembran entity has been updated, the modified entity should be sent to the relative URL: "/AnwendungsbereichService/verfahrenmembran/{id}" (HTTP-PUT) If an existing VerfahrenMembran entity has to be deleted, the following relative URL should be called: "/AnwendungsbereichService/verfahrenmembran/{id}" (HTTP-DELETE) 4. The VerfahrensvarianteView must contain the following fields: - name: Beschreibung type: STRING - name: BetriebsdruckBar type: STRING - name: BetriebstemperaturC type: STRING - name: Name type: STRING - name: RueckgewinnungsrateProzent type: STRING - name: Verfahren type: Verfahren The data source for the [Verfahren] select control should be loaded from the relative URL: "/VerfahrenService/verfahren" (HTTP-GET) An existing Verfahrensvariante entity should be loaded from the relative URL: "/AnwendungsbereichService/verfahrensvariante/{id}" (HTTP-GET) If a new Verfahrensvariante entity has been created, the new entity should be posted to the relative URL: "/AnwendungsbereichService/verfahrensvariante" (HTTP-POST) If an existing Verfahrensvariante entity has been updated, the modified entity should be sent to the relative URL: "/AnwendungsbereichService/verfahrensvariante/{id}" (HTTP-PUT) If an existing Verfahrensvariante entity has to be deleted, the following relative URL should be called: "/AnwendungsbereichService/verfahrensvariante/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum