Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
AbschlussView
Please create a React-JS view called "AbschlussView" for the fields of the Abschluss entity. The AbschlussView must contain the following fields: - name: Abkuerzung type: STRING - name: Fachbereich type: STRING - name: IstDoktorgrad type: BOOL - name: IstMastergrad type: BOOL - name: Land type: Land - name: Name type: STRING The data source for the [Land] select control should be loaded from the relative URL: "/LandService/land" (HTTP-GET) An existing Abschluss entity should be loaded from the relative URL: "/ZahnarztService/abschluss/{id}" (HTTP-GET) If a new Abschluss entity has been created, the new entity should be posted to the relative URL: "/ZahnarztService/abschluss" (HTTP-POST) If an existing Abschluss entity has been updated, the modified entity should be sent to the relative URL: "/ZahnarztService/abschluss/{id}" (HTTP-PUT) If an existing Abschluss entity has to be deleted, the following relative URL should be called: "/ZahnarztService/abschluss/{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/abschlussjahr/{id}" 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/abschluss/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum