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: Beschreibung type: STRING - name: Isbn type: STRING - name: Jahr type: LONG - name: Titel type: STRING - name: Url type: STRING - name: Verlag 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 AnlagenLiteratur columns: - column: Literaturquelle - column: Kommentar - column: Aufbereitungsanlage The table should have the title "AnlagenLiteraturs" und the data must be loaded from the server with the following relative URL: "/LiteraturquelleService/anlagenliteratur/literaturquelle/{id}" Add a HTML table to the view with the following TechnologieLiteratur columns: - column: Technologie - column: Kommentar - column: Literaturquelle The table should have the title "TechnologieLiteraturs" und the data must be loaded from the server with the following relative URL: "/LiteraturquelleService/technologieliteratur/literaturquelle/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum