|
SAP NetWeaver 7.30 SP01 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IForumThreadManager
Entry point for managing threads in the forum application.
| Method Summary | |
|---|---|
IForumThread |
createForumThread(long forumID,
long messageID)
Creates forum thread using existing message. |
IForumThread |
createForumThread(long forumID,
String subject,
String message)
Creates thread in a forum |
void |
deleteForumThread(long threadID)
Deletes forum thread |
IForumThread |
getForumThread(long threadID)
Retrieves forum thread |
IForumMessage |
getForumThreadMessage(long threadID)
Retrieves the root message of thread |
| Method Detail |
|---|
IForumMessage getForumThreadMessage(long threadID)
throws com.sap.netweaver.coll.forums.exceptions.ForumThreadNotFoundException
threadID - the thread unique identifier
com.sap.netweaver.coll.forums.exceptions.ForumThreadNotFoundException
IForumThread getForumThread(long threadID)
throws com.sap.netweaver.coll.forums.exceptions.ForumThreadNotFoundException
threadID - the thread unique identifier
com.sap.netweaver.coll.forums.exceptions.ForumThreadNotFoundException
void deleteForumThread(long threadID)
throws com.sap.netweaver.coll.forums.exceptions.ForumThreadNotFoundException,
com.sap.netweaver.coll.forums.exceptions.ForumThreadLockedException
threadID - the thread unique identifier
com.sap.netweaver.coll.forums.exceptions.ForumThreadNotFoundException
com.sap.netweaver.coll.forums.exceptions.ForumThreadLockedException
IForumThread createForumThread(long forumID,
String subject,
String message)
throws com.sap.netweaver.coll.forums.exceptions.ForumNotFoundException,
com.sap.netweaver.coll.forums.exceptions.MessageRejectedException
forumID - the forum unique identifiersubject - the subject of the threadmessage - the message body of the thread
com.sap.netweaver.coll.forums.exceptions.ForumNotFoundException
com.sap.netweaver.coll.forums.exceptions.MessageRejectedException
IForumThread createForumThread(long forumID,
long messageID)
throws com.sap.netweaver.coll.forums.exceptions.ForumNotFoundException,
com.sap.netweaver.coll.forums.exceptions.ForumMessageNotFoundException,
com.sap.netweaver.coll.forums.exceptions.MessageRejectedException
forumID - the forum unique identifiermessageID - the message unique identifier
com.sap.netweaver.coll.forums.exceptions.ForumNotFoundException
com.sap.netweaver.coll.forums.exceptions.ForumMessageNotFoundException
com.sap.netweaver.coll.forums.exceptions.MessageRejectedException
|
SAP NetWeaver 7.30 SP01 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||