Jive Forums API (5.5.20.2-oracle) Developer Javadocs

Uses of Class
com.jivesoftware.forum.StatusLevelNotFoundException

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

Methods in com.jivesoftware.forum that throw StatusLevelNotFoundException
 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
 

Uses of StatusLevelNotFoundException in com.jivesoftware.forum.database
 

Methods in com.jivesoftware.forum.database that throw StatusLevelNotFoundException
 StatusLevel DbStatusLevelManager.getStatusLevel(long statusLevelID)
           
 StatusLevel DbStatusLevelManager.getStatusLevel(java.lang.String name)
           
 

Constructors in com.jivesoftware.forum.database that throw StatusLevelNotFoundException
DbStatusLevel(long id)
           
DbStatusLevel(java.lang.String name)
           
 

Uses of StatusLevelNotFoundException in com.jivesoftware.forum.proxy
 

Methods in com.jivesoftware.forum.proxy that throw StatusLevelNotFoundException
 StatusLevel StatusLevelManagerProxy.getStatusLevel(long statusLevelID)
           
 StatusLevel StatusLevelManagerProxy.getStatusLevel(java.lang.String name)
           
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.