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

Packages that use ResourceList
org.exoplatform.services.wsrp2.producer   
org.exoplatform.services.wsrp2.producer.impl   
org.exoplatform.services.wsrp2.type   
 

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

Methods in org.exoplatform.services.wsrp2.producer that return ResourceList
 ResourceList PortletContainerProxy.getResourceList(java.lang.String[] desiredLocales)
           
 

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

Methods in org.exoplatform.services.wsrp2.producer.impl that return ResourceList
 ResourceList JSR286ContainerProxyImpl.getResourceList(java.lang.String[] desiredLocales)
           
 

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

Methods in org.exoplatform.services.wsrp2.type that return ResourceList
 ResourceList SetPortletsLifetimeResponse.getResourceList()
          Gets the resourceList value for this SetPortletsLifetimeResponse.
 ResourceList ServiceDescription.getResourceList()
          Gets the resourceList value for this ServiceDescription.
 ResourceList RegistrationData.getResourceList()
          Gets the resourceList value for this RegistrationData.
 ResourceList PortletPropertyDescriptionResponse.getResourceList()
          Gets the resourceList value for this PortletPropertyDescriptionResponse.
 ResourceList PortletDescriptionResponse.getResourceList()
          Gets the resourceList value for this PortletDescriptionResponse.
 ResourceList ImportPortletsResponse.getResourceList()
          Gets the resourceList value for this ImportPortletsResponse.
 ResourceList GetPortletsLifetimeResponse.getResourceList()
          Gets the resourceList value for this GetPortletsLifetimeResponse.
 ResourceList ExportPortletsResponse.getResourceList()
          Gets the resourceList value for this ExportPortletsResponse.
 ResourceList CopyPortletsResponse.getResourceList()
          Gets the resourceList value for this CopyPortletsResponse.
 ResourceList BaseFailed.getResourceList()
          Gets the resourceList value for this BaseFailed.
 

Methods in org.exoplatform.services.wsrp2.type with parameters of type ResourceList
 void SetPortletsLifetimeResponse.setResourceList(ResourceList resourceList)
          Sets the resourceList value for this SetPortletsLifetimeResponse.
 void ServiceDescription.setResourceList(ResourceList resourceList)
          Sets the resourceList value for this ServiceDescription.
 void RegistrationData.setResourceList(ResourceList resourceList)
          Sets the resourceList value for this RegistrationData.
 void PortletPropertyDescriptionResponse.setResourceList(ResourceList resourceList)
          Sets the resourceList value for this PortletPropertyDescriptionResponse.
 void PortletDescriptionResponse.setResourceList(ResourceList resourceList)
          Sets the resourceList value for this PortletDescriptionResponse.
 void ImportPortletsResponse.setResourceList(ResourceList resourceList)
          Sets the resourceList value for this ImportPortletsResponse.
 void GetPortletsLifetimeResponse.setResourceList(ResourceList resourceList)
          Sets the resourceList value for this GetPortletsLifetimeResponse.
 void ExportPortletsResponse.setResourceList(ResourceList resourceList)
          Sets the resourceList value for this ExportPortletsResponse.
 void CopyPortletsResponse.setResourceList(ResourceList resourceList)
          Sets the resourceList value for this CopyPortletsResponse.
 void BaseFailed.setResourceList(ResourceList resourceList)
          Sets the resourceList value for this BaseFailed.
 

Constructors in org.exoplatform.services.wsrp2.type with parameters of type ResourceList
BaseFailed(LocalizedString reason, ResourceList resourceList, Extension[] extensions, ErrorCodes errorCode)
           
CopyPortletsResponse(CopiedPortlet[] copiedPortlets, FailedPortlets[] failedPortlets, ResourceList resourceList, Extension[] extensions)
           
ExportPortletsResponse(byte[] exportContext, ExportedPortlet[] exportedPortlet, FailedPortlets[] failedPortlets, Lifetime lifetime, ResourceList resourceList, Extension[] extensions)
           
FailedPortlets(LocalizedString reason, ResourceList resourceList, Extension[] extensions, ErrorCodes errorCode, java.lang.String[] portletHandles)
           
GetPortletsLifetimeResponse(PortletLifetime[] portletLifetime, FailedPortlets[] failedPortlets, ResourceList resourceList, Extension[] extensions)
           
HandleEventsFailed(LocalizedString reason, ResourceList resourceList, Extension[] extensions, ErrorCodes errorCode, java.math.BigInteger[] index)
           
ImportPortletsFailed(LocalizedString reason, ResourceList resourceList, Extension[] extensions, ErrorCodes errorCode, java.lang.String[] importID)
           
ImportPortletsResponse(ImportedPortlet[] importedPortlets, ImportPortletsFailed[] importFailed, ResourceList resourceList, Extension[] extensions)
           
PortletDescriptionResponse(PortletDescription portletDescription, ResourceList resourceList, Extension[] extensions)
           
PortletPropertyDescriptionResponse(ModelDescription modelDescription, ResourceList resourceList, Extension[] extensions)
           
RegistrationData(java.lang.String consumerName, java.lang.String consumerAgent, boolean methodGetSupported, java.lang.String[] consumerModes, java.lang.String[] consumerWindowStates, java.lang.String[] consumerUserScopes, ExtensionDescription[] extensionDescriptions, Property[] registrationProperties, ResourceList resourceList, Extension[] extensions)
           
ServiceDescription(boolean requiresRegistration, PortletDescription[] offeredPortlets, ItemDescription[] userCategoryDescriptions, ExtensionDescription[] extensionDescriptions, ItemDescription[] customWindowStateDescriptions, ItemDescription[] customModeDescriptions, CookieProtocol requiresInitCookie, ModelDescription registrationPropertyDescription, java.lang.String[] locales, ResourceList resourceList, EventDescription[] eventDescriptions, ModelTypes schemaType, java.lang.String[] supportedOptions, Extension[] exportDescription, java.lang.Boolean mayReturnRegistrationState, Extension[] extensions)
           
SetPortletsLifetimeResponse(PortletLifetime[] updatedPortlet, FailedPortlets[] failedPortlets, ResourceList resourceList, Extension[] extensions)
           
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.