Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
KonsumgenossenschaftView
Please create a React-JS view called "KonsumgenossenschaftView" for the fields of the Konsumgenossenschaft entity. The KonsumgenossenschaftView must contain the following fields: - name: Gruendungsjahr type: INT - name: Land type: Land - name: MindestGeldeinlage type: STRING - name: Name type: STRING The data source for the [Land] select control should be loaded from the relative URL: "/LandService/land" (HTTP-GET) An existing Konsumgenossenschaft entity should be loaded from the relative URL: "/KonsumgenossenschaftService/konsumgenossenschaft/{id}" (HTTP-GET) If a new Konsumgenossenschaft entity has been created, the new entity should be posted to the relative URL: "/KonsumgenossenschaftService/konsumgenossenschaft" (HTTP-POST) If an existing Konsumgenossenschaft entity has been updated, the modified entity should be sent to the relative URL: "/KonsumgenossenschaftService/konsumgenossenschaft/{id}" (HTTP-PUT) If an existing Konsumgenossenschaft entity has to be deleted, the following relative URL should be called: "/KonsumgenossenschaftService/konsumgenossenschaft/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Supermarkt columns: - column: Betreiberart - column: Stadt - column: Land - column: Konsumgenossenschaft - column: Handelskette - column: Name - column: FrontstoreFlaecheQm - column: HatBedientheken - column: Sortimentstyp - column: Eroeffnungsdatum - column: BackstoreFlaecheQm - column: IstBioSupermarkt - column: Betriebsform - column: Einkaufsgemeinschaft - column: IstDiscounter - column: VerkaufsflaecheQm The table should have the title "Supermarkts" und the data must be loaded from the server with the following relative URL: "/SupermarktService/supermarkt/konsumgenossenschaft/{id}" Add a HTML table to the view with the following Mitgliedschaft columns: - column: Konsumgenossenschaft - column: Kunde - column: Beitrittsdatum - column: Geldeinlage The table should have the title "Mitgliedschafts" und the data must be loaded from the server with the following relative URL: "/KonsumgenossenschaftService/mitgliedschaft/konsumgenossenschaft/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum