Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
GlasKategorieView
Please create a React-JS view called "GlasKategorieView" for the fields of the GlasKategorie entity. The GlasKategorieView must contain the following fields: - name: Beschreibung type: STRING - name: Name type: STRING An existing GlasKategorie entity should be loaded from the relative URL: "/GlasKategorieService/glaskategorie/{id}" (HTTP-GET) If a new GlasKategorie entity has been created, the new entity should be posted to the relative URL: "/GlasKategorieService/glaskategorie" (HTTP-POST) If an existing GlasKategorie entity has been updated, the modified entity should be sent to the relative URL: "/GlasKategorieService/glaskategorie/{id}" (HTTP-PUT) If an existing GlasKategorie entity has to be deleted, the following relative URL should be called: "/GlasKategorieService/glaskategorie/{id}" (HTTP-DELETE) Add a HTML table to the view with the following GlasProdukt columns: - column: Abfallstrom - column: Beschreibung - column: Name - column: GlasKategorie The table should have the title "GlasProdukts" und the data must be loaded from the server with the following relative URL: "/GlasProduktService/glasprodukt/glaskategorie/{id}" Add a HTML table to the view with the following EnergieDaten columns: - column: OfenTyp - column: Quelle - column: ProzessTyp - column: EnergieProTonneGJ - column: GlasKategorie - column: EnergieProTonneKWh - column: RecyclingAnlage - column: ScherbenAnteilProzent The table should have the title "EnergieDatens" und the data must be loaded from the server with the following relative URL: "/GlasKategorieService/energiedaten/glaskategorie/{id}" Add a HTML table to the view with the following RegelungsZiel columns: - column: Notizen - column: Regelung - column: ZielTyp - column: ZielProzent - column: ZielJahr - column: GlasKategorie - column: Abfallstrom The table should have the title "RegelungsZiels" und the data must be loaded from the server with the following relative URL: "/GlasKategorieService/regelungsziel/glaskategorie/{id}" Add a HTML table to the view with the following JahresStatistik columns: - column: GesammeltTonnen - column: RecyclingQuoteProzent - column: SammelQuoteProzent - column: Jahr - column: PostConsumerAnteilProzent - column: Notizen - column: RecyceltTonnen - column: MarktMengeTonnen - column: GlasKategorie - column: Region - column: Land The table should have the title "JahresStatistiks" und the data must be loaded from the server with the following relative URL: "/GlasProduktService/jahresstatistik/glaskategorie/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum