Jive Forums API (5.5.20.2-oracle) Developer Javadocs

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

Packages that use DbForumMessage
com.jivesoftware.forum.database DB implementation of core Jive Forums interfaces. 
com.jivesoftware.forum.gateway Synchronizes Jive Forums data with external data sources such as NNTP servers. 
com.jivesoftware.forum.nntp.spi Implementation of core NNTP interfaces. 
 

Uses of DbForumMessage in com.jivesoftware.forum.database
 

Methods in com.jivesoftware.forum.database that return DbForumMessage
 DbForumMessage SearchClusterTask.getMessage()
           
 

Methods in com.jivesoftware.forum.database with parameters of type DbForumMessage
protected  void DbForumThread.deleteMessage(DbForumMessage message, java.sql.Connection con, boolean recursiveDelete)
          Delete message method that accepts a Connection as argument -- useful for transactions.
 void SearchClusterTask.setMessage(DbForumMessage message)
           
 

Uses of DbForumMessage in com.jivesoftware.forum.gateway
 

Methods in com.jivesoftware.forum.gateway that return DbForumMessage
protected  DbForumMessage JavaMailImporter.lookupMessageByID(Forum forum, java.lang.String messageID, boolean checkDummy)
          Utility method to determine if a message exists in the forum already.
 

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

Constructors in com.jivesoftware.forum.nntp.spi with parameters of type DbForumMessage
FMessageArticleAdapter(DbForumMessage msg)
          Create an NNTP Article by wrapping the given forum message.
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.