Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
FilmView
Please create a React-JS view called "FilmView" for the fields of the Film entity. The FilmView must contain the following fields: - name: Erscheinungsjahr type: LONG - name: Ist3D type: BOOL - name: IstAnimation type: BOOL - name: IstStummfilm type: BOOL - name: LaufzeitMinuten type: LONG - name: OriginalTitel type: STRING - name: Produktionsland type: LONG - name: Titel type: STRING An existing Film entity should be loaded from the relative URL: "/FilmService/film/{id}" (HTTP-GET) If a new Film entity has been created, the new entity should be posted to the relative URL: "/FilmService/film" (HTTP-POST) If an existing Film entity has been updated, the modified entity should be sent to the relative URL: "/FilmService/film/{id}" (HTTP-PUT) If an existing Film entity has to be deleted, the following relative URL should be called: "/FilmService/film/{id}" (HTTP-DELETE) 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/film/{id}" Add a HTML table to the view with the following FilmFilmformat columns: - column: Filmformat - column: Film The table should have the title "FilmFilmformats" und the data must be loaded from the server with the following relative URL: "/KinotypService/filmfilmformat/filmformat/{id}" Add a HTML table to the view with the following FilmFilmformat columns: - column: Filmformat - column: Film The table should have the title "FilmFilmformats" und the data must be loaded from the server with the following relative URL: "/KinotypService/filmfilmformat/film/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum