Jive Forums API (5.5.20.2-oracle) Developer Javadocs

Uses of Class
com.jivesoftware.forum.webservices.Forum

Packages that use Forum
com.jivesoftware.forum.webservices   
com.jivesoftware.forum.webservices.server   
com.jivesoftware.util Common utility classes for all Jive Software code. 
 

Uses of Forum in com.jivesoftware.forum.webservices
 

Methods in com.jivesoftware.forum.webservices that return Forum
 Forum ForumService.createForum(java.lang.String name, java.lang.String description)
          Creates a new forum under the root category.
 Forum ForumService.createForumUnderCategory(java.lang.String name, java.lang.String description, long categoryID)
          Creates a new forum under the specified category.
 Forum ForumService.createRestrictedForumUnderCategory(java.lang.String name, java.lang.String description, long categoryID, long userID)
          Bundles calls associated with creation of a new forum that sets the user as the moderator and sets negative permission for anonymous and registered users.
 Forum[] WatchService.getCategoryWatchObjects(long userID, long categoryID, int startIndex, int numResults)
          Returns Forums that the user is watching for a given category.
 Forum ContentService.getForum(long forumID)
          Returns a Forum by its id.
 Forum ForumService.getForum(long forumID)
          Returns a Forum by its ID.
 Forum[] ForumService.getForums()
          Returns the IDs of all forums under the root category.
 Forum[] ForumService.getForumsByCategoryID(long categoryID)
          Returns an array of IDs for all forums under this category.
 Forum[] ForumService.getForumsByCategoryIDWithFilter(long categoryID, ResultFilter resultFilter)
          Returns an array of IDs for all forums under this category.
 Forum[] ForumService.getPopularForums()
          Returns the IDs of all popular forums.
 Forum[] ForumCategoryService.getRecursiveForums()
          Returns all of the forums in the system recursively.
 Forum[] ForumService.getRecursiveForums(long categoryID)
          Returns an array of forum ids for all forums under the category with the specified ID recursively.
 Forum[] ForumCategoryService.getRecursiveForumsByCategoryID(long categoryID)
          Returns all of the forums under the specified category recursively.
 Forum[] ForumCategoryService.getRecursiveForumsByCategoryIDWithFilter(long categoryID, ResultFilter resultFilter)
          Returns all of the forums under the specified category recursively.
 Forum[] WatchService.getRecursiveForumWatchesByCategory(long userID, long categoryID, int startIndex, int numResults)
          Returns Forums that the user is watching for a given category and all of its subcategories.
 

Methods in com.jivesoftware.forum.webservices with parameters of type Forum
 void ForumService.updateForum(Forum forum)
          Updates changes to a forum to the system.
 

Uses of Forum in com.jivesoftware.forum.webservices.server
 

Methods in com.jivesoftware.forum.webservices.server that return Forum
static Forum WSUtil.convert(Forum forum)
          Converts a Forum object to a webservice Forum object.
 Forum ForumServiceImpl.createForum(java.lang.String name, java.lang.String description)
           
 Forum ForumServiceImpl.createForumUnderCategory(java.lang.String name, java.lang.String description, long categoryID)
           
 Forum ForumServiceImpl.createRestrictedForumUnderCategory(java.lang.String name, java.lang.String description, long categoryID, long userID)
           
 Forum[] WatchServiceImpl.getCategoryWatchObjects(long userID, long categoryID, int startIndex, int numResults)
           
 Forum ContentServiceImpl.getForum(long forumID)
           
 Forum ForumServiceImpl.getForum(long forumID)
           
 Forum[] ForumServiceImpl.getForums()
           
 Forum[] ForumServiceImpl.getForumsByCategoryID(long categoryID)
           
 Forum[] ForumServiceImpl.getForumsByCategoryIDWithFilter(long categoryID, ResultFilter resultFilter)
           
 Forum[] ForumServiceImpl.getPopularForums()
           
 Forum[] ForumCategoryServiceImpl.getRecursiveForums()
           
 Forum[] ForumServiceImpl.getRecursiveForums(long categoryID)
           
 Forum[] ForumCategoryServiceImpl.getRecursiveForumsByCategoryID(long categoryID)
           
 Forum[] ForumCategoryServiceImpl.getRecursiveForumsByCategoryIDWithFilter(long categoryID, ResultFilter resultFilter)
           
 Forum[] WatchServiceImpl.getRecursiveForumWatchesByCategory(long userID, long categoryID, int startIndex, int numResults)
           
 

Methods in com.jivesoftware.forum.webservices.server with parameters of type Forum
 void ForumServiceImpl.updateForum(Forum forum)
           
 

Uses of Forum in com.jivesoftware.util
 

Methods in com.jivesoftware.util that return Forum
 Forum[] ForumList.toForumArray()
           
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.