Liferay 6.1.2-ce-ga3

com.liferay.portlet.social.model.impl
Class SocialActivityInterpreterImpl

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

public class SocialActivityInterpreterImpl
extends Object
implements SocialActivityInterpreter


Constructor Summary
SocialActivityInterpreterImpl(String portletId, SocialActivityInterpreter activityInterpreter)
           
 
Method Summary
 String[] getClassNames()
           
 String getPortletId()
           
 boolean hasClassName(String className)
           
 SocialActivityFeedEntry interpret(SocialActivity activity, ThemeDisplay themeDisplay)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SocialActivityInterpreterImpl

public SocialActivityInterpreterImpl(String portletId,
                                     SocialActivityInterpreter activityInterpreter)
Method Detail

getClassNames

public String[] getClassNames()
Specified by:
getClassNames in interface SocialActivityInterpreter

getPortletId

public String getPortletId()

hasClassName

public boolean hasClassName(String className)

interpret

public SocialActivityFeedEntry interpret(SocialActivity activity,
                                         ThemeDisplay themeDisplay)
Specified by:
interpret in interface SocialActivityInterpreter

Liferay 6.1.2-ce-ga3