Liferay 6.1.2-ce-ga3

com.liferay.portlet.social.util
Class PortalRequestInterpreter

java.lang.Object
  extended by com.liferay.portlet.social.model.BaseSocialRequestInterpreter
      extended by com.liferay.portlet.social.util.PortalRequestInterpreter
All Implemented Interfaces:
SocialRequestInterpreter

public class PortalRequestInterpreter
extends BaseSocialRequestInterpreter


Constructor Summary
PortalRequestInterpreter()
           
 
Method Summary
protected  SocialRequestFeedEntry doInterpret(SocialRequest request, ThemeDisplay themeDisplay)
           
protected  boolean doProcessConfirmation(SocialRequest request, ThemeDisplay themeDisplay)
           
 String[] getClassNames()
           
 
Methods inherited from class com.liferay.portlet.social.model.BaseSocialRequestInterpreter
doProcessRejection, getUserName, getUserNameLink, interpret, processConfirmation, processDuplicateRequestsFromUser, processDuplicateRequestsToUser, processRejection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortalRequestInterpreter

public PortalRequestInterpreter()
Method Detail

getClassNames

public String[] getClassNames()

doInterpret

protected SocialRequestFeedEntry doInterpret(SocialRequest request,
                                             ThemeDisplay themeDisplay)
                                      throws Exception
Specified by:
doInterpret in class BaseSocialRequestInterpreter
Throws:
Exception

doProcessConfirmation

protected boolean doProcessConfirmation(SocialRequest request,
                                        ThemeDisplay themeDisplay)
Specified by:
doProcessConfirmation in class BaseSocialRequestInterpreter

Liferay 6.1.2-ce-ga3