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()
getSelector
public String getSelector()
- Specified by:
getSelector
in interface SocialActivityInterpreter
hasClassName
public boolean hasClassName(String className)
hasPermission
public boolean hasPermission(PermissionChecker permissionChecker,
SocialActivity activity,
String actionId,
ServiceContext serviceContext)
throws Exception
- Specified by:
hasPermission
in interface SocialActivityInterpreter
- Throws:
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