Class StandardForumService

java.lang.Object
wt.services.StandardManager
wt.workflow.forum.StandardForumService
All Implemented Interfaces:
Serializable, wt.fc._NetFactor, NetFactor, wt.services.Manager, ForumService

public class StandardForumService extends StandardManager implements ForumService, Serializable

Use the newStandardForumService static factory method(s), not the StandardForumService 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

See Also:
  • Method Details

    • getForumsMap

      public WTKeyedMap getForumsMap(WTCollection subjects) throws WTException
      This api accepts the collection of subjects and returns the Map with subject and the list of its associated discussion forums.

      Supported API: true
      Specified by:
      getForumsMap in interface ForumService
      Parameters:
      subjects -
      Returns:
      WTKeyedMap
      Throws:
      WTException