Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
StaatView
Please create a React-JS view called "StaatView" for the fields of the Staat entity. The StaatView must contain the following fields: - name: IsoCode type: STRING - name: Name type: STRING - name: Typ type: STRING An existing Staat entity should be loaded from the relative URL: "/StaatService/staat/{id}" (HTTP-GET) If a new Staat entity has been created, the new entity should be posted to the relative URL: "/StaatService/staat" (HTTP-POST) If an existing Staat entity has been updated, the modified entity should be sent to the relative URL: "/StaatService/staat/{id}" (HTTP-PUT) If an existing Staat entity has to be deleted, the following relative URL should be called: "/StaatService/staat/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Versicherung columns: - column: Staat - column: Name - column: Anbieter - column: Typ The table should have the title "Versicherungs" und the data must be loaded from the server with the following relative URL: "/StaatService/versicherung/staat/{id}" Add a HTML table to the view with the following Tagespflegeperson columns: - column: Geschlecht - column: IstInGrossTagespflege - column: AktivVon - column: IstPaedFachkraft - column: MaxKinder - column: AktivBis - column: IstOeffentlichGefoerdert - column: Nachname - column: HatPflegeerlaubnis - column: PflegeerlaubnisBis - column: PflegeerlaubnisVon - column: Jugendamt - column: Staat - column: Vorname - column: Bundesland - column: Kommune The table should have the title "Tagespflegepersons" und the data must be loaded from the server with the following relative URL: "/TagespflegepersonService/tagespflegeperson/staat/{id}" Add a HTML table to the view with the following Gesetz columns: - column: GueltigVon - column: Beschreibung - column: Staat - column: Titel - column: Code - column: Paragraph - column: GueltigBis The table should have the title "Gesetzs" und the data must be loaded from the server with the following relative URL: "/GesetzService/gesetz/staat/{id}" Add a HTML table to the view with the following Kind columns: - column: Nachname - column: Vorname - column: Geburtsdatum - column: Kommune - column: Staat - column: Geschlecht - column: Bundesland The table should have the title "Kinds" und the data must be loaded from the server with the following relative URL: "/KindService/kind/staat/{id}" Add a HTML table to the view with the following Foerderprogramm columns: - column: Bundesland - column: EndDatum - column: Beschreibung - column: Name - column: StartDatum - column: Rechtsgrundlage - column: Staat The table should have the title "Foerderprogramms" und the data must be loaded from the server with the following relative URL: "/FoerderprogrammService/foerderprogramm/staat/{id}" Add a HTML table to the view with the following StatistikDatensatz columns: - column: Quelle - column: GrossTagespflegen - column: Tagespflegepersonen - column: KinderInPflege - column: Jahr - column: Monat - column: Staat - column: Bundesland The table should have the title "StatistikDatensatzs" und the data must be loaded from the server with the following relative URL: "/BundeslandService/statistikdatensatz/staat/{id}" Add a HTML table to the view with the following Raum columns: - column: IstPrivatwohnung - column: Bundesland - column: Postleitzahl - column: IstGemietet - column: IstAbgenommen - column: Adresse2 - column: Staat - column: Adresse1 - column: Kapazitaet - column: IstElternwohnung - column: Ort - column: Kommune The table should have the title "Raums" und the data must be loaded from the server with the following relative URL: "/JugendamtService/raum/staat/{id}" Add a HTML table to the view with the following Bundesland columns: - column: Abkuerzung - column: Staat - column: Name The table should have the title "Bundeslands" und the data must be loaded from the server with the following relative URL: "/BundeslandService/bundesland/staat/{id}" Add a HTML table to the view with the following Verband columns: - column: Bundesland - column: Webseite - column: Staat - column: Name - column: Typ The table should have the title "Verbands" und the data must be loaded from the server with the following relative URL: "/VerbandService/verband/staat/{id}" Add a HTML table to the view with the following Haushalt columns: - column: Postleitzahl - column: Einkommensstufe - column: Adresse1 - column: Ort - column: Adresse2 - column: Bundesland - column: Kommune - column: Staat The table should have the title "Haushalts" und the data must be loaded from the server with the following relative URL: "/KommuneService/haushalt/staat/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum