Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
AbfallwirtschaftsplanView
Please create a React-JS view called "AbfallwirtschaftsplanView" for the fields of the Abfallwirtschaftsplan entity. The AbfallwirtschaftsplanView must contain the following fields: - name: Beschreibung type: STRING - name: Gemeinde type: Gemeinde - name: GueltigBis type: DATE - name: GueltigVon type: DATE - name: Land type: Land - name: PlanEbene type: STRING - name: Region type: Region - name: Titel type: STRING The data source for the [Gemeinde] select control should be loaded from the relative URL: "/GemeindeService/gemeinde" (HTTP-GET) The data source for the [Region] select control should be loaded from the relative URL: "/RegionService/region" (HTTP-GET) The data source for the [Land] select control should be loaded from the relative URL: "/AkteurService/land" (HTTP-GET) An existing Abfallwirtschaftsplan entity should be loaded from the relative URL: "/RegionService/abfallwirtschaftsplan/{id}" (HTTP-GET) If a new Abfallwirtschaftsplan entity has been created, the new entity should be posted to the relative URL: "/RegionService/abfallwirtschaftsplan" (HTTP-POST) If an existing Abfallwirtschaftsplan entity has been updated, the modified entity should be sent to the relative URL: "/RegionService/abfallwirtschaftsplan/{id}" (HTTP-PUT) If an existing Abfallwirtschaftsplan entity has to be deleted, the following relative URL should be called: "/RegionService/abfallwirtschaftsplan/{id}" (HTTP-DELETE) 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/abfallwirtschaftsplan/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum