Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
ForschungsPublikationView
Please create a React-JS view called "ForschungsPublikationView" for the fields of the ForschungsPublikation entity. The ForschungsPublikationView must contain the following fields: - name: Doi type: STRING - name: HauptThema type: STRING - name: IstOpenAccess type: BOOL - name: Jahr type: LONG - name: Journal type: STRING - name: Notizen type: STRING - name: Titel type: STRING An existing ForschungsPublikation entity should be loaded from the relative URL: "/ForschungsPublikationService/forschungspublikation/{id}" (HTTP-GET) If a new ForschungsPublikation entity has been created, the new entity should be posted to the relative URL: "/ForschungsPublikationService/forschungspublikation" (HTTP-POST) If an existing ForschungsPublikation entity has been updated, the modified entity should be sent to the relative URL: "/ForschungsPublikationService/forschungspublikation/{id}" (HTTP-PUT) If an existing ForschungsPublikation entity has to be deleted, the following relative URL should be called: "/ForschungsPublikationService/forschungspublikation/{id}" (HTTP-DELETE) Add a HTML table to the view with the following PublikationZoo columns: - column: Zoo - column: ForschungsPublikation - column: Rolle The table should have the title "PublikationZoos" und the data must be loaded from the server with the following relative URL: "/ZooService/publikationzoo/forschungspublikation/{id}" Add a HTML table to the view with the following PublikationArt columns: - column: ForschungsPublikation - column: FokusTyp - column: TierTaxon The table should have the title "PublikationArts" und the data must be loaded from the server with the following relative URL: "/ForschungsPublikationService/publikationart/forschungspublikation/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum