Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
StudienprogrammView
Please create a React-JS view called "StudienprogrammView" for the fields of the Studienprogramm entity. The StudienprogrammView must contain the following fields: - name: DauerSemester type: LONG - name: HatKlinik type: BOOL - name: HatVorklinik type: BOOL - name: Land type: Land - name: Name type: STRING - name: Universitaet type: STRING - name: Zugangsbeschraenkung type: STRING The data source for the [Land] select control should be loaded from the relative URL: "/LandService/land" (HTTP-GET) An existing Studienprogramm entity should be loaded from the relative URL: "/FortbildungService/studienprogramm/{id}" (HTTP-GET) If a new Studienprogramm entity has been created, the new entity should be posted to the relative URL: "/FortbildungService/studienprogramm" (HTTP-POST) If an existing Studienprogramm entity has been updated, the modified entity should be sent to the relative URL: "/FortbildungService/studienprogramm/{id}" (HTTP-PUT) If an existing Studienprogramm entity has to be deleted, the following relative URL should be called: "/FortbildungService/studienprogramm/{id}" (HTTP-DELETE) Add a HTML table to the view with the following ZahnarztAbschluss columns: - column: Abschlussjahr - column: Zahnarzt - column: Abschluss - column: Universitaet - column: Studienprogramm The table should have the title "ZahnarztAbschlusss" und the data must be loaded from the server with the following relative URL: "/ZahnarztService/zahnarztabschluss/studienprogramm/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum