com.liferay.portlet.messageboards.social
Class MBActivityInterpreter

java.lang.Object
  extended by com.liferay.portlet.social.model.BaseSocialActivityInterpreter
      extended by com.liferay.portlet.messageboards.social.MBActivityInterpreter
All Implemented Interfaces:
com.liferay.portlet.social.model.SocialActivityInterpreter

public class MBActivityInterpreter
extends com.liferay.portlet.social.model.BaseSocialActivityInterpreter

View Source

Author:
Brian Wing Shun Chan, Ryan Park

Constructor Summary
MBActivityInterpreter()
           
 
Method Summary
protected  com.liferay.portlet.social.model.SocialActivityFeedEntry doInterpret(com.liferay.portlet.social.model.SocialActivity activity, com.liferay.portal.theme.ThemeDisplay themeDisplay)
           
 java.lang.String[] getClassNames()
           
 
Methods inherited from class com.liferay.portlet.social.model.BaseSocialActivityInterpreter
cleanContent, getGroupName, getUserName, interpret, wrapLink, wrapLink
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MBActivityInterpreter

public MBActivityInterpreter()
Method Detail

getClassNames

public java.lang.String[] getClassNames()

doInterpret

protected com.liferay.portlet.social.model.SocialActivityFeedEntry doInterpret(com.liferay.portlet.social.model.SocialActivity activity,
                                                                               com.liferay.portal.theme.ThemeDisplay themeDisplay)
                                                                        throws java.lang.Exception
Specified by:
doInterpret in class com.liferay.portlet.social.model.BaseSocialActivityInterpreter
Throws:
java.lang.Exception