Uses of Class
org.silverpeas.web.todo.control.ToDoSessionController
-
Packages that use ToDoSessionController Package Description org.silverpeas.web.todo.control org.silverpeas.web.todo.servlets -
-
Uses of ToDoSessionController in org.silverpeas.web.todo.control
Methods in org.silverpeas.web.todo.control with parameters of type ToDoSessionController Modifier and Type Method Description static SilverpeasList<ToDoHeaderUIEntity>
ToDoHeaderUIEntity. convertList(ToDoSessionController controller, SilverpeasList<ToDoHeader> requests, Set<String> selectedIds)
Converts the given data list into aSilverpeasList
of item wrapping theContribution
. -
Uses of ToDoSessionController in org.silverpeas.web.todo.servlets
Methods in org.silverpeas.web.todo.servlets that return ToDoSessionController Modifier and Type Method Description ToDoSessionController
TodoRequestRouter. createComponentSessionController(MainSessionController mainSessionCtrl, ComponentContext context)
This method creates a TodoSessionController instanceMethods in org.silverpeas.web.todo.servlets with parameters of type ToDoSessionController Modifier and Type Method Description String
TodoRequestRouter. getDestination(String function, ToDoSessionController scc, HttpRequest request)
This method has to be implemented by the component request rooter it has to compute a destination page
-