Clearspace API (1.7.0) Core Javadocs

Uses of Class
com.jivesoftware.community.StatusLevelException

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

Uses of StatusLevelException in com.jivesoftware.community
 

Methods in com.jivesoftware.community 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.
 


Clearspace Project Page

Copyright © 1999-2007 Jive Software.