Overview
Summary
Contact
Donate
Imprint
Prompt for the
OrganizationView
Please create a React-JS view called "OrganizationView" for the fields of the Organization entity. The OrganizationView must contain the following fields: - name: Description type: STRING - name: HeadquartersCountry type: STRING - name: Name type: STRING - name: OrganizationType type: STRING An existing Organization entity should be loaded from the relative URL: "/OrganizationService/organization/{id}" (HTTP-GET) If a new Organization entity has been created, the new entity should be posted to the relative URL: "/OrganizationService/organization" (HTTP-POST) If an existing Organization entity has been updated, the modified entity should be sent to the relative URL: "/OrganizationService/organization/{id}" (HTTP-PUT) If an existing Organization entity has to be deleted, the following relative URL should be called: "/OrganizationService/organization/{id}" (HTTP-DELETE) Add a HTML table to the view with the following GovernmentMandate columns: - column: AladdinSystem - column: ServiceProviderOrganization - column: ClientOrganization - column: StartDate - column: Name - column: EndDate - column: Crisis - column: MandateValue - column: Currency - column: Description The table should have the title "GovernmentMandates" und the data must be loaded from the server with the following relative URL: "/GovernmentMandateService/governmentmandate/serviceproviderorganization/{id}" Add a HTML table to the view with the following GovernmentMandate columns: - column: AladdinSystem - column: ServiceProviderOrganization - column: ClientOrganization - column: StartDate - column: Name - column: EndDate - column: Crisis - column: MandateValue - column: Currency - column: Description The table should have the title "GovernmentMandates" und the data must be loaded from the server with the following relative URL: "/GovernmentMandateService/governmentmandate/clientorganization/{id}" Add a HTML table to the view with the following Portfolio columns: - column: InstitutionalInvestor - column: Name - column: Description - column: ManagedByOrganization - column: AladdinSystem - column: BaseCurrency - column: TotalValue The table should have the title "Portfolios" und the data must be loaded from the server with the following relative URL: "/OrganizationService/portfolio/managedbyorganization/{id}" Add a HTML table to the view with the following PersonRoleOrganization columns: - column: Organization - column: RoleName - column: StartDate - column: EndDate - column: Person The table should have the title "PersonRoleOrganizations" und the data must be loaded from the server with the following relative URL: "/PersonService/personroleorganization/organization/{id}" Add a HTML table to the view with the following InstitutionalInvestor columns: - column: Name - column: BaseCurrency - column: InvestorType - column: TotalAssets - column: Organization The table should have the title "InstitutionalInvestors" und the data must be loaded from the server with the following relative URL: "/OrganizationService/institutionalinvestor/organization/{id}" Add a HTML table to the view with the following Trademark columns: - column: Status - column: Organization - column: RegistrationNumber - column: MarkName - column: Jurisdiction - column: RegistrationDate - column: AladdinSystem The table should have the title "Trademarks" und the data must be loaded from the server with the following relative URL: "/AladdinSystemService/trademark/organization/{id}" Add a HTML table to the view with the following DataCenter columns: - column: Name - column: Description - column: Country - column: Organization - column: AladdinSystem - column: City - column: Region The table should have the title "DataCenters" und the data must be loaded from the server with the following relative URL: "/DataCenterService/datacenter/organization/{id}"
Copy prompt
Overview
Summary
Contact
Donate
Imprint