Overview
Summary
Contact
Donate
Imprint
Prompt for the
CompanyTechnologyUsageView
Please create a React-JS view called "CompanyTechnologyUsageView" for the fields of the CompanyTechnologyUsage entity. The CompanyTechnologyUsageView must contain the following fields: - name: Company type: Company - name: EndYear type: LONG - name: StartYear type: LONG - name: TechnologyComponent type: TechnologyComponent - name: UsageDescription type: STRING The data source for the [Company] select control should be loaded from the relative URL: "/CompanyService/company" (HTTP-GET) The data source for the [TechnologyComponent] select control should be loaded from the relative URL: "/TechnologyComponentService/technologycomponent" (HTTP-GET) An existing CompanyTechnologyUsage entity should be loaded from the relative URL: "/TechnologyComponentService/companytechnologyusage/{id}" (HTTP-GET) If a new CompanyTechnologyUsage entity has been created, the new entity should be posted to the relative URL: "/TechnologyComponentService/companytechnologyusage" (HTTP-POST) If an existing CompanyTechnologyUsage entity has been updated, the modified entity should be sent to the relative URL: "/TechnologyComponentService/companytechnologyusage/{id}" (HTTP-PUT) If an existing CompanyTechnologyUsage entity has to be deleted, the following relative URL should be called: "/TechnologyComponentService/companytechnologyusage/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint