Clearspace API (2.5.29) Core Javadocs

Uses of Interface
com.jivesoftware.community.StatusLevel

Packages that use StatusLevel
com.jivesoftware.community Core interfaces and classes for Clearspace. 
 

Uses of StatusLevel in com.jivesoftware.community
 

Methods in com.jivesoftware.community that return StatusLevel
 StatusLevel StatusLevelManager.createStatusLevel(String name, String imagePath, Group group)
          Creates a new group based StatusLevel Level
 StatusLevel StatusLevelManager.createStatusLevel(String name, 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(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, JiveContainer container)
          Returns the status level for a user in a specific container. if a status level cannot be determined for this user in this container null will be returned.
 StatusLevel StatusLevelManager.getStatusLevelByPoints(long points)
          Used to get a status level by a point value.
 

Methods in com.jivesoftware.community that return types with arguments of type StatusLevel
 Iterable<StatusLevel> StatusLevelManager.getGroupStatusLevels()
          Returns an iterable of all group based status levels in the system.
 Iterable<StatusLevel> StatusLevelManager.getPointStatusLevels()
          Returns an iterable of point based status levels in the system sorted by point range.
 

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


Clearspace Project Page

Copyright © 1999-2007 Jive Software.