com.ptc.netmarkets.forumTopic
Interface NmTopicService

All Known Implementing Classes:
StandardNmTopicService

public interface NmTopicService



Supported API: true

Extendable: false


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
 

Method Detail

getForumModel

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

Parameters:
oid - the AdministrativeDomain, used as search criteria when looking for project objects
container -
Returns:
NmModel
Throws:
WTException

changeForumModel

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

Parameters:
oid - Oid of the project to change
nmcm - changes to make in the project model
Throws:
WTException