Jive Forums API (5.5.20.2-oracle) Developer Javadocs

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

Packages that use ForumCategory
com.jivesoftware.forum.webservices   
com.jivesoftware.forum.webservices.server   
 

Uses of ForumCategory in com.jivesoftware.forum.webservices
 

Methods in com.jivesoftware.forum.webservices that return ForumCategory
 ForumCategory ForumCategoryService.createCategory(java.lang.String name, java.lang.String description)
          Creates a new ForumCategory as a sub-category of the root category using the name and description.
 ForumCategory ForumCategoryService.createRestrictedSubCategory(java.lang.String name, java.lang.String description, long categoryID, long userID)
          Bundles calls associated with creation of a new sub category that sets the user as the category admin and sets negative permission for anonymous and registered users.
 ForumCategory ForumCategoryService.createSubCategory(java.lang.String name, java.lang.String description, long categoryID)
          Creates a new ForumCategory as a sub-category off of the specified category.
 ForumCategory[] ForumCategoryService.getCategoriesByCategoryID(long categoryID)
          Returns the child categories of the category with the given id.
 ForumCategory ContentService.getForumCategory(long categoryID)
          Returns a ForumCategory by its id.
 ForumCategory ForumCategoryService.getForumCategory(long categoryID)
          Returns a ForumCategory by its id
 ForumCategory[] ForumCategoryService.getRecursiveCategories()
          Returns all of the categories in the system recursively.
 ForumCategory[] ForumCategoryService.getRecursiveCategoriesByCategoryID(long categoryID)
          Returns all of the categories under the specified category recursively.
 

Methods in com.jivesoftware.forum.webservices with parameters of type ForumCategory
 void ForumCategoryService.updateCategory(ForumCategory category)
          Update a ForumCategory
 

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

Methods in com.jivesoftware.forum.webservices.server that return ForumCategory
static ForumCategory WSUtil.convert(ForumCategory category)
          Converts a ForumCategory object to a webservice ForumCategory object.
 ForumCategory ForumCategoryServiceImpl.createCategory(java.lang.String name, java.lang.String description)
           
 ForumCategory ForumCategoryServiceImpl.createRestrictedSubCategory(java.lang.String name, java.lang.String description, long categoryID, long userID)
           
 ForumCategory ForumCategoryServiceImpl.createSubCategory(java.lang.String name, java.lang.String description, long categoryID)
           
 ForumCategory[] ForumCategoryServiceImpl.getCategoriesByCategoryID(long categoryID)
           
 ForumCategory ContentServiceImpl.getForumCategory(long categoryID)
           
 ForumCategory ForumCategoryServiceImpl.getForumCategory(long categoryID)
           
 ForumCategory[] ForumCategoryServiceImpl.getRecursiveCategories()
           
 ForumCategory[] ForumCategoryServiceImpl.getRecursiveCategoriesByCategoryID(long categoryID)
           
 

Methods in com.jivesoftware.forum.webservices.server with parameters of type ForumCategory
 void ForumCategoryServiceImpl.updateCategory(ForumCategory category)
           
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.