| Interface | osid.commenting.Book | ||
|---|---|---|---|
| Implements | osid.OsidCatalog | ||
| Used By | osid.commenting.BookAdminSession | ||
osid.commenting.BookList | |||
osid.commenting.BookLookupSession | |||
osid.commenting.BookNode | |||
osid.commenting.CommentAdminSession | |||
osid.commenting.CommentLookupSession | |||
osid.commenting.CommentNotificationSession | |||
osid.commenting.CommentQuerySession | |||
osid.commenting.CommentSmartBookSession | |||
osid.commenting.RatingLookupSession | |||
| Description |
A | ||
| Method | getBookRecord | ||
| Description |
Gets the book record corresponding to the given
| ||
| Parameters | osid.type.Type | bookRecordType | the type of book record to retrieve |
| Return | osid.commenting.records.BookRecord | the book record | |
| Errors | NULL_ARGUMENT | bookRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(bookRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |