Uses of Interface
org.osid.checklist.TodoList
Packages that use TodoList
Package
Description
The Open Service Interface Definitions for the org.osid.checklist
service.
-
Uses of TodoList in org.osid.checklist
Methods in org.osid.checklist that return TodoListModifier and TypeMethodDescriptionTodoHierarchySession.getChildTodos(Id todoId) Gets the children of the given todo.Todo.getDependencies()Gets a list of todos on which this todo is dependent.TodoHierarchySession.getParentTodos(Id todoId) Gets the parents of the given todo.TodoHierarchySession.getRootTodos()Gets the root todos in the todo hierarchy.TodoLookupSession.getTodos()Gets all todos.TodoSearchResults.getTodos()Gets the todo list resulting from a search.TodoChecklistSession.getTodosByChecklist(Id checklistId) Gets the list ofTodosassociated with aChecklist.TodoChecklistSession.getTodosByChecklists(IdList checklistIds) Gets the list ofTodoscorresponding to a list ofChecklists.TodoLookupSession.getTodosByDependency(Id dependencyTodoId) Gets aTodoListof todos dependent upon the given todo.TodoLookupSession.getTodosByDueDate(DateTime from, DateTime to) Gets aTodoListwith a due date within the given date range inclusive.TodoLookupSession.getTodosByGenusType(Type todoGenusType) Gets aTodoListcorresponding to the given todo genusTypewhich does not include todos of genus types derived from the specifiedType.TodoLookupSession.getTodosByIds(IdList todoIds) Gets aTodoListcorresponding to the givenIdList.TodoLookupSession.getTodosByParentGenusType(Type todoGenusType) Gets aTodoListcorresponding to the given todo genusTypeand include any additional todos with genus types derived from the specifiedType.TodoLookupSession.getTodosByPriority(Type priorityType) Gets aTodoListat the given priorityTypeor higher.TodoQuerySession.getTodosByQuery(TodoQuery todoQuery) Gets a list of todos matching the given search.TodoLookupSession.getTodosByRecordType(Type todoRecordType) Gets aTodoListcontaining the given todo recordType.TodoLookupSession.getTodosOnDate(DateTime from, DateTime to) Gets aTodoListwith starting effective during the entire given date range inclusive but not confined to the date range.