|
Jive Forums API (5.5.20.2-oracle) Developer Javadocs | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ForumThreadNotFoundException | |
---|---|
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. |
com.jivesoftware.forum.webservices | |
com.jivesoftware.forum.webservices.server |
Uses of ForumThreadNotFoundException in com.jivesoftware.forum |
---|
Methods in com.jivesoftware.forum that throw ForumThreadNotFoundException | |
---|---|
abstract ForumThread |
ForumFactory.getForumThread(long threadID)
Returns the thread with the specified threadID. |
ForumThread |
Forum.getThread(long threadID)
Returns the thread specified by id. |
Uses of ForumThreadNotFoundException in com.jivesoftware.forum.database |
---|
Methods in com.jivesoftware.forum.database that throw ForumThreadNotFoundException | |
---|---|
ForumThread |
DbForumFactory.getForumThread(long threadID)
|
ForumThread |
DbForum.getThread(long threadID)
|
Constructors in com.jivesoftware.forum.database that throw ForumThreadNotFoundException | |
---|---|
DbForumThread(long id)
Loads a DbForumThread from the database based on its id. |
Uses of ForumThreadNotFoundException in com.jivesoftware.forum.proxy |
---|
Methods in com.jivesoftware.forum.proxy that throw ForumThreadNotFoundException | |
---|---|
ForumThread |
ForumFactoryProxy.getForumThread(long threadID)
|
ForumThread |
ForumProxy.getThread(long threadID)
|
Uses of ForumThreadNotFoundException in com.jivesoftware.forum.webservices |
---|
Methods in com.jivesoftware.forum.webservices that throw ForumThreadNotFoundException | |
---|---|
ForumMessage |
ContentService.createMessage(java.lang.String subject,
java.lang.String body,
long threadID,
long userID)
Creates a new message on the given thread. |
Watch |
WatchService.createThreadWatch(long userID,
long threadID)
Create a watch on a thread for the specified user. |
void |
ForumThreadService.deleteProperty(java.lang.String name,
long threadID)
Delete a property with the given name from the thread with the given ID. |
void |
ForumThreadService.deleteThread(long threadID)
Deletes a thread with the specified ID. |
void |
WatchService.deleteWatch(Watch watch)
Delete the specified watch. |
ForumThread |
ContentService.getForumThread(long threadID)
Returns a ForumThread by its id. |
ForumThread |
ForumThreadService.getForumThread(long threadID)
Returns a ForumThread by its ID. |
int |
ForumMessageService.getMessageCountByThreadID(long threadID)
Returns the number of messages that are in the thread. |
int |
ForumMessageService.getMessageCountByThreadIDAndFilter(long threadID,
ResultFilter filter)
Returns the number of messages that are in the thread with the specified id after the specified filter has been applied. |
long[] |
ForumMessageService.getMessageIDsByThreadID(long threadID)
Returns the IDs of the messages that are in the thread. |
long[] |
ForumMessageService.getMessageIDsByThreadIDAndFilter(long threadID,
ResultFilter filter)
Returns all of the message IDs for all of the message that are in the thread after the specified filter has been applied. |
ForumMessage[] |
ForumMessageService.getMessagesByThreadID(long threadID)
Returns the messages that are in the thread. |
ForumMessage[] |
ForumMessageService.getMessagesByThreadIDAndFilter(long threadID,
ResultFilter filter)
Returns all of the messages that are in the thread after the specified filter has been applied. |
Property[] |
ForumThreadService.getProperties(long threadID)
Returns all tbe extended properties for the thread with the specified ID. |
java.lang.String |
ForumThreadService.getProperty(java.lang.String name,
long threadID)
Returns the value of an extended property for the thread with the specified ID. |
ForumMessage[] |
ForumMessageService.getRecursiveMessages(long threadID)
Returns an array for all messages in the thread in depth-first order. |
ForumMessage |
ForumMessageService.getRootMessage(long threadID)
Returns the root of a thread. |
Watch |
WatchService.getThreadWatch(long userID,
long threadID)
Returns a watch on a particular thread, or null if there isn't a watch. |
boolean |
WatchService.isThreadWatched(long userID,
long threadID)
Returns true if the user is watching the specified thread. |
void |
ForumThreadService.moveThread(long threadID,
long forumID)
Moves the thread with the specified ID to the forum with the specified ID. |
void |
ForumThreadService.setProperty(java.lang.String name,
java.lang.String value,
long threadID)
Set an extended for the property for the thread with the given ID. |
Uses of ForumThreadNotFoundException in com.jivesoftware.forum.webservices.server |
---|
Methods in com.jivesoftware.forum.webservices.server that throw ForumThreadNotFoundException | |
---|---|
ForumMessage |
ContentServiceImpl.createMessage(java.lang.String subject,
java.lang.String body,
long threadID,
long userID)
|
Watch |
WatchServiceImpl.createThreadWatch(long userID,
long threadID)
|
void |
ForumThreadServiceImpl.deleteProperty(java.lang.String name,
long threadID)
|
void |
ForumThreadServiceImpl.deleteThread(long threadID)
|
void |
WatchServiceImpl.deleteWatch(Watch watch)
|
ForumThread |
ContentServiceImpl.getForumThread(long threadID)
|
ForumThread |
ForumThreadServiceImpl.getForumThread(long threadID)
|
int |
ForumMessageServiceImpl.getMessageCountByThreadID(long threadID)
|
int |
ForumMessageServiceImpl.getMessageCountByThreadIDAndFilter(long threadID,
ResultFilter filter)
|
long[] |
ForumMessageServiceImpl.getMessageIDsByThreadID(long threadID)
|
long[] |
ForumMessageServiceImpl.getMessageIDsByThreadIDAndFilter(long threadID,
ResultFilter filter)
|
ForumMessage[] |
ForumMessageServiceImpl.getMessagesByThreadID(long threadID)
|
ForumMessage[] |
ForumMessageServiceImpl.getMessagesByThreadIDAndFilter(long threadID,
ResultFilter filter)
|
Property[] |
ForumThreadServiceImpl.getProperties(long threadID)
|
java.lang.String |
ForumThreadServiceImpl.getProperty(java.lang.String name,
long threadID)
|
ForumMessage[] |
ForumMessageServiceImpl.getRecursiveMessages(long threadID)
|
ForumMessage |
ForumMessageServiceImpl.getRootMessage(long threadID)
|
Watch |
WatchServiceImpl.getThreadWatch(long userID,
long threadID)
|
boolean |
WatchServiceImpl.isThreadWatched(long userID,
long threadID)
|
void |
ForumThreadServiceImpl.moveThread(long threadID,
long forumID)
|
void |
ForumThreadServiceImpl.setProperty(java.lang.String name,
java.lang.String value,
long threadID)
|
|
Jive Forums Project Page | |||||||||
PREV NEXT | FRAMES NO FRAMES |