@RemoteServiceRelativePath(value="../extension/Forum")
public interface OKMForumService
extends com.google.gwt.user.client.rpc.RemoteService
| Modifier and Type | Method and Description |
|---|---|
GWTForum |
createForum(GWTForum forum) |
void |
createPost(long forumId,
long topicId,
GWTForumPost post) |
GWTForumTopic |
createTopic(long id,
String uuid,
GWTForumTopic topic) |
void |
deleteForum(long id) |
Boolean |
deletePost(long forumId,
long topicId,
long postId) |
GWTForumTopic |
findTopicByPK(long id) |
List<GWTForum> |
getAllForum() |
List<GWTForumTopic> |
getTopicsByForum(long id) |
List<GWTForumTopic> |
getTopicsByNode(String uuid) |
void |
increaseTopicView(long id) |
void |
updateForum(GWTForum forum) |
void |
updatePost(GWTForumPost post) |
void |
updateTopic(long id,
GWTForumPost post) |
List<GWTForumTopic> getTopicsByForum(long id) throws OKMException
OKMExceptionList<GWTForumTopic> getTopicsByNode(String uuid) throws OKMException
OKMExceptionGWTForumTopic createTopic(long id, String uuid, GWTForumTopic topic) throws OKMException
OKMExceptionGWTForumTopic findTopicByPK(long id) throws OKMException
OKMExceptionvoid createPost(long forumId,
long topicId,
GWTForumPost post)
throws OKMException
OKMExceptionvoid increaseTopicView(long id)
throws OKMException
OKMExceptionBoolean deletePost(long forumId, long topicId, long postId) throws OKMException
OKMExceptionvoid updatePost(GWTForumPost post) throws OKMException
OKMExceptionList<GWTForum> getAllForum() throws OKMException
OKMExceptionGWTForum createForum(GWTForum forum) throws OKMException
OKMExceptionvoid deleteForum(long id)
throws OKMException
OKMExceptionvoid updateForum(GWTForum forum) throws OKMException
OKMExceptionvoid updateTopic(long id,
GWTForumPost post)
throws OKMException
OKMExceptionCopyright © 2017 Open Knowledge Management System S.L.. All rights reserved.