Uses of Interface
org.osid.commenting.batch.BookBatchFormList
Packages that use BookBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.commenting.batch
service.
-
Uses of BookBatchFormList in org.osid.commenting.batch
Methods in org.osid.commenting.batch that return BookBatchFormListModifier and TypeMethodDescriptionBookBatchAdminSession.getBookFormsForCreate(long number, Type[] bookRecordTypes) Gets the book forms for creating a bunch of new books.BookBatchAdminSession.getBookFormsForUpdate(IdList bookIds) Gets the book forms for updating an existing set of books.Methods in org.osid.commenting.batch with parameters of type BookBatchFormListModifier and TypeMethodDescriptionBookBatchAdminSession.createBooks(BookBatchFormList bookForms) Creates a new set ofBooks.BookBatchAdminSession.updateBooks(BookBatchFormList bookForms) Updates existing books.