| Contact | Donate | Imprint |
| PostTopic | PostTopicModule |
| Property | Type | Entity | Reference | Module |
| (1) Description | STRING | PostTopic | ||
| (2) Name | STRING | PostTopic |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /posttopic/{id} | updatePostTopicById(posttopic) | PostTopicModule | PUT | PostTopic |
| (2) /posttopic/{id} | deletePostTopicById(id) | PostTopicModule | DELETE | PostTopic |
| (3) /posttopic/{id} | findPostTopicById(id) | PostTopicModule | GET | PostTopic |
| (4) /posttopic | insertPostTopic(posttopic) | PostTopicModule | POST | PostTopic |
| (5) /posttopic | findAllPostTopic() | PostTopicModule | GET | PostTopic |
| (6) /posttopicassignment/posttopic/{id} | findAllPostTopicAssignmentOfPostTopic(id) | PostTopicModule | GET | PostTopic PostTopicAssignment |
Example:
final PostTopic posttopic = (PostTopic) invokeModule(POST_TOPIC_MODULE + "/posttopic/" + id, PostTopic.class);| Contact | Donate | Imprint |