Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
TechnologieView
Please create a React-JS view called "TechnologieView" for the fields of the Technologie entity. The TechnologieView must contain the following fields: - name: Beschreibung type: STRING - name: ErstverwendungJahr type: LONG - name: Kategorie type: STRING - name: Name type: STRING An existing Technologie entity should be loaded from the relative URL: "/TechnologieService/technologie/{id}" (HTTP-GET) If a new Technologie entity has been created, the new entity should be posted to the relative URL: "/TechnologieService/technologie" (HTTP-POST) If an existing Technologie entity has been updated, the modified entity should be sent to the relative URL: "/TechnologieService/technologie/{id}" (HTTP-PUT) If an existing Technologie entity has to be deleted, the following relative URL should be called: "/TechnologieService/technologie/{id}" (HTTP-DELETE) Add a HTML table to the view with the following TechnologieEreignis columns: - column: HistorischesEreignis - column: Technologie - column: Rolle The table should have the title "TechnologieEreigniss" und the data must be loaded from the server with the following relative URL: "/TechnologieService/technologieereignis/technologie/{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/technologie/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum