Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
AbfallstromView
Please create a React-JS view called "AbfallstromView" for the fields of the Abfallstrom entity. The AbfallstromView must contain the following fields: - name: Beschreibung type: STRING - name: Name type: STRING An existing Abfallstrom entity should be loaded from the relative URL: "/AbfallstromService/abfallstrom/{id}" (HTTP-GET) If a new Abfallstrom entity has been created, the new entity should be posted to the relative URL: "/AbfallstromService/abfallstrom" (HTTP-POST) If an existing Abfallstrom entity has been updated, the modified entity should be sent to the relative URL: "/AbfallstromService/abfallstrom/{id}" (HTTP-PUT) If an existing Abfallstrom entity has to be deleted, the following relative URL should be called: "/AbfallstromService/abfallstrom/{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/abfallstrom/{id}" Add a HTML table to the view with the following DowncyclingAnwendung columns: - column: QualitaetsAnforderung - column: Name - column: Beschreibung - column: Abfallstrom The table should have the title "DowncyclingAnwendungs" und the data must be loaded from the server with the following relative URL: "/AbfallstromService/downcyclinganwendung/abfallstrom/{id}" Add a HTML table to the view with the following GlasProdukt columns: - column: Abfallstrom - column: Beschreibung - column: Name - column: GlasKategorie The table should have the title "GlasProdukts" und the data must be loaded from the server with the following relative URL: "/GlasProduktService/glasprodukt/abfallstrom/{id}" Add a HTML table to the view with the following RegelungsZiel columns: - column: Notizen - column: Regelung - column: ZielTyp - column: ZielProzent - column: ZielJahr - column: GlasKategorie - column: Abfallstrom The table should have the title "RegelungsZiels" und the data must be loaded from the server with the following relative URL: "/GlasKategorieService/regelungsziel/abfallstrom/{id}" Add a HTML table to the view with the following QualitaetsGrenzwert columns: - column: QualitaetsStandard - column: VerunreinigungsTyp - column: Einheit - column: Notizen - column: MaxWert - column: Abfallstrom - column: MinWert The table should have the title "QualitaetsGrenzwerts" und the data must be loaded from the server with the following relative URL: "/AbfallstromService/qualitaetsgrenzwert/abfallstrom/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum