|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ToDoHeader | |
|---|---|
| com.stratelia.webactiv.calendar.control | |
| com.stratelia.webactiv.calendar.model | |
| com.stratelia.webactiv.todo.control | |
| Uses of ToDoHeader in com.stratelia.webactiv.calendar.control |
|---|
| Methods in com.stratelia.webactiv.calendar.control that return ToDoHeader | |
|---|---|
ToDoHeader |
CalendarEJB.getToDoHeader(String todoId)
|
ToDoHeader |
SilverpeasCalendar.getToDoHeader(String todoId)
getToDoHeader() returns the ToDoHeader represented by the todoId |
| Methods in com.stratelia.webactiv.calendar.control that return types with arguments of type ToDoHeader | |
|---|---|
Collection<ToDoHeader> |
CalendarEJB.getClosedToDos(String organizerId)
|
Collection<ToDoHeader> |
SilverpeasCalendar.getClosedToDos(String organizerId)
|
Collection<ToDoHeader> |
CalendarEJB.getExternalTodos(String spaceId,
String componentId,
String externalId)
|
Collection<ToDoHeader> |
SilverpeasCalendar.getExternalTodos(String spaceId,
String componentId,
String externalId)
|
Collection<ToDoHeader> |
CalendarEJB.getNotCompletedToDosForUser(String userId)
|
Collection<ToDoHeader> |
SilverpeasCalendar.getNotCompletedToDosForUser(String userId)
|
Collection<ToDoHeader> |
CalendarEJB.getOrganizerToDos(String organizerId)
|
Collection<ToDoHeader> |
SilverpeasCalendar.getOrganizerToDos(String organizerId)
|
| Methods in com.stratelia.webactiv.calendar.control with parameters of type ToDoHeader | |
|---|---|
String |
CalendarEJB.addToDo(ToDoHeader todo)
|
String |
SilverpeasCalendar.addToDo(ToDoHeader todo)
addToDo() add a todo entry in the database |
void |
CalendarEJB.updateToDo(ToDoHeader todo)
|
void |
SilverpeasCalendar.updateToDo(ToDoHeader todo)
updateToDo() update the todo entry, specified by the id, in the database |
| Uses of ToDoHeader in com.stratelia.webactiv.calendar.model |
|---|
| Methods in com.stratelia.webactiv.calendar.model that return ToDoHeader | |
|---|---|
static ToDoHeader |
ToDoDAO.getToDoHeader(Connection con,
String toDoId)
|
static ToDoHeader |
ToDoDAO.getToDoHeaderFromResultSet(ResultSet rs)
|
| Methods in com.stratelia.webactiv.calendar.model that return types with arguments of type ToDoHeader | |
|---|---|
static Collection<ToDoHeader> |
ToDoDAO.getClosedToDoHeaders(Connection con,
String organizerId)
|
static Collection<ToDoHeader> |
ToDoDAO.getNotCompletedToDoHeadersForUser(Connection con,
String userId)
|
static Collection<ToDoHeader> |
ToDoDAO.getOrganizerToDoHeaders(Connection con,
String organizerId)
|
static Collection<ToDoHeader> |
ToDoDAO.getToDoHeadersByExternalId(Connection con,
String spaceId,
String componentId,
String externalId)
|
static Collection<ToDoHeader> |
ToDoDAO.getToDoHeadersByInstanceId(Connection con,
String componentId)
|
| Methods in com.stratelia.webactiv.calendar.model with parameters of type ToDoHeader | |
|---|---|
static String |
ToDoDAO.addToDo(Connection con,
ToDoHeader toDo)
|
static void |
ToDoDAO.updateToDo(Connection con,
ToDoHeader toDo)
|
| Uses of ToDoHeader in com.stratelia.webactiv.todo.control |
|---|
| Methods in com.stratelia.webactiv.todo.control that return ToDoHeader | |
|---|---|
ToDoHeader |
ToDoSessionController.getCurrentToDoHeader()
Method declaration |
ToDoHeader |
ToDoSessionController.getToDoHeader(String todoId)
Method declaration |
| Methods in com.stratelia.webactiv.todo.control that return types with arguments of type ToDoHeader | |
|---|---|
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<ToDoHeader> |
ToDoSessionController.getToDos()
methods for ToDo |
| Methods in com.stratelia.webactiv.todo.control with parameters of type ToDoHeader | |
|---|---|
void |
ToDoSessionController.setCurrentToDoHeader(ToDoHeader todo)
Method declaration |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||