Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
WerbeflaecheView
Please create a React-JS view called "WerbeflaecheView" for the fields of the Werbeflaeche entity. The WerbeflaecheView must contain the following fields: - name: Breite type: STRING - name: Flaechentyp type: STRING - name: Hoehe type: STRING - name: IstDigital type: BOOL - name: IstHinterleuchtet type: BOOL - name: MaxAnzeigen type: LONG - name: Notizen type: STRING - name: Stadtmoebel type: Stadtmoebel The data source for the [Stadtmoebel] select control should be loaded from the relative URL: "/StadtmoebelService/stadtmoebel" (HTTP-GET) An existing Werbeflaeche entity should be loaded from the relative URL: "/MoebelKategorieService/werbeflaeche/{id}" (HTTP-GET) If a new Werbeflaeche entity has been created, the new entity should be posted to the relative URL: "/MoebelKategorieService/werbeflaeche" (HTTP-POST) If an existing Werbeflaeche entity has been updated, the modified entity should be sent to the relative URL: "/MoebelKategorieService/werbeflaeche/{id}" (HTTP-PUT) If an existing Werbeflaeche entity has to be deleted, the following relative URL should be called: "/MoebelKategorieService/werbeflaeche/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Werbevertrag columns: - column: Notizen - column: Werbetreibender - column: Enddatum - column: Waehrung - column: Gebuehr - column: Werbeflaeche - column: Startdatum The table should have the title "Werbevertrags" und the data must be loaded from the server with the following relative URL: "/MoebelKategorieService/werbevertrag/werbeflaeche/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum