Interface NmTopicService

All Known Implementing Classes:
StandardNmTopicService

@RemoteInterface public interface NmTopicService


Supported API: true

Extendable: false
  • 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 objects
      container -
      Returns:
      NmModel
      Throws:
      WTException
    • fetchForumModel

      NmDefaultHTMLTableTree fetchForumModel(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:
      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 change
      nmcm - changes to make in the project model
      Throws:
      WTException