Jive Forums API (5.5.20.2-oracle) Developer Javadocs

Uses of Class
com.jivesoftware.forum.watches.WatchSettings

Packages that use WatchSettings
com.jivesoftware.forum.proxy Protection proxies for Jive Forums objects. 
com.jivesoftware.forum.watches   
 

Uses of WatchSettings in com.jivesoftware.forum.proxy
 

Methods in com.jivesoftware.forum.proxy that return WatchSettings
 WatchSettings WatchSettingsManagerProxy.getSettings(User user)
           
 

Methods in com.jivesoftware.forum.proxy with parameters of type WatchSettings
 void WatchSettingsManagerProxy.saveSettings(User user, WatchSettings settings)
           
 

Uses of WatchSettings in com.jivesoftware.forum.watches
 

Methods in com.jivesoftware.forum.watches that return WatchSettings
 WatchSettings WatchSettingsDAO.getSettings(long userID)
           
 WatchSettings WatchSettingsDAOImpl.getSettings(long userID)
           
 WatchSettings WatchSettingsManager.getSettings(User user)
          Retrieve a watch settings for the given user
 WatchSettings WatchSettingsManagerImpl.getSettings(User user)
           
 

Methods in com.jivesoftware.forum.watches with parameters of type WatchSettings
 void WatchSettingsDAO.putSettings(long userID, WatchSettings settings)
           
 void WatchSettingsDAOImpl.putSettings(long userID, WatchSettings settings)
           
 void WatchSettingsManager.saveSettings(User user, WatchSettings settings)
          Save the watch settings for a user
 void WatchSettingsManagerImpl.saveSettings(User user, WatchSettings settings)
           
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.