Uses of Interface
org.osid.forum.ForumList
Packages that use ForumList
Package
Description
The Open Service Interface Definitions for the org.osid.forum
service.
-
Uses of ForumList in org.osid.forum
Methods in org.osid.forum that return ForumListModifier and TypeMethodDescriptionForumHierarchySession.getChildForums(Id forumId) Gets the child forums of the givenid.ForumLookupSession.getForums()Gets allForums.ForumSearchResults.getForums()Gets the forum list resulting from a search.ForumLookupSession.getForumsByGenusType(Type forumGenusType) Gets aForumListcorresponding to the given forum genusTypewhich does not include forums of genus types derived from the specifiedType.ForumLookupSession.getForumsByIds(IdList forumIds) Gets aForumListcorresponding to the givenIdList.ForumLookupSession.getForumsByParentGenusType(Type forumGenusType) Gets aForumListcorresponding to the given forum genusTypeand include any additional forums with genus types derived from the specifiedType.PostForumSession.getForumsByPost(Id postId) Gets the list ofForumobjects mapped to aPost.ForumLookupSession.getForumsByProvider(Id resourceId) Gets aForumListfor the given provider.ForumQuerySession.getForumsByQuery(ForumQuery forumQuery) Gets a list ofForumsmatching the given search.ForumLookupSession.getForumsByRecordType(Type forumRecordType) Gets aForumListcontaining the given forum recordType.ForumHierarchySession.getParentForums(Id forumId) Gets the parent forums of the givenid.ForumHierarchySession.getRootForums()Gets the root forums in the forum hierarchy.