Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
LandView
Please create a React-JS view called "LandView" for the fields of the Land entity. The LandView must contain the following fields: - name: IsoCode type: STRING - name: Name type: STRING - name: Notizen type: STRING An existing Land entity should be loaded from the relative URL: "/LandService/land/{id}" (HTTP-GET) If a new Land entity has been created, the new entity should be posted to the relative URL: "/LandService/land" (HTTP-POST) If an existing Land entity has been updated, the modified entity should be sent to the relative URL: "/LandService/land/{id}" (HTTP-PUT) If an existing Land entity has to be deleted, the following relative URL should be called: "/LandService/land/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Gasnutzung columns: - column: Land - column: Sektor - column: Gasart - column: Jahr - column: VolumenBcm - column: Notizen The table should have the title "Gasnutzungs" und the data must be loaded from the server with the following relative URL: "/GasartService/gasnutzung/land/{id}" Add a HTML table to the view with the following Gasquelle columns: - column: Endjahr - column: Gasart - column: Quellentyp - column: Startjahr - column: Name - column: Land - column: Notizen - column: StandortStadt The table should have the title "Gasquelles" und the data must be loaded from the server with the following relative URL: "/GasartService/gasquelle/land/{id}" Add a HTML table to the view with the following Organisation columns: - column: Land - column: Notizen - column: Gruendungsjahr - column: Name - column: Aufloesungsjahr - column: Organisationsart - column: SitzStadt The table should have the title "Organisations" und the data must be loaded from the server with the following relative URL: "/LandService/organisation/land/{id}" Add a HTML table to the view with the following Person columns: - column: Vollname - column: NationalitaetLand - column: Notizen - column: Geburtsjahr - column: Todesjahr The table should have the title "Persons" und the data must be loaded from the server with the following relative URL: "/PersonService/person/nationalitaetland/{id}" Add a HTML table to the view with the following Anlage columns: - column: Stadt - column: Startjahr - column: Land - column: Name - column: Notizen - column: Anlagetyp - column: BetreiberOrganisation - column: Endjahr The table should have the title "Anlages" und the data must be loaded from the server with the following relative URL: "/AnlageService/anlage/land/{id}" Add a HTML table to the view with the following Regulierung columns: - column: Name - column: Jahr - column: Beschreibung - column: Land The table should have the title "Regulierungs" und the data must be loaded from the server with the following relative URL: "/PipelineService/regulierung/land/{id}" Add a HTML table to the view with the following Ereignis columns: - column: Land - column: Beschreibung - column: Ereignisart - column: Krieg - column: Wirtschaftskrise - column: Name - column: Tag - column: Monat - column: Jahr - column: Stadt The table should have the title "Ereigniss" und the data must be loaded from the server with the following relative URL: "/AnlageService/ereignis/land/{id}" Add a HTML table to the view with the following Region columns: - column: Land - column: Notizen - column: Name The table should have the title "Regions" und the data must be loaded from the server with the following relative URL: "/LandService/region/land/{id}" Add a HTML table to the view with the following Gasimport columns: - column: VolumenBcm - column: ExportLand - column: Notizen - column: Gasart - column: Jahr - column: PipelineRoute - column: ImportLand The table should have the title "Gasimports" und the data must be loaded from the server with the following relative URL: "/GasartService/gasimport/exportland/{id}" Add a HTML table to the view with the following Gasimport columns: - column: VolumenBcm - column: ExportLand - column: Notizen - column: Gasart - column: Jahr - column: PipelineRoute - column: ImportLand The table should have the title "Gasimports" und the data must be loaded from the server with the following relative URL: "/GasartService/gasimport/importland/{id}" Add a HTML table to the view with the following Stadt columns: - column: EinwohnerSchaetzung - column: Region - column: Notizen - column: Land - column: Name The table should have the title "Stadts" und the data must be loaded from the server with the following relative URL: "/LandService/stadt/land/{id}" Add a HTML table to the view with the following Pipeline columns: - column: Endjahr - column: HerkunftsLand - column: ZielLand - column: HauptGasart - column: Name - column: Startjahr - column: LaengeKm - column: Notizen The table should have the title "Pipelines" und the data must be loaded from the server with the following relative URL: "/PipelineService/pipeline/zielland/{id}" Add a HTML table to the view with the following Pipeline columns: - column: Endjahr - column: HerkunftsLand - column: ZielLand - column: HauptGasart - column: Name - column: Startjahr - column: LaengeKm - column: Notizen The table should have the title "Pipelines" und the data must be loaded from the server with the following relative URL: "/PipelineService/pipeline/herkunftsland/{id}" Add a HTML table to the view with the following Gasnetz columns: - column: Notizen - column: Land - column: Endjahr - column: Region - column: Startjahr - column: BetreiberOrganisation - column: Name The table should have the title "Gasnetzs" und the data must be loaded from the server with the following relative URL: "/GasnetzService/gasnetz/land/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum