Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
CampingplatzView
Please create a React-JS view called "CampingplatzView" for the fields of the Campingplatz entity. The CampingplatzView must contain the following fields: - name: AnzahlDauerstellplaetze type: INT - name: AnzahlStellplaetze type: INT - name: AnzahlTouristenplaetze type: INT - name: Beschreibung type: STRING - name: Betreiber type: Betreiber - name: Email type: STRING - name: ErlaubtWildcampingAehnlich type: BOOL - name: Eroeffnungsdatum type: DATE - name: GanzjaehrigGeoeffnet type: BOOL - name: HatAnimationsprogramm type: BOOL - name: HatBoule type: BOOL - name: HatFitnessbereich type: BOOL - name: HatHallenbad type: BOOL - name: HatMinigolf type: BOOL - name: HatRestaurant type: BOOL - name: HatSchwimmbad type: BOOL - name: HatShop type: BOOL - name: HatSpielplatz type: BOOL - name: HatSwingolf type: BOOL - name: HatTrimmDichPfad type: BOOL - name: HatWasserspielbereich type: BOOL - name: IstFkkPlatz type: BOOL - name: IstUrbanCamping type: BOOL - name: Name type: STRING - name: NurMikroCamping type: BOOL - name: Platztyp type: Platztyp - name: Schliessungsdatum type: DATE - name: Standort type: Standort - name: Telefon type: STRING - name: WebsiteUrl type: STRING The data source for the [Platztyp] select control should be loaded from the relative URL: "/UnterkunftstypService/platztyp" (HTTP-GET) The data source for the [Standort] select control should be loaded from the relative URL: "/CampingplatzService/standort" (HTTP-GET) The data source for the [Betreiber] select control should be loaded from the relative URL: "/AmenityKategorieService/betreiber" (HTTP-GET) An existing Campingplatz entity should be loaded from the relative URL: "/CampingplatzService/campingplatz/{id}" (HTTP-GET) If a new Campingplatz entity has been created, the new entity should be posted to the relative URL: "/CampingplatzService/campingplatz" (HTTP-POST) If an existing Campingplatz entity has been updated, the modified entity should be sent to the relative URL: "/CampingplatzService/campingplatz/{id}" (HTTP-PUT) If an existing Campingplatz entity has to be deleted, the following relative URL should be called: "/CampingplatzService/campingplatz/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Stellplatz columns: - column: IstTouristenstellplatz - column: MaxPersonen - column: Barrierefrei - column: HatWasseranschluss - column: Campingplatz - column: HatPrivateSanitaeranlage - column: HatStromanschluss - column: IstWohnmobilstellplatz - column: HatAbwasseranschluss - column: HatTvAnschluss - column: HatWlan - column: IstDauerstellplatz - column: Untergrund - column: Stellplatznummer - column: Beschreibung - column: NurZelt - column: MaxFahrzeuglaengeMeter The table should have the title "Stellplatzs" und the data must be loaded from the server with the following relative URL: "/StellplatzService/stellplatz/campingplatz/{id}" Add a HTML table to the view with the following Saison columns: - column: Startdatum - column: Enddatum - column: Hauptsaison - column: Campingplatz - column: Name The table should have the title "Saisons" und the data must be loaded from the server with the following relative URL: "/CampingplatzService/saison/campingplatz/{id}" Add a HTML table to the view with the following Sanitaergebaeude columns: - column: Baujahr - column: Name - column: Barrierefrei - column: IstHauptgebaeude - column: HatBabyraum - column: Beschreibung - column: Campingplatz - column: Renovierungsjahr - column: EntfernungRezeptionMeter - column: Beheizt The table should have the title "Sanitaergebaeudes" und the data must be loaded from the server with the following relative URL: "/CampingplatzService/sanitaergebaeude/campingplatz/{id}" Add a HTML table to the view with the following Mietunterkunft columns: - column: HatHeizung - column: Name - column: Campingplatz - column: Beschreibung - column: KapazitaetPersonen - column: HatKlimaanlage - column: HatBad - column: Unterkunftstyp - column: Barrierefrei - column: HatKueche - column: AnzahlEinheiten The table should have the title "Mietunterkunfts" und the data must be loaded from the server with the following relative URL: "/UnterkunftstypService/mietunterkunft/campingplatz/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum