Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
GeodatensatzView
Please create a React-JS view called "GeodatensatzView" for the fields of the Geodatensatz entity. The GeodatensatzView must contain the following fields: - name: Aktualisierungszyklus type: STRING - name: Beschreibung type: STRING - name: Datensatzkategorie type: Datensatzkategorie - name: ErzeugtAm type: DATE - name: Kurzname type: STRING - name: Name type: STRING - name: Raumbezugssystem type: Raumbezugssystem - name: VerantwortlicheOrganisationseinheit type: Organisationseinheit The data source for the [Datensatzkategorie] select control should be loaded from the relative URL: "/OrganisationseinheitService/datensatzkategorie" (HTTP-GET) The data source for the [Raumbezugssystem] select control should be loaded from the relative URL: "/RaumbezugssystemService/raumbezugssystem" (HTTP-GET) The data source for the [VerantwortlicheOrganisationseinheit] select control should be loaded from the relative URL: "/OrganisationseinheitService/organisationseinheit" (HTTP-GET) An existing Geodatensatz entity should be loaded from the relative URL: "/GeodatensatzService/geodatensatz/{id}" (HTTP-GET) If a new Geodatensatz entity has been created, the new entity should be posted to the relative URL: "/GeodatensatzService/geodatensatz" (HTTP-POST) If an existing Geodatensatz entity has been updated, the modified entity should be sent to the relative URL: "/GeodatensatzService/geodatensatz/{id}" (HTTP-PUT) If an existing Geodatensatz entity has to be deleted, the following relative URL should be called: "/GeodatensatzService/geodatensatz/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Zugriffsprotokoll columns: - column: Geodatensatz - column: ZugriffAm - column: ClientIp - column: Kartendienst - column: Benutzerkonto - column: Aktion The table should have the title "Zugriffsprotokolls" und the data must be loaded from the server with the following relative URL: "/KartendienstService/zugriffsprotokoll/geodatensatz/{id}" Add a HTML table to the view with the following OpenDataVeroeffentlichung columns: - column: OpenDataLizenz - column: Geodatensatz - column: VeroeffentlichtAm - column: ErzeugtAm - column: Titel - column: PortalUrl - column: AktualisiertAm The table should have the title "OpenDataVeroeffentlichungs" und the data must be loaded from the server with the following relative URL: "/GeodatensatzService/opendataveroeffentlichung/geodatensatz/{id}" Add a HTML table to the view with the following Kartendienst columns: - column: ErzeugtAm - column: Url - column: Geodatensatz - column: Oeffentlich - column: Diensttyp - column: Name - column: Version The table should have the title "Kartendiensts" und the data must be loaded from the server with the following relative URL: "/KartendienstService/kartendienst/geodatensatz/{id}" Add a HTML table to the view with the following CopernicusDatensatzVerknuepfung columns: - column: Geodatensatz - column: ErzeugtAm - column: CopernicusProdukt - column: Beschreibung The table should have the title "CopernicusDatensatzVerknuepfungs" und the data must be loaded from the server with the following relative URL: "/CopernicusProduktService/copernicusdatensatzverknuepfung/geodatensatz/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum