Uses of Class
org.silverpeas.web.socialnetwork.myprofil.control.MyProfilSessionController
-
Packages that use MyProfilSessionController Package Description org.silverpeas.web.socialnetwork.myprofil.servlets -
-
Uses of MyProfilSessionController in org.silverpeas.web.socialnetwork.myprofil.servlets
Methods in org.silverpeas.web.socialnetwork.myprofil.servlets that return MyProfilSessionController Modifier and Type Method Description MyProfilSessionController
MyProfilRequestRouter. createComponentSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
Methods in org.silverpeas.web.socialnetwork.myprofil.servlets with parameters of type MyProfilSessionController Modifier and Type Method Description void
MyInvitationsHelper. getAllInvitationsReceived(MyProfilSessionController mpsc, javax.servlet.http.HttpServletRequest request)
void
MyInvitationsHelper. getAllInvitationsSent(MyProfilSessionController mpsc, javax.servlet.http.HttpServletRequest request)
void
SocialNetworkHelper. getAllMyNetworks(MyProfilSessionController mpsc, javax.servlet.http.HttpServletRequest request)
String
MyProfilRequestRouter. getDestination(String function, MyProfilSessionController myProfilSC, HttpRequest request)
void
SocialNetworkHelper. linkToSilverpeas(MyProfilSessionController mpsc, javax.servlet.http.HttpServletRequest request)
void
SocialNetworkHelper. publishStatus(MyProfilSessionController myProfilSC, javax.servlet.http.HttpServletRequest request)
void
SocialNetworkHelper. setupJSAttributes(MyProfilSessionController mpsc, javax.servlet.http.HttpServletRequest request)
void
SocialNetworkHelper. unlinkFromSilverpeas(MyProfilSessionController myProfilSC, javax.servlet.http.HttpServletRequest request)
-