Class PortalRequestInterpreter

Object
com.liferay.social.kernel.model.BaseSocialRequestInterpreter
com.liferay.portlet.social.util.PortalRequestInterpreter
All Implemented Interfaces:
com.liferay.social.kernel.model.SocialRequestInterpreter

public class PortalRequestInterpreter extends com.liferay.social.kernel.model.BaseSocialRequestInterpreter
Author:
Brian Wing Shun Chan
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected com.liferay.social.kernel.model.SocialRequestFeedEntry
    doInterpret(com.liferay.social.kernel.model.SocialRequest request, com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay)
     
    protected boolean
    doProcessConfirmation(com.liferay.social.kernel.model.SocialRequest request, com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay)
     
     

    Methods inherited from class com.liferay.social.kernel.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 Details

    • PortalRequestInterpreter

      public PortalRequestInterpreter()
  • Method Details

    • getClassNames

      public String[] getClassNames()
    • doInterpret

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

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