Jive Forums API (5.5.20.2-oracle) Developer Javadocs

Uses of Interface
com.jivesoftware.forum.StatusLevel

Packages that use StatusLevel
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 StatusLevel in com.jivesoftware.forum
 

Methods in com.jivesoftware.forum that return StatusLevel
 StatusLevel StatusLevelManager.createStatusLevel(java.lang.String name, java.lang.String imagePath, Group group)
          Creates a new group based StatusLevel Level
 StatusLevel StatusLevelManager.createStatusLevel(java.lang.String name, java.lang.String imagePath, int minPoints, int maxPoints)
          Creates a new points based StatusLevel.
 StatusLevel StatusLevelManager.getStatusLevel(Group group)
          If there is a status level associated with the group passed in then the status level will be returned, Otherwise null will be returned.
 StatusLevel StatusLevelManager.getStatusLevel(long statusLevelID)
          Used to acquire a specific status level object from the system
 StatusLevel StatusLevelManager.getStatusLevel(java.lang.String name)
          Used to acquire a specific status level by its name
 StatusLevel StatusLevelManager.getStatusLevel(User user)
          Returns the system wide status level for specific user, will return null if there is no status level for this user.
 StatusLevel StatusLevelManager.getStatusLevel(User user, Forum forum)
          Returns the status level for a user in a specific forum. if a status level cannot be determined for this user in this forum null will be returned.
 StatusLevel StatusLevelManager.getStatusLevel(User user, ForumCategory category)
          Returns the status level for a user in a specific category. if a status level cannot be determined for this user in this category null will be returned.
 StatusLevel StatusLevelManager.getStatusLevelByPoints(int points)
          Used to get a status level by a point value.
 

Methods in com.jivesoftware.forum with parameters of type StatusLevel
 void StatusLevelManager.deleteStatusLevel(StatusLevel statusLevel)
          Deletes a statusLevel level from the system
 

Uses of StatusLevel in com.jivesoftware.forum.database
 

Classes in com.jivesoftware.forum.database that implement StatusLevel
 class DbStatusLevel
          Database implementation of status level.
 

Methods in com.jivesoftware.forum.database that return StatusLevel
 StatusLevel DbStatusLevelManager.createStatusLevel(java.lang.String name, java.lang.String imagePath, Group group)
           
 StatusLevel DbStatusLevelManager.createStatusLevel(java.lang.String name, java.lang.String imagePath, int minPoints, int maxPoints)
           
 StatusLevel DbStatusLevelManager.getStatusLevel(Group group)
           
 StatusLevel DbStatusLevelManager.getStatusLevel(long statusLevelID)
           
 StatusLevel DbStatusLevelManager.getStatusLevel(java.lang.String name)
           
 StatusLevel DbStatusLevelManager.getStatusLevel(User user)
           
 StatusLevel DbStatusLevelManager.getStatusLevel(User user, Forum forum)
           
 StatusLevel DbStatusLevelManager.getStatusLevel(User user, ForumCategory category)
           
 StatusLevel DbStatusLevelManager.getStatusLevelByPoints(int pointLevel)
           
 

Methods in com.jivesoftware.forum.database with parameters of type StatusLevel
 void DbStatusLevelManager.deleteStatusLevel(StatusLevel statusLevel)
           
protected  boolean DbStatusLevel.isInRange(int value, StatusLevel statusLevel)
           
 

Uses of StatusLevel in com.jivesoftware.forum.proxy
 

Classes in com.jivesoftware.forum.proxy that implement StatusLevel
 class StatusLevelProxy
           
 

Methods in com.jivesoftware.forum.proxy that return StatusLevel
 StatusLevel StatusLevelManagerProxy.createStatusLevel(java.lang.String name, java.lang.String imagePath, Group group)
           
 StatusLevel StatusLevelManagerProxy.createStatusLevel(java.lang.String name, java.lang.String imagePath, int minPoints, int maxPoints)
           
 StatusLevel StatusLevelManagerProxy.getStatusLevel(Group group)
           
 StatusLevel StatusLevelManagerProxy.getStatusLevel(long statusLevelID)
           
 StatusLevel StatusLevelManagerProxy.getStatusLevel(java.lang.String name)
           
 StatusLevel StatusLevelManagerProxy.getStatusLevel(User user)
           
 StatusLevel StatusLevelManagerProxy.getStatusLevel(User user, Forum forum)
           
 StatusLevel StatusLevelManagerProxy.getStatusLevel(User user, ForumCategory category)
           
 StatusLevel StatusLevelManagerProxy.getStatusLevelByPoints(int points)
           
 

Methods in com.jivesoftware.forum.proxy with parameters of type StatusLevel
 void StatusLevelManagerProxy.deleteStatusLevel(StatusLevel statusLevel)
           
 

Constructors in com.jivesoftware.forum.proxy with parameters of type StatusLevel
StatusLevelProxy(StatusLevel statusLevel, AuthToken authToken, Permissions permissions)
           
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.