Jive Forums API (5.5.20.2-oracle) Developer Javadocs

Uses of Interface
com.jivesoftware.forum.StatusLevelManager

Packages that use StatusLevelManager
com.jivesoftware.forum Core interfaces and classes for Jive Forums. 
com.jivesoftware.forum.database DB implementation of core Jive Forums interfaces. 
com.jivesoftware.forum.proxy Protection proxies for Jive Forums objects. 
 

Uses of StatusLevelManager in com.jivesoftware.forum
 

Methods in com.jivesoftware.forum that return StatusLevelManager
static StatusLevelManager StatusLevelManagerFactory.getInstance()
          Returns a concrete instance of the StatusLevel interface.
abstract  StatusLevelManager ForumFactory.getStatusLevelManager()
          Returns a StatusLevelManager that can be used to check a user status level, find leaders system wide, or by forum/category.
 

Uses of StatusLevelManager in com.jivesoftware.forum.database
 

Classes in com.jivesoftware.forum.database that implement StatusLevelManager
 class DbStatusLevelManager
          StatusLevelManager implementation.
 

Methods in com.jivesoftware.forum.database that return StatusLevelManager
 StatusLevelManager DbForumFactory.getStatusLevelManager()
           
 

Uses of StatusLevelManager in com.jivesoftware.forum.proxy
 

Classes in com.jivesoftware.forum.proxy that implement StatusLevelManager
 class StatusLevelManagerProxy
           
 

Methods in com.jivesoftware.forum.proxy that return StatusLevelManager
 StatusLevelManager ForumFactoryProxy.getStatusLevelManager()
           
 

Constructors in com.jivesoftware.forum.proxy with parameters of type StatusLevelManager
StatusLevelManagerProxy(StatusLevelManager statusLevelManager, AuthToken authToken, Permissions permissions)
           
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.