Liferay 6.0-ee-sp2

com.liferay.portlet.social.service
Class SocialRequestInterpreterLocalServiceUtil

java.lang.Object
  extended by com.liferay.portlet.social.service.SocialRequestInterpreterLocalServiceUtil

public class SocialRequestInterpreterLocalServiceUtil
extends Object

The utility for the social request interpreter local service. This utility wraps com.liferay.portlet.social.service.impl.SocialRequestInterpreterLocalServiceImpl and is the primary access point for service operations in application layer code running on the local server.

This is a local service. Methods of this service will not have security checks based on the propagated JAAS credentials because this service can only be accessed from within the same VM.

See Also:
SocialRequestInterpreterLocalService, com.liferay.portlet.social.service.base.SocialRequestInterpreterLocalServiceBaseImpl, com.liferay.portlet.social.service.impl.SocialRequestInterpreterLocalServiceImpl

Constructor Summary
SocialRequestInterpreterLocalServiceUtil()
           
 
Method Summary
static void addRequestInterpreter(SocialRequestInterpreter requestInterpreter)
           
static void deleteRequestInterpreter(SocialRequestInterpreter requestInterpreter)
           
static String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
static SocialRequestInterpreterLocalService getService()
           
static SocialRequestFeedEntry interpret(SocialRequest request, ThemeDisplay themeDisplay)
           
static void processConfirmation(SocialRequest request, ThemeDisplay themeDisplay)
           
static void processRejection(SocialRequest request, ThemeDisplay themeDisplay)
           
static void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setService(SocialRequestInterpreterLocalService service)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SocialRequestInterpreterLocalServiceUtil

public SocialRequestInterpreterLocalServiceUtil()
Method Detail

getBeanIdentifier

public static String getBeanIdentifier()
Returns the Spring bean ID for this bean.

Returns:
the Spring bean ID for this bean

setBeanIdentifier

public static void setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean.

Parameters:
beanIdentifier - the Spring bean ID for this bean

addRequestInterpreter

public static void addRequestInterpreter(SocialRequestInterpreter requestInterpreter)

deleteRequestInterpreter

public static void deleteRequestInterpreter(SocialRequestInterpreter requestInterpreter)

interpret

public static SocialRequestFeedEntry interpret(SocialRequest request,
                                               ThemeDisplay themeDisplay)

processConfirmation

public static void processConfirmation(SocialRequest request,
                                       ThemeDisplay themeDisplay)

processRejection

public static void processRejection(SocialRequest request,
                                    ThemeDisplay themeDisplay)

getService

public static SocialRequestInterpreterLocalService getService()

setService

public void setService(SocialRequestInterpreterLocalService service)

Liferay 6.0-ee-sp2