com.liferay.portlet.social.service
Class SocialRequestInterpreterLocalServiceUtil

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

public class SocialRequestInterpreterLocalServiceUtil
extends java.lang.Object

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class provides static methods for the com.liferay.portlet.social.service.SocialRequestInterpreterLocalService bean. The static methods of this class calls the same methods of the bean instance. It's convenient to be able to just write one line to call a method on a bean instead of writing a lookup call and a method call.

Author:
Brian Wing Shun Chan
See Also:
SocialRequestInterpreterLocalService

Constructor Summary
SocialRequestInterpreterLocalServiceUtil()
           
 
Method Summary
static void addRequestInterpreter(SocialRequestInterpreter requestInterpreter)
           
static void deleteRequestInterpreter(SocialRequestInterpreter requestInterpreter)
           
static SocialRequestInterpreterLocalService getService()
           
static SocialRequestFeedEntry interpret(SocialRequest request, ThemeDisplay themeDisplay)
           
static void processConfirmation(SocialRequest request, ThemeDisplay themeDisplay)
           
static void processRejection(SocialRequest request, ThemeDisplay themeDisplay)
           
 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

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)