Overview
Summary
Contact
Donate
Imprint
Prompt for the
ZeppelinEngineView
Please create a React-JS view called "ZeppelinEngineView" for the fields of the ZeppelinEngine entity. The ZeppelinEngineView must contain the following fields: - name: Count type: INT - name: Engine type: Engine - name: Position type: STRING - name: Zeppelin type: Zeppelin The data source for the [Zeppelin] select control should be loaded from the relative URL: "/ZeppelinService/zeppelin" (HTTP-GET) The data source for the [Engine] select control should be loaded from the relative URL: "/EngineService/engine" (HTTP-GET) An existing ZeppelinEngine entity should be loaded from the relative URL: "/EngineService/zeppelinengine/{id}" (HTTP-GET) If a new ZeppelinEngine entity has been created, the new entity should be posted to the relative URL: "/EngineService/zeppelinengine" (HTTP-POST) If an existing ZeppelinEngine entity has been updated, the modified entity should be sent to the relative URL: "/EngineService/zeppelinengine/{id}" (HTTP-PUT) If an existing ZeppelinEngine entity has to be deleted, the following relative URL should be called: "/EngineService/zeppelinengine/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint