|
Jive Forums API (5.5.20.2-oracle) Core Javadocs | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StatusLevelException | |
---|---|
com.jivesoftware.forum | Core interfaces and classes for Jive Forums. |
Uses of StatusLevelException in com.jivesoftware.forum |
---|
Methods in com.jivesoftware.forum that throw StatusLevelException | |
---|---|
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. |
void |
StatusLevel.setGroup(Group group)
The group this status level is associated with. |
void |
StatusLevel.setImagePath(java.lang.String imagePath)
Sets the path of the image used for this status level. |
void |
StatusLevel.setName(java.lang.String name)
Sets the name of this status level |
void |
StatusLevel.setPointRange(int minPoints,
int maxPoints)
Sets a point range for this status level, if this status level was group based before it will now be point based. |
|
Jive Forums Project Page | |||||||||
PREV NEXT | FRAMES NO FRAMES |