Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
StadtView
Please create a React-JS view called "StadtView" for the fields of the Stadt entity. The StadtView must contain the following fields: - name: Einwohnerzahl 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 Stadt entity should be loaded from the relative URL: "/LandService/stadt/{id}" (HTTP-GET) If a new Stadt entity has been created, the new entity should be posted to the relative URL: "/LandService/stadt" (HTTP-POST) If an existing Stadt entity has been updated, the modified entity should be sent to the relative URL: "/LandService/stadt/{id}" (HTTP-PUT) If an existing Stadt entity has to be deleted, the following relative URL should be called: "/LandService/stadt/{id}" (HTTP-DELETE) 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/stadt/{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/stadt/{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/stadt/{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/hauptsitzstadt/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum