com.liferay.portlet.social.service
Class SocialRequestInterpreterLocalServiceWrapper
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SocialRequestInterpreterLocalServiceWrapper
public SocialRequestInterpreterLocalServiceWrapper(SocialRequestInterpreterLocalService socialRequestInterpreterLocalService)
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()