Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
ArtenschutzprogrammView
Please create a React-JS view called "ArtenschutzprogrammView" for the fields of the Artenschutzprogramm entity. The ArtenschutzprogrammView must contain the following fields: - name: Beschreibung type: STRING - name: Endjahr type: LONG - name: KoordinatorVerband type: Verband - name: Name type: STRING - name: ProgrammTyp type: STRING - name: Startjahr type: LONG The data source for the [KoordinatorVerband] select control should be loaded from the relative URL: "/TierTaxonService/verband" (HTTP-GET) An existing Artenschutzprogramm entity should be loaded from the relative URL: "/TierTaxonService/artenschutzprogramm/{id}" (HTTP-GET) If a new Artenschutzprogramm entity has been created, the new entity should be posted to the relative URL: "/TierTaxonService/artenschutzprogramm" (HTTP-POST) If an existing Artenschutzprogramm entity has been updated, the modified entity should be sent to the relative URL: "/TierTaxonService/artenschutzprogramm/{id}" (HTTP-PUT) If an existing Artenschutzprogramm entity has to be deleted, the following relative URL should be called: "/TierTaxonService/artenschutzprogramm/{id}" (HTTP-DELETE) Add a HTML table to the view with the following ProgrammArt columns: - column: Notizen - column: Artenschutzprogramm - column: TierTaxon - column: Rolle The table should have the title "ProgrammArts" und the data must be loaded from the server with the following relative URL: "/TierTaxonService/programmart/artenschutzprogramm/{id}" Add a HTML table to the view with the following ZooProgrammTeilnahme columns: - column: Artenschutzprogramm - column: Notizen - column: Zoo - column: Rolle - column: SeitJahr The table should have the title "ZooProgrammTeilnahmes" und the data must be loaded from the server with the following relative URL: "/ForschungsPublikationService/zooprogrammteilnahme/artenschutzprogramm/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum