Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
DigitalStandardView
Please create a React-JS view called "DigitalStandardView" for the fields of the DigitalStandard entity. The DigitalStandardView must contain the following fields: - name: Beschreibung type: STRING - name: Einfuehrungsjahr type: LONG - name: Name type: STRING An existing DigitalStandard entity should be loaded from the relative URL: "/FilmService/digitalstandard/{id}" (HTTP-GET) If a new DigitalStandard entity has been created, the new entity should be posted to the relative URL: "/FilmService/digitalstandard" (HTTP-POST) If an existing DigitalStandard entity has been updated, the modified entity should be sent to the relative URL: "/FilmService/digitalstandard/{id}" (HTTP-PUT) If an existing DigitalStandard entity has to be deleted, the following relative URL should be called: "/FilmService/digitalstandard/{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/digitalstandard/{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/digitalstandard/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum