Uses of Interface
org.osid.checklist.mason.TodoProducerForm
Packages that use TodoProducerForm
Package
Description
The Open Service Interface Definitions for the org.osid.checklist.mason
service.
-
Uses of TodoProducerForm in org.osid.checklist.mason
Methods in org.osid.checklist.mason that return TodoProducerFormModifier and TypeMethodDescriptionTodoProducerAdminSession.getTodoProducerFormForCreate(Type[] todoProducerRecordTypes) Gets the todo producer form for creating new todo producers.TodoProducerAdminSession.getTodoProducerFormForUpdate(Id todoProducerId) Gets the todo producer form for updating an existing todo producer.Methods in org.osid.checklist.mason with parameters of type TodoProducerFormModifier and TypeMethodDescriptionTodoProducerAdminSession.createTodoProducer(TodoProducerForm todoProducerForm) Creates a newTodoProducer.voidTodoProducerAdminSession.updateTodoProducer(TodoProducerForm todoProducerForm) Updates an existing todo producer.