Package com.ptc.netmarkets.forumTopic
Interface NmTopicService
- All Known Implementing Classes:
StandardNmTopicService
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangeForumModel(NmOid oid, com.ptc.netmarkets.model.NmChangeModel[] nmcm) Deprecated.fetchForumModel(NmOid oid, WTContainerRef container) Get the tree model of the forum to display
Supported API: truecom.ptc.netmarkets.util.misc.NmModelgetForumModel(NmOid oid, WTContainerRef container) Deprecated.
-
Method Details
-
getForumModel
@Deprecated com.ptc.netmarkets.util.misc.NmModel getForumModel(NmOid oid, WTContainerRef container) throws WTException Deprecated.Get the tree model of the forum to display
Supported API: true This api is deprecated instead use the - fetchForumModel( NmOid oid, WTContainerRef container ) api- Parameters:
oid- the AdministrativeDomain, used as search criteria when looking for project objectscontainer-- Returns:
- NmModel
- Throws:
WTException
-
fetchForumModel
Get the tree model of the forum to display
Supported API: true- Parameters:
oid- the AdministrativeDomain, used as search criteria when looking for project objectscontainer-- Returns:
- NmDefaultHTMLTableTree
- Throws:
WTException
-
changeForumModel
@Deprecated void changeForumModel(NmOid oid, com.ptc.netmarkets.model.NmChangeModel[] nmcm) throws WTException Deprecated.Update the tree model of the project from changes made in a different method server
Supported API: true This API doesn't do anything and will be removed in future- Parameters:
oid- Oid of the project to changenmcm- changes to make in the project model- Throws:
WTException
-