com.liferay.portlet.social.service.impl
Class SocialRequestInterpreterLocalServiceImpl

java.lang.Object
  extended by com.liferay.portlet.social.service.base.SocialRequestInterpreterLocalServiceBaseImpl
      extended by com.liferay.portlet.social.service.impl.SocialRequestInterpreterLocalServiceImpl
All Implemented Interfaces:
com.liferay.portlet.social.service.SocialRequestInterpreterLocalService

public class SocialRequestInterpreterLocalServiceImpl
extends SocialRequestInterpreterLocalServiceBaseImpl

View Source

Author:
Brian Wing Shun Chan

Field Summary
 
Fields inherited from class com.liferay.portlet.social.service.base.SocialRequestInterpreterLocalServiceBaseImpl
socialActivityFinder, socialActivityInterpreterLocalService, socialActivityLocalService, socialActivityPersistence, socialRelationLocalService, socialRelationPersistence, socialRequestInterpreterLocalService, socialRequestLocalService, socialRequestPersistence
 
Constructor Summary
SocialRequestInterpreterLocalServiceImpl()
           
 
Method Summary
 void addRequestInterpreter(com.liferay.portlet.social.model.SocialRequestInterpreter requestInterpreter)
           
 void deleteRequestInterpreter(com.liferay.portlet.social.model.SocialRequestInterpreter requestInterpreter)
           
 com.liferay.portlet.social.model.SocialRequestFeedEntry interpret(com.liferay.portlet.social.model.SocialRequest request, com.liferay.portal.theme.ThemeDisplay themeDisplay)
           
 void processConfirmation(com.liferay.portlet.social.model.SocialRequest request, com.liferay.portal.theme.ThemeDisplay themeDisplay)
           
 void processRejection(com.liferay.portlet.social.model.SocialRequest request, com.liferay.portal.theme.ThemeDisplay themeDisplay)
           
 
Methods inherited from class com.liferay.portlet.social.service.base.SocialRequestInterpreterLocalServiceBaseImpl
getSocialActivityFinder, getSocialActivityInterpreterLocalService, getSocialActivityLocalService, getSocialActivityPersistence, getSocialRelationLocalService, getSocialRelationPersistence, getSocialRequestInterpreterLocalService, getSocialRequestLocalService, getSocialRequestPersistence, setSocialActivityFinder, setSocialActivityInterpreterLocalService, setSocialActivityLocalService, setSocialActivityPersistence, setSocialRelationLocalService, setSocialRelationPersistence, setSocialRequestInterpreterLocalService, setSocialRequestLocalService, setSocialRequestPersistence
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SocialRequestInterpreterLocalServiceImpl

public SocialRequestInterpreterLocalServiceImpl()
Method Detail

addRequestInterpreter

public void addRequestInterpreter(com.liferay.portlet.social.model.SocialRequestInterpreter requestInterpreter)

deleteRequestInterpreter

public void deleteRequestInterpreter(com.liferay.portlet.social.model.SocialRequestInterpreter requestInterpreter)

interpret

public com.liferay.portlet.social.model.SocialRequestFeedEntry interpret(com.liferay.portlet.social.model.SocialRequest request,
                                                                         com.liferay.portal.theme.ThemeDisplay themeDisplay)

processConfirmation

public void processConfirmation(com.liferay.portlet.social.model.SocialRequest request,
                                com.liferay.portal.theme.ThemeDisplay themeDisplay)

processRejection

public void processRejection(com.liferay.portlet.social.model.SocialRequest request,
                             com.liferay.portal.theme.ThemeDisplay themeDisplay)