Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
OrganisationView
Please create a React-JS view called "OrganisationView" for the fields of the Organisation entity. The OrganisationView must contain the following fields: - name: Aufloesungsjahr type: LONG - name: Gruendungsjahr type: LONG - name: Land type: Land - name: Name type: STRING - name: Notizen type: STRING - name: Organisationsart type: STRING - name: SitzStadt type: Stadt The data source for the [SitzStadt] 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 Organisation entity should be loaded from the relative URL: "/LandService/organisation/{id}" (HTTP-GET) If a new Organisation entity has been created, the new entity should be posted to the relative URL: "/LandService/organisation" (HTTP-POST) If an existing Organisation entity has been updated, the modified entity should be sent to the relative URL: "/LandService/organisation/{id}" (HTTP-PUT) If an existing Organisation entity has to be deleted, the following relative URL should be called: "/LandService/organisation/{id}" (HTTP-DELETE) 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/betreiberorganisation/{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/organisation/{id}" Add a HTML table to the view with the following OrganisationMarktgebiet columns: - column: Marktgebiet - column: Notizen - column: Organisation - column: Startjahr - column: Endjahr - column: Rolle The table should have the title "OrganisationMarktgebiets" und the data must be loaded from the server with the following relative URL: "/MarktgebietService/organisationmarktgebiet/organisation/{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/organisation/{id}" Add a HTML table to the view with the following Vertrag columns: - column: Name - column: Waehrung - column: VolumenBcm - column: Vertragsdatum - column: Startjahr - column: WertBetrag - column: VerkaeuferOrganisation - column: Endjahr - column: Notizen - column: Vertragsart - column: KaeuferOrganisation The table should have the title "Vertrags" und the data must be loaded from the server with the following relative URL: "/GasnetzService/vertrag/kaeuferorganisation/{id}" Add a HTML table to the view with the following Vertrag columns: - column: Name - column: Waehrung - column: VolumenBcm - column: Vertragsdatum - column: Startjahr - column: WertBetrag - column: VerkaeuferOrganisation - column: Endjahr - column: Notizen - column: Vertragsart - column: KaeuferOrganisation The table should have the title "Vertrags" und the data must be loaded from the server with the following relative URL: "/GasnetzService/vertrag/verkaeuferorganisation/{id}" Add a HTML table to the view with the following OrganisationsBeteiligung columns: - column: TochterOrganisation - column: AnteilProzent - column: Endjahr - column: MutterOrganisation - column: Startjahr - column: Notizen The table should have the title "OrganisationsBeteiligungs" und the data must be loaded from the server with the following relative URL: "/MarktgebietService/organisationsbeteiligung/tochterorganisation/{id}" Add a HTML table to the view with the following OrganisationsBeteiligung columns: - column: TochterOrganisation - column: AnteilProzent - column: Endjahr - column: MutterOrganisation - column: Startjahr - column: Notizen The table should have the title "OrganisationsBeteiligungs" und the data must be loaded from the server with the following relative URL: "/MarktgebietService/organisationsbeteiligung/mutterorganisation/{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/betreiberorganisation/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum