org.exoplatform.services.wsrp2.consumer.adapters
Class WSRPInteractionRequestAdapter

java.lang.Object
  extended by org.exoplatform.services.wsrp2.consumer.adapters.WSRPBaseRequestAdapter
      extended by org.exoplatform.services.wsrp2.consumer.adapters.WSRPInteractionRequestAdapter
All Implemented Interfaces:
WSRPBaseRequest, WSRPInteractionRequest

public class WSRPInteractionRequestAdapter
extends WSRPBaseRequestAdapter
implements WSRPInteractionRequest


Constructor Summary
WSRPInteractionRequestAdapter()
           
 
Method Summary
 org.exoplatform.services.wsrp2.type.NamedString[] getFormParameters()
           
 String getInteractionState()
           
 org.exoplatform.services.wsrp2.type.StateChange getPortletStateChange()
           
 org.exoplatform.services.wsrp2.type.UploadContext[] getUploadContexts()
           
 void setFormParameters(org.exoplatform.services.wsrp2.type.NamedString[] formParameters)
           
 void setInteractionState(String interactionState)
           
 void setPortletStateChange(org.exoplatform.services.wsrp2.type.StateChange portletStateChange)
           
 void setUploadContexts(org.exoplatform.services.wsrp2.type.UploadContext[] uploadContexts)
           
 
Methods inherited from class org.exoplatform.services.wsrp2.consumer.adapters.WSRPBaseRequestAdapter
getClientData, getExtensions, getLocales, getMarkupCharacterSets, getMimeTypes, getMode, getNavigationalState, getNavigationalValues, getPortletInstanceKey, getSessionID, getUserAuthentication, getValidateTag, getValidNewModes, getValidNewWindowStates, getWindowState, isModeSupported, isSecureClientCommunication, isWindowStateSupported, setClientData, setExtensions, setLocales, setMarkupCharacterSets, setMimeTypes, setMode, setNavigationalState, setNavigationalValues, setPortletInstanceKey, setSecureClientCommunication, setSessionID, setUserAuthentication, setValidateTag, setValidNewModes, setValidNewWindowStates, setWindowState
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.exoplatform.services.wsrp2.consumer.WSRPBaseRequest
getClientData, getExtensions, getLocales, getMarkupCharacterSets, getMimeTypes, getMode, getNavigationalState, getNavigationalValues, getPortletInstanceKey, getSessionID, getUserAuthentication, getValidateTag, getValidNewModes, getValidNewWindowStates, getWindowState, isModeSupported, isSecureClientCommunication, isWindowStateSupported
 

Constructor Detail

WSRPInteractionRequestAdapter

public WSRPInteractionRequestAdapter()
Method Detail

getInteractionState

public String getInteractionState()
Specified by:
getInteractionState in interface WSRPInteractionRequest

setInteractionState

public void setInteractionState(String interactionState)

getFormParameters

public org.exoplatform.services.wsrp2.type.NamedString[] getFormParameters()
Specified by:
getFormParameters in interface WSRPInteractionRequest

setFormParameters

public void setFormParameters(org.exoplatform.services.wsrp2.type.NamedString[] formParameters)

getPortletStateChange

public org.exoplatform.services.wsrp2.type.StateChange getPortletStateChange()
Specified by:
getPortletStateChange in interface WSRPInteractionRequest

setPortletStateChange

public void setPortletStateChange(org.exoplatform.services.wsrp2.type.StateChange portletStateChange)

getUploadContexts

public org.exoplatform.services.wsrp2.type.UploadContext[] getUploadContexts()
Specified by:
getUploadContexts in interface WSRPInteractionRequest

setUploadContexts

public void setUploadContexts(org.exoplatform.services.wsrp2.type.UploadContext[] uploadContexts)


Copyright © 2009 eXo Platform SAS. All Rights Reserved.