Interface ForumActionService
- All Known Implementing Classes:
ForumActionServiceImpl
public interface ForumActionService
-
Method Summary
Modifier and TypeMethodDescriptionvoid
copyForum
(EntityExplorerActionSelection selection) void
deletePost
(String postKey) getForumInfo
(String forumKey) getTopicInfo
(String topicKey) boolean
isSubscribed
(String key) void
savePost
(RebindValue[] values, String topicKey, String quoteKey) void
saveTopic
(RebindValue[] values, String forumKey) void
setTopicStatus
(String topicKey, String status) boolean
subscribeForum
(String forumKey, boolean subscribe) boolean
subscribeTopic
(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
-