com.liferay.portlet.tasks.social
Class TasksActivityInterpreter
java.lang.Object
com.liferay.portlet.tasks.social.TasksActivityInterpreter
- All Implemented Interfaces:
- com.liferay.portlet.social.model.SocialActivityInterpreter
public class TasksActivityInterpreter
- extends java.lang.Object
- implements com.liferay.portlet.social.model.SocialActivityInterpreter
View Source
- Author:
- Raymond Augé
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 |
TasksActivityInterpreter
public TasksActivityInterpreter()
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