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 java.lang.Object
- implements SocialActivityInterpreter
- Author:
- Brian Wing Shun Chan
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SocialActivityInterpreterImpl
public SocialActivityInterpreterImpl(java.lang.String portletId,
SocialActivityInterpreter activityInterpreter)
getClassNames
public java.lang.String[] getClassNames()
- Specified by:
getClassNames in interface SocialActivityInterpreter
getPortletId
public java.lang.String getPortletId()
getSelector
public java.lang.String getSelector()
- Specified by:
getSelector in interface SocialActivityInterpreter
hasClassName
public boolean hasClassName(java.lang.String className)
hasPermission
public boolean hasPermission(PermissionChecker permissionChecker,
SocialActivity activity,
java.lang.String actionId,
ServiceContext serviceContext)
throws java.lang.Exception
- Specified by:
hasPermission in interface SocialActivityInterpreter
- Throws:
java.lang.Exception
interpret
public SocialActivityFeedEntry interpret(SocialActivity activity,
ServiceContext serviceContext)
- Specified by:
interpret in interface SocialActivityInterpreter
interpret
public SocialActivityFeedEntry interpret(SocialActivitySet activitySet,
ServiceContext serviceContext)
- Specified by:
interpret in interface SocialActivityInterpreter
updateActivitySet
public void updateActivitySet(long activityId)
throws PortalException,
SystemException
- Specified by:
updateActivitySet in interface SocialActivityInterpreter
- Throws:
PortalException
SystemException