Uses of Class
org.exoplatform.services.wsrp.type.PropertyList

Packages that use PropertyList
org.exoplatform.services.wsrp.bind   
org.exoplatform.services.wsrp.consumer   
org.exoplatform.services.wsrp.consumer.impl   
org.exoplatform.services.wsrp.intf   
org.exoplatform.services.wsrp.producer   
org.exoplatform.services.wsrp.producer.impl   
org.exoplatform.services.wsrp.type   
 

Uses of PropertyList in org.exoplatform.services.wsrp.bind
 

Methods in org.exoplatform.services.wsrp.bind that return PropertyList
 PropertyList WSRP_v1_PortletManagement_Binding_SOAPStub.getPortletProperties(GetPortletPropertiesRequest getPortletProperties)
           
 PropertyList WSRP_v1_PortletManagement_Binding_SOAPImpl.getPortletProperties(GetPortletPropertiesRequest getPortletProperties)
           
 

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

Methods in org.exoplatform.services.wsrp.consumer that return PropertyList
 PropertyList PortletDriver.getPortletProperties(java.lang.String[] names, UserSessionMgr userSession)
           
 

Methods in org.exoplatform.services.wsrp.consumer with parameters of type PropertyList
 PortletContext PortletDriver.setPortletProperties(PropertyList properties, UserSessionMgr userSession)
           
 

Uses of PropertyList in org.exoplatform.services.wsrp.consumer.impl
 

Methods in org.exoplatform.services.wsrp.consumer.impl that return PropertyList
 PropertyList PortletDriverImpl.getPortletProperties(java.lang.String[] names, UserSessionMgr userSession)
           
 

Methods in org.exoplatform.services.wsrp.consumer.impl with parameters of type PropertyList
 PortletContext PortletDriverImpl.setPortletProperties(PropertyList properties, UserSessionMgr userSession)
           
 

Uses of PropertyList in org.exoplatform.services.wsrp.intf
 

Methods in org.exoplatform.services.wsrp.intf that return PropertyList
 PropertyList WSRP_v1_PortletManagement_PortType.getPortletProperties(GetPortletPropertiesRequest getPortletProperties)
           
 

Uses of PropertyList in org.exoplatform.services.wsrp.producer
 

Methods in org.exoplatform.services.wsrp.producer that return PropertyList
 PropertyList PortletManagementOperationsInterface.getPortletProperties(RegistrationContext registrationContext, PortletContext portletContext, UserContext userContext, java.lang.String[] names)
           
 

Methods in org.exoplatform.services.wsrp.producer with parameters of type PropertyList
 PortletContext PortletManagementOperationsInterface.setPortletProperties(RegistrationContext registrationContext, PortletContext portletContext, UserContext userContext, PropertyList propertyList)
           
 void PortletContainerProxy.setPortletProperties(java.lang.String portletHandle, java.lang.String userID, PropertyList propertyList)
           
 

Uses of PropertyList in org.exoplatform.services.wsrp.producer.impl
 

Methods in org.exoplatform.services.wsrp.producer.impl that return PropertyList
 PropertyList PortletManagementOperationsInterfaceImpl.getPortletProperties(RegistrationContext registrationContext, PortletContext portletContext, UserContext userContext, java.lang.String[] names)
           
 

Methods in org.exoplatform.services.wsrp.producer.impl with parameters of type PropertyList
 PortletContext PortletManagementOperationsInterfaceImpl.setPortletProperties(RegistrationContext registrationContext, PortletContext portletContext, UserContext userContext, PropertyList propertyList)
           
 void JSR168ContainerProxyImpl.setPortletProperties(java.lang.String portletHandle, java.lang.String owner, PropertyList propertyList)
           
 

Uses of PropertyList in org.exoplatform.services.wsrp.type
 

Methods in org.exoplatform.services.wsrp.type that return PropertyList
 PropertyList SetPortletPropertiesRequest.getPropertyList()
          Gets the propertyList value for this SetPortletPropertiesRequest.
 

Methods in org.exoplatform.services.wsrp.type with parameters of type PropertyList
 void SetPortletPropertiesRequest.setPropertyList(PropertyList propertyList)
          Sets the propertyList value for this SetPortletPropertiesRequest.
 

Constructors in org.exoplatform.services.wsrp.type with parameters of type PropertyList
SetPortletPropertiesRequest(RegistrationContext registrationContext, PortletContext portletContext, UserContext userContext, PropertyList propertyList)
           
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.