Uses of Interface
org.osid.commenting.BookList
Packages that use BookList
Package
Description
The Open Service Interface Definitions for the org.osid.commenting
service.
-
Uses of BookList in org.osid.commenting
Methods in org.osid.commenting that return BookListModifier and TypeMethodDescriptionBookLookupSession.getBooks()Gets allBooks.BookSearchResults.getBooks()Gets the book list resulting from a search.CommentBookSession.getBooksByComment(Id commentId) Gets the list ofBookobjects mapped to aComment.BookLookupSession.getBooksByGenusType(Type bookGenusType) Gets aBookListcorresponding to the given book genusTypewhich does not include books of genus types derived from the specifiedType.BookLookupSession.getBooksByIds(IdList bookIds) Gets aBookListcorresponding to the givenIdList.BookLookupSession.getBooksByParentGenusType(Type bookGenusType) Gets aBookListcorresponding to the given book genusTypeand include any additional books with genus types derived from the specifiedType.BookLookupSession.getBooksByProvider(Id resourceId) Gets aBookListfrom the given provider.BookQuerySession.getBooksByQuery(BookQuery bookQuery) Gets a list ofBooksmatching the given search.BookLookupSession.getBooksByRecordType(Type bookRecordType) Gets aBookListcontaining the given book recordType.BookHierarchySession.getChildBooks(Id bookId) Gets the child books of the givenid.BookHierarchySession.getParentBooks(Id bookId) Gets the parent books of the givenid.BookHierarchySession.getRootBooks()Gets the root books in the book hierarchy.