Overview

Summary

ContactDonateImprint


Appendix E-2: POST TOPIC (UI prompt)


PostTopicPostTopicModuleLinkedIn

Properties (2)

PropertyTypeEntityReferenceModule
(1) DescriptionSTRINGPostTopic
(2) NameSTRINGPostTopic


Module Interfaces (6)

Remote MethodLocal MethodModuleHTTP-MethodReferences
(1) /posttopic/{id}updatePostTopicById(posttopic)PostTopicModulePUTPostTopic
(2) /posttopic/{id}deletePostTopicById(id)PostTopicModuleDELETEPostTopic
(3) /posttopic/{id}findPostTopicById(id)PostTopicModuleGETPostTopic
(4) /posttopicinsertPostTopic(posttopic)PostTopicModulePOSTPostTopic
(5) /posttopicfindAllPostTopic()PostTopicModuleGETPostTopic
(6) /posttopicassignment/posttopic/{id}findAllPostTopicAssignmentOfPostTopic(id)PostTopicModuleGETPostTopic PostTopicAssignment





Example:

final PostTopic posttopic = (PostTopic) invokeModule(POST_TOPIC_MODULE + "/posttopic/" + id, PostTopic.class);
if (posttopic != null) {
}
return posttopic;


Overview

Summary

ContactDonateImprint