public class SocialRequestServiceUtil
extends Object
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.SocialRequestService
Constructor and Description |
---|
SocialRequestServiceUtil() |
Modifier and Type | Method and Description |
---|---|
static String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static SocialRequestService |
getService() |
static void |
setService(SocialRequestService service) |
static SocialRequest |
updateRequest(long requestId,
int status,
ThemeDisplay themeDisplay) |
public static String getOSGiServiceIdentifier()
public static SocialRequest updateRequest(long requestId, int status, ThemeDisplay themeDisplay) throws PortalException
PortalException
public static SocialRequestService getService()
public static void setService(SocialRequestService service)