Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
LiteraturquelleView
Please create a React-JS view called "LiteraturquelleView" for the fields of the Literaturquelle entity. The LiteraturquelleView must contain the following fields: - name: Autoren type: STRING - name: Erscheinungsjahr type: LONG - name: Hinweise type: STRING - name: Isbn type: STRING - name: Titel type: STRING - name: Verlag type: STRING - name: Zitiercode type: STRING An existing Literaturquelle entity should be loaded from the relative URL: "/LiteraturquelleService/literaturquelle/{id}" (HTTP-GET) If a new Literaturquelle entity has been created, the new entity should be posted to the relative URL: "/LiteraturquelleService/literaturquelle" (HTTP-POST) If an existing Literaturquelle entity has been updated, the modified entity should be sent to the relative URL: "/LiteraturquelleService/literaturquelle/{id}" (HTTP-PUT) If an existing Literaturquelle entity has to be deleted, the following relative URL should be called: "/LiteraturquelleService/literaturquelle/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Entitaetsreferenz columns: - column: Literaturquelle - column: Weblink - column: Entitaetstyp - column: EntitaetSchluessel - column: Hinweise The table should have the title "Entitaetsreferenzs" und the data must be loaded from the server with the following relative URL: "/LiteraturquelleService/entitaetsreferenz/literaturquelle/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum