Uses of Interface
org.osid.commenting.CommentList
Packages that use CommentList
Package
Description
The Open Service Interface Definitions for the org.osid.commenting
service.
-
Uses of CommentList in org.osid.commenting
Methods in org.osid.commenting that return CommentListModifier and TypeMethodDescriptionCommentLookupSession.getComments()Gets all comments.CommentSearchResults.getComments()Gets the comment list resulting from a search.CommentBookSession.getCommentsByBook(Id bookId) Gets the list ofCommentsassociated with aBook.CommentBookSession.getCommentsByBooks(IdList bookIds) Gets the list ofCommentscorresponding to a list ofBooks.CommentLookupSession.getCommentsByGenusType(Type commentGenusType) Gets aCommentListcorresponding to the given comment genusTypewhich does not include comments of genus types derived from the specifiedType.CommentLookupSession.getCommentsByGenusTypeForCommentor(Id resourceId, Type commentGenusType) Gets a list of comments of the given genus type corresponding to a resourceId.CommentLookupSession.getCommentsByGenusTypeForCommentorAndReference(Id resourceId, Id referenceId, Type commentGenusType) Gets a list of comments of the given genus type corresponding to a resource and referenceId.CommentLookupSession.getCommentsByGenusTypeForCommentorAndReferenceOnDate(Id resourceId, Id referenceId, Type commentGenusType, DateTime from, DateTime to) Gets a list of all comments corresponding to a resource and referenceIdand effective during the entire given date range inclusive but not confined to the date range.CommentLookupSession.getCommentsByGenusTypeForCommentorOnDate(Id resourceId, Type commentGenusType, DateTime from, DateTime to) Gets a list of all comments of the given genus type corresponding to a resourceIdand effective during the entire given date range inclusive but not confined to the date range.CommentLookupSession.getCommentsByGenusTypeForReference(Id referenceId, Type commentGenusType) Gets a list of comments of the given genus type corresponding to a referenceId.CommentLookupSession.getCommentsByGenusTypeForReferenceOnDate(Id referenceId, Type commentGenusType, DateTime from, DateTime to) Gets a list of all comments of the given genus type corresponding to a referenceIdand effective during the entire given date range inclusive but not confined to the date range.CommentLookupSession.getCommentsByGenusTypeOnDate(Type commentGenusType, DateTime from, DateTime to) Gets aCommentListof a given genus type and effective during the entire given date range inclusive but not confined to the date range.CommentLookupSession.getCommentsByIds(IdList commentIds) Gets aCommentListcorresponding to the givenIdList.CommentLookupSession.getCommentsByParentGenusType(Type commentGenusType) Gets aCommentListcorresponding to the given comment genusTypeand include any additional comments with genus types derived from the specifiedType.CommentQuerySession.getCommentsByQuery(CommentQuery commentQuery) Gets a list of comments matching the given search.CommentLookupSession.getCommentsByRecordType(Type commentRecordType) Gets aCommentListcontaining the given comment recordType.CommentLookupSession.getCommentsForCommentor(Id resourceId) Gets a list of comments corresponding to a resourceId.CommentLookupSession.getCommentsForCommentorAndReference(Id resourceId, Id referenceId) Gets a list of comments corresponding to a resource and referenceId.CommentLookupSession.getCommentsForCommentorAndReferenceOnDate(Id resourceId, Id referenceId, DateTime from, DateTime to) Gets a list of all comments corresponding to a resource and referenceIdand effective during the entire given date range inclusive but not confined to the date range.CommentLookupSession.getCommentsForCommentorOnDate(Id resourceId, DateTime from, DateTime to) Gets a list of all comments corresponding to a resourceIdand effective during the entire given date range inclusive but not confined to the date range.CommentLookupSession.getCommentsForReference(Id referenceId) Gets a list of comments corresponding to a referenceId.CommentLookupSession.getCommentsForReferenceOnDate(Id referenceId, DateTime from, DateTime to) Gets a list of all comments corresponding to a referenceIdand effective during the entire given date range inclusive but not confined to the date range.CommentLookupSession.getCommentsOnDate(DateTime from, DateTime to) Gets aCommentListeffective during the entire given date range inclusive but not confined to the date range.