Jive Forums API (5.5.20.2-oracle) Developer Javadocs

Uses of Interface
com.jivesoftware.forum.PrivateMessageManager

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

Methods in com.jivesoftware.forum that return PrivateMessageManager
abstract  PrivateMessageManager ForumFactory.getPrivateMessageManager()
          Returns a private message manager, which controls private message settings.
 

Uses of PrivateMessageManager in com.jivesoftware.forum.database
 

Classes in com.jivesoftware.forum.database that implement PrivateMessageManager
 class DbPrivateMessageManager
          Database implementation of PrivateMessageManager.
 

Methods in com.jivesoftware.forum.database that return PrivateMessageManager
 PrivateMessageManager DbForumFactory.getPrivateMessageManager()
           
 

Uses of PrivateMessageManager in com.jivesoftware.forum.proxy
 

Classes in com.jivesoftware.forum.proxy that implement PrivateMessageManager
 class PrivateMessageManagerProxy
          Proxy class for PrivateMessageManager objects.
 

Methods in com.jivesoftware.forum.proxy that return PrivateMessageManager
 PrivateMessageManager ForumFactoryProxy.getPrivateMessageManager()
           
 

Constructors in com.jivesoftware.forum.proxy with parameters of type PrivateMessageManager
PrivateMessageManagerProxy(PrivateMessageManager manager, AuthToken authToken, Permissions permissions)
          Creates a new PrivateMessageManagerProxy to protect the supplied message with the specified permissions.
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.