Liferay 6.0.5

com.liferay.portlet.social.service
Class SocialRequestInterpreterLocalServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.social.service.SocialRequestInterpreterLocalServiceWrapper
All Implemented Interfaces:
SocialRequestInterpreterLocalService

public class SocialRequestInterpreterLocalServiceWrapper
extends Object
implements SocialRequestInterpreterLocalService

This class is a wrapper for SocialRequestInterpreterLocalService.

See Also:
SocialRequestInterpreterLocalService
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Constructor Summary
SocialRequestInterpreterLocalServiceWrapper(SocialRequestInterpreterLocalService socialRequestInterpreterLocalService)
           
 
Method Summary
 void addRequestInterpreter(SocialRequestInterpreter requestInterpreter)
           
 void deleteRequestInterpreter(SocialRequestInterpreter requestInterpreter)
           
 SocialRequestInterpreterLocalService getWrappedSocialRequestInterpreterLocalService()
           
 SocialRequestFeedEntry interpret(SocialRequest request, ThemeDisplay themeDisplay)
           
 void processConfirmation(SocialRequest request, ThemeDisplay themeDisplay)
           
 void processRejection(SocialRequest request, ThemeDisplay themeDisplay)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SocialRequestInterpreterLocalServiceWrapper

public SocialRequestInterpreterLocalServiceWrapper(SocialRequestInterpreterLocalService socialRequestInterpreterLocalService)
Method Detail

addRequestInterpreter

public void addRequestInterpreter(SocialRequestInterpreter requestInterpreter)
Specified by:
addRequestInterpreter in interface SocialRequestInterpreterLocalService

deleteRequestInterpreter

public void deleteRequestInterpreter(SocialRequestInterpreter requestInterpreter)
Specified by:
deleteRequestInterpreter in interface SocialRequestInterpreterLocalService

interpret

public SocialRequestFeedEntry interpret(SocialRequest request,
                                        ThemeDisplay themeDisplay)
Specified by:
interpret in interface SocialRequestInterpreterLocalService

processConfirmation

public void processConfirmation(SocialRequest request,
                                ThemeDisplay themeDisplay)
Specified by:
processConfirmation in interface SocialRequestInterpreterLocalService

processRejection

public void processRejection(SocialRequest request,
                             ThemeDisplay themeDisplay)
Specified by:
processRejection in interface SocialRequestInterpreterLocalService

getWrappedSocialRequestInterpreterLocalService

public SocialRequestInterpreterLocalService getWrappedSocialRequestInterpreterLocalService()

Liferay 6.0.5