Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
GemeindeView
Please create a React-JS view called "GemeindeView" for the fields of the Gemeinde entity. The GemeindeView must contain the following fields: - name: Einwohnerzahl type: LONG - name: FlaecheQuadratkilometer type: STRING - name: Land type: Land - name: Name type: STRING - name: Region type: Region 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 Gemeinde entity should be loaded from the relative URL: "/GemeindeService/gemeinde/{id}" (HTTP-GET) If a new Gemeinde entity has been created, the new entity should be posted to the relative URL: "/GemeindeService/gemeinde" (HTTP-POST) If an existing Gemeinde entity has been updated, the modified entity should be sent to the relative URL: "/GemeindeService/gemeinde/{id}" (HTTP-PUT) If an existing Gemeinde entity has to be deleted, the following relative URL should be called: "/GemeindeService/gemeinde/{id}" (HTTP-DELETE) Add a HTML table to the view with the following GemeindeZustaendigkeit columns: - column: BeginnDatum - column: Abfallart - column: EndeDatum - column: Gemeinde - column: Beschreibung The table should have the title "GemeindeZustaendigkeits" und the data must be loaded from the server with the following relative URL: "/AbfallartService/gemeindezustaendigkeit/gemeinde/{id}" Add a HTML table to the view with the following Dienstleistungsvertrag columns: - column: DienstleisterAkteur - column: Leistungsbeschreibung - column: Kostenmodell - column: Gemeinde - column: AuftraggeberAkteur - column: Vertragsbeginn - column: Vertragsende The table should have the title "Dienstleistungsvertrags" und the data must be loaded from the server with the following relative URL: "/AbfallfraktionService/dienstleistungsvertrag/gemeinde/{id}" Add a HTML table to the view with the following Anlage columns: - column: InbetriebnahmeDatum - column: AnlagenTyp - column: Name - column: Gemeinde - column: Beschreibung - column: StilllegungDatum - column: BetreiberAkteur - column: Stadt - column: Postleitzahl - column: Adresszeile The table should have the title "Anlages" und the data must be loaded from the server with the following relative URL: "/GemeindeService/anlage/gemeinde/{id}" Add a HTML table to the view with the following Abfallwirtschaftsplan columns: - column: PlanEbene - column: GueltigBis - column: Land - column: Gemeinde - column: GueltigVon - column: Region - column: Titel - column: Beschreibung The table should have the title "Abfallwirtschaftsplans" und the data must be loaded from the server with the following relative URL: "/RegionService/abfallwirtschaftsplan/gemeinde/{id}" Add a HTML table to the view with the following Sammelsystem columns: - column: Beschreibung - column: Gemeinde - column: SystemTyp - column: Name The table should have the title "Sammelsystems" und the data must be loaded from the server with the following relative URL: "/SammelsystemService/sammelsystem/gemeinde/{id}" Add a HTML table to the view with the following Deponie columns: - column: Gemeinde - column: BetreiberAkteur - column: SchliessDatum - column: DeponieTyp - column: Beschreibung - column: Name - column: StartDatum The table should have the title "Deponies" und the data must be loaded from the server with the following relative URL: "/DeponieService/deponie/gemeinde/{id}" Add a HTML table to the view with the following HistorischesEreignis columns: - column: Beschreibung - column: Titel - column: Gemeinde - column: EreignisDatum - column: Land The table should have the title "HistorischesEreigniss" und the data must be loaded from the server with the following relative URL: "/RechtsanforderungService/historischesereignis/gemeinde/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum