Uses of Interface
org.exoplatform.services.wsrp.consumer.GroupSession

Packages that use GroupSession
org.exoplatform.services.wsrp.consumer   
org.exoplatform.services.wsrp.consumer.impl.helpers   
 

Uses of GroupSession in org.exoplatform.services.wsrp.consumer
 

Subinterfaces of GroupSession in org.exoplatform.services.wsrp.consumer
 interface GroupSessionMgr
          Interface for a consumer based group session.A group session is used to hold portlet session objects of portlet instances which belong to the same group of the same producer according to their portlet description.
 

Methods in org.exoplatform.services.wsrp.consumer with parameters of type GroupSession
 void UserSession.addGroupSession(GroupSession groupSession)
          Add a group session to the user session
 

Uses of GroupSession in org.exoplatform.services.wsrp.consumer.impl.helpers
 

Classes in org.exoplatform.services.wsrp.consumer.impl.helpers that implement GroupSession
 class GroupSessionImpl
           
 

Fields in org.exoplatform.services.wsrp.consumer.impl.helpers with type parameters of type GroupSession
protected  Map<String,GroupSession> UserSessionImpl.groupSessions
           
 

Methods in org.exoplatform.services.wsrp.consumer.impl.helpers that return types with arguments of type GroupSession
 Iterator<GroupSession> UserSessionImpl.getAllGroupSessions()
           
 

Methods in org.exoplatform.services.wsrp.consumer.impl.helpers with parameters of type GroupSession
 void UserSessionImpl.addGroupSession(GroupSession groupSession)
           
 



Copyright © 2009 eXo Platform SAS. All Rights Reserved.