com.liferay.portlet.wsrp
Class UserSessionImpl

java.lang.Object
  extended byorg.apache.wsrp4j.consumer.driver.InitCookieInfoImpl
      extended byorg.apache.wsrp4j.consumer.driver.GenericUserSessionImpl
          extended bycom.liferay.portlet.wsrp.UserSessionImpl
All Implemented Interfaces:
org.apache.wsrp4j.consumer.InitCookieInfo, org.apache.wsrp4j.consumer.UserSession, org.apache.wsrp4j.consumer.UserSessionMgr

public class UserSessionImpl
extends org.apache.wsrp4j.consumer.driver.GenericUserSessionImpl

View Source

Author:
Michael Young

Field Summary
 
Fields inherited from class org.apache.wsrp4j.consumer.driver.GenericUserSessionImpl
groupSessions
 
Constructor Summary
UserSessionImpl(java.lang.String producerID, java.lang.String userID, java.lang.String portletServicesURL, javax.portlet.PortletSession portletSession)
           
 
Method Summary
 org.apache.wsrp4j.consumer.GroupSessionMgr getGroupSession(java.lang.String groupID)
          Get the group session for this group ID
 oasis.names.tc.wsrp.v1.intf.WSRP_v1_Markup_PortType getWSRPBaseService()
           
 boolean isInitCookieDone()
           
 boolean isInitCookieRequired()
           
 void setInitCookieDone(boolean initCookieDone)
           
 void setInitCookieRequired(boolean initCookieRequired)
           
 
Methods inherited from class org.apache.wsrp4j.consumer.driver.GenericUserSessionImpl
addGroupSession, existsGroupSession, getAllGroupSessions, getProducerID, getUserID, removeAllGroupSessions, removeGroupSession, setGroupSessionTable, setProducerID, setUserID
 
Methods inherited from class org.apache.wsrp4j.consumer.driver.InitCookieInfoImpl
getMarkupInterfaceURL, setWSRPBaseService
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.wsrp4j.consumer.InitCookieInfo
getMarkupInterfaceURL, setWSRPBaseService
 

Constructor Detail

UserSessionImpl

public UserSessionImpl(java.lang.String producerID,
                       java.lang.String userID,
                       java.lang.String portletServicesURL,
                       javax.portlet.PortletSession portletSession)
                throws org.apache.wsrp4j.exception.WSRPException
Method Detail

getGroupSession

public org.apache.wsrp4j.consumer.GroupSessionMgr getGroupSession(java.lang.String groupID)
                                                           throws org.apache.wsrp4j.exception.WSRPException
Get the group session for this group ID

Parameters:
groupID - ID of the portlet application
Returns:
The group session for the provided group ID
Throws:
org.apache.wsrp4j.exception.WSRPException

getWSRPBaseService

public oasis.names.tc.wsrp.v1.intf.WSRP_v1_Markup_PortType getWSRPBaseService()

isInitCookieRequired

public boolean isInitCookieRequired()

setInitCookieRequired

public void setInitCookieRequired(boolean initCookieRequired)

isInitCookieDone

public boolean isInitCookieDone()

setInitCookieDone

public void setInitCookieDone(boolean initCookieDone)