Liferay 7.0-ce-b8 portal-impl

com.liferay.portlet.social.util
Class PortalActivityInterpreter

java.lang.Object
  extended by com.liferay.social.kernel.model.BaseSocialActivityInterpreter
      extended by 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


Constructor Summary
PortalActivityInterpreter()
           
 
Method Summary
protected  com.liferay.social.kernel.model.SocialActivityFeedEntry doInterpret(com.liferay.social.kernel.model.SocialActivity activity, com.liferay.portal.kernel.service.ServiceContext serviceContext)
           
 String[] getClassNames()
           
protected  com.liferay.portal.kernel.util.ResourceBundleLoader getResourceBundleLoader()
           
 
Methods inherited from class com.liferay.social.kernel.model.BaseSocialActivityInterpreter
addNoSuchEntryRedirect, buildLink, cleanContent, doInterpret, doInterpret, getActivitySetId, getBody, getEntryTitle, getGroupName, getGroupName, getJSONValue, getJSONValue, getLink, getPath, getSelector, getTitle, getTitleArguments, getTitlePattern, getUserName, getUserName, getValue, 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 Detail

PortalActivityInterpreter

public PortalActivityInterpreter()
Method Detail

getClassNames

public String[] getClassNames()

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

getResourceBundleLoader

protected com.liferay.portal.kernel.util.ResourceBundleLoader getResourceBundleLoader()
Specified by:
getResourceBundleLoader in class com.liferay.social.kernel.model.BaseSocialActivityInterpreter

Liferay 7.0-ce-b8 portal-impl