|
SAP NetWeaver 7.30 SP01 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IForumManager
Entry point for accessing forums in the forum application.
| Method Summary | |
|---|---|
IForum |
createForum(long categoryID,
String name,
String description)
Creates forum under another category part of the context. |
IForum |
createForum(String name)
Creates forum under context root category. |
IForum |
createForum(String name,
String description)
Creates forum under context root category. |
void |
deleteForum(long forumID)
Deletes forum. |
IForum |
getForum(com.sap.netweaver.coll.forums.ejb.api.Forum forum)
Retrieves forum from transfer object passed by EJB layer. |
IForum |
getForum(long forumID)
Retrieves forum. |
void |
merge(long sourceForumID,
long destinationForumID)
Merges the content of two forums. |
| Method Detail |
|---|
IForum getForum(long forumID)
throws com.sap.netweaver.coll.forums.exceptions.ForumNotFoundException
forumID -
com.sap.netweaver.coll.forums.exceptions.ForumNotFoundException - when forum is not found
IForum createForum(String name,
String description)
name - the name of the forumdescription - the description of the forum
ForumContextIForum createForum(String name)
name - the name of the forum
ForumContext
void deleteForum(long forumID)
throws com.sap.netweaver.coll.forums.exceptions.ForumNotFoundException
forumID - the unique identifier of the forum to be deleted.
com.sap.netweaver.coll.forums.exceptions.ForumNotFoundException - when forum is not foundIForum getForum(com.sap.netweaver.coll.forums.ejb.api.Forum forum)
forum -
void merge(long sourceForumID,
long destinationForumID)
throws com.sap.netweaver.coll.forums.exceptions.ForumNotFoundException
sourceForumID - copy threads from this forumdestinationForumID - copy threads to this forum
com.sap.netweaver.coll.forums.exceptions.ForumNotFoundException - when forum is not found
IForum createForum(long categoryID,
String name,
String description)
throws com.sap.netweaver.coll.forums.exceptions.ForumCategoryNotFoundException
categoryID - the root of the forumname - the name of the forumdescription - the description of the forum
com.sap.netweaver.coll.forums.exceptions.ForumCategoryNotFoundException
|
SAP NetWeaver 7.30 SP01 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||