com.ptc.netmarkets.forumTopic
Class StandardNmTopicService

java.lang.Object
  extended by wt.services.StandardManager
      extended by com.ptc.netmarkets.forumTopic.StandardNmTopicService
All Implemented Interfaces:
NmTopicService, Serializable, NetFactor, wt.services.Manager

public class StandardNmTopicService
extends StandardManager
implements NmTopicService, Serializable

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:
Serialized Form

Method Summary
 void changeForumModel(NmOid oid, com.ptc.netmarkets.model.NmChangeModel[] nmcm)
          Update the tree model of the project from changes made in a different method server

Supported API: true
 com.ptc.netmarkets.util.misc.NmModel getForumModel(NmOid oid, WTContainerRef container)
          Get the tree model of the forum to display

Supported API: true
 
Methods inherited from class wt.services.StandardManager
getManagerService, getManagerStatus, getName, getStartupType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getForumModel

public com.ptc.netmarkets.util.misc.NmModel getForumModel(NmOid oid,
                                                          WTContainerRef container)
                                                   throws WTException
Get the tree model of the forum to display

Supported API: true

Specified by:
getForumModel in interface NmTopicService
Parameters:
oid - the AdministrativeDomain, used as search criteria when looking for project objects
container -
Returns:
NmModel
Throws:
WTException

changeForumModel

public void changeForumModel(NmOid oid,
                             com.ptc.netmarkets.model.NmChangeModel[] nmcm)
                      throws WTException
Update the tree model of the project from changes made in a different method server

Supported API: true

Specified by:
changeForumModel in interface NmTopicService
Parameters:
oid - Oid of the project to change
nmcm - changes to make in the project model
Throws:
WTException