Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
EinkaufsgemeinschaftView
Please create a React-JS view called "EinkaufsgemeinschaftView" for the fields of the Einkaufsgemeinschaft entity. The EinkaufsgemeinschaftView must contain the following fields: - name: Gruendungsjahr type: INT - name: Land type: Land - 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 Einkaufsgemeinschaft entity should be loaded from the relative URL: "/EinkaufsgemeinschaftService/einkaufsgemeinschaft/{id}" (HTTP-GET) If a new Einkaufsgemeinschaft entity has been created, the new entity should be posted to the relative URL: "/EinkaufsgemeinschaftService/einkaufsgemeinschaft" (HTTP-POST) If an existing Einkaufsgemeinschaft entity has been updated, the modified entity should be sent to the relative URL: "/EinkaufsgemeinschaftService/einkaufsgemeinschaft/{id}" (HTTP-PUT) If an existing Einkaufsgemeinschaft entity has to be deleted, the following relative URL should be called: "/EinkaufsgemeinschaftService/einkaufsgemeinschaft/{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/einkaufsgemeinschaft/{id}" Add a HTML table to the view with the following EinkaufsgemeinschaftMitglied columns: - column: Einkaufsgemeinschaft - column: Beitrittsdatum - column: Handelskette The table should have the title "EinkaufsgemeinschaftMitglieds" und the data must be loaded from the server with the following relative URL: "/EinkaufsgemeinschaftService/einkaufsgemeinschaftmitglied/einkaufsgemeinschaft/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum