Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
GolfplatzView
Please create a React-JS view called "GolfplatzView" for the fields of the Golfplatz entity. The GolfplatzView must contain the following fields: - name: AnzahlLoecher type: LONG - name: Beschreibung type: STRING - name: Besitzform type: STRING - name: Eroeffnungsjahr type: LONG - name: GesamtPar type: LONG - name: LaengeMeter type: LONG - name: Land type: STRING - name: Name type: STRING - name: Ort type: STRING - name: Platztyp type: STRING - name: Region type: STRING - name: UmweltHinweise type: STRING - name: Zugang type: STRING An existing Golfplatz entity should be loaded from the relative URL: "/GolfplatzService/golfplatz/{id}" (HTTP-GET) If a new Golfplatz entity has been created, the new entity should be posted to the relative URL: "/GolfplatzService/golfplatz" (HTTP-POST) If an existing Golfplatz entity has been updated, the modified entity should be sent to the relative URL: "/GolfplatzService/golfplatz/{id}" (HTTP-PUT) If an existing Golfplatz entity has to be deleted, the following relative URL should be called: "/GolfplatzService/golfplatz/{id}" (HTTP-DELETE) Add a HTML table to the view with the following GolfplatzTurnier columns: - column: Golfplatz - column: LetztesJahr - column: ErstesJahr - column: Turnier - column: Hinweise The table should have the title "GolfplatzTurniers" und the data must be loaded from the server with the following relative URL: "/TurnierService/golfplatzturnier/golfplatz/{id}" Add a HTML table to the view with the following Pflegeaktivitaet columns: - column: Name - column: Frequenz - column: Saison - column: Beschreibung - column: BeeinflusstSpiel - column: Golfplatz The table should have the title "Pflegeaktivitaets" und the data must be loaded from the server with the following relative URL: "/TurnierService/pflegeaktivitaet/golfplatz/{id}" Add a HTML table to the view with the following GreenkeeperGolfplatz columns: - column: Golfplatz - column: VonDatum - column: BisDatum - column: Greenkeeper - column: Rolle The table should have the title "GreenkeeperGolfplatzs" und the data must be loaded from the server with the following relative URL: "/AbschlagService/greenkeepergolfplatz/golfplatz/{id}" Add a HTML table to the view with the following Platzbewertung columns: - column: Abschlag - column: Golfplatz - column: Hinweise - column: RatingWert - column: Geschlecht - column: Bewertungsstelle - column: GueltigAb - column: SlopeWert The table should have the title "Platzbewertungs" und the data must be loaded from the server with the following relative URL: "/GolfplatzService/platzbewertung/golfplatz/{id}" Add a HTML table to the view with the following GolfclubGolfplatz columns: - column: Golfplatz - column: BisJahr - column: VonJahr - column: Golfclub - column: Rolle The table should have the title "GolfclubGolfplatzs" und the data must be loaded from the server with the following relative URL: "/GolfplatzService/golfclubgolfplatz/golfplatz/{id}" Add a HTML table to the view with the following RechtlicheEinschraenkung columns: - column: VonDatum - column: Golfplatz - column: Behoerde - column: Beschreibung - column: BisDatum - column: Typ The table should have the title "RechtlicheEinschraenkungs" und the data must be loaded from the server with the following relative URL: "/GolfplatzService/rechtlicheeinschraenkung/golfplatz/{id}" Add a HTML table to the view with the following Umweltbereich columns: - column: Beschreibung - column: FlaecheQm - column: Typ - column: Golfplatz - column: Schutzstatus The table should have the title "Umweltbereichs" und the data must be loaded from the server with the following relative URL: "/AbschlagService/umweltbereich/golfplatz/{id}" Add a HTML table to the view with the following Infrastruktur columns: - column: Beschreibung - column: Typ - column: Golfplatz The table should have the title "Infrastrukturs" und the data must be loaded from the server with the following relative URL: "/TurnierService/infrastruktur/golfplatz/{id}" Add a HTML table to the view with the following Loch columns: - column: Beschreibung - column: Par - column: Golfplatz - column: LaengeMeter - column: Vorgabe - column: Nummer - column: Name The table should have the title "Lochs" und the data must be loaded from the server with the following relative URL: "/LochService/loch/golfplatz/{id}" Add a HTML table to the view with the following Uebungsanlage columns: - column: Typ - column: AnzahlRasenAbschlaege - column: Flutlicht - column: AnzahlUeberdachteAbschlaege - column: AnzahlMatten - column: MaxDistanzMeter - column: Beschreibung - column: Golfplatz The table should have the title "Uebungsanlages" und the data must be loaded from the server with the following relative URL: "/LochService/uebungsanlage/golfplatz/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum