Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
OffeneWasserQuelleView
Please create a React-JS view called "OffeneWasserQuelleView" for the fields of the OffeneWasserQuelle entity. The OffeneWasserQuelleView must contain the following fields: - name: HydrantStandort type: HydrantStandort - name: KapazitaetM3 type: STRING - name: Typ type: STRING - name: WasserNetz type: WasserNetz The data source for the [HydrantStandort] select control should be loaded from the relative URL: "/HydrantStandortService/hydrantstandort" (HTTP-GET) The data source for the [WasserNetz] select control should be loaded from the relative URL: "/WasserNetzService/wassernetz" (HTTP-GET) An existing OffeneWasserQuelle entity should be loaded from the relative URL: "/HydrantStandortService/offenewasserquelle/{id}" (HTTP-GET) If a new OffeneWasserQuelle entity has been created, the new entity should be posted to the relative URL: "/HydrantStandortService/offenewasserquelle" (HTTP-POST) If an existing OffeneWasserQuelle entity has been updated, the modified entity should be sent to the relative URL: "/HydrantStandortService/offenewasserquelle/{id}" (HTTP-PUT) If an existing OffeneWasserQuelle entity has to be deleted, the following relative URL should be called: "/HydrantStandortService/offenewasserquelle/{id}" (HTTP-DELETE) Add a HTML table to the view with the following HydrantPlanEintrag columns: - column: UnterirdischerBehaelter - column: OffeneWasserQuelle - column: HydrantPlan - column: Notizen - column: Hydrant The table should have the title "HydrantPlanEintrags" und the data must be loaded from the server with the following relative URL: "/HydrantPlanService/hydrantplaneintrag/offenewasserquelle/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum