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:
com.liferay.portlet.social.model.SocialRequestInterpreter

public class PortalRequestInterpreter
extends com.liferay.portlet.social.model.BaseSocialRequestInterpreter

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
PortalRequestInterpreter()
           
 
Method Summary
protected  com.liferay.portlet.social.model.SocialRequestFeedEntry doInterpret(com.liferay.portlet.social.model.SocialRequest request, com.liferay.portal.theme.ThemeDisplay themeDisplay)
           
protected  boolean doProcessConfirmation(com.liferay.portlet.social.model.SocialRequest request, com.liferay.portal.theme.ThemeDisplay themeDisplay)
           
 java.lang.String[] getClassNames()
           
 
Methods inherited from class com.liferay.portlet.social.model.BaseSocialRequestInterpreter
doProcessRejection, getUserName, 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 java.lang.String[] getClassNames()

doInterpret

protected com.liferay.portlet.social.model.SocialRequestFeedEntry doInterpret(com.liferay.portlet.social.model.SocialRequest request,
                                                                              com.liferay.portal.theme.ThemeDisplay themeDisplay)
                                                                       throws java.lang.Exception
Specified by:
doInterpret in class com.liferay.portlet.social.model.BaseSocialRequestInterpreter
Throws:
java.lang.Exception

doProcessConfirmation

protected boolean doProcessConfirmation(com.liferay.portlet.social.model.SocialRequest request,
                                        com.liferay.portal.theme.ThemeDisplay themeDisplay)
Specified by:
doProcessConfirmation in class com.liferay.portlet.social.model.BaseSocialRequestInterpreter