public class MBThreadSocialActivityManager
extends com.liferay.portal.kernel.social.BaseSocialActivityManager<com.liferay.message.boards.kernel.model.MBThread>
Modifier and Type | Field and Description |
---|---|
protected com.liferay.message.boards.kernel.service.MBMessageLocalService |
mbMessageLocalService |
protected com.liferay.social.kernel.service.SocialActivityLocalService |
socialActivityLocalService |
Constructor and Description |
---|
MBThreadSocialActivityManager() |
Modifier and Type | Method and Description |
---|---|
void |
addActivity(long userId,
com.liferay.message.boards.kernel.model.MBThread thread,
int type,
java.lang.String extraData,
long receiverUserId) |
protected void |
addSubscribeSocialActivity(long userId,
long groupId,
com.liferay.message.boards.kernel.model.MBThread thread,
java.lang.String extraData) |
protected void |
addViewSocialActivity(long userId,
com.liferay.message.boards.kernel.model.MBThread thread,
int type,
java.lang.String extraData,
long receiverUserId) |
protected com.liferay.social.kernel.service.SocialActivityLocalService |
getSocialActivityLocalService() |
protected void |
setMBMessageLocalService(com.liferay.message.boards.kernel.service.MBMessageLocalService mbMessageLocalService) |
protected void |
setSocialActivityLocalService(com.liferay.social.kernel.service.SocialActivityLocalService socialActivityLocalService) |
protected com.liferay.message.boards.kernel.service.MBMessageLocalService mbMessageLocalService
protected com.liferay.social.kernel.service.SocialActivityLocalService socialActivityLocalService
public void addActivity(long userId, com.liferay.message.boards.kernel.model.MBThread thread, int type, java.lang.String extraData, long receiverUserId) throws com.liferay.portal.kernel.exception.PortalException
addActivity
in interface com.liferay.portal.kernel.social.SocialActivityManager<com.liferay.message.boards.kernel.model.MBThread>
addActivity
in class com.liferay.portal.kernel.social.BaseSocialActivityManager<com.liferay.message.boards.kernel.model.MBThread>
com.liferay.portal.kernel.exception.PortalException
protected void addSubscribeSocialActivity(long userId, long groupId, com.liferay.message.boards.kernel.model.MBThread thread, java.lang.String extraData) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
protected void addViewSocialActivity(long userId, com.liferay.message.boards.kernel.model.MBThread thread, int type, java.lang.String extraData, long receiverUserId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
protected com.liferay.social.kernel.service.SocialActivityLocalService getSocialActivityLocalService()
getSocialActivityLocalService
in class com.liferay.portal.kernel.social.BaseSocialActivityManager<com.liferay.message.boards.kernel.model.MBThread>
protected void setMBMessageLocalService(com.liferay.message.boards.kernel.service.MBMessageLocalService mbMessageLocalService)
protected void setSocialActivityLocalService(com.liferay.social.kernel.service.SocialActivityLocalService socialActivityLocalService)