Liferay 6.2-ce-ga5

com.liferay.portal.service
Class ServiceContextFactory

java.lang.Object
  extended by com.liferay.portal.service.ServiceContextFactory

public class ServiceContextFactory
extends Object


Constructor Summary
ServiceContextFactory()
           
 
Method Summary
static ServiceContext getInstance(javax.servlet.http.HttpServletRequest request)
           
static ServiceContext getInstance(PortletRequest portletRequest)
           
static ServiceContext getInstance(String className, PortletRequest portletRequest)
           
static ServiceContext getInstance(String className, UploadPortletRequest uploadPortletRequest)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceContextFactory

public ServiceContextFactory()
Method Detail

getInstance

public static ServiceContext getInstance(javax.servlet.http.HttpServletRequest request)
                                  throws PortalException,
                                         SystemException
Throws:
PortalException
SystemException

getInstance

public static ServiceContext getInstance(PortletRequest portletRequest)
                                  throws PortalException,
                                         SystemException
Throws:
PortalException
SystemException

getInstance

public static ServiceContext getInstance(String className,
                                         PortletRequest portletRequest)
                                  throws PortalException,
                                         SystemException
Throws:
PortalException
SystemException

getInstance

public static ServiceContext getInstance(String className,
                                         UploadPortletRequest uploadPortletRequest)
                                  throws PortalException,
                                         SystemException
Throws:
PortalException
SystemException

Liferay 6.2-ce-ga5