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: Doi type: STRING - name: Hinweise type: STRING - name: Jahr type: LONG - name: QuelleTyp type: STRING - 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 UmweltauswirkungLiteraturquelle columns: - column: Kommentar - column: Literaturquelle - column: Umweltauswirkung The table should have the title "UmweltauswirkungLiteraturquelles" und the data must be loaded from the server with the following relative URL: "/UmweltauswirkungService/umweltauswirkungliteraturquelle/literaturquelle/{id}" Add a HTML table to the view with the following TechnologieartLiteraturquelle columns: - column: Technologieart - column: Kommentar - column: Literaturquelle The table should have the title "TechnologieartLiteraturquelles" und the data must be loaded from the server with the following relative URL: "/LiteraturquelleService/technologieartliteraturquelle/literaturquelle/{id}" Add a HTML table to the view with the following VerfahrenLiteraturquelle columns: - column: Literaturquelle - column: Kommentar - column: Verfahren The table should have the title "VerfahrenLiteraturquelles" und the data must be loaded from the server with the following relative URL: "/LiteraturquelleService/verfahrenliteraturquelle/literaturquelle/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum