| Contact | Donate | Imprint |
| ProtocolFeature | ProtocolModule | Shopify |
| Property | Type | Entity | Reference | Module |
| (1) Description | STRING | ProtocolFeature | ||
| (2) Name | STRING | ProtocolFeature | ||
| (3) Protocol | LONG | ProtocolFeature | Protocol | ProtocolModule |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /protocolfeature/{id} | updateProtocolFeatureById(protocolfeature) | ProtocolModule | PUT | ProtocolFeature |
| (2) /protocolfeature/{id} | deleteProtocolFeatureById(id) | ProtocolModule | DELETE | ProtocolFeature |
| (3) /protocolfeature/protocol/{id} | findAllProtocolFeatureOfProtocol(id) | ProtocolModule | GET | Protocol ProtocolFeature |
| (4) /protocolfeature/{id} | findProtocolFeatureById(id) | ProtocolModule | GET | ProtocolFeature |
| (5) /protocolfeature | findAllProtocolFeature() | ProtocolModule | GET | ProtocolFeature |
| (6) /protocolfeature | insertProtocolFeature(protocolfeature) | ProtocolModule | POST | ProtocolFeature |
Example:
final ProtocolFeature protocolfeature = (ProtocolFeature) invokeModule(PROTOCOL_MODULE + "/protocolfeature/" + id, ProtocolFeature.class);| Contact | Donate | Imprint |