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 String
ToDoSessionController. addToDo(String name, String description, String priority, String classification, Date startDay, String startHour, Date endDay, String endHour, String percent)
Method declarationvoid
ToDoSessionController. 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 declarationToDoHeader
ToDoSessionController. 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 userPanelvoid
ToDoSessionController. removeTabToDo(String[] tabTodoId)
Remove all the to do passed in parametervoid
ToDoSessionController. removeToDo(String id)
Method declarationvoid
ToDoSessionController. reopenToDo(String id)
Method declarationvoid
ToDoSessionController. setToDoAttendees(String todoId, String[] userIds)
Method declarationvoid
ToDoSessionController. setToDoPercentCompleted(String id, String percent)
Method declarationvoid
ToDoSessionController. updateToDo(String id, String name, String description, String priority, String classification, Date startDay, String startHour, Date endDay, String endHour, String percent)
Method declaration
-