Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
WasserNetzView
Please create a React-JS view called "WasserNetzView" for the fields of the WasserNetz entity. The WasserNetzView must contain the following fields: - name: Beschreibung type: STRING - name: BetreiberOrganisation type: Organisation - name: FrostTiefeCm type: LONG - name: Name type: STRING The data source for the [BetreiberOrganisation] select control should be loaded from the relative URL: "/StadtService/organisation" (HTTP-GET) An existing WasserNetz entity should be loaded from the relative URL: "/WasserNetzService/wassernetz/{id}" (HTTP-GET) If a new WasserNetz entity has been created, the new entity should be posted to the relative URL: "/WasserNetzService/wassernetz" (HTTP-POST) If an existing WasserNetz entity has been updated, the modified entity should be sent to the relative URL: "/WasserNetzService/wassernetz/{id}" (HTTP-PUT) If an existing WasserNetz entity has to be deleted, the following relative URL should be called: "/WasserNetzService/wassernetz/{id}" (HTTP-DELETE) Add a HTML table to the view with the following LeitungsAbschnitt columns: - column: Baujahr - column: Material - column: WasserNetz - column: IstInBetrieb - column: LaengeMeter - column: NennweiteMm The table should have the title "LeitungsAbschnitts" und the data must be loaded from the server with the following relative URL: "/StandrohrTypeService/leitungsabschnitt/wassernetz/{id}" Add a HTML table to the view with the following AppHydrantenDatenquelle columns: - column: HatEchtzeitStatus - column: App - column: Beschreibung - column: WasserNetz The table should have the title "AppHydrantenDatenquelles" und the data must be loaded from the server with the following relative URL: "/HydrantTypeService/apphydrantendatenquelle/wassernetz/{id}" Add a HTML table to the view with the following OffeneWasserQuelle columns: - column: KapazitaetM3 - column: HydrantStandort - column: WasserNetz - column: Typ The table should have the title "OffeneWasserQuelles" und the data must be loaded from the server with the following relative URL: "/HydrantStandortService/offenewasserquelle/wassernetz/{id}" Add a HTML table to the view with the following Standrohr columns: - column: MaxDruckBar - column: GewichtKg - column: HatRueckflussverhinderer - column: WasserNetz - column: StandrohrType - column: HatWasserZaehler The table should have the title "Standrohrs" und the data must be loaded from the server with the following relative URL: "/StandrohrTypeService/standrohr/wassernetz/{id}" Add a HTML table to the view with the following HydrantPlan columns: - column: SpeicherOrt - column: Massstab - column: LetzteAktualisierung - column: WasserNetz - column: IstDigital - column: Name The table should have the title "HydrantPlans" und the data must be loaded from the server with the following relative URL: "/HydrantPlanService/hydrantplan/wassernetz/{id}" Add a HTML table to the view with the following UnterirdischerBehaelter columns: - column: KapazitaetM3 - column: WasserNetz - column: IstZugaenglich - column: HydrantStandort The table should have the title "UnterirdischerBehaelters" und the data must be loaded from the server with the following relative URL: "/HydrantStandortService/unterirdischerbehaelter/wassernetz/{id}" Add a HTML table to the view with the following Hydrant columns: - column: HydrantType - column: IstNass - column: WasserNetz - column: IstTrocken - column: Notizen - column: HydrantStandort - column: NennweiteMm - column: InstallationsDatum - column: LetztePruefung - column: IstBetriebsbereit The table should have the title "Hydrants" und the data must be loaded from the server with the following relative URL: "/WasserNetzService/hydrant/wassernetz/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum