Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
TeilnehmendePersonView
Please create a React-JS view called "TeilnehmendePersonView" for the fields of the TeilnehmendePerson entity. The TeilnehmendePersonView must contain the following fields: - name: AnerkanntSchwerbehindert type: BOOL - name: Austrittsdatum type: DATE - name: Eintrittsdatum type: DATE - name: GradDerBehinderung type: LONG - name: Person type: Person - name: Status type: STRING - name: Werkstatt type: Werkstatt The data source for the [Werkstatt] select control should be loaded from the relative URL: "/WerkstattService/werkstatt" (HTTP-GET) The data source for the [Person] select control should be loaded from the relative URL: "/PersonService/person" (HTTP-GET) An existing TeilnehmendePerson entity should be loaded from the relative URL: "/TeilnehmendePersonService/teilnehmendeperson/{id}" (HTTP-GET) If a new TeilnehmendePerson entity has been created, the new entity should be posted to the relative URL: "/TeilnehmendePersonService/teilnehmendeperson" (HTTP-POST) If an existing TeilnehmendePerson entity has been updated, the modified entity should be sent to the relative URL: "/TeilnehmendePersonService/teilnehmendeperson/{id}" (HTTP-PUT) If an existing TeilnehmendePerson entity has to be deleted, the following relative URL should be called: "/TeilnehmendePersonService/teilnehmendeperson/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Interessenvertretungsmitglied columns: - column: TeilnehmendePerson - column: Interessenvertretung - column: Rolle The table should have the title "Interessenvertretungsmitglieds" und the data must be loaded from the server with the following relative URL: "/TeilnehmendePersonService/interessenvertretungsmitglied/teilnehmendeperson/{id}" Add a HTML table to the view with the following TeilnehmendePersonFinanzierung columns: - column: Leistungstraeger - column: TeilnehmendePerson - column: Leistungsart - column: VonDatum - column: Bewilligungsnummer - column: BisDatum The table should have the title "TeilnehmendePersonFinanzierungs" und the data must be loaded from the server with the following relative URL: "/RechtsgrundlageService/teilnehmendepersonfinanzierung/teilnehmendeperson/{id}" Add a HTML table to the view with the following TeilnehmendePersonBehinderung columns: - column: TeilnehmendePerson - column: Behinderungsart - column: Beschreibung - column: Primaer The table should have the title "TeilnehmendePersonBehinderungs" und the data must be loaded from the server with the following relative URL: "/BehinderungsartService/teilnehmendepersonbehinderung/teilnehmendeperson/{id}" Add a HTML table to the view with the following Gesundheitsmassnahme columns: - column: Beschreibung - column: BisDatum - column: TeilnehmendePerson - column: VonDatum - column: Name - column: Anbieter The table should have the title "Gesundheitsmassnahmes" und the data must be loaded from the server with the following relative URL: "/EntgeltzahlungService/gesundheitsmassnahme/teilnehmendeperson/{id}" Add a HTML table to the view with the following Leistungsbewertung columns: - column: Arbeitsfaehigkeiten - column: TeilnehmendePerson - column: Unterstuetzungsbedarf - column: BewertetDurch - column: Bewertungsdatum - column: Leistungsniveau The table should have the title "Leistungsbewertungs" und the data must be loaded from the server with the following relative URL: "/PersonService/leistungsbewertung/teilnehmendeperson/{id}" Add a HTML table to the view with the following Uebergangsergebnis columns: - column: TeilnehmendePerson - column: ZielOrt - column: Ergebnistyp - column: Ergebnisdatum - column: ZielArbeitgeber The table should have the title "Uebergangsergebniss" und the data must be loaded from the server with the following relative URL: "/BehinderungsartService/uebergangsergebnis/teilnehmendeperson/{id}" Add a HTML table to the view with the following Teilnahme columns: - column: TeilnehmendePerson - column: Massnahme - column: Ergebnis - column: VonDatum - column: BisDatum The table should have the title "Teilnahmes" und the data must be loaded from the server with the following relative URL: "/TeilnehmendePersonService/teilnahme/teilnehmendeperson/{id}" Add a HTML table to the view with the following Entgeltzahlung columns: - column: VonDatum - column: Gesamtbetrag - column: BisDatum - column: TeilnehmendePerson The table should have the title "Entgeltzahlungs" und the data must be loaded from the server with the following relative URL: "/EntgeltzahlungService/entgeltzahlung/teilnehmendeperson/{id}" Add a HTML table to the view with the following ExterneEinsatzstelle columns: - column: VonDatum - column: Ort - column: Werkstatt - column: Einsatztyp - column: BisDatum - column: TeilnehmendePerson - column: Branche - column: Firmenname The table should have the title "ExterneEinsatzstelles" und the data must be loaded from the server with the following relative URL: "/TeilnehmendePersonService/externeeinsatzstelle/teilnehmendeperson/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum