public class WikiActivityInterpreter
extends com.liferay.portlet.social.model.BaseSocialActivityInterpreter
| Constructor and Description |
|---|
WikiActivityInterpreter() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
getAttachmentTitle(com.liferay.portlet.social.model.SocialActivity activity,
com.liferay.portlet.wiki.model.WikiPageResource pageResource,
com.liferay.portal.service.ServiceContext serviceContext) |
java.lang.String[] |
getClassNames() |
protected java.lang.String |
getPath(com.liferay.portlet.social.model.SocialActivity activity,
com.liferay.portal.service.ServiceContext serviceContext) |
protected java.lang.Object[] |
getTitleArguments(java.lang.String groupName,
com.liferay.portlet.social.model.SocialActivity activity,
java.lang.String link,
java.lang.String title,
com.liferay.portal.service.ServiceContext serviceContext) |
protected java.lang.String |
getTitlePattern(java.lang.String groupName,
com.liferay.portlet.social.model.SocialActivity activity) |
protected boolean |
hasPermissions(com.liferay.portal.security.permission.PermissionChecker permissionChecker,
com.liferay.portlet.social.model.SocialActivity activity,
java.lang.String actionId,
com.liferay.portal.service.ServiceContext serviceContext) |
addNoSuchEntryRedirect, buildLink, cleanContent, doInterpret, doInterpret, doInterpret, getActivitySetId, getBody, getEntryTitle, getGroupName, getGroupName, getJSONValue, getJSONValue, getLink, getSelector, getTitle, getUserName, getUserName, getValue, getViewEntryPortletURL, hasPermission, interpret, interpret, updateActivitySet, wrapLink, wrapLinkpublic java.lang.String[] getClassNames()
protected java.lang.String getAttachmentTitle(com.liferay.portlet.social.model.SocialActivity activity,
com.liferay.portlet.wiki.model.WikiPageResource pageResource,
com.liferay.portal.service.ServiceContext serviceContext)
throws java.lang.Exception
java.lang.Exceptionprotected java.lang.String getPath(com.liferay.portlet.social.model.SocialActivity activity,
com.liferay.portal.service.ServiceContext serviceContext)
getPath in class com.liferay.portlet.social.model.BaseSocialActivityInterpreterprotected java.lang.Object[] getTitleArguments(java.lang.String groupName,
com.liferay.portlet.social.model.SocialActivity activity,
java.lang.String link,
java.lang.String title,
com.liferay.portal.service.ServiceContext serviceContext)
throws java.lang.Exception
getTitleArguments in class com.liferay.portlet.social.model.BaseSocialActivityInterpreterjava.lang.Exceptionprotected java.lang.String getTitlePattern(java.lang.String groupName,
com.liferay.portlet.social.model.SocialActivity activity)
getTitlePattern in class com.liferay.portlet.social.model.BaseSocialActivityInterpreterprotected boolean hasPermissions(com.liferay.portal.security.permission.PermissionChecker permissionChecker,
com.liferay.portlet.social.model.SocialActivity activity,
java.lang.String actionId,
com.liferay.portal.service.ServiceContext serviceContext)
throws java.lang.Exception
hasPermissions in class com.liferay.portlet.social.model.BaseSocialActivityInterpreterjava.lang.Exception