| Interface | osid.commenting.batch.CommentingBatchManager | ||
|---|---|---|---|
| Implements | osid.OsidManager | ||
osid.commenting.batch.CommentingBatchProfile | |||
| Description | 
                 The commenting batch manager provides access to commenting batch sessions and provides interoperability tests for various aspects of this service. The sessions included in this manager are: 
  | ||
| Method | getCommentBatchAdminSession | ||
| Description | 
                     Gets the   | ||
| Return | osid.commenting.batch.CommentBatchAdminSession | a  CommentBatchAdminSession   | |
| Errors | OPERATION_FAILED | unable to complete request | |
| UNIMPLEMENTED |  supportsCommentBatchAdmin()  is  false   |                 ||
| Compliance | optional | This method must be implemented if  supportsCommentBatchAdmin() 
 is  true.   | |
| Method | getCommentBatchAdminSessionForBook | ||
| Description | 
                     Gets the   | ||
| Parameters | osid.id.Id | bookId | the  Id  of the  Book   | 
| Return | osid.commenting.batch.CommentBatchAdminSession | a  CommentBatchAdminSession   | |
| Errors | NOT_FOUND | no  Book  found by the given  Id   |                 |
| NULL_ARGUMENT |  bookId  is  null   |                 ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED |  supportsCommentBatchAdmin()  or  
supportsVisibleFederation()  is  false   |                 ||
| Compliance | optional | This method must be implemented if  supportsCommentBatchAdmin() 
 and  supportsVisibleFederation()  are  true   | |
| Method | getBookBatchAdminSession | ||
| Description | 
                     Gets the   | ||
| Return | osid.commenting.batch.BookBatchAdminSession | a  BookBatchAdminSession   | |
| Errors | OPERATION_FAILED | unable to complete request | |
| UNIMPLEMENTED |  supportsBookBatchAdmin()  is  false   |                 ||
| Compliance | optional | This method must be implemented if  supportsBookBatchAdmin()  
is  true.   | |