com.liferay.portlet.social.model.impl
Class SocialActivityInterpreterImpl
java.lang.Object
com.liferay.portlet.social.model.impl.SocialActivityInterpreterImpl
- All Implemented Interfaces:
- SocialActivityInterpreter
public class SocialActivityInterpreterImpl
- extends Object
- implements SocialActivityInterpreter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SocialActivityInterpreterImpl
public SocialActivityInterpreterImpl(String portletId,
SocialActivityInterpreter activityInterpreter)
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