Uses of Interface
org.osid.forum.PostList
Packages that use PostList
Package
Description
The Open Service Interface Definitions for the org.osid.forum
service.
-
Uses of PostList in org.osid.forum
Methods in org.osid.forum that return PostListModifier and TypeMethodDescriptionPostLookupSession.getPosts()Gets allPosts.PostSearchResults.getPosts()Gets the post list resulting from a search.PostLookupSession.getPostsByDate(DateTime from, DateTime to) Gets aPostListin the given date range inclusive.PostLookupSession.getPostsByDateForPoster(Id resourceId, DateTime from, DateTime to) Gets aPostListby the given poster and in the given date range inclusive.PostForumSession.getPostsByForum(Id forumId) Gets the list ofPostsassociated with aForum.PostForumSession.getPostsByForums(IdList forumIds) Gets the list ofPostscorresponding to a list ofForums.PostLookupSession.getPostsByGenusType(Type postGenusType) Gets aPostListcorresponding to the given post genusTypewhich does not include posts of genus types derived from the specifiedType.PostLookupSession.getPostsByIds(IdList postIds) Gets aPostListcorresponding to the givenIdList.PostLookupSession.getPostsByParentGenusType(Type postGenusType) Gets aPostListcorresponding to the given post genusTypeand include any additional posts with genus types derived from the specifiedType.PostQuerySession.getPostsByQuery(PostQuery postQuery) Gets a list ofPostsmatching the given search.PostLookupSession.getPostsByRecordType(Type postRecordType) Gets aPostListcontaining the given post recordType.PostLookupSession.getPostsForPoster(Id resourceId) Gets aPostListfor the given poster.