Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
FuehrerscheinklasseView
Please create a React-JS view called "FuehrerscheinklasseView" for the fields of the Fuehrerscheinklasse entity. The FuehrerscheinklasseView must contain the following fields: - name: Beschreibung type: STRING - name: Code type: STRING - name: IstBeruflich type: BOOL - name: Land type: Land - name: Mindestalter type: INT The data source for the [Land] select control should be loaded from the relative URL: "/LandService/land" (HTTP-GET) An existing Fuehrerscheinklasse entity should be loaded from the relative URL: "/LandService/fuehrerscheinklasse/{id}" (HTTP-GET) If a new Fuehrerscheinklasse entity has been created, the new entity should be posted to the relative URL: "/LandService/fuehrerscheinklasse" (HTTP-POST) If an existing Fuehrerscheinklasse entity has been updated, the modified entity should be sent to the relative URL: "/LandService/fuehrerscheinklasse/{id}" (HTTP-PUT) If an existing Fuehrerscheinklasse entity has to be deleted, the following relative URL should be called: "/LandService/fuehrerscheinklasse/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Fahrzeug columns: - column: Hersteller - column: IstSimulator - column: Baujahr - column: Fuehrerscheinklasse - column: LaengeM - column: Fahrschule - column: IstPruefungsfahrzeug - column: Fahrzeugtyp - column: Modell - column: Kennzeichen - column: HatDoppelpedale - column: MaxMasseKg - column: BreiteM - column: HatZusatzspiegel The table should have the title "Fahrzeugs" und the data must be loaded from the server with the following relative URL: "/FahrzeugtypService/fahrzeug/fuehrerscheinklasse/{id}" Add a HTML table to the view with the following Ausbildungsprogramm columns: - column: MinNachtfahrten - column: GueltigBis - column: MinLandstrassenfahrten - column: Fuehrerscheinklasse - column: MinPraxis - column: Name - column: MinAutobahnfahrten - column: Land - column: HatBegleitetesFahren - column: MinSonderfahrten - column: HatSimulatorphase - column: MinTheorie - column: GueltigVon The table should have the title "Ausbildungsprogramms" und the data must be loaded from the server with the following relative URL: "/LandService/ausbildungsprogramm/fuehrerscheinklasse/{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/fuehrerscheinklasse/{id}" Add a HTML table to the view with the following KlasseRechtsgrundlage columns: - column: Fuehrerscheinklasse - column: Rechtsgrundlage The table should have the title "KlasseRechtsgrundlages" und the data must be loaded from the server with the following relative URL: "/RechtsgrundlageService/klasserechtsgrundlage/fuehrerscheinklasse/{id}" Add a HTML table to the view with the following Anmeldung columns: - column: AnmeldeDatum - column: Fuehrerscheinklasse - column: StatusCode - column: Fahrschule - column: Fahrschueler - column: GeplantesPruefDatum The table should have the title "Anmeldungs" und the data must be loaded from the server with the following relative URL: "/FahrschuleService/anmeldung/fuehrerscheinklasse/{id}" Add a HTML table to the view with the following FahrzeugAnforderung columns: - column: BrauchtDoppelpedale - column: MinGesamtmasseKg - column: MinBreiteM - column: Land - column: MinHoeheM - column: BrauchtGeschlossenenAufbau - column: MinBetriebsmasseKg - column: MinLaengeM - column: Fuehrerscheinklasse - column: Beschreibung The table should have the title "FahrzeugAnforderungs" und the data must be loaded from the server with the following relative URL: "/LandService/fahrzeuganforderung/fuehrerscheinklasse/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum