Uses of Interface
org.osid.forum.ReplyList
Packages that use ReplyList
Package
Description
The Open Service Interface Definitions for the org.osid.forum
service.
-
Uses of ReplyList in org.osid.forum
Methods in org.osid.forum that return ReplyListModifier and TypeMethodDescriptionReply.getReplies()Gets the replies to this reply.ReplyLookupSession.getReplies()Gets a list of all replies.ReplySearchResults.getReplies()Gets the reply list resulting from a search.ReplyLookupSession.getRepliesByDate(DateTime from, DateTime to) Gets a list of all replies corresponding to the given date range inclusive.ReplyLookupSession.getRepliesByDateForPost(Id postId, DateTime from, DateTime to) Gets a list of all replies corresponding to postIdin the given date range inclusive.ReplyLookupSession.getRepliesByDateForPostAndPoster(Id postId, Id resourceId, DateTime from, DateTime to) Gets a list of all replies corresponding to a postIdand poster within the given daterange incluisve.ReplyLookupSession.getRepliesByDateForPoster(Id resourceId, DateTime from, DateTime to) Gets a list of all replies corresponding to a postIdfor the given poster within the date range inclusive.ReplyLookupSession.getRepliesByGenusType(Type replyGenusType) Gets aReplyListcorresponding to the given reply genusTypewhich does not include replies of genus types derived from the specifiedType.ReplyLookupSession.getRepliesByIds(IdList replyIds) Gets aReplyListcorresponding to the givenIdList.ReplyLookupSession.getRepliesByParentGenusType(Type replyGenusType) Gets aReplyListcorresponding to the given reply genusTypeand include any additional replies with genus types derived from the specifiedType.ReplyLookupSession.getRepliesByRecordType(Type replyRecordType) Gets aReplyListcontaining the given reply recordType.ReplyLookupSession.getRepliesForPost(Id postId) Gets a list of all replies corresponding to a postId.ReplyLookupSession.getRepliesForPostAndPoster(Id postId, Id resourceId) Gets a list of all replies corresponding to a postIdand poster.ReplyLookupSession.getRepliesForPoster(Id resourceId) Gets a list of all replies corresponding to a poster.