|
Jive Forums API (5.5.20.2-oracle) Core Javadocs | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StatusLevel | |
---|---|
com.jivesoftware.forum | Core interfaces and classes for Jive Forums. |
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 |
|
Jive Forums Project Page | |||||||||
PREV NEXT | FRAMES NO FRAMES |