|
SAP NetWeaver 7.30 SP01 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IForumCategoryManager
Entry point for managing categories in forums application.
| Method Summary | |
|---|---|
IForumCategory |
createForumCategory(String name)
Creates forum category under the context root. |
IForumCategory |
createForumCategory(String name,
String description)
Creates forum category under the context root |
void |
deleteForumCategory(long categoryID)
Deletes forum category. |
IForumCategory |
getForumCategory(long categoryID)
Return forum category. |
IForumCategory |
getParentForumCategory(long categoryID)
Returns the parent category of a category |
IForumCategory |
getRootForumCategory()
Returns the root forum category of the context |
| Method Detail |
|---|
IForumCategory getForumCategory(long categoryID)
throws com.sap.netweaver.coll.forums.exceptions.ForumCategoryNotFoundException
categoryID - the category unique identifier
com.sap.netweaver.coll.forums.exceptions.ForumCategoryNotFoundExceptionvoid deleteForumCategory(long categoryID)
categoryID - the category unique identifier
IForumCategory createForumCategory(String name)
throws com.sap.netweaver.coll.forums.exceptions.UnauthorizedException,
com.sap.netweaver.coll.forums.exceptions.ForumCategoryNotFoundException
name - the name of the category.
com.sap.netweaver.coll.forums.exceptions.UnauthorizedException
com.sap.netweaver.coll.forums.exceptions.ForumCategoryNotFoundExceptionForumContext
IForumCategory createForumCategory(String name,
String description)
throws com.sap.netweaver.coll.forums.exceptions.UnauthorizedException,
com.sap.netweaver.coll.forums.exceptions.ForumCategoryNotFoundException
name - the name of the categorydescription - the description of the category
com.sap.netweaver.coll.forums.exceptions.UnauthorizedException
com.sap.netweaver.coll.forums.exceptions.ForumCategoryNotFoundExceptionForumContext
IForumCategory getParentForumCategory(long categoryID)
throws com.sap.netweaver.coll.forums.exceptions.ForumCategoryNotFoundException
categoryID - the category unique identifier
com.sap.netweaver.coll.forums.exceptions.ForumCategoryNotFoundException
IForumCategory getRootForumCategory()
throws com.sap.netweaver.coll.forums.exceptions.ForumCategoryNotFoundException
com.sap.netweaver.coll.forums.exceptions.ForumCategoryNotFoundExceptionForumContext
|
SAP NetWeaver 7.30 SP01 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||