Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
KinoView
Please create a React-JS view called "KinoView" for the fields of the Kino entity. The KinoView must contain the following fields: - name: AnzahlSaeale type: LONG - name: Beschreibung type: STRING - name: Eroeffnungsdatum type: DATE - name: HistorischeBedeutung type: STRING - name: IstInBetrieb type: BOOL - name: Kinokette type: Kinokette - name: Name type: STRING - name: Stadt type: Stadt - name: Webseite type: STRING The data source for the [Stadt] select control should be loaded from the relative URL: "/StadtService/stadt" (HTTP-GET) The data source for the [Kinokette] select control should be loaded from the relative URL: "/KinoService/kinokette" (HTTP-GET) An existing Kino entity should be loaded from the relative URL: "/KinoService/kino/{id}" (HTTP-GET) If a new Kino entity has been created, the new entity should be posted to the relative URL: "/KinoService/kino" (HTTP-POST) If an existing Kino entity has been updated, the modified entity should be sent to the relative URL: "/KinoService/kino/{id}" (HTTP-PUT) If an existing Kino entity has to be deleted, the following relative URL should be called: "/KinoService/kino/{id}" (HTTP-DELETE) Add a HTML table to the view with the following KinoArchitektur columns: - column: Kino - column: BisJahr - column: Architekturstil - column: VonJahr The table should have the title "KinoArchitekturs" und the data must be loaded from the server with the following relative URL: "/ProjektionsTechnikService/kinoarchitektur/kino/{id}" Add a HTML table to the view with the following KinoStatistikJahr columns: - column: Durchschnittspreis - column: Kino - column: Besucher - column: Umsatz - column: Jahr The table should have the title "KinoStatistikJahrs" und the data must be loaded from the server with the following relative URL: "/KinoService/kinostatistikjahr/kino/{id}" Add a HTML table to the view with the following KinoKinomerkmal columns: - column: Kinomerkmal - column: VonDatum - column: Kino - column: BisDatum The table should have the title "KinoKinomerkmals" und the data must be loaded from the server with the following relative URL: "/KinomerkmalService/kinokinomerkmal/kino/{id}" Add a HTML table to the view with the following KinoKinotyp columns: - column: Kinotyp - column: BisDatum - column: VonDatum - column: Kino The table should have the title "KinoKinotyps" und the data must be loaded from the server with the following relative URL: "/KinotypService/kinokinotyp/kino/{id}" Add a HTML table to the view with the following Saal columns: - column: HatGalerie - column: Kapazitaet - column: Name - column: Beschreibung - column: Kino - column: HatBalkon - column: HatBuehne The table should have the title "Saals" und the data must be loaded from the server with the following relative URL: "/SaalService/saal/kino/{id}" Add a HTML table to the view with the following KinoSteuer columns: - column: Kino - column: BisDatum - column: KommunaleVergnuegungssteuerProzent - column: Steuersatz - column: VonDatum The table should have the title "KinoSteuers" und the data must be loaded from the server with the following relative URL: "/KinoService/kinosteuer/kino/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum