Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
RecyclingAnlageView
Please create a React-JS view called "RecyclingAnlageView" for the fields of the RecyclingAnlage entity. The RecyclingAnlageView must contain the following fields: - name: AnlagenTyp type: STRING - name: Beschreibung type: STRING - name: KapazitaetTonnenProJahr type: INT - name: Land type: Land - name: Name type: STRING - name: Stadt type: STRING The data source for the [Land] select control should be loaded from the relative URL: "/LandService/land" (HTTP-GET) An existing RecyclingAnlage entity should be loaded from the relative URL: "/GlasKategorieService/recyclinganlage/{id}" (HTTP-GET) If a new RecyclingAnlage entity has been created, the new entity should be posted to the relative URL: "/GlasKategorieService/recyclinganlage" (HTTP-POST) If an existing RecyclingAnlage entity has been updated, the modified entity should be sent to the relative URL: "/GlasKategorieService/recyclinganlage/{id}" (HTTP-PUT) If an existing RecyclingAnlage entity has to be deleted, the following relative URL should be called: "/GlasKategorieService/recyclinganlage/{id}" (HTTP-DELETE) Add a HTML table to the view with the following RecyclingProzessSchritt columns: - column: Optional - column: Name - column: Beschreibung - column: Abfallstrom - column: SchrittNummer - column: RecyclingAnlage - column: SensorEinsatz The table should have the title "RecyclingProzessSchritts" und the data must be loaded from the server with the following relative URL: "/SammelSystemService/recyclingprozessschritt/recyclinganlage/{id}" Add a HTML table to the view with the following EnergieDaten columns: - column: OfenTyp - column: Quelle - column: ProzessTyp - column: EnergieProTonneGJ - column: GlasKategorie - column: EnergieProTonneKWh - column: RecyclingAnlage - column: ScherbenAnteilProzent The table should have the title "EnergieDatens" und the data must be loaded from the server with the following relative URL: "/GlasKategorieService/energiedaten/recyclinganlage/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum