org.exoplatform.webservice.ks.forum
Class ForumWebservice

java.lang.Object
  extended by org.exoplatform.webservice.ks.forum.ForumWebservice
All Implemented Interfaces:
org.exoplatform.services.rest.container.ResourceContainer

public class ForumWebservice
extends java.lang.Object
implements org.exoplatform.services.rest.container.ResourceContainer

Author:
Uoc Nguyen

Field Summary
protected static java.lang.String JSON_CONTENT_TYPE
           
 
Constructor Summary
ForumWebservice()
           
 
Method Summary
 org.exoplatform.services.rest.Response filterIpBanForum(java.lang.String forumId, java.lang.String str)
           
 org.exoplatform.services.rest.Response filterIps(java.lang.String str)
           
 org.exoplatform.services.rest.Response filterTagNameForum(java.lang.String str, java.lang.String userAndTopicId)
           
 org.exoplatform.services.rest.Response getMessage(java.lang.String maxcount)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JSON_CONTENT_TYPE

protected static final java.lang.String JSON_CONTENT_TYPE
See Also:
Constant Field Values
Constructor Detail

ForumWebservice

public ForumWebservice()
Method Detail

getMessage

public org.exoplatform.services.rest.Response getMessage(java.lang.String maxcount)
                                                  throws java.lang.Exception
Throws:
java.lang.Exception

filterIps

public org.exoplatform.services.rest.Response filterIps(java.lang.String str)
                                                 throws java.lang.Exception
Throws:
java.lang.Exception

filterIpBanForum

public org.exoplatform.services.rest.Response filterIpBanForum(java.lang.String forumId,
                                                               java.lang.String str)
                                                        throws java.lang.Exception
Throws:
java.lang.Exception

filterTagNameForum

public org.exoplatform.services.rest.Response filterTagNameForum(java.lang.String str,
                                                                 java.lang.String userAndTopicId)
                                                          throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2011 eXo Platform SAS. All Rights Reserved.