Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
EffizienzKlasseView
Please create a React-JS view called "EffizienzKlasseView" for the fields of the EffizienzKlasse entity. The EffizienzKlasseView must contain the following fields: - name: Label type: STRING - name: MaxBereitschaftsverlustW type: STRING - name: MinBereitschaftsverlustW type: STRING An existing EffizienzKlasse entity should be loaded from the relative URL: "/EffizienzKlasseService/effizienzklasse/{id}" (HTTP-GET) If a new EffizienzKlasse entity has been created, the new entity should be posted to the relative URL: "/EffizienzKlasseService/effizienzklasse" (HTTP-POST) If an existing EffizienzKlasse entity has been updated, the modified entity should be sent to the relative URL: "/EffizienzKlasseService/effizienzklasse/{id}" (HTTP-PUT) If an existing EffizienzKlasse entity has to be deleted, the following relative URL should be called: "/EffizienzKlasseService/effizienzklasse/{id}" (HTTP-DELETE) Add a HTML table to the view with the following GeraetEffizienz columns: - column: SpeicherGeraet - column: EffizienzKlasse - column: BereitschaftsverlustW The table should have the title "GeraetEffizienzs" und the data must be loaded from the server with the following relative URL: "/EffizienzKlasseService/geraeteffizienz/effizienzklasse/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum