Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
GroessenklasseView
Please create a React-JS view called "GroessenklasseView" for the fields of the Groessenklasse entity. The GroessenklasseView must contain the following fields: - name: MaximalUmsatz type: DOUBLE - name: MindestUmsatz type: DOUBLE - name: Name type: STRING An existing Groessenklasse entity should be loaded from the relative URL: "/LiteraturService/groessenklasse/{id}" (HTTP-GET) If a new Groessenklasse entity has been created, the new entity should be posted to the relative URL: "/LiteraturService/groessenklasse" (HTTP-POST) If an existing Groessenklasse entity has been updated, the modified entity should be sent to the relative URL: "/LiteraturService/groessenklasse/{id}" (HTTP-PUT) If an existing Groessenklasse entity has to be deleted, the following relative URL should be called: "/LiteraturService/groessenklasse/{id}" (HTTP-DELETE) Add a HTML table to the view with the following BaeckereiStatistik columns: - column: AnzahlMitarbeiter - column: AnzahlBaeckereien - column: StatistikJahr - column: GesamtUmsatzMioEuro - column: Groessenklasse - column: AnzahlAzubis - column: Land The table should have the title "BaeckereiStatistiks" und the data must be loaded from the server with the following relative URL: "/LandService/baeckereistatistik/groessenklasse/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum