Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
OrganisationView
Please create a React-JS view called "OrganisationView" for the fields of the Organisation entity. The OrganisationView must contain the following fields: - name: Beschreibung type: STRING - name: Name type: STRING - name: Organisationstyp type: STRING - name: SitzLand type: Land - name: SitzStadt type: STRING The data source for the [SitzLand] select control should be loaded from the relative URL: "/OrganisationService/land" (HTTP-GET) An existing Organisation entity should be loaded from the relative URL: "/OrganisationService/organisation/{id}" (HTTP-GET) If a new Organisation entity has been created, the new entity should be posted to the relative URL: "/OrganisationService/organisation" (HTTP-POST) If an existing Organisation entity has been updated, the modified entity should be sent to the relative URL: "/OrganisationService/organisation/{id}" (HTTP-PUT) If an existing Organisation entity has to be deleted, the following relative URL should be called: "/OrganisationService/organisation/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Forschungsprojekt columns: - column: Beschreibung - column: Endjahr - column: Name - column: Verfahren - column: Organisation - column: Umweltauswirkung - column: Startjahr The table should have the title "Forschungsprojekts" und the data must be loaded from the server with the following relative URL: "/VerfahrenService/forschungsprojekt/organisation/{id}" Add a HTML table to the view with the following HistorischesEreignis columns: - column: Organisation - column: Beschreibung - column: Verfahren - column: Titel - column: Land - column: Ereignisdatum The table should have the title "HistorischesEreigniss" und the data must be loaded from the server with the following relative URL: "/OrganisationService/historischesereignis/organisation/{id}" Add a HTML table to the view with the following Entsalzungsanlage columns: - column: BetreiberOrganisation - column: InbetriebnahmeJahr - column: IstKraftwerksverbund - column: AusserbetriebnahmeJahr - column: Hinweise - column: Land - column: Produktwasserart - column: StandortStadt - column: Rohwasserart - column: Name - column: StandortBeschreibung - column: TageskapazitaetM3 The table should have the title "Entsalzungsanlages" und the data must be loaded from the server with the following relative URL: "/EntsalzungsanlageService/entsalzungsanlage/betreiberorganisation/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum