Overview

Summary

ContactDonateImprint


Appendix E-27: LEARNING TOPIC (UI prompt)


LearningTopicLearningTopicModuleLinkedIn

Properties (3)

PropertyTypeEntityReferenceModule
(1) DescriptionSTRINGLearningTopic
(2) NameSTRINGLearningTopic
(3) ParentTopicLONGLearningTopic


Module Interfaces (6)

Remote MethodLocal MethodModuleHTTP-MethodReferences
(1) /learningtopic/{id}deleteLearningTopicById(id)LearningTopicModuleDELETELearningTopic
(2) /learningtopicfindAllLearningTopic()LearningTopicModuleGETLearningTopic
(3) /coursetopic/learningtopic/{id}findAllCourseTopicOfLearningTopic(id)LearningTopicModuleGETLearningTopic CourseTopic
(4) /learningtopic/{id}findLearningTopicById(id)LearningTopicModuleGETLearningTopic
(5) /learningtopicinsertLearningTopic(learningtopic)LearningTopicModulePOSTLearningTopic
(6) /learningtopic/{id}updateLearningTopicById(learningtopic)LearningTopicModulePUTLearningTopic





Example:

final LearningTopic learningtopic = (LearningTopic) invokeModule(LEARNING_TOPIC_MODULE + "/learningtopic/" + id, LearningTopic.class);
if (learningtopic != null) {
}
return learningtopic;


Overview

Summary

ContactDonateImprint