Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
AufsichtsbehoerdeView
Please create a React-JS view called "AufsichtsbehoerdeView" for the fields of the Aufsichtsbehoerde entity. The AufsichtsbehoerdeView must contain the following fields: - name: Land type: Land - name: Name type: STRING - name: Ort type: STRING - name: Postleitzahl type: STRING - name: Strasse type: STRING - name: TypCode type: STRING The data source for the [Land] select control should be loaded from the relative URL: "/LandService/land" (HTTP-GET) An existing Aufsichtsbehoerde entity should be loaded from the relative URL: "/AufsichtsbehoerdeService/aufsichtsbehoerde/{id}" (HTTP-GET) If a new Aufsichtsbehoerde entity has been created, the new entity should be posted to the relative URL: "/AufsichtsbehoerdeService/aufsichtsbehoerde" (HTTP-POST) If an existing Aufsichtsbehoerde entity has been updated, the modified entity should be sent to the relative URL: "/AufsichtsbehoerdeService/aufsichtsbehoerde/{id}" (HTTP-PUT) If an existing Aufsichtsbehoerde entity has to be deleted, the following relative URL should be called: "/AufsichtsbehoerdeService/aufsichtsbehoerde/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Qualitaetspruefung columns: - column: FahrschuleZweigstelle - column: Pruefungsart - column: HatPraxisbeobachtung - column: AnzahlAbweichungen - column: Ergebnis - column: HatTheoriebeobachtung - column: PruefDatum - column: Aufsichtsbehoerde The table should have the title "Qualitaetspruefungs" und the data must be loaded from the server with the following relative URL: "/AufsichtsbehoerdeService/qualitaetspruefung/aufsichtsbehoerde/{id}" Add a HTML table to the view with the following FahrschuleAufsicht columns: - column: StartDatum - column: EndDatum - column: Fahrschule - column: Aufsichtstyp - column: Aufsichtsbehoerde The table should have the title "FahrschuleAufsichts" und the data must be loaded from the server with the following relative URL: "/PersonService/fahrschuleaufsicht/aufsichtsbehoerde/{id}" Add a HTML table to the view with the following Fahrlehrerlaubnis columns: - column: IstGesperrt - column: ErlaubnisNummer - column: Fuehrerscheinklasse - column: Aufsichtsbehoerde - column: Fahrlehrer - column: GueltigBis - column: ErteiltAm The table should have the title "Fahrlehrerlaubniss" und the data must be loaded from the server with the following relative URL: "/AufsichtsbehoerdeService/fahrlehrerlaubnis/aufsichtsbehoerde/{id}" Add a HTML table to the view with the following Pruefung columns: - column: Versuch - column: Aufsichtsbehoerde - column: Pruefer - column: Anmeldung - column: OrtBeschreibung - column: Pruefungsart - column: ErgebnisCode - column: DatumZeit - column: DauerMinuten The table should have the title "Pruefungs" und the data must be loaded from the server with the following relative URL: "/FahrschuleService/pruefung/aufsichtsbehoerde/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum