Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
PflegeheimketteView
Please create a React-JS view called "PflegeheimketteView" for the fields of the Pflegeheimkette entity. The PflegeheimketteView must contain the following fields: - name: Gewinnorientiert type: BOOL - name: Name type: STRING - name: SitzLand type: STRING - name: SitzOrt type: STRING An existing Pflegeheimkette entity should be loaded from the relative URL: "/PflegeheimketteService/pflegeheimkette/{id}" (HTTP-GET) If a new Pflegeheimkette entity has been created, the new entity should be posted to the relative URL: "/PflegeheimketteService/pflegeheimkette" (HTTP-POST) If an existing Pflegeheimkette entity has been updated, the modified entity should be sent to the relative URL: "/PflegeheimketteService/pflegeheimkette/{id}" (HTTP-PUT) If an existing Pflegeheimkette entity has to be deleted, the following relative URL should be called: "/PflegeheimketteService/pflegeheimkette/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Pflegeheim columns: - column: Strasse - column: TagespflegePlaetze - column: Pflegeheimkette - column: Name - column: Plz - column: Bundesland - column: NachtpflegePlaetze - column: Traeger - column: KurzzeitpflegePlaetze - column: Heimart - column: ZugelassenDurchPflegeversicherung - column: Aktiv - column: Pflegeschwerpunkt - column: Ort - column: VollstationaerePlaetze The table should have the title "Pflegeheims" und the data must be loaded from the server with the following relative URL: "/PflegeheimService/pflegeheim/pflegeheimkette/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum