Class PortalActivityInterpreter

Object
com.liferay.social.kernel.model.BaseSocialActivityInterpreter
com.liferay.portlet.social.util.PortalActivityInterpreter
All Implemented Interfaces:
com.liferay.social.kernel.model.SocialActivityInterpreter

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected com.liferay.portal.kernel.resource.bundle.ResourceBundleLoader
     
    protected com.liferay.social.kernel.model.SocialActivityFeedEntry
    doInterpret(com.liferay.social.kernel.model.SocialActivity activity, com.liferay.portal.kernel.service.ServiceContext serviceContext)
     
     

    Methods inherited from class com.liferay.social.kernel.model.BaseSocialActivityInterpreter

    addNoSuchEntryRedirect, buildLink, doInterpret, getActivitySetId, getBody, getEntryTitle, getGroupName, getJSONValue, getJSONValue, getLink, getPath, getSelector, getTitle, getTitleArguments, getTitlePattern, getUserName, getViewEntryInTrashURL, getViewEntryURL, hasPermission, hasPermissions, interpret, interpret, updateActivitySet, wrapLink, wrapLink

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PortalActivityInterpreter

      public PortalActivityInterpreter()
  • Method Details

    • getClassNames

      public String[] getClassNames()
    • acquireResourceBundleLoader

      protected com.liferay.portal.kernel.resource.bundle.ResourceBundleLoader acquireResourceBundleLoader()
      Overrides:
      acquireResourceBundleLoader in class com.liferay.social.kernel.model.BaseSocialActivityInterpreter
    • doInterpret

      protected com.liferay.social.kernel.model.SocialActivityFeedEntry doInterpret(com.liferay.social.kernel.model.SocialActivity activity, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws Exception
      Overrides:
      doInterpret in class com.liferay.social.kernel.model.BaseSocialActivityInterpreter
      Throws:
      Exception