Interface ServiceContextHelper
@ConsumerType
public interface ServiceContextHelper
-
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.portal.kernel.service.ServiceContext
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)
-
Method Details
-
getServiceContext
com.liferay.portal.kernel.service.ServiceContext getServiceContext() throws com.liferay.portal.kernel.exception.PortalException- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getServiceContext
com.liferay.portal.kernel.service.ServiceContext getServiceContext(long groupId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getServiceContext
com.liferay.portal.kernel.service.ServiceContext getServiceContext(long groupId, long[] assetCategoryIds, com.liferay.portal.kernel.model.User user) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getServiceContext
com.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 - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getServiceContext
com.liferay.portal.kernel.service.ServiceContext getServiceContext(com.liferay.portal.kernel.model.User user) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-