|
Jive Forums API (5.5.20.2-oracle) Developer Javadocs | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DbForumThread | |
---|---|
com.jivesoftware.forum.database | DB implementation of core Jive Forums interfaces. |
Uses of DbForumThread in com.jivesoftware.forum.database |
---|
Methods in com.jivesoftware.forum.database that return DbForumThread | |
---|---|
DbForumThread |
SearchClusterTask.getThread()
|
Methods in com.jivesoftware.forum.database with parameters of type DbForumThread | |
---|---|
protected void |
DbForumMessage.insertIntoDb(DbForumThread thread,
long parentMessageID,
java.sql.Connection con)
Inserts a new message into the database. |
protected void |
DbForumMessage.moveMessage(DbForumThread newThread,
long parentMessageID,
java.sql.Connection con)
Moves an existing message and all of its children from an existing thread to a new thread. |
protected void |
DbForumMessage.prepareInsertIntoDb(DbForumThread thread)
Prepares the message to be inserted into the database. |
void |
SearchClusterTask.setThread(DbForumThread thread)
|
Constructors in com.jivesoftware.forum.database with parameters of type DbForumThread | |
---|---|
DbTreeWalker(DbForumThread thread)
Creates a new TreeWalker instance. |
|
Jive Forums Project Page | |||||||||
PREV NEXT | FRAMES NO FRAMES |