Class SocialRequestServiceUtil
Object
com.liferay.social.kernel.service.SocialRequestServiceUtil
Provides the remote service utility for SocialRequest. This utility wraps
com.liferay.portlet.social.service.impl.SocialRequestServiceImpl
and is an
access point for service operations in application layer code running on a
remote server. Methods of this service are expected to have security checks
based on the propagated JAAS credentials because this service can be
accessed remotely.- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
Returns the OSGi service identifier.static SocialRequestService
static void
setService
(SocialRequestService service) static SocialRequest
updateRequest
(long requestId, int status, ThemeDisplay themeDisplay)
-
Constructor Details
-
SocialRequestServiceUtil
public SocialRequestServiceUtil()
-
-
Method Details
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
updateRequest
public static SocialRequest updateRequest(long requestId, int status, ThemeDisplay themeDisplay) throws PortalException - Throws:
PortalException
-
getService
-
setService
-