Class SocialActivitySetLocalServiceImpl

Object
com.liferay.portal.kernel.service.BaseLocalServiceImpl
com.liferay.portlet.social.service.base.SocialActivitySetLocalServiceBaseImpl
com.liferay.portlet.social.service.impl.SocialActivitySetLocalServiceImpl
All Implemented Interfaces:
com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.portal.kernel.service.BaseLocalService, com.liferay.portal.kernel.service.change.tracking.CTService<com.liferay.social.kernel.model.SocialActivitySet>, com.liferay.portal.kernel.service.PersistedModelLocalService, com.liferay.social.kernel.service.SocialActivitySetLocalService

public class SocialActivitySetLocalServiceImpl extends SocialActivitySetLocalServiceBaseImpl
Author:
Matthew Kong
  • Constructor Details

    • SocialActivitySetLocalServiceImpl

      public SocialActivitySetLocalServiceImpl()
  • Method Details

    • addActivitySet

      public com.liferay.social.kernel.model.SocialActivitySet addActivitySet(long activityId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • decrementActivityCount

      public void decrementActivityCount(long activitySetId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • decrementActivityCount

      public void decrementActivityCount(long classNameId, long classPK) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getClassActivitySet

      public com.liferay.social.kernel.model.SocialActivitySet getClassActivitySet(long classNameId, long classPK, int type)
    • getClassActivitySet

      public com.liferay.social.kernel.model.SocialActivitySet getClassActivitySet(long userId, long classNameId, long classPK, int type)
    • getGroupActivitySets

      public List<com.liferay.social.kernel.model.SocialActivitySet> getGroupActivitySets(long groupId, int start, int end)
    • getGroupActivitySetsCount

      public int getGroupActivitySetsCount(long groupId)
    • getOrganizationActivitySets

      public List<com.liferay.social.kernel.model.SocialActivitySet> getOrganizationActivitySets(long organizationId, int start, int end)
    • getOrganizationActivitySetsCount

      public int getOrganizationActivitySetsCount(long organizationId)
    • getRelationActivitySets

      public List<com.liferay.social.kernel.model.SocialActivitySet> getRelationActivitySets(long userId, int start, int end)
    • getRelationActivitySets

      public List<com.liferay.social.kernel.model.SocialActivitySet> getRelationActivitySets(long userId, int type, int start, int end)
    • getRelationActivitySetsCount

      public int getRelationActivitySetsCount(long userId)
    • getRelationActivitySetsCount

      public int getRelationActivitySetsCount(long userId, int type)
    • getUserActivitySet

      public com.liferay.social.kernel.model.SocialActivitySet getUserActivitySet(long groupId, long userId, int type)
    • getUserActivitySet

      public com.liferay.social.kernel.model.SocialActivitySet getUserActivitySet(long groupId, long userId, long classNameId, int type)
    • getUserActivitySets

      public List<com.liferay.social.kernel.model.SocialActivitySet> getUserActivitySets(long userId, int start, int end)
    • getUserActivitySetsCount

      public int getUserActivitySetsCount(long userId)
    • getUserGroupsActivitySets

      public List<com.liferay.social.kernel.model.SocialActivitySet> getUserGroupsActivitySets(long userId, int start, int end)
    • getUserGroupsActivitySetsCount

      public int getUserGroupsActivitySetsCount(long userId)
    • getUserViewableActivitySets

      public List<com.liferay.social.kernel.model.SocialActivitySet> getUserViewableActivitySets(long userId, int start, int end)
    • getUserViewableActivitySetsCount

      public int getUserViewableActivitySetsCount(long userId)
    • incrementActivityCount

      public void incrementActivityCount(long activitySetId, long activityId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException