Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
HydrantTypeView
Please create a React-JS view called "HydrantTypeView" for the fields of the HydrantType entity. The HydrantTypeView must contain the following fields: - name: Beschreibung type: STRING - name: IstOberflur type: BOOL - name: IstTrocken type: BOOL - name: IstUnterflur type: BOOL - name: Name type: STRING - name: StandardDurchflussMaxLpm type: LONG - name: StandardDurchflussMinLpm type: LONG An existing HydrantType entity should be loaded from the relative URL: "/HydrantTypeService/hydranttype/{id}" (HTTP-GET) If a new HydrantType entity has been created, the new entity should be posted to the relative URL: "/HydrantTypeService/hydranttype" (HTTP-POST) If an existing HydrantType entity has been updated, the modified entity should be sent to the relative URL: "/HydrantTypeService/hydranttype/{id}" (HTTP-PUT) If an existing HydrantType entity has to be deleted, the following relative URL should be called: "/HydrantTypeService/hydranttype/{id}" (HTTP-DELETE) Add a HTML table to the view with the following HydrantNorm columns: - column: Norm - column: HydrantType The table should have the title "HydrantNorms" und the data must be loaded from the server with the following relative URL: "/LandService/hydrantnorm/hydranttype/{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/hydranttype/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum