Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
AbfallfraktionView
Please create a React-JS view called "AbfallfraktionView" for the fields of the Abfallfraktion entity. The AbfallfraktionView must contain the following fields: - name: Abfallart type: Abfallart - name: Beschreibung type: STRING - name: Name type: STRING - name: OrganischerAnteilProzent type: STRING - name: WiederverwertbarFlag type: BOOL The data source for the [Abfallart] select control should be loaded from the relative URL: "/AbfallartService/abfallart" (HTTP-GET) An existing Abfallfraktion entity should be loaded from the relative URL: "/AbfallfraktionService/abfallfraktion/{id}" (HTTP-GET) If a new Abfallfraktion entity has been created, the new entity should be posted to the relative URL: "/AbfallfraktionService/abfallfraktion" (HTTP-POST) If an existing Abfallfraktion entity has been updated, the modified entity should be sent to the relative URL: "/AbfallfraktionService/abfallfraktion/{id}" (HTTP-PUT) If an existing Abfallfraktion entity has to be deleted, the following relative URL should be called: "/AbfallfraktionService/abfallfraktion/{id}" (HTTP-DELETE) Add a HTML table to the view with the following AnlagenBehandlungsfaehigkeit columns: - column: Anlage - column: Behandlungsart - column: Abfallart - column: Abfallfraktion - column: KapazitaetTonnenProJahr The table should have the title "AnlagenBehandlungsfaehigkeits" und the data must be loaded from the server with the following relative URL: "/AbfallartService/anlagenbehandlungsfaehigkeit/abfallfraktion/{id}" Add a HTML table to the view with the following PlanZiel columns: - column: ZielBeschreibung - column: ZielJahr - column: Abfallfraktion - column: ZielEinheit - column: Abfallwirtschaftsplan - column: Abfallart - column: ZielWert The table should have the title "PlanZiels" und the data must be loaded from the server with the following relative URL: "/AbfallfraktionService/planziel/abfallfraktion/{id}" Add a HTML table to the view with the following Abfallstrom columns: - column: Abfallart - column: Beschreibung - column: Entstehungsjahr - column: QuelleAkteur - column: MengeTonnenGeschaetzt - column: Abfallkategorie - column: Abfallfraktion The table should have the title "Abfallstroms" und the data must be loaded from the server with the following relative URL: "/AbfallstromService/abfallstrom/abfallfraktion/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum