Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
BundeslandView
Please create a React-JS view called "BundeslandView" for the fields of the Bundesland entity. The BundeslandView must contain the following fields: - name: Kuerzel type: STRING - name: Name type: STRING An existing Bundesland entity should be loaded from the relative URL: "/BundeslandService/bundesland/{id}" (HTTP-GET) If a new Bundesland entity has been created, the new entity should be posted to the relative URL: "/BundeslandService/bundesland" (HTTP-POST) If an existing Bundesland entity has been updated, the modified entity should be sent to the relative URL: "/BundeslandService/bundesland/{id}" (HTTP-PUT) If an existing Bundesland entity has to be deleted, the following relative URL should be called: "/BundeslandService/bundesland/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Aufsichtsbehoerde columns: - column: Name - column: Bundesland - column: Behoerdenart The table should have the title "Aufsichtsbehoerdes" und the data must be loaded from the server with the following relative URL: "/BundeslandService/aufsichtsbehoerde/bundesland/{id}" 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/bundesland/{id}" Add a HTML table to the view with the following Sozialhilfetraeger columns: - column: Bundesland - column: Name - column: Traegerart The table should have the title "Sozialhilfetraegers" und the data must be loaded from the server with the following relative URL: "/TraegerService/sozialhilfetraeger/bundesland/{id}" Add a HTML table to the view with the following Pflegekasse columns: - column: Name - column: Kassenart - column: Bundesland The table should have the title "Pflegekasses" und the data must be loaded from the server with the following relative URL: "/BewohnerService/pflegekasse/bundesland/{id}" Add a HTML table to the view with the following Personalschluessel columns: - column: Bundesland - column: GueltigBis - column: Pflegegrad - column: VerhaeltnisBewohnerProKraft - column: Pflegeheim - column: Personalart - column: GueltigAb The table should have the title "Personalschluessels" und the data must be loaded from the server with the following relative URL: "/PflegeheimService/personalschluessel/bundesland/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum