Package wt.workflow.forum
Class StandardForumService
java.lang.Object
wt.services.StandardManager
wt.workflow.forum.StandardForumService
- All Implemented Interfaces:
Serializable,wt.fc._NetFactor,NetFactor,wt.services.Manager,ForumService
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 Summary
Modifier and TypeMethodDescriptiongetForumsMap(WTCollection subjects) This api accepts the collection of subjects and returns the Map with subject and the list of its associated discussion forums.Methods inherited from class wt.services.StandardManager
getManagerService, getManagerStatus, getName, getStartupType, initialize, performShutdownProcess
-
Method Details
-
getForumsMap
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:
getForumsMapin interfaceForumService- Parameters:
subjects-- Returns:
- WTKeyedMap
- Throws:
WTException
-