Interface ForumActionService
- All Known Implementing Classes:
 ForumActionServiceImpl
public interface ForumActionService
- 
Method Summary
Modifier and TypeMethodDescriptionvoidcopyForum(EntityExplorerActionSelection selection) voiddeletePost(String postKey) getForumInfo(String forumKey) getTopicInfo(String topicKey) booleanisSubscribed(String key) voidsavePost(RebindValue[] values, String topicKey, String quoteKey) voidsaveTopic(RebindValue[] values, String forumKey) voidsetTopicStatus(String topicKey, String status) booleansubscribeForum(String forumKey, boolean subscribe) booleansubscribeTopic(String topicKey, boolean subscribe) Subscribes or unsubscribes the current user on the given topic. 
- 
Method Details
- 
isSubscribed
 - 
subscribeTopic
Subscribes or unsubscribes the current user on the given topic.- Parameters:
 topicKey- the key of the topicsubscribe- trut to add the subscription, false to remove.- Returns:
 - true, if the user is subscribed now, false otherwise.
 
 - 
subscribeForum
 - 
saveTopic
 - 
setTopicStatus
 - 
savePost
 - 
deletePost
 - 
copyForum
void copyForum(EntityExplorerActionSelection selection) throws PersistException, InterruptedException, RpcExecutionException  - 
getTopicInfo
 - 
getForumInfo
 
 -