Jive Forums API (5.5.20.2-oracle) Developer Javadocs

Uses of Class
com.jivesoftware.forum.database.DbForumFactory

Packages that use DbForumFactory
com.jivesoftware.forum.database DB implementation of core Jive Forums interfaces. 
com.jivesoftware.forum.renderer.impl   
 

Uses of DbForumFactory in com.jivesoftware.forum.database
 

Methods in com.jivesoftware.forum.database that return DbForumFactory
static DbForumFactory DbForumFactory.getInstance()
          Provides singleton access to a DbForumFactory instance.
static DbForumFactory DbForumFactory.getNonInitializedInstance()
           
 

Constructors in com.jivesoftware.forum.database with parameters of type DbForumFactory
ForumBlockIterator(long[] forumBlock, CachedPreparedStatement query, int startIndex, int endIndex, long categoryID, DbForumFactory factory)
          Constructs a new ForumBlockIterator.
ForumThreadBlockIterator(long[] block, CachedPreparedStatement query, int startIndex, int endIndex, int objectType, long objectID, DbForumFactory factory)
          Constructs a new ForumThreadBlockIterator.
 

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

Constructors in com.jivesoftware.forum.renderer.impl with parameters of type DbForumFactory
JiveRenderManager(DbForumFactory factory, int objectType, long objectID)
          Creates a new render manager.
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.