Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
StadtmoebelView
Please create a React-JS view called "StadtmoebelView" for the fields of the Stadtmoebel entity. The StadtmoebelView must contain the following fields: - name: Beschreibung type: STRING - name: Gemeinde type: Gemeinde - name: Gestalter type: Gestalter - name: Gestaltungsprojekt type: Gestaltungsprojekt - name: HatSicherheitsfunktion type: BOOL - name: HatSmartfunktionen type: BOOL - name: HatWerbung type: BOOL - name: Installationsjahr type: LONG - name: IstUnbeweglich type: BOOL - name: Moebelgruppe type: MoebelKategorie - name: Moebeltyp type: STRING - name: Name type: STRING - name: Standard type: Standard - name: Standort type: Standort - name: Status type: STRING The data source for the [Gestaltungsprojekt] select control should be loaded from the relative URL: "/GestalterService/gestaltungsprojekt" (HTTP-GET) The data source for the [Gemeinde] select control should be loaded from the relative URL: "/GemeindeService/gemeinde" (HTTP-GET) The data source for the [Standard] select control should be loaded from the relative URL: "/StandardService/standard" (HTTP-GET) The data source for the [Standort] select control should be loaded from the relative URL: "/OrganisationService/standort" (HTTP-GET) The data source for the [Gestalter] select control should be loaded from the relative URL: "/GestalterService/gestalter" (HTTP-GET) The data source for the [Moebelgruppe] select control should be loaded from the relative URL: "/MoebelKategorieService/moebelkategorie" (HTTP-GET) An existing Stadtmoebel entity should be loaded from the relative URL: "/StadtmoebelService/stadtmoebel/{id}" (HTTP-GET) If a new Stadtmoebel entity has been created, the new entity should be posted to the relative URL: "/StadtmoebelService/stadtmoebel" (HTTP-POST) If an existing Stadtmoebel entity has been updated, the modified entity should be sent to the relative URL: "/StadtmoebelService/stadtmoebel/{id}" (HTTP-PUT) If an existing Stadtmoebel entity has to be deleted, the following relative URL should be called: "/StadtmoebelService/stadtmoebel/{id}" (HTTP-DELETE) Add a HTML table to the view with the following StadtmoebelFunktion columns: - column: Stadtmoebel - column: Funktion - column: IstPrimaer The table should have the title "StadtmoebelFunktions" und the data must be loaded from the server with the following relative URL: "/FunktionService/stadtmoebelfunktion/stadtmoebel/{id}" Add a HTML table to the view with the following Wartungsereignis columns: - column: Ereignistyp - column: Waehrung - column: DurchgefuehrtVon - column: Beschreibung - column: Kosten - column: Stadtmoebel - column: Datum The table should have the title "Wartungsereigniss" und the data must be loaded from the server with the following relative URL: "/OrganisationService/wartungsereignis/stadtmoebel/{id}" Add a HTML table to the view with the following PppVertragMoebel columns: - column: Rolle - column: Stadtmoebel - column: PppVertrag The table should have the title "PppVertragMoebels" und the data must be loaded from the server with the following relative URL: "/MaterialService/pppvertragmoebel/stadtmoebel/{id}" Add a HTML table to the view with the following StadtmoebelMaterial columns: - column: Stadtmoebel - column: Anteil - column: Material The table should have the title "StadtmoebelMaterials" und the data must be loaded from the server with the following relative URL: "/MaterialService/stadtmoebelmaterial/stadtmoebel/{id}" Add a HTML table to the view with the following Werbeflaeche columns: - column: Breite - column: IstHinterleuchtet - column: Notizen - column: MaxAnzeigen - column: IstDigital - column: Stadtmoebel - column: Flaechentyp - column: Hoehe The table should have the title "Werbeflaeches" und the data must be loaded from the server with the following relative URL: "/MoebelKategorieService/werbeflaeche/stadtmoebel/{id}" Add a HTML table to the view with the following Smartfunktion columns: - column: Notizen - column: HatWifi - column: HatSensoren - column: HatLadung - column: Funktionstyp - column: Stadtmoebel The table should have the title "Smartfunktions" und the data must be loaded from the server with the following relative URL: "/StadtmoebelService/smartfunktion/stadtmoebel/{id}" Add a HTML table to the view with the following NormAnwendung columns: - column: Anwendungstyp - column: Notizen - column: Standard - column: Stadtmoebel The table should have the title "NormAnwendungs" und the data must be loaded from the server with the following relative URL: "/StandardService/normanwendung/stadtmoebel/{id}" Add a HTML table to the view with the following Sicherheitsmassnahme columns: - column: Stadtmoebel - column: IstVerkehrsschutz - column: IstAntiTerror - column: Massnahmetyp - column: Beschreibung The table should have the title "Sicherheitsmassnahmes" und the data must be loaded from the server with the following relative URL: "/StadtmoebelService/sicherheitsmassnahme/stadtmoebel/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum