public class SocialActivitySetLocalServiceImpl extends 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| Constructor and Description |
|---|
SocialActivitySetLocalServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.liferay.portlet.social.model.SocialActivitySet |
addActivitySet(long activityId) |
void |
decrementActivityCount(long activitySetId) |
void |
decrementActivityCount(long classNameId,
long classPK) |
com.liferay.portlet.social.model.SocialActivitySet |
getClassActivitySet(long classNameId,
long classPK,
int type) |
com.liferay.portlet.social.model.SocialActivitySet |
getClassActivitySet(long userId,
long classNameId,
long classPK,
int type) |
java.util.List<com.liferay.portlet.social.model.SocialActivitySet> |
getGroupActivitySets(long groupId,
int start,
int end) |
int |
getGroupActivitySetsCount(long groupId) |
java.util.List<com.liferay.portlet.social.model.SocialActivitySet> |
getRelationActivitySets(long userId,
int start,
int end) |
java.util.List<com.liferay.portlet.social.model.SocialActivitySet> |
getRelationActivitySets(long userId,
int type,
int start,
int end) |
int |
getRelationActivitySetsCount(long userId) |
int |
getRelationActivitySetsCount(long userId,
int type) |
com.liferay.portlet.social.model.SocialActivitySet |
getUserActivitySet(long groupId,
long userId,
int type) |
com.liferay.portlet.social.model.SocialActivitySet |
getUserActivitySet(long groupId,
long userId,
long classNameId,
int type) |
java.util.List<com.liferay.portlet.social.model.SocialActivitySet> |
getUserActivitySets(long userId,
int start,
int end) |
int |
getUserActivitySetsCount(long userId) |
java.util.List<com.liferay.portlet.social.model.SocialActivitySet> |
getUserGroupsActivitySets(long userId,
int start,
int end) |
int |
getUserGroupsActivitySetsCount(long userId) |
java.util.List<com.liferay.portlet.social.model.SocialActivitySet> |
getUserViewableActivitySets(long userId,
int start,
int end) |
int |
getUserViewableActivitySetsCount(long userId) |
void |
incrementActivityCount(long activitySetId,
long activityId) |
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, updateSocialActivitySetpublic com.liferay.portlet.social.model.SocialActivitySet addActivitySet(long activityId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic void decrementActivityCount(long activitySetId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic void decrementActivityCount(long classNameId,
long classPK)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic com.liferay.portlet.social.model.SocialActivitySet getClassActivitySet(long classNameId,
long classPK,
int type)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic com.liferay.portlet.social.model.SocialActivitySet getClassActivitySet(long userId,
long classNameId,
long classPK,
int type)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<com.liferay.portlet.social.model.SocialActivitySet> getGroupActivitySets(long groupId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic int getGroupActivitySetsCount(long groupId)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<com.liferay.portlet.social.model.SocialActivitySet> getRelationActivitySets(long userId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<com.liferay.portlet.social.model.SocialActivitySet> getRelationActivitySets(long userId,
int type,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic int getRelationActivitySetsCount(long userId)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic int getRelationActivitySetsCount(long userId,
int type)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic com.liferay.portlet.social.model.SocialActivitySet getUserActivitySet(long groupId,
long userId,
int type)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic com.liferay.portlet.social.model.SocialActivitySet getUserActivitySet(long groupId,
long userId,
long classNameId,
int type)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<com.liferay.portlet.social.model.SocialActivitySet> getUserActivitySets(long userId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic int getUserActivitySetsCount(long userId)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<com.liferay.portlet.social.model.SocialActivitySet> getUserGroupsActivitySets(long userId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic int getUserGroupsActivitySetsCount(long userId)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<com.liferay.portlet.social.model.SocialActivitySet> getUserViewableActivitySets(long userId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic int getUserViewableActivitySetsCount(long userId)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic void incrementActivityCount(long activitySetId,
long activityId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemException