Interface | osid.commenting.Book | ||
---|---|---|---|
Implements | osid.OsidCatalog | ||
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. |