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

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

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

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
SocialActivityInterpreterImpl(java.lang.String portletId, com.liferay.portlet.social.model.SocialActivityInterpreter activityInterpreter)
           
 
Method Summary
 java.lang.String[] getClassNames()
           
 java.lang.String getPortletId()
           
 boolean hasClassName(java.lang.String className)
           
 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

SocialActivityInterpreterImpl

public SocialActivityInterpreterImpl(java.lang.String portletId,
                                     com.liferay.portlet.social.model.SocialActivityInterpreter activityInterpreter)
Method Detail

getClassNames

public java.lang.String[] getClassNames()
Specified by:
getClassNames in interface com.liferay.portlet.social.model.SocialActivityInterpreter

getPortletId

public java.lang.String getPortletId()

hasClassName

public boolean hasClassName(java.lang.String className)

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