Uses of Interface
org.osid.checklist.batch.TodoBatchFormList
Packages that use TodoBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.checklist.batch
service.
-
Uses of TodoBatchFormList in org.osid.checklist.batch
Methods in org.osid.checklist.batch that return TodoBatchFormListModifier and TypeMethodDescriptionTodoBatchAdminSession.getTodoFormsForCreate(long number, Type[] todoRecordTypes) Gets the todo forms for creating a bunch of new todos.TodoBatchAdminSession.getTodoFormsForUpdate(IdList todoIds) Gets the todo forms for updating an existing set of todos.Methods in org.osid.checklist.batch with parameters of type TodoBatchFormListModifier and TypeMethodDescriptionTodoBatchAdminSession.createTodos(TodoBatchFormList todoForms) Creates a new set ofTodos.TodoBatchAdminSession.updateTodos(TodoBatchFormList todoForms) Updates existing todos.