Liferay 6.0-ee-sp2

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

Constructor Summary
SocialRequestInterpreterLocalServiceWrapper(SocialRequestInterpreterLocalService socialRequestInterpreterLocalService)
           
 
Method Summary
 void addRequestInterpreter(SocialRequestInterpreter requestInterpreter)
           
 void deleteRequestInterpreter(SocialRequestInterpreter requestInterpreter)
           
 String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
 SocialRequestInterpreterLocalService getWrappedSocialRequestInterpreterLocalService()
           
 SocialRequestFeedEntry interpret(SocialRequest request, ThemeDisplay themeDisplay)
           
 void processConfirmation(SocialRequest request, ThemeDisplay themeDisplay)
           
 void processRejection(SocialRequest request, ThemeDisplay themeDisplay)
           
 void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setWrappedSocialRequestInterpreterLocalService(SocialRequestInterpreterLocalService socialRequestInterpreterLocalService)
           
 
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

getBeanIdentifier

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

Specified by:
getBeanIdentifier in interface SocialRequestInterpreterLocalService
Returns:
the Spring bean ID for this bean

setBeanIdentifier

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

Specified by:
setBeanIdentifier in interface SocialRequestInterpreterLocalService
Parameters:
beanIdentifier - the Spring bean ID for this bean

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()

setWrappedSocialRequestInterpreterLocalService

public void setWrappedSocialRequestInterpreterLocalService(SocialRequestInterpreterLocalService socialRequestInterpreterLocalService)

Liferay 6.0-ee-sp2