Uses of Class
org.silverpeas.core.web.tools.agenda.control.AgendaSessionController
-
Packages that use AgendaSessionController Package Description org.silverpeas.core.web.calendar.ical org.silverpeas.core.web.tools.agenda.view org.silverpeas.web.agenda.servlets -
-
Uses of AgendaSessionController in org.silverpeas.core.web.calendar.ical
Constructors in org.silverpeas.core.web.calendar.ical with parameters of type AgendaSessionController Constructor Description ExportIcalManager(AgendaSessionController agendaSessionController)
ImportIcalManager(AgendaSessionController agendaSessionController)
SynchroIcalManager(AgendaSessionController agendaSessionController)
-
Uses of AgendaSessionController in org.silverpeas.core.web.tools.agenda.view
Methods in org.silverpeas.core.web.tools.agenda.view with parameters of type AgendaSessionController Modifier and Type Method Description String
CalendarHtmlView. getHtmlView(Date date, AgendaSessionController agendaSessionController)
Deprecated, for removal: This API element is subject to removal in a future version.Method declarationString
CalendarHtmlView. getHtmlView(Date date, AgendaSessionController agendaSessionController, boolean forPda)
Deprecated, for removal: This API element is subject to removal in a future version.Fonction ajoutée pour génerer le calendar soit pour un PDA (sans onmouseover) soit pour un web classique.String
CalendarHtmlView. getPDAView(Date date, AgendaSessionController agendaSessionController)
Deprecated, for removal: This API element is subject to removal in a future version.Method declarationConstructors in org.silverpeas.core.web.tools.agenda.view with parameters of type AgendaSessionController Constructor Description AgendaHtmlView(int viewType, Date date, AgendaSessionController agendaSessionController, org.silverpeas.kernel.bundle.SettingBundle settings)
Deprecated, for removal: This API element is subject to removal in a future version.Constructor declaration -
Uses of AgendaSessionController in org.silverpeas.web.agenda.servlets
Methods in org.silverpeas.web.agenda.servlets that return AgendaSessionController Modifier and Type Method Description AgendaSessionController
AgendaRequestRouter. createComponentSessionController(MainSessionController mainSessionCtrl, ComponentContext context)
Method declarationMethods in org.silverpeas.web.agenda.servlets with parameters of type AgendaSessionController Modifier and Type Method Description String
AgendaRequestRouter. getDestination(String function, AgendaSessionController scc, HttpRequest request)
This method has to be implemented by the component request router it has to compute a destination page
-