Liferay 6.1.10-ee-ga1

Uses of Interface
com.liferay.portal.kernel.upload.UploadPortletRequest

Packages that use UploadPortletRequest
com.liferay.portal.service This package defines the local and remote portal service interfaces and classes. 
com.liferay.portal.util   
 

Uses of UploadPortletRequest in com.liferay.portal.service
 

Methods in com.liferay.portal.service with parameters of type UploadPortletRequest
static ServiceContext ServiceContextFactory.getInstance(String className, UploadPortletRequest uploadPortletRequest)
           
 

Uses of UploadPortletRequest in com.liferay.portal.util
 

Methods in com.liferay.portal.util that return UploadPortletRequest
static UploadPortletRequest PortalUtil.getUploadPortletRequest(PortletRequest portletRequest)
           
 UploadPortletRequest Portal.getUploadPortletRequest(PortletRequest portletRequest)
           
 

Methods in com.liferay.portal.util with parameters of type UploadPortletRequest
static Map<String,Serializable> PortalUtil.getExpandoBridgeAttributes(ExpandoBridge expandoBridge, UploadPortletRequest uploadPortletRequest)
           
 Map<String,Serializable> Portal.getExpandoBridgeAttributes(ExpandoBridge expandoBridge, UploadPortletRequest uploadPortletRequest)
           
static Serializable PortalUtil.getExpandoValue(UploadPortletRequest uploadPortletRequest, String name, int type, String displayType)
           
 Serializable Portal.getExpandoValue(UploadPortletRequest uploadPortletRequest, String name, int type, String displayType)
           
 


Liferay 6.1.10-ee-ga1