Package com.ptc.netmarkets.forumTopic
Class StandardNmTopicService
java.lang.Object
wt.services.StandardManager
com.ptc.netmarkets.forumTopic.StandardNmTopicService
- All Implemented Interfaces:
NmTopicService,Serializable,wt.fc._NetFactor,NetFactor,wt.services.Manager
Use the newStandardNmTopicService static factory method(s),
not the StandardNmTopicService constructor, to construct
instances of this class. Instances must be constructed using the static
factory(s), in order to ensure proper initialization of the instance.
Supported API: true
Extendable: false
- See Also:
-
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.Methods inherited from class wt.services.StandardManager
getManagerService, getManagerStatus, getName, getStartupType, initialize, performShutdownProcess, performStartupProcess, registerEvents
-
Method Details
-
getForumModel
@Deprecated public 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- Specified by:
getForumModelin interfaceNmTopicService- Parameters:
oid- the AdministrativeDomain, used as search criteria when looking for project objectscontainer-- Returns:
- NmModel
- Throws:
WTException
-
fetchForumModel
public NmDefaultHTMLTableTree fetchForumModel(NmOid oid, WTContainerRef container) throws WTException Get the tree model of the forum to display
Supported API: true- Specified by:
fetchForumModelin interfaceNmTopicService- Parameters:
oid- the AdministrativeDomain, used as search criteria when looking for project objectscontainer-- Returns:
- NmDefaultHTMLTableTree
- Throws:
WTException
-
changeForumModel
@Deprecated public 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- Specified by:
changeForumModelin interfaceNmTopicService- Parameters:
oid- Oid of the project to changenmcm- changes to make in the project model- Throws:
WTException
-