Uses of Interface
org.osid.commenting.BookForm
Packages that use BookForm
Package
Description
The Open Service Interface Definitions for the org.osid.commenting
service.
The Open Service Interface Definitions for the org.osid.commenting.batch
service.
-
Uses of BookForm in org.osid.commenting
Methods in org.osid.commenting that return BookFormModifier and TypeMethodDescriptionBookAdminSession.getBookFormForCreate(Type[] bookRecordTypes) Gets the book form for creating new books.BookAdminSession.getBookFormForUpdate(Id bookId) Gets the book form for updating an existing book.Methods in org.osid.commenting with parameters of type BookFormModifier and TypeMethodDescriptionBookAdminSession.createBook(BookForm bookForm) Creates a newBook.voidBookAdminSession.updateBook(BookForm bookForm) Updates an existing book. -
Uses of BookForm in org.osid.commenting.batch
Subinterfaces of BookForm in org.osid.commenting.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating books in bulk.