Liferay 6.1.2-ce-ga3

com.liferay.portlet.documentlibrary.social
Class DLActivityInterpreter

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

public class DLActivityInterpreter
extends BaseSocialActivityInterpreter


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

Constructor Detail

DLActivityInterpreter

public DLActivityInterpreter()
Method Detail

getClassNames

public String[] getClassNames()

doInterpret

protected SocialActivityFeedEntry doInterpret(SocialActivity activity,
                                              ThemeDisplay themeDisplay)
                                       throws Exception
Specified by:
doInterpret in class BaseSocialActivityInterpreter
Throws:
Exception

Liferay 6.1.2-ce-ga3