Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
AnlageView
Please create a React-JS view called "AnlageView" for the fields of the Anlage entity. The AnlageView must contain the following fields: - name: Adresszeile type: STRING - name: AnlagenTyp type: STRING - name: Beschreibung type: STRING - name: BetreiberAkteur type: Akteur - name: Gemeinde type: Gemeinde - name: InbetriebnahmeDatum type: DATE - name: Name type: STRING - name: Postleitzahl type: STRING - name: Stadt type: STRING - name: StilllegungDatum type: DATE The data source for the [Gemeinde] select control should be loaded from the relative URL: "/GemeindeService/gemeinde" (HTTP-GET) The data source for the [BetreiberAkteur] select control should be loaded from the relative URL: "/AkteurService/akteur" (HTTP-GET) An existing Anlage entity should be loaded from the relative URL: "/GemeindeService/anlage/{id}" (HTTP-GET) If a new Anlage entity has been created, the new entity should be posted to the relative URL: "/GemeindeService/anlage" (HTTP-POST) If an existing Anlage entity has been updated, the modified entity should be sent to the relative URL: "/GemeindeService/anlage/{id}" (HTTP-PUT) If an existing Anlage entity has to be deleted, the following relative URL should be called: "/GemeindeService/anlage/{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/anlage/{id}" Add a HTML table to the view with the following Umweltbewertung columns: - column: WirkungsScore - column: Anlage - column: Beschreibung - column: BewertungsDatum - column: Umweltwirkungstyp - column: Minderungsmassnahmen The table should have the title "Umweltbewertungs" und the data must be loaded from the server with the following relative URL: "/UmweltwirkungstypService/umweltbewertung/anlage/{id}" Add a HTML table to the view with the following Behandlungsvorgang columns: - column: EnergieRueckgewinnungMWh - column: Behandlungsart - column: VorgangsDatum - column: AusgangsmengeTonnen - column: Abfallstrom - column: EingangsmengeTonnen - column: Anlage The table should have the title "Behandlungsvorgangs" und the data must be loaded from the server with the following relative URL: "/BehandlungsartService/behandlungsvorgang/anlage/{id}" Add a HTML table to the view with the following Abfalltransport columns: - column: TransportDatum - column: ZielDeponie - column: Transportart - column: ZielAnlage - column: Abfallstrom - column: QuelleAnlage - column: TransportMengeTonnen The table should have the title "Abfalltransports" und the data must be loaded from the server with the following relative URL: "/DeponieService/abfalltransport/quelleanlage/{id}" Add a HTML table to the view with the following Abfalltransport columns: - column: TransportDatum - column: ZielDeponie - column: Transportart - column: ZielAnlage - column: Abfallstrom - column: QuelleAnlage - column: TransportMengeTonnen The table should have the title "Abfalltransports" und the data must be loaded from the server with the following relative URL: "/DeponieService/abfalltransport/zielanlage/{id}" Add a HTML table to the view with the following AnlagenKonformitaet columns: - column: Bemerkungen - column: Anlage - column: KonformFlag - column: Rechtsanforderung - column: PruefDatum The table should have the title "AnlagenKonformitaets" und the data must be loaded from the server with the following relative URL: "/RechtsanforderungService/anlagenkonformitaet/anlage/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum