|
Jive Forums API (5.5.20.2-oracle) Web Services Client Javadocs | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ForumCategory | |
---|---|
com.jivesoftware.forum.webservices |
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 |
|
Jive Forums Project Page | |||||||||
PREV NEXT | FRAMES NO FRAMES |