com.liferay.portlet.messageboards.social
Class MBActivityInterpreter

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

public class MBActivityInterpreter
extends java.lang.Object
implements com.liferay.portlet.social.model.SocialActivityInterpreter

View Source

Author:
Brian Wing Shun Chan

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()
           
 com.liferay.portlet.social.model.SocialActivityFeedEntry interpret(com.liferay.portlet.social.model.SocialActivity activity, com.liferay.portal.theme.ThemeDisplay themeDisplay)
           
 
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()
Specified by:
getClassNames in interface com.liferay.portlet.social.model.SocialActivityInterpreter

interpret

public com.liferay.portlet.social.model.SocialActivityFeedEntry interpret(com.liferay.portlet.social.model.SocialActivity activity,
                                                                          com.liferay.portal.theme.ThemeDisplay themeDisplay)
Specified by:
interpret in interface com.liferay.portlet.social.model.SocialActivityInterpreter

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
Throws:
java.lang.Exception