Jive Forums API (5.5.20.2-oracle) Developer Javadocs

Uses of Interface
com.jivesoftware.forum.StatusLevelCalculator

Packages that use StatusLevelCalculator
com.jivesoftware.forum Core interfaces and classes for Jive Forums. 
com.jivesoftware.forum.database DB implementation of core Jive Forums interfaces. 
 

Uses of StatusLevelCalculator in com.jivesoftware.forum
 

Methods in com.jivesoftware.forum that return StatusLevelCalculator
static StatusLevelCalculator StatusLevelManagerFactory.getCalculator()
          Used to acquire the StatusLevelCalculator, this should only be called by implementations of StatusLevelManager that delegate to a StatusLevelCalculator
 

Uses of StatusLevelCalculator in com.jivesoftware.forum.database
 

Classes in com.jivesoftware.forum.database that implement StatusLevelCalculator
 class PostCountStatusLevelCalculator
          StatusLevelManager implementation that works by counting the number of messages a user has added to the system.
 class RewardStatusLevelCalculator
          Provides a status level calculator implementation that ties in with the rewards system.
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.