Jive Forums API (5.5.20.2-oracle) Developer Javadocs

Uses of Class
com.jivesoftware.forum.ForumFactory

Packages that use ForumFactory
com.jivesoftware.forum Core interfaces and classes for Jive Forums. 
com.jivesoftware.forum.action Jive Forums WebWork actions. 
com.jivesoftware.forum.action.rss Jive Forums WebWork RSS actions. 
com.jivesoftware.forum.database DB implementation of core Jive Forums interfaces. 
com.jivesoftware.forum.everywhere.action   
com.jivesoftware.forum.gateway Synchronizes Jive Forums data with external data sources such as NNTP servers. 
com.jivesoftware.forum.moderation.action   
com.jivesoftware.forum.nntp.spi Implementation of core NNTP interfaces. 
com.jivesoftware.forum.proxy Protection proxies for Jive Forums objects. 
com.jivesoftware.forum.renderer   
com.jivesoftware.forum.renderer.impl   
com.jivesoftware.forum.util Jive Forums utility classes. 
com.jivesoftware.forum.webservices.server   
com.jivesoftware.profiles.action   
 

Uses of ForumFactory in com.jivesoftware.forum
 

Methods in com.jivesoftware.forum that return ForumFactory
static ForumFactory ForumFactory.getInstance(AuthToken authToken)
          Returns a concrete ForumFactory instance.
 

Uses of ForumFactory in com.jivesoftware.forum.action
 

Methods in com.jivesoftware.forum.action that return ForumFactory
 ForumFactory ForumActionSupport.getForumFactory()
          Returns a reference to the ForumFactory object.
 

Methods in com.jivesoftware.forum.action with parameters of type ForumFactory
 void ForumActionSupport.setForumFactory(ForumFactory forumFactory)
          Sets the forum factory -- useful for developers who subclass this class.
 void ForumFactoryAware.setForumFactory(ForumFactory forumFactory)
          Provides the action an instance of ForumFactory
 

Uses of ForumFactory in com.jivesoftware.forum.action.rss
 

Methods in com.jivesoftware.forum.action.rss that return ForumFactory
 ForumFactory RSSMainAction.getForumFactory()
           
 

Uses of ForumFactory in com.jivesoftware.forum.database
 

Subclasses of ForumFactory in com.jivesoftware.forum.database
 class DbForumFactory
          Database implementation of the ForumFactory interface.
 

Constructors in com.jivesoftware.forum.database with parameters of type ForumFactory
DbDataExport(ForumFactory factory)
          Creates a new export task.
DbDataImport(ForumFactory forumFactory, java.io.File file)
          Initializes Jive Forum data importer.
 

Uses of ForumFactory in com.jivesoftware.forum.everywhere.action
 

Methods in com.jivesoftware.forum.everywhere.action with parameters of type ForumFactory
 void CommunityEverywhereAction.setForumFactory(ForumFactory forumFactory)
           
 

Uses of ForumFactory in com.jivesoftware.forum.gateway
 

Fields in com.jivesoftware.forum.gateway declared as ForumFactory
protected  ForumFactory JavaMailImporter.factory
           
 

Methods in com.jivesoftware.forum.gateway that return ForumFactory
protected  ForumFactory BaseGateway.getForumFactory()
           
 

Methods in com.jivesoftware.forum.gateway with parameters of type ForumFactory
 void BaseGateway.init(GatewaySettings settings, ForumFactory forumFactory)
           
 

Constructors in com.jivesoftware.forum.gateway with parameters of type ForumFactory
DefaultGatewayManager(ForumFactory factory)
          Creates a new GatewayManager.
ImapImporter(ForumFactory factory, Forum forum, GatewaySettings gatewaySettings)
          Create a new ImapImporter instance.
JavaMailImporter(ForumFactory factory, Forum forum, GatewaySettings settings)
           
MboxImporter(ForumFactory factory, Forum forum, GatewaySettings gatewaySettings)
          Create an instance
NewsgroupExporter(ForumFactory factory, Forum forum, GatewaySettings gatewaySettings)
          Create an instance.
NewsgroupImporter(ForumFactory factory, Forum forum, GatewaySettings gatewaySettings)
          Create an instance
Pop3Importer(ForumFactory factory, Forum forum, GatewaySettings settings)
          Create a new Pop3Importer instance.
SmtpExporter(ForumFactory factory, Forum forum, GatewaySettings gatewaySettings)
          Create a new SmtpExporter instance.
 

Uses of ForumFactory in com.jivesoftware.forum.moderation.action
 

Methods in com.jivesoftware.forum.moderation.action that return ForumFactory
 ForumFactory ViewModerateAction.getForumFactory()
           
 

Methods in com.jivesoftware.forum.moderation.action with parameters of type ForumFactory
 void ViewModerateAction.setForumFactory(ForumFactory forumFactory)
           
 

Uses of ForumFactory in com.jivesoftware.forum.nntp.spi
 

Methods in com.jivesoftware.forum.nntp.spi that return ForumFactory
 ForumFactory ForumSession.getForumFactory()
           
 

Uses of ForumFactory in com.jivesoftware.forum.proxy
 

Subclasses of ForumFactory in com.jivesoftware.forum.proxy
 class ForumFactoryProxy
          A protection proxy for ForumFactory.
 

Fields in com.jivesoftware.forum.proxy declared as ForumFactory
protected  ForumFactory ForumFactoryProxy.factory
           
 

Constructors in com.jivesoftware.forum.proxy with parameters of type ForumFactory
ForumFactoryProxy(AuthToken authToken, ForumFactory factory, Permissions permissions)
           
 

Uses of ForumFactory in com.jivesoftware.forum.renderer
 

Methods in com.jivesoftware.forum.renderer that return ForumFactory
 ForumFactory RenderContext.getForumFactory()
          Returns the forum factory under which the filter is executing.
 

Uses of ForumFactory in com.jivesoftware.forum.renderer.impl
 

Methods in com.jivesoftware.forum.renderer.impl that return ForumFactory
 ForumFactory JiveRenderContext.getForumFactory()
           
 

Methods in com.jivesoftware.forum.renderer.impl with parameters of type ForumFactory
 void JiveRenderContext.setForumFactory(ForumFactory factory)
           
 

Constructors in com.jivesoftware.forum.renderer.impl with parameters of type ForumFactory
JiveRenderContext(ForumFactory factory)
           
JiveRenderContext(ForumFactory factory, java.lang.Object sourceObject)
           
JiveRenderContext(ForumFactory factory, java.lang.Object sourceObject, java.util.Map params, RenderStrategy strategy, java.util.List filterTags)
           
JiveRenderContext(ForumFactory factory, java.lang.Object sourceObject, java.util.Map params, RenderStrategy strategy, RenderPipe pipe, java.util.List filterTags)
           
 

Uses of ForumFactory in com.jivesoftware.forum.util
 

Methods in com.jivesoftware.forum.util that return ForumFactory
protected  ForumFactory JiveServlet.getForumFactory(AuthToken authToken, long forumID, long threadID, long messageID)
           
 

Methods in com.jivesoftware.forum.util with parameters of type ForumFactory
static java.util.Iterator AdminUtils.categoriesWithGroupRead(ForumFactory forumFactory, Group group)
          Returns an Iterator of categories this group has read access to.
 void SystemInfoReporter.collectInformation(ForumFactory forumFactory, javax.servlet.ServletContext application, javax.servlet.ServletRequest request)
          Collects the set of system information into the systemInfo Map.
protected  void SystemInfoReporter.collectJiveConfig(ForumFactory forumFactory)
          Collects all of the properties from jive_startup into the system info Map.
protected  void SystemInfoReporter.collectJiveInfo(ForumFactory forumFactory)
          Collect the information for general Jive info and place it in the system info Map.
 

Constructors in com.jivesoftware.forum.util with parameters of type ForumFactory
AttachmentUpgradeTask(ForumFactory factory)
          Creates a new task - to run it, submit it to the task engine or call doRun() directly.
 

Uses of ForumFactory in com.jivesoftware.forum.webservices.server
 

Methods in com.jivesoftware.forum.webservices.server that return ForumFactory
static ForumFactory WSUtil.getForumFactory()
          Creates a forum factory using the AuthToken from the current Thread.
 

Methods in com.jivesoftware.forum.webservices.server with parameters of type ForumFactory
static void WSUtil.setForumFactory(ForumFactory factory)
          For internal testing purposes only!
 

Uses of ForumFactory in com.jivesoftware.profiles.action
 

Methods in com.jivesoftware.profiles.action that return ForumFactory
 ForumFactory SearchProfile.getForumFactory()
           
 

Methods in com.jivesoftware.profiles.action with parameters of type ForumFactory
 void SearchProfile.setForumFactory(ForumFactory forumFactory)
           
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.