Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
AnlageView
Please create a React-JS view called "AnlageView" for the fields of the Anlage entity. The AnlageView must contain the following fields: - name: Anlagetyp type: STRING - name: BetreiberOrganisation type: Organisation - name: Endjahr type: LONG - name: Land type: Land - name: Name type: STRING - name: Notizen type: STRING - name: Stadt type: Stadt - name: Startjahr type: LONG The data source for the [BetreiberOrganisation] select control should be loaded from the relative URL: "/LandService/organisation" (HTTP-GET) The data source for the [Stadt] select control should be loaded from the relative URL: "/LandService/stadt" (HTTP-GET) The data source for the [Land] select control should be loaded from the relative URL: "/LandService/land" (HTTP-GET) An existing Anlage entity should be loaded from the relative URL: "/AnlageService/anlage/{id}" (HTTP-GET) If a new Anlage entity has been created, the new entity should be posted to the relative URL: "/AnlageService/anlage" (HTTP-POST) If an existing Anlage entity has been updated, the modified entity should be sent to the relative URL: "/AnlageService/anlage/{id}" (HTTP-PUT) If an existing Anlage entity has to be deleted, the following relative URL should be called: "/AnlageService/anlage/{id}" (HTTP-DELETE) Add a HTML table to the view with the following PipelineAbschnitt columns: - column: ZuAnlage - column: Pipeline - column: LaengeKm - column: VonAnlage - column: Fertigstellung - column: Notizen The table should have the title "PipelineAbschnitts" und the data must be loaded from the server with the following relative URL: "/PipelineService/pipelineabschnitt/vonanlage/{id}" Add a HTML table to the view with the following PipelineAbschnitt columns: - column: ZuAnlage - column: Pipeline - column: LaengeKm - column: VonAnlage - column: Fertigstellung - column: Notizen The table should have the title "PipelineAbschnitts" und the data must be loaded from the server with the following relative URL: "/PipelineService/pipelineabschnitt/zuanlage/{id}" Add a HTML table to the view with the following EreignisBeteiligung columns: - column: Notizen - column: Person - column: Organisation - column: Pipeline - column: Rolle - column: Anlage - column: Ereignis The table should have the title "EreignisBeteiligungs" und the data must be loaded from the server with the following relative URL: "/AnlageService/ereignisbeteiligung/anlage/{id}" Add a HTML table to the view with the following TechnologieEinsatz columns: - column: Technologie - column: VonJahr - column: Beschreibung - column: Gasnetz - column: BisJahr - column: Anlage The table should have the title "TechnologieEinsatzs" und the data must be loaded from the server with the following relative URL: "/GasnetzService/technologieeinsatz/anlage/{id}" Add a HTML table to the view with the following OrganisationsAnlagenRolle columns: - column: Anlage - column: Organisation - column: Rolle - column: Endjahr - column: Startjahr - column: Notizen The table should have the title "OrganisationsAnlagenRolles" und the data must be loaded from the server with the following relative URL: "/LandService/organisationsanlagenrolle/anlage/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum