Package org.silverpeas.web.todo.control
Class ToDoAccess
- java.lang.Object
 - 
- org.silverpeas.web.todo.control.ToDoAccess
 
 
- 
public class ToDoAccess extends Object
 
- 
- 
Constructor Summary
Constructors Constructor Description ToDoAccess() 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Collection<ToDoHeader>getNotCompletedToDos(String userId)getNotCompletedToDos 
 - 
 
- 
- 
Method Detail
- 
getNotCompletedToDos
public static Collection<ToDoHeader> getNotCompletedToDos(String userId) throws TodoException
getNotCompletedToDos- Parameters:
 userId- the user identifier- Returns:
 - Collection of TodoHeaders
 - Throws:
 TodoException
 
 - 
 
 -