| Contact | Donate | Imprint |
| LearningTopic | LearningTopicModule |
| Property | Type | Entity | Reference | Module |
| (1) Description | STRING | LearningTopic | ||
| (2) Name | STRING | LearningTopic | ||
| (3) ParentTopic | LONG | LearningTopic |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /learningtopic/{id} | deleteLearningTopicById(id) | LearningTopicModule | DELETE | LearningTopic |
| (2) /learningtopic | findAllLearningTopic() | LearningTopicModule | GET | LearningTopic |
| (3) /coursetopic/learningtopic/{id} | findAllCourseTopicOfLearningTopic(id) | LearningTopicModule | GET | LearningTopic CourseTopic |
| (4) /learningtopic/{id} | findLearningTopicById(id) | LearningTopicModule | GET | LearningTopic |
| (5) /learningtopic | insertLearningTopic(learningtopic) | LearningTopicModule | POST | LearningTopic |
| (6) /learningtopic/{id} | updateLearningTopicById(learningtopic) | LearningTopicModule | PUT | LearningTopic |
Example:
final LearningTopic learningtopic = (LearningTopic) invokeModule(LEARNING_TOPIC_MODULE + "/learningtopic/" + id, LearningTopic.class);| Contact | Donate | Imprint |