| Package | Description |
|---|---|
| org.osid.commenting |
The Open Service Interface Definitions for the org.osid.commenting
service.
|
| org.osid.commenting.batch |
The Open Service Interface Definitions for the org.osid.commenting.batch
service.
|
| Modifier and Type | Method and Description |
|---|---|
BookForm |
BookAdminSession.getBookFormForCreate(Type[] bookRecordTypes)
Gets the book form for creating new books.
|
BookForm |
BookAdminSession.getBookFormForUpdate(Id bookId)
Gets the book form for updating an existing book.
|
| Modifier and Type | Method and Description |
|---|---|
Book |
BookAdminSession.createBook(BookForm bookForm)
Creates a new
Book. |
void |
BookAdminSession.updateBook(BookForm bookForm)
Updates an existing book.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
BookBatchForm
This is the form for creating and updating books in bulk.
|