Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
HandelsketteView
Please create a React-JS view called "HandelsketteView" for the fields of the Handelskette entity. The HandelsketteView must contain the following fields: - name: Gruendungsjahr type: INT - name: HauptsitzStadt type: Stadt - name: IstDiscounter type: BOOL - name: IstVollsortimenter type: BOOL - name: Land type: Land - name: Name type: STRING The data source for the [HauptsitzStadt] select control should be loaded from the relative URL: "/LandService/stadt" (HTTP-GET) The data source for the [Land] select control should be loaded from the relative URL: "/LandService/land" (HTTP-GET) An existing Handelskette entity should be loaded from the relative URL: "/LandService/handelskette/{id}" (HTTP-GET) If a new Handelskette entity has been created, the new entity should be posted to the relative URL: "/LandService/handelskette" (HTTP-POST) If an existing Handelskette entity has been updated, the modified entity should be sent to the relative URL: "/LandService/handelskette/{id}" (HTTP-PUT) If an existing Handelskette entity has to be deleted, the following relative URL should be called: "/LandService/handelskette/{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/handelskette/{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/handelskette/{id}" Add a HTML table to the view with the following Franchisevertrag columns: - column: Vertragsbeginn - column: Vertragsende - column: Handelskette - column: FranchiseGebiet - column: FranchisenehmerName - column: Supermarkt The table should have the title "Franchisevertrags" und the data must be loaded from the server with the following relative URL: "/KasseService/franchisevertrag/handelskette/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum