Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
SaalView
Please create a React-JS view called "SaalView" for the fields of the Saal entity. The SaalView must contain the following fields: - name: Beschreibung type: STRING - name: HatBalkon type: BOOL - name: HatBuehne type: BOOL - name: HatGalerie type: BOOL - name: Kapazitaet type: LONG - name: Kino type: Kino - name: Name type: STRING The data source for the [Kino] select control should be loaded from the relative URL: "/KinoService/kino" (HTTP-GET) An existing Saal entity should be loaded from the relative URL: "/SaalService/saal/{id}" (HTTP-GET) If a new Saal entity has been created, the new entity should be posted to the relative URL: "/SaalService/saal" (HTTP-POST) If an existing Saal entity has been updated, the modified entity should be sent to the relative URL: "/SaalService/saal/{id}" (HTTP-PUT) If an existing Saal entity has to be deleted, the following relative URL should be called: "/SaalService/saal/{id}" (HTTP-DELETE) Add a HTML table to the view with the following SaalTonTechnik columns: - column: TonTechnik - column: Saal - column: BisDatum - column: VonDatum The table should have the title "SaalTonTechniks" und the data must be loaded from the server with the following relative URL: "/FilmService/saaltontechnik/saal/{id}" Add a HTML table to the view with the following SaalProjektionsTechnik columns: - column: BisDatum - column: ProjektionsTechnik - column: Saal - column: VonDatum The table should have the title "SaalProjektionsTechniks" und the data must be loaded from the server with the following relative URL: "/SaalService/saalprojektionstechnik/saal/{id}" Add a HTML table to the view with the following Vorstellung columns: - column: Saal - column: ProjektionsTechnik - column: DigitalStandard - column: Film - column: Sprachversion - column: Endzeit - column: Startzeit - column: Ist3D - column: IstEffektkino - column: BasisTicketpreis - column: TonTechnik The table should have the title "Vorstellungs" und the data must be loaded from the server with the following relative URL: "/FilmService/vorstellung/saal/{id}" Add a HTML table to the view with the following Sitz columns: - column: Nummer - column: Sitzkategorie - column: Saal - column: IstBarrierefrei - column: Reihe The table should have the title "Sitzs" und the data must be loaded from the server with the following relative URL: "/SaalService/sitz/saal/{id}" Add a HTML table to the view with the following SaalDigitalStandard columns: - column: VonDatum - column: DigitalStandard - column: BisDatum - column: Saal The table should have the title "SaalDigitalStandards" und the data must be loaded from the server with the following relative URL: "/StadtService/saaldigitalstandard/saal/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum