@ConsumerType
public interface ServiceContextHelper
| Modifier and Type | Method and Description |
|---|---|
com.liferay.portal.kernel.service.ServiceContext |
getServiceContext() |
com.liferay.portal.kernel.service.ServiceContext |
getServiceContext(long groupId) |
com.liferay.portal.kernel.service.ServiceContext |
getServiceContext(long groupId,
long[] assetCategoryIds,
com.liferay.portal.kernel.model.User user) |
com.liferay.portal.kernel.service.ServiceContext |
getServiceContext(long groupId,
long[] assetCategoryIds,
com.liferay.portal.kernel.model.User user,
boolean generateUuid) |
com.liferay.portal.kernel.service.ServiceContext |
getServiceContext(com.liferay.portal.kernel.model.User user) |
com.liferay.portal.kernel.service.ServiceContext getServiceContext()
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.service.ServiceContext getServiceContext(long groupId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.service.ServiceContext getServiceContext(long groupId,
long[] assetCategoryIds,
com.liferay.portal.kernel.model.User user)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.service.ServiceContext getServiceContext(long groupId,
long[] assetCategoryIds,
com.liferay.portal.kernel.model.User user,
boolean generateUuid)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.service.ServiceContext getServiceContext(com.liferay.portal.kernel.model.User user)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException