Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
AufbereitungsprozessView
Please create a React-JS view called "AufbereitungsprozessView" for the fields of the Aufbereitungsprozess entity. The AufbereitungsprozessView must contain the following fields: - name: BemessungsdurchsatzM3ProStunde type: DOUBLE - name: Beschreibung type: STRING - name: Name type: STRING - name: Prozesstyp type: Prozesstyp - name: Reihenfolge type: LONG - name: Verfahrenslinie type: Verfahrenslinie The data source for the [Prozesstyp] select control should be loaded from the relative URL: "/ProzesstypService/prozesstyp" (HTTP-GET) The data source for the [Verfahrenslinie] select control should be loaded from the relative URL: "/AufbereitungsanlageService/verfahrenslinie" (HTTP-GET) An existing Aufbereitungsprozess entity should be loaded from the relative URL: "/AufbereitungsanlageService/aufbereitungsprozess/{id}" (HTTP-GET) If a new Aufbereitungsprozess entity has been created, the new entity should be posted to the relative URL: "/AufbereitungsanlageService/aufbereitungsprozess" (HTTP-POST) If an existing Aufbereitungsprozess entity has been updated, the modified entity should be sent to the relative URL: "/AufbereitungsanlageService/aufbereitungsprozess/{id}" (HTTP-PUT) If an existing Aufbereitungsprozess entity has to be deleted, the following relative URL should be called: "/AufbereitungsanlageService/aufbereitungsprozess/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Prozesswasserqualitaetsmessung columns: - column: Messstelle - column: Messzeitpunkt - column: Aufbereitungsprozess - column: Kommentar The table should have the title "Prozesswasserqualitaetsmessungs" und the data must be loaded from the server with the following relative URL: "/ReinwasserqualitaetsmessungService/prozesswasserqualitaetsmessung/aufbereitungsprozess/{id}" Add a HTML table to the view with the following Prozessschritt columns: - column: Name - column: DauerMinuten - column: Prozessschritttyp - column: Aufbereitungsprozess - column: Reihenfolge - column: Beschreibung The table should have the title "Prozessschritts" und the data must be loaded from the server with the following relative URL: "/ProzessschritttypService/prozessschritt/aufbereitungsprozess/{id}" Add a HTML table to the view with the following ProzessGeraet columns: - column: Geraet - column: InBetriebAb - column: Rolle - column: InBetriebBis - column: Aufbereitungsprozess The table should have the title "ProzessGeraets" und the data must be loaded from the server with the following relative URL: "/GeraetetypService/prozessgeraet/aufbereitungsprozess/{id}" Add a HTML table to the view with the following Chemikaliendosierung columns: - column: Aufbereitungsprozess - column: Chemikalie - column: Beschreibung - column: Regelverfahren - column: TypischeDosisMgL - column: ZielkonzentrationMgL The table should have the title "Chemikaliendosierungs" und the data must be loaded from the server with the following relative URL: "/ProzesstypService/chemikaliendosierung/aufbereitungsprozess/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum