Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
TechnologieartView
Please create a React-JS view called "TechnologieartView" for the fields of the Technologieart entity. The TechnologieartView must contain the following fields: - name: Beschreibung type: STRING - name: Name type: STRING An existing Technologieart entity should be loaded from the relative URL: "/LiteraturquelleService/technologieart/{id}" (HTTP-GET) If a new Technologieart entity has been created, the new entity should be posted to the relative URL: "/LiteraturquelleService/technologieart" (HTTP-POST) If an existing Technologieart entity has been updated, the modified entity should be sent to the relative URL: "/LiteraturquelleService/technologieart/{id}" (HTTP-PUT) If an existing Technologieart entity has to be deleted, the following relative URL should be called: "/LiteraturquelleService/technologieart/{id}" (HTTP-DELETE) 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/technologieart/{id}" Add a HTML table to the view with the following Verfahren columns: - column: Kurzname - column: Beschreibung - column: TypischerEnergiebedarfKwhProM3 - column: IstMembranbasiert - column: IstSolargetrieben - column: PhysikalischesMinimumKwhProM3 - column: Name - column: TypischeAnlagengroesse - column: Technologieart - column: IstThermisch The table should have the title "Verfahrens" und the data must be loaded from the server with the following relative URL: "/VerfahrenService/verfahren/technologieart/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum