Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
LandView
Please create a React-JS view called "LandView" for the fields of the Land entity. The LandView must contain the following fields: - name: IsoCode type: STRING - name: Name type: STRING An existing Land entity should be loaded from the relative URL: "/LandService/land/{id}" (HTTP-GET) If a new Land entity has been created, the new entity should be posted to the relative URL: "/LandService/land" (HTTP-POST) If an existing Land entity has been updated, the modified entity should be sent to the relative URL: "/LandService/land/{id}" (HTTP-PUT) If an existing Land entity has to be deleted, the following relative URL should be called: "/LandService/land/{id}" (HTTP-DELETE) 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/land/{id}" Add a HTML table to the view with the following Statistik columns: - column: Stichtag - column: AnzahlBestandenTheorie - column: AnzahlFahrschueler - column: AnzahlFahrlehrer - column: AnzahlBestandenPraxis - column: AnzahlFahrschulen - column: AnzahlPraxispruefungen - column: AnzahlTheoriepruefungen - column: Land The table should have the title "Statistiks" und the data must be loaded from the server with the following relative URL: "/FahrlehrerService/statistik/land/{id}" Add a HTML table to the view with the following Fuehrerscheinklasse columns: - column: Mindestalter - column: IstBeruflich - column: Code - column: Land - column: Beschreibung The table should have the title "Fuehrerscheinklasses" und the data must be loaded from the server with the following relative URL: "/LandService/fuehrerscheinklasse/land/{id}" Add a HTML table to the view with the following Aufsichtsbehoerde columns: - column: Name - column: TypCode - column: Ort - column: Postleitzahl - column: Strasse - column: Land The table should have the title "Aufsichtsbehoerdes" und the data must be loaded from the server with the following relative URL: "/AufsichtsbehoerdeService/aufsichtsbehoerde/land/{id}" Add a HTML table to the view with the following Fahrschule columns: - column: Handelsname - column: Strasse - column: IstMilitaerisch - column: Ort - column: IstBehoerde - column: Postleitzahl - column: IstGewerblich - column: GruendungDatum - column: Webseite - column: Name - column: Rechtsform - column: Telefon - column: LandCode The table should have the title "Fahrschules" und the data must be loaded from the server with the following relative URL: "/FahrschuleService/fahrschule/landcode/{id}" Add a HTML table to the view with the following Rechtsgrundlage columns: - column: Beschreibung - column: Land - column: GueltigBis - column: GueltigVon - column: Titel - column: ReferenzUrl - column: Code The table should have the title "Rechtsgrundlages" und the data must be loaded from the server with the following relative URL: "/RechtsgrundlageService/rechtsgrundlage/land/{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/land/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum