Uses of Interface
org.osid.checklist.mason.TodoProducerList
Packages that use TodoProducerList
Package
Description
The Open Service Interface Definitions for the org.osid.checklist.mason
service.
-
Uses of TodoProducerList in org.osid.checklist.mason
Methods in org.osid.checklist.mason that return TodoProducerListModifier and TypeMethodDescriptionTodoProducerLookupSession.getTodoProducers()Gets allTodoProducers.TodoProducerSearchResults.getTodoProducers()Gets theTodoProducerListresulting from a search.TodoProducerChecklistSession.getTodoProducersByChecklist(Id checklistId) Gets the list of todo producers associated with anChecklist.TodoProducerChecklistSession.getTodoProducersByChecklists(IdList checklistIds) Gets the list of todo producers corresponding to a list ofChecklists.TodoProducerLookupSession.getTodoProducersByGenusType(Type todoProducerGenusType) Gets aTodoProducerListcorresponding to the given todo producer genusTypewhich does not include todo producers of genus types derived from the specifiedType.TodoProducerLookupSession.getTodoProducersByIds(IdList todoProducerIds) Gets aTodoProducerListcorresponding to the givenIdList.In plenary mode, the returned list contains all of the todo producers specified in theIdlist, in the order of the list, including duplicates, or an error results if anIdin the supplied list is not found or inaccessible.TodoProducerLookupSession.getTodoProducersByParentGenusType(Type todoProducerGenusType) Gets aTodoProducerListcorresponding to the given todo producer genusTypeand include any additional todo producers with genus types derived from the specifiedType.TodoProducerQuerySession.getTodoProducersByQuery(TodoProducerQuery todoProducerQuery) Gets a list ofTodoProducersmatching the given todo producer query.TodoProducerLookupSession.getTodoProducersByRecordType(Type todoProducerRecordType) Gets aTodoProducerListcontaining the given todo producer recordType.In plenary mode, the returned list contains all known todo producers or an error results.