Uses of Class
org.exoplatform.services.wsrp2.type.PortletContext

Packages that use PortletContext
org.exoplatform.services.wsrp2.bind   
org.exoplatform.services.wsrp2.consumer   
org.exoplatform.services.wsrp2.consumer.adapters   
org.exoplatform.services.wsrp2.consumer.impl   
org.exoplatform.services.wsrp2.intf   
org.exoplatform.services.wsrp2.producer   
org.exoplatform.services.wsrp2.producer.impl   
org.exoplatform.services.wsrp2.producer.impl.helpers   
org.exoplatform.services.wsrp2.type   
 

Uses of PortletContext in org.exoplatform.services.wsrp2.bind
 

Methods in org.exoplatform.services.wsrp2.bind that return PortletContext
 PortletContext WSRP_v2_PortletManagement_Binding_SOAPImpl.clonePortlet(ClonePortlet clonePortlet)
           
 PortletContext WSRP_v2_PortletManagement_Binding_SOAPStub.clonePortlet(ClonePortlet clonePortlet)
           
 PortletContext WSRP_v2_PortletManagement_Binding_SOAPImpl.setPortletProperties(SetPortletProperties setPortletProperties)
           
 PortletContext WSRP_v2_PortletManagement_Binding_SOAPStub.setPortletProperties(SetPortletProperties setPortletProperties)
           
 

Uses of PortletContext in org.exoplatform.services.wsrp2.consumer
 

Methods in org.exoplatform.services.wsrp2.consumer that return PortletContext
 PortletContext PortletDriver.clonePortlet(UserSessionMgr userSession)
          Clone the portlet
 PortletContext WSRPPortlet.getPortletContext()
          Get the portlet context object which contains information about the portlet state.
 PortletContext PortletDriver.setPortletProperties(PropertyList properties, UserSessionMgr userSession)
           
 

Methods in org.exoplatform.services.wsrp2.consumer with parameters of type PortletContext
 void WSRPPortlet.setPortletContext(PortletContext portletContext)
          Set the portlet context of the portlet.
 

Uses of PortletContext in org.exoplatform.services.wsrp2.consumer.adapters
 

Methods in org.exoplatform.services.wsrp2.consumer.adapters that return PortletContext
 PortletContext WSRPPortletAdapter.getPortletContext()
           
 

Methods in org.exoplatform.services.wsrp2.consumer.adapters with parameters of type PortletContext
 void WSRPPortletAdapter.setPortletContext(PortletContext portletContext)
           
 

Uses of PortletContext in org.exoplatform.services.wsrp2.consumer.impl
 

Methods in org.exoplatform.services.wsrp2.consumer.impl that return PortletContext
 PortletContext PortletDriverImpl.clonePortlet(UserSessionMgr userSession)
           
 PortletContext PortletDriverImpl.setPortletProperties(PropertyList properties, UserSessionMgr userSession)
           
 

Uses of PortletContext in org.exoplatform.services.wsrp2.intf
 

Methods in org.exoplatform.services.wsrp2.intf that return PortletContext
 PortletContext WSRP_v2_PortletManagement_PortType.clonePortlet(ClonePortlet clonePortlet)
           
 PortletContext WSRP_v2_PortletManagement_PortType.setPortletProperties(SetPortletProperties setPortletProperties)
           
 

Uses of PortletContext in org.exoplatform.services.wsrp2.producer
 

Methods in org.exoplatform.services.wsrp2.producer that return PortletContext
 PortletContext PortletManagementOperationsInterface.clonePortlet(RegistrationContext registrationContext, PortletContext portletContext, UserContext userContext, Lifetime lifetime)
           
 PortletContext PortletManagementOperationsInterface.setPortletProperties(RegistrationContext registrationContext, PortletContext portletContext, UserContext userContext, PropertyList propertyList)
           
 

Methods in org.exoplatform.services.wsrp2.producer with parameters of type PortletContext
 PortletContext PortletManagementOperationsInterface.clonePortlet(RegistrationContext registrationContext, PortletContext portletContext, UserContext userContext, Lifetime lifetime)
           
 CopyPortletsResponse PortletManagementOperationsInterface.copyPortlets(RegistrationContext toRegistrationContext, UserContext toUserContext, RegistrationContext fromRegistrationContext, UserContext UserContext, PortletContext[] fromPortletContexts, Lifetime lifetime)
           
 ExportPortletsResponse PortletManagementOperationsInterface.exportPortlets(RegistrationContext registrationContext, PortletContext[] portletContext, UserContext userContext, Lifetime lifetime, boolean exportByValueRequired)
           
 MarkupResponse MarkupOperationsInterface.getMarkup(RegistrationContext registrationContext, PortletContext portletContext, RuntimeContext runtimeContext, UserContext userContext, MarkupParams markupParams)
           
 PortletDescriptionResponse PortletManagementOperationsInterface.getPortletDescription(RegistrationContext registrationContext, PortletContext portletContext, UserContext userContext, java.lang.String[] desiredLocales)
           
 PropertyList PortletManagementOperationsInterface.getPortletProperties(RegistrationContext registrationContext, PortletContext portletContext, UserContext userContext, java.lang.String[] names)
           
 PortletPropertyDescriptionResponse PortletManagementOperationsInterface.getPortletPropertyDescription(RegistrationContext registrationContext, PortletContext portletContext, UserContext userContext, java.lang.String[] desiredLocales)
           
 GetPortletsLifetimeResponse PortletManagementOperationsInterface.getPortletsLifetime(RegistrationContext registrationContext, PortletContext[] portletContext, UserContext userContext)
           
 ResourceResponse MarkupOperationsInterface.getResource(RegistrationContext registrationContext, PortletContext portletContext, RuntimeContext runtimeContext, UserContext userContext, ResourceParams resourceParams)
           
 HandleEventsResponse MarkupOperationsInterface.handleEvents(RegistrationContext registrationContext, PortletContext portletContext, RuntimeContext runtimeContext, UserContext userContext, MarkupParams markupParams, EventParams eventParams)
           
 BlockingInteractionResponse MarkupOperationsInterface.performBlockingInteraction(RegistrationContext registrationContext, PortletContext portletContext, RuntimeContext runtimeContext, UserContext userContext, MarkupParams markupParams, InteractionParams interactionParams)
           
 PortletContext PortletManagementOperationsInterface.setPortletProperties(RegistrationContext registrationContext, PortletContext portletContext, UserContext userContext, PropertyList propertyList)
           
 SetPortletsLifetimeResponse PortletManagementOperationsInterface.setPortletsLifetime(RegistrationContext registrationContext, PortletContext[] portletContext, UserContext userContext, Lifetime lifetime)
           
 

Uses of PortletContext in org.exoplatform.services.wsrp2.producer.impl
 

Methods in org.exoplatform.services.wsrp2.producer.impl that return PortletContext
 PortletContext PortletManagementOperationsInterfaceImpl.clonePortlet(RegistrationContext registrationContext, PortletContext portletContext, UserContext userContext, Lifetime lifetime)
           
 PortletContext PortletManagementOperationsInterfaceImpl.setPortletProperties(RegistrationContext registrationContext, PortletContext portletContext, UserContext userContext, PropertyList propertyList)
           
 

Methods in org.exoplatform.services.wsrp2.producer.impl with parameters of type PortletContext
 PortletContext PortletManagementOperationsInterfaceImpl.clonePortlet(RegistrationContext registrationContext, PortletContext portletContext, UserContext userContext, Lifetime lifetime)
           
 CopyPortletsResponse PortletManagementOperationsInterfaceImpl.copyPortlets(RegistrationContext toRegistrationContext, UserContext toUserContext, RegistrationContext fromRegistrationContext, UserContext fromUserContext, PortletContext[] fromPortletContexts, Lifetime lifetime)
           
 ExportPortletsResponse PortletManagementOperationsInterfaceImpl.exportPortlets(RegistrationContext registrationContext, PortletContext[] portletContexts, UserContext userContext, Lifetime lifetime, boolean exportByValueRequired)
           
 MarkupResponse MarkupOperationsInterfaceImpl.getMarkup(RegistrationContext registrationContext, PortletContext portletContext, RuntimeContext runtimeContext, UserContext userContext, MarkupParams markupParams)
           
 PortletDescriptionResponse PortletManagementOperationsInterfaceImpl.getPortletDescription(RegistrationContext registrationContext, PortletContext portletContext, UserContext userContext, java.lang.String[] desiredLocales)
           
 PropertyList PortletManagementOperationsInterfaceImpl.getPortletProperties(RegistrationContext registrationContext, PortletContext portletContext, UserContext userContext, java.lang.String[] names)
           
 PortletPropertyDescriptionResponse PortletManagementOperationsInterfaceImpl.getPortletPropertyDescription(RegistrationContext registrationContext, PortletContext portletContext, UserContext userContext, java.lang.String[] desiredLocales)
           
 GetPortletsLifetimeResponse PortletManagementOperationsInterfaceImpl.getPortletsLifetime(RegistrationContext registrationContext, PortletContext[] portletContexts, UserContext userContext)
           
 ResourceResponse MarkupOperationsInterfaceImpl.getResource(RegistrationContext registrationContext, PortletContext portletContext, RuntimeContext runtimeContext, UserContext userContext, ResourceParams resourceParams)
           
 HandleEventsResponse MarkupOperationsInterfaceImpl.handleEvents(RegistrationContext registrationContext, PortletContext portletContext, RuntimeContext runtimeContext, UserContext userContext, MarkupParams markupParams, EventParams eventParams)
           
 BlockingInteractionResponse MarkupOperationsInterfaceImpl.performBlockingInteraction(RegistrationContext registrationContext, PortletContext portletContext, RuntimeContext runtimeContext, UserContext userContext, MarkupParams markupParams, InteractionParams interactionParams)
           
 PortletContext PortletManagementOperationsInterfaceImpl.setPortletProperties(RegistrationContext registrationContext, PortletContext portletContext, UserContext userContext, PropertyList propertyList)
           
 SetPortletsLifetimeResponse PortletManagementOperationsInterfaceImpl.setPortletsLifetime(RegistrationContext registrationContext, PortletContext[] portletContexts, UserContext userContext, Lifetime lifetime)
           
 

Uses of PortletContext in org.exoplatform.services.wsrp2.producer.impl.helpers
 

Methods in org.exoplatform.services.wsrp2.producer.impl.helpers with parameters of type PortletContext
static boolean Helper.checkPortletLifetime(RegistrationContext registrationContext, PortletContext[] portletContexts, UserContext userContext, PortletManagementOperationsInterface pmoi)
           
 

Uses of PortletContext in org.exoplatform.services.wsrp2.type
 

Methods in org.exoplatform.services.wsrp2.type that return PortletContext
 PortletContext[] CopyPortlets.getFromPortletContexts()
          Gets the fromPortletContexts value for this CopyPortlets.
 PortletContext CopyPortlets.getFromPortletContexts(int i)
           
 PortletContext ImportedPortlet.getNewPortletContext()
          Gets the newPortletContext value for this ImportedPortlet.
 PortletContext CopiedPortlet.getNewPortletContext()
          Gets the newPortletContext value for this CopiedPortlet.
 PortletContext ClonePortlet.getPortletContext()
          Gets the portletContext value for this ClonePortlet.
 PortletContext[] ExportPortlets.getPortletContext()
          Gets the portletContext value for this ExportPortlets.
 PortletContext SetPortletProperties.getPortletContext()
          Gets the portletContext value for this SetPortletProperties.
 PortletContext[] GetPortletsLifetime.getPortletContext()
          Gets the portletContext value for this GetPortletsLifetime.
 PortletContext GetResource.getPortletContext()
          Gets the portletContext value for this GetResource.
 PortletContext HandleEvents.getPortletContext()
          Gets the portletContext value for this HandleEvents.
 PortletContext[] SetPortletsLifetime.getPortletContext()
          Gets the portletContext value for this SetPortletsLifetime.
 PortletContext GetPortletDescription.getPortletContext()
          Gets the portletContext value for this GetPortletDescription.
 PortletContext GetPortletPropertyDescription.getPortletContext()
          Gets the portletContext value for this GetPortletPropertyDescription.
 PortletContext UpdateResponse.getPortletContext()
          Gets the portletContext value for this UpdateResponse.
 PortletContext GetMarkup.getPortletContext()
          Gets the portletContext value for this GetMarkup.
 PortletContext PerformBlockingInteraction.getPortletContext()
          Gets the portletContext value for this PerformBlockingInteraction.
 PortletContext PortletLifetime.getPortletContext()
          Gets the portletContext value for this PortletLifetime.
 PortletContext[] SetPortletLifetime.getPortletContext()
          Gets the portletContext value for this SetPortletLifetime.
 PortletContext GetPortletProperties.getPortletContext()
          Gets the portletContext value for this GetPortletProperties.
 PortletContext ResourceResponse.getPortletContext()
          Gets the portletContext value for this ResourceResponse.
 PortletContext ExportPortlets.getPortletContext(int i)
           
 PortletContext GetPortletsLifetime.getPortletContext(int i)
           
 PortletContext SetPortletsLifetime.getPortletContext(int i)
           
 PortletContext SetPortletLifetime.getPortletContext(int i)
           
 

Methods in org.exoplatform.services.wsrp2.type with parameters of type PortletContext
 void CopyPortlets.setFromPortletContexts(int i, PortletContext _value)
           
 void CopyPortlets.setFromPortletContexts(PortletContext[] fromPortletContexts)
          Sets the fromPortletContexts value for this CopyPortlets.
 void ImportedPortlet.setNewPortletContext(PortletContext newPortletContext)
          Sets the newPortletContext value for this ImportedPortlet.
 void CopiedPortlet.setNewPortletContext(PortletContext newPortletContext)
          Sets the newPortletContext value for this CopiedPortlet.
 void ExportPortlets.setPortletContext(int i, PortletContext _value)
           
 void GetPortletsLifetime.setPortletContext(int i, PortletContext _value)
           
 void SetPortletsLifetime.setPortletContext(int i, PortletContext _value)
           
 void SetPortletLifetime.setPortletContext(int i, PortletContext _value)
           
 void ClonePortlet.setPortletContext(PortletContext portletContext)
          Sets the portletContext value for this ClonePortlet.
 void SetPortletProperties.setPortletContext(PortletContext portletContext)
          Sets the portletContext value for this SetPortletProperties.
 void GetResource.setPortletContext(PortletContext portletContext)
          Sets the portletContext value for this GetResource.
 void HandleEvents.setPortletContext(PortletContext portletContext)
          Sets the portletContext value for this HandleEvents.
 void GetPortletDescription.setPortletContext(PortletContext portletContext)
          Sets the portletContext value for this GetPortletDescription.
 void GetPortletPropertyDescription.setPortletContext(PortletContext portletContext)
          Sets the portletContext value for this GetPortletPropertyDescription.
 void UpdateResponse.setPortletContext(PortletContext portletContext)
          Sets the portletContext value for this UpdateResponse.
 void GetMarkup.setPortletContext(PortletContext portletContext)
          Sets the portletContext value for this GetMarkup.
 void PerformBlockingInteraction.setPortletContext(PortletContext portletContext)
          Sets the portletContext value for this PerformBlockingInteraction.
 void PortletLifetime.setPortletContext(PortletContext portletContext)
          Sets the portletContext value for this PortletLifetime.
 void GetPortletProperties.setPortletContext(PortletContext portletContext)
          Sets the portletContext value for this GetPortletProperties.
 void ResourceResponse.setPortletContext(PortletContext portletContext)
          Sets the portletContext value for this ResourceResponse.
 void ExportPortlets.setPortletContext(PortletContext[] portletContext)
          Sets the portletContext value for this ExportPortlets.
 void GetPortletsLifetime.setPortletContext(PortletContext[] portletContext)
          Sets the portletContext value for this GetPortletsLifetime.
 void SetPortletsLifetime.setPortletContext(PortletContext[] portletContext)
          Sets the portletContext value for this SetPortletsLifetime.
 void SetPortletLifetime.setPortletContext(PortletContext[] portletContext)
          Sets the portletContext value for this SetPortletLifetime.
 

Constructors in org.exoplatform.services.wsrp2.type with parameters of type PortletContext
ClonePortlet(RegistrationContext registrationContext, PortletContext portletContext, UserContext userContext, Lifetime lifetime)
           
CopiedPortlet(PortletContext newPortletContext, Extension[] extensions, java.lang.String fromPortletHandle)
           
CopyPortlets(RegistrationContext toRegistrationContext, UserContext toUserContext, RegistrationContext fromRegistrationContext, UserContext fromUserContext, PortletContext[] fromPortletContexts, Lifetime lifetime)
           
ExportPortlets(RegistrationContext registrationContext, PortletContext[] portletContext, UserContext userContext, Lifetime lifetime, java.lang.Boolean exportByValueRequired)
           
GetMarkup(RegistrationContext registrationContext, PortletContext portletContext, RuntimeContext runtimeContext, UserContext userContext, MarkupParams markupParams)
           
GetPortletDescription(RegistrationContext registrationContext, PortletContext portletContext, UserContext userContext, java.lang.String[] desiredLocales)
           
GetPortletProperties(RegistrationContext registrationContext, PortletContext portletContext, UserContext userContext, java.lang.String[] names)
           
GetPortletPropertyDescription(RegistrationContext registrationContext, PortletContext portletContext, UserContext userContext, java.lang.String[] desiredLocales)
           
GetPortletsLifetime(RegistrationContext registrationContext, PortletContext[] portletContext, UserContext userContext)
           
GetResource(RegistrationContext registrationContext, PortletContext portletContext, RuntimeContext runtimeContext, UserContext userContext, ResourceParams resourceParams)
           
HandleEvents(RegistrationContext registrationContext, PortletContext portletContext, RuntimeContext runtimeContext, UserContext userContext, MarkupParams markupParams, EventParams eventParams)
           
ImportedPortlet(java.lang.String importID, PortletContext newPortletContext, Extension[] extensions)
           
PerformBlockingInteraction(RegistrationContext registrationContext, PortletContext portletContext, RuntimeContext runtimeContext, UserContext userContext, MarkupParams markupParams, InteractionParams interactionParams)
           
PortletLifetime(PortletContext portletContext, Lifetime scheduledDestruction, Extension[] extensions)
           
ResourceResponse(ResourceContext resourceContext, SessionContext sessionContext, PortletContext portletContext, Extension[] extensions)
           
SetPortletLifetime(PortletContext[] portletContext, Lifetime scheduledDestruction, Extension[] extensions)
           
SetPortletProperties(RegistrationContext registrationContext, PortletContext portletContext, UserContext userContext, PropertyList propertyList)
           
SetPortletsLifetime(RegistrationContext registrationContext, PortletContext[] portletContext, UserContext userContext, Lifetime lifetime)
           
UpdateResponse(SessionContext sessionContext, PortletContext portletContext, MarkupContext markupContext, Event[] events, NavigationalContext navigationalContext, java.lang.String newWindowState, java.lang.String newMode, Extension[] extensions)
           
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.