Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
AufbereitungsanlageView
Please create a React-JS view called "AufbereitungsanlageView" for the fields of the Aufbereitungsanlage entity. The AufbereitungsanlageView must contain the following fields: - name: Beschreibung type: STRING - name: Betreiber type: STRING - name: InbetriebnahmeDatum type: DATE - name: Name type: STRING - name: Rohwasserfassung type: Rohwasserfassung - name: Standort type: STRING The data source for the [Rohwasserfassung] select control should be loaded from the relative URL: "/RohwasserfassungService/rohwasserfassung" (HTTP-GET) An existing Aufbereitungsanlage entity should be loaded from the relative URL: "/AufbereitungsanlageService/aufbereitungsanlage/{id}" (HTTP-GET) If a new Aufbereitungsanlage entity has been created, the new entity should be posted to the relative URL: "/AufbereitungsanlageService/aufbereitungsanlage" (HTTP-POST) If an existing Aufbereitungsanlage entity has been updated, the modified entity should be sent to the relative URL: "/AufbereitungsanlageService/aufbereitungsanlage/{id}" (HTTP-PUT) If an existing Aufbereitungsanlage entity has to be deleted, the following relative URL should be called: "/AufbereitungsanlageService/aufbereitungsanlage/{id}" (HTTP-DELETE) Add a HTML table to the view with the following AnlagenNutzungsart columns: - column: Kommentar - column: Aufbereitungsanlage - column: Nutzungsart The table should have the title "AnlagenNutzungsarts" und the data must be loaded from the server with the following relative URL: "/AufbereitungsanlageService/anlagennutzungsart/aufbereitungsanlage/{id}" Add a HTML table to the view with the following Reinwasserqualitaetsmessung columns: - column: Messzeitpunkt - column: Kommentar - column: Aufbereitungsanlage The table should have the title "Reinwasserqualitaetsmessungs" und the data must be loaded from the server with the following relative URL: "/ReinwasserqualitaetsmessungService/reinwasserqualitaetsmessung/aufbereitungsanlage/{id}" Add a HTML table to the view with the following Verfahrenslinie columns: - column: Beschreibung - column: BemessungsleistungM3ProTag - column: Name - column: Aufbereitungsanlage The table should have the title "Verfahrenslinies" und the data must be loaded from the server with the following relative URL: "/AufbereitungsanlageService/verfahrenslinie/aufbereitungsanlage/{id}" Add a HTML table to the view with the following Anlagengeregeltheit columns: - column: Status - column: Aufbereitungsanlage - column: Regelwerk - column: Kommentar - column: Bewertungsdatum The table should have the title "Anlagengeregeltheits" und the data must be loaded from the server with the following relative URL: "/RegelwerkService/anlagengeregeltheit/aufbereitungsanlage/{id}" Add a HTML table to the view with the following AnlagenLiteratur columns: - column: Literaturquelle - column: Kommentar - column: Aufbereitungsanlage The table should have the title "AnlagenLiteraturs" und the data must be loaded from the server with the following relative URL: "/LiteraturquelleService/anlagenliteratur/aufbereitungsanlage/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum