|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TodoException | |
---|---|
com.stratelia.webactiv.todo | |
com.stratelia.webactiv.todo.control |
Uses of TodoException in com.stratelia.webactiv.todo |
---|
Methods in com.stratelia.webactiv.todo that throw TodoException | |
---|---|
void |
TodoIndexer.index(MainSessionController mainSessionCtrl,
ComponentContext context)
Method declaration |
Uses of TodoException in com.stratelia.webactiv.todo.control |
---|
Methods in com.stratelia.webactiv.todo.control that throw TodoException | |
---|---|
String |
ToDoSessionController.addToDo(String name,
String description,
String priority,
String classification,
Date startDay,
String startHour,
Date endDay,
String endHour,
String percent)
Method declaration |
void |
ToDoSessionController.closeToDo(String id)
Method declaration |
Collection<ToDoHeader> |
ToDoSessionController.getClosedToDos()
Method declaration |
Collection<ToDoHeader> |
ToDoSessionController.getNotCompletedToDos()
Method declaration |
static Collection<ToDoHeader> |
ToDoAccess.getNotCompletedToDos(String userId)
getNotCompletedToDos |
Collection<ToDoHeader> |
ToDoSessionController.getOrganizerToDos()
Method declaration |
Collection<Attendee> |
ToDoSessionController.getToDoAttendees(String todoId)
methods for attendees |
ToDoHeader |
ToDoSessionController.getToDoHeader(String todoId)
Method declaration |
Collection<ToDoHeader> |
ToDoSessionController.getToDos()
methods for ToDo |
Collection<Attendee> |
ToDoSessionController.getUserSelected()
Retourne une Collection de UserDetail des utilisateurs selectionnés via le userPanel |
void |
ToDoSessionController.indexAll()
Method declaration |
void |
ToDoSessionController.removeTabToDo(String[] tabTodoId)
Remove all the todo passed in parameter |
void |
ToDoSessionController.removeToDo(String id)
Method declaration |
void |
ToDoSessionController.reopenToDo(String id)
Method declaration |
void |
ToDoSessionController.setToDoAttendees(String todoId,
String[] userIds)
Method declaration |
void |
ToDoSessionController.setToDoPercentCompleted(String id,
String percent)
Method declaration |
void |
ToDoSessionController.updateToDo(String id,
String name,
String description,
String priority,
String classification,
Date startDay,
String startHour,
Date endDay,
String endHour,
String percent)
Method declaration |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |