Liferay 6.2-ce-ga5

com.liferay.portlet.social.service.impl
Class SocialActivitySetLocalServiceImpl

java.lang.Object
  extended by com.liferay.portal.service.BaseLocalServiceImpl
      extended by com.liferay.portlet.social.service.base.SocialActivitySetLocalServiceBaseImpl
          extended by com.liferay.portlet.social.service.impl.SocialActivitySetLocalServiceImpl
All Implemented Interfaces:
IdentifiableBean, BaseLocalService, PersistedModelLocalService, SocialActivitySetLocalService

public class SocialActivitySetLocalServiceImpl
extends SocialActivitySetLocalServiceBaseImpl


Field Summary
 
Fields inherited from class com.liferay.portlet.social.service.base.SocialActivitySetLocalServiceBaseImpl
counterLocalService, persistedModelLocalServiceRegistry, resourceLocalService, socialActivityAchievementLocalService, socialActivityAchievementPersistence, socialActivityCounterFinder, socialActivityCounterLocalService, socialActivityCounterPersistence, socialActivityFinder, socialActivityInterpreterLocalService, socialActivityLimitLocalService, socialActivityLimitPersistence, socialActivityLocalService, socialActivityPersistence, socialActivityService, socialActivitySetFinder, socialActivitySetLocalService, socialActivitySetPersistence, socialActivitySettingLocalService, socialActivitySettingPersistence, socialActivitySettingService, socialRelationLocalService, socialRelationPersistence, socialRequestInterpreterLocalService, socialRequestLocalService, socialRequestPersistence, socialRequestService, userFinder, userLocalService, userPersistence, userService
 
Fields inherited from class com.liferay.portal.service.BaseLocalServiceImpl
layoutPersistence
 
Constructor Summary
SocialActivitySetLocalServiceImpl()
           
 
Method Summary
 SocialActivitySet addActivitySet(long activityId)
           
 void decrementActivityCount(long activitySetId)
           
 void decrementActivityCount(long classNameId, long classPK)
           
 SocialActivitySet getClassActivitySet(long classNameId, long classPK, int type)
           
 SocialActivitySet getClassActivitySet(long userId, long classNameId, long classPK, int type)
           
 List<SocialActivitySet> getGroupActivitySets(long groupId, int start, int end)
           
 int getGroupActivitySetsCount(long groupId)
           
 List<SocialActivitySet> getRelationActivitySets(long userId, int start, int end)
           
 List<SocialActivitySet> getRelationActivitySets(long userId, int type, int start, int end)
           
 int getRelationActivitySetsCount(long userId)
           
 int getRelationActivitySetsCount(long userId, int type)
           
 SocialActivitySet getUserActivitySet(long groupId, long userId, int type)
           
 SocialActivitySet getUserActivitySet(long groupId, long userId, long classNameId, int type)
           
 List<SocialActivitySet> getUserActivitySets(long userId, int start, int end)
           
 int getUserActivitySetsCount(long userId)
           
 List<SocialActivitySet> getUserGroupsActivitySets(long userId, int start, int end)
           
 int getUserGroupsActivitySetsCount(long userId)
           
 List<SocialActivitySet> getUserViewableActivitySets(long userId, int start, int end)
           
 int getUserViewableActivitySetsCount(long userId)
           
 void incrementActivityCount(long activitySetId, long activityId)
           
 
Methods inherited from class com.liferay.portlet.social.service.base.SocialActivitySetLocalServiceBaseImpl
addSocialActivitySet, afterPropertiesSet, createSocialActivitySet, deleteSocialActivitySet, deleteSocialActivitySet, destroy, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchSocialActivitySet, getBeanIdentifier, getCounterLocalService, getModelClass, getModelClassName, getPersistedModel, getResourceLocalService, getSocialActivityAchievementLocalService, getSocialActivityAchievementPersistence, getSocialActivityCounterFinder, getSocialActivityCounterLocalService, getSocialActivityCounterPersistence, getSocialActivityFinder, getSocialActivityInterpreterLocalService, getSocialActivityLimitLocalService, getSocialActivityLimitPersistence, getSocialActivityLocalService, getSocialActivityPersistence, getSocialActivityService, getSocialActivitySet, getSocialActivitySetFinder, getSocialActivitySetLocalService, getSocialActivitySetPersistence, getSocialActivitySets, getSocialActivitySetsCount, getSocialActivitySettingLocalService, getSocialActivitySettingPersistence, getSocialActivitySettingService, getSocialRelationLocalService, getSocialRelationPersistence, getSocialRequestInterpreterLocalService, getSocialRequestLocalService, getSocialRequestPersistence, getSocialRequestService, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setBeanIdentifier, setCounterLocalService, setResourceLocalService, setSocialActivityAchievementLocalService, setSocialActivityAchievementPersistence, setSocialActivityCounterFinder, setSocialActivityCounterLocalService, setSocialActivityCounterPersistence, setSocialActivityFinder, setSocialActivityInterpreterLocalService, setSocialActivityLimitLocalService, setSocialActivityLimitPersistence, setSocialActivityLocalService, setSocialActivityPersistence, setSocialActivityService, setSocialActivitySetFinder, setSocialActivitySetLocalService, setSocialActivitySetPersistence, setSocialActivitySettingLocalService, setSocialActivitySettingPersistence, setSocialActivitySettingService, setSocialRelationLocalService, setSocialRelationPersistence, setSocialRequestInterpreterLocalService, setSocialRequestLocalService, setSocialRequestPersistence, setSocialRequestService, setUserFinder, setUserLocalService, setUserPersistence, setUserService, updateSocialActivitySet
 
Methods inherited from class com.liferay.portal.service.BaseLocalServiceImpl
getClassLoader, getLayoutURL, getLayoutURL
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SocialActivitySetLocalServiceImpl

public SocialActivitySetLocalServiceImpl()
Method Detail

addActivitySet

public SocialActivitySet addActivitySet(long activityId)
                                 throws PortalException,
                                        SystemException
Throws:
PortalException
SystemException

decrementActivityCount

public void decrementActivityCount(long activitySetId)
                            throws PortalException,
                                   SystemException
Throws:
PortalException
SystemException

decrementActivityCount

public void decrementActivityCount(long classNameId,
                                   long classPK)
                            throws PortalException,
                                   SystemException
Throws:
PortalException
SystemException

getClassActivitySet

public SocialActivitySet getClassActivitySet(long classNameId,
                                             long classPK,
                                             int type)
                                      throws SystemException
Throws:
SystemException

getClassActivitySet

public SocialActivitySet getClassActivitySet(long userId,
                                             long classNameId,
                                             long classPK,
                                             int type)
                                      throws SystemException
Throws:
SystemException

getGroupActivitySets

public List<SocialActivitySet> getGroupActivitySets(long groupId,
                                                    int start,
                                                    int end)
                                             throws SystemException
Throws:
SystemException

getGroupActivitySetsCount

public int getGroupActivitySetsCount(long groupId)
                              throws SystemException
Throws:
SystemException

getRelationActivitySets

public List<SocialActivitySet> getRelationActivitySets(long userId,
                                                       int start,
                                                       int end)
                                                throws SystemException
Throws:
SystemException

getRelationActivitySets

public List<SocialActivitySet> getRelationActivitySets(long userId,
                                                       int type,
                                                       int start,
                                                       int end)
                                                throws SystemException
Throws:
SystemException

getRelationActivitySetsCount

public int getRelationActivitySetsCount(long userId)
                                 throws SystemException
Throws:
SystemException

getRelationActivitySetsCount

public int getRelationActivitySetsCount(long userId,
                                        int type)
                                 throws SystemException
Throws:
SystemException

getUserActivitySet

public SocialActivitySet getUserActivitySet(long groupId,
                                            long userId,
                                            int type)
                                     throws SystemException
Throws:
SystemException

getUserActivitySet

public SocialActivitySet getUserActivitySet(long groupId,
                                            long userId,
                                            long classNameId,
                                            int type)
                                     throws SystemException
Throws:
SystemException

getUserActivitySets

public List<SocialActivitySet> getUserActivitySets(long userId,
                                                   int start,
                                                   int end)
                                            throws SystemException
Throws:
SystemException

getUserActivitySetsCount

public int getUserActivitySetsCount(long userId)
                             throws SystemException
Throws:
SystemException

getUserGroupsActivitySets

public List<SocialActivitySet> getUserGroupsActivitySets(long userId,
                                                         int start,
                                                         int end)
                                                  throws SystemException
Throws:
SystemException

getUserGroupsActivitySetsCount

public int getUserGroupsActivitySetsCount(long userId)
                                   throws SystemException
Throws:
SystemException

getUserViewableActivitySets

public List<SocialActivitySet> getUserViewableActivitySets(long userId,
                                                           int start,
                                                           int end)
                                                    throws SystemException
Throws:
SystemException

getUserViewableActivitySetsCount

public int getUserViewableActivitySetsCount(long userId)
                                     throws SystemException
Throws:
SystemException

incrementActivityCount

public void incrementActivityCount(long activitySetId,
                                   long activityId)
                            throws PortalException,
                                   SystemException
Throws:
PortalException
SystemException

Liferay 6.2-ce-ga5