Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
LandView
Please create a React-JS view called "LandView" for the fields of the Land entity. The LandView must contain the following fields: - name: IsoCode type: STRING - name: Name type: STRING An existing Land entity should be loaded from the relative URL: "/LandService/land/{id}" (HTTP-GET) If a new Land entity has been created, the new entity should be posted to the relative URL: "/LandService/land" (HTTP-POST) If an existing Land entity has been updated, the modified entity should be sent to the relative URL: "/LandService/land/{id}" (HTTP-PUT) If an existing Land entity has to be deleted, the following relative URL should be called: "/LandService/land/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Konsumgenossenschaft columns: - column: Name - column: Land - column: MindestGeldeinlage - column: Gruendungsjahr The table should have the title "Konsumgenossenschafts" und the data must be loaded from the server with the following relative URL: "/KonsumgenossenschaftService/konsumgenossenschaft/land/{id}" Add a HTML table to the view with the following Stadt columns: - column: Land - column: Einwohnerzahl - column: Name The table should have the title "Stadts" und the data must be loaded from the server with the following relative URL: "/LandService/stadt/land/{id}" Add a HTML table to the view with the following Filiale columns: - column: VerkaufsflaecheQm - column: Land - column: AdresseStrasse - column: Filialnummer - column: Eroeffnungsdatum - column: Supermarkt - column: Schliessungsdatum - column: Stadt - column: AdressePlz The table should have the title "Filiales" und the data must be loaded from the server with the following relative URL: "/LandService/filiale/land/{id}" 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/land/{id}" Add a HTML table to the view with the following Einkaufsgemeinschaft columns: - column: Land - column: Name - column: Gruendungsjahr The table should have the title "Einkaufsgemeinschafts" und the data must be loaded from the server with the following relative URL: "/EinkaufsgemeinschaftService/einkaufsgemeinschaft/land/{id}" Add a HTML table to the view with the following Kunde columns: - column: Stadt - column: Geburtsdatum - column: Name - column: Land - column: HatKundenkarte - column: Kundenart The table should have the title "Kundes" und the data must be loaded from the server with the following relative URL: "/KundeService/kunde/land/{id}" Add a HTML table to the view with the following WarehouseClub columns: - column: Land - column: Mitgliedsgebuehr - column: HatSupermarktCharakter - column: Name The table should have the title "WarehouseClubs" und the data must be loaded from the server with the following relative URL: "/LandService/warehouseclub/land/{id}" Add a HTML table to the view with the following Handelskette columns: - column: Name - column: IstVollsortimenter - column: HauptsitzStadt - column: Land - column: IstDiscounter - column: Gruendungsjahr The table should have the title "Handelskettes" und the data must be loaded from the server with the following relative URL: "/LandService/handelskette/land/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum