Uses of Class
org.silverpeas.web.todo.control.TodoException
- 
Packages that use TodoException Package Description org.silverpeas.web.todo.control  - 
- 
Uses of TodoException in org.silverpeas.web.todo.control
Methods in org.silverpeas.web.todo.control that throw TodoException Modifier and Type Method Description StringToDoSessionController. addToDo(String name, String description, String priority, String classification, Date startDay, String startHour, Date endDay, String endHour, String percent)Method declarationvoidToDoSessionController. closeToDo(String id)Method declarationSilverpeasList<ToDoHeader>ToDoSessionController. getClosedToDos()Method declarationstatic Collection<ToDoHeader>ToDoAccess. getNotCompletedToDos(String userId)getNotCompletedToDosSilverpeasList<ToDoHeader>ToDoSessionController. getNotCompletedToDos()Method declarationSilverpeasList<ToDoHeader>ToDoSessionController. getOrganizerToDos()Method declarationToDoHeaderToDoSessionController. getToDoHeader(String todoId)Method declarationSilverpeasList<ToDoHeader>ToDoSessionController. getToDos()methods for To DoCollection<Attendee>ToDoSessionController. getUserSelected()Retourne une Collection de UserDetail des utilisateurs selectionnés via le userPanelvoidToDoSessionController. removeTabToDo(String[] tabTodoId)Remove all the to do passed in parametervoidToDoSessionController. removeToDo(String id)Method declarationvoidToDoSessionController. reopenToDo(String id)Method declarationvoidToDoSessionController. setToDoAttendees(String todoId, String[] userIds)Method declarationvoidToDoSessionController. setToDoPercentCompleted(String id, String percent)Method declarationvoidToDoSessionController. updateToDo(String id, String name, String description, String priority, String classification, Date startDay, String startHour, Date endDay, String endHour, String percent)Method declaration 
 -