Jive Forums API (5.5.20.2-oracle) Developer Javadocs

Uses of Class
com.jivesoftware.forum.RewardException

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

Methods in com.jivesoftware.forum that throw RewardException
 void RewardManager.rewardPoints(ForumMessage message, int numPoints)
          Rewards a message with points from the thread that the message belongs to.
 void RewardManager.transferPoints(ForumThread thread, int numPoints)
          Transfers the specified number of points to the thread.
 

Uses of RewardException in com.jivesoftware.forum.database
 

Methods in com.jivesoftware.forum.database that throw RewardException
 void DbRewardManager.rewardPoints(ForumMessage message, int numPoints)
           
 void DbRewardManager.transferPoints(ForumThread thread, int numPoints)
           
 

Uses of RewardException in com.jivesoftware.forum.proxy
 

Methods in com.jivesoftware.forum.proxy that throw RewardException
 void RewardManagerProxy.rewardPoints(ForumMessage message, int numPoints)
           
 void RewardManagerProxy.transferPoints(ForumThread thread, int numPoints)
           
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.