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
- Author:
- Matthew Kong
-
Field Summary
Fields inherited from class com.liferay.portlet.social.service.base.SocialActivitySetLocalServiceBaseImpl
counterLocalService, socialActivitySetFinder, socialActivitySetLocalService, socialActivitySetPersistence
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.social.kernel.model.SocialActivitySet
addActivitySet
(long activityId) void
decrementActivityCount
(long activitySetId) void
decrementActivityCount
(long classNameId, long classPK) com.liferay.social.kernel.model.SocialActivitySet
getClassActivitySet
(long classNameId, long classPK, int type) com.liferay.social.kernel.model.SocialActivitySet
getClassActivitySet
(long userId, long classNameId, long classPK, int type) List<com.liferay.social.kernel.model.SocialActivitySet>
getGroupActivitySets
(long groupId, int start, int end) int
getGroupActivitySetsCount
(long groupId) List<com.liferay.social.kernel.model.SocialActivitySet>
getOrganizationActivitySets
(long organizationId, int start, int end) int
getOrganizationActivitySetsCount
(long organizationId) List<com.liferay.social.kernel.model.SocialActivitySet>
getRelationActivitySets
(long userId, int start, int end) List<com.liferay.social.kernel.model.SocialActivitySet>
getRelationActivitySets
(long userId, int type, int start, int end) int
getRelationActivitySetsCount
(long userId) int
getRelationActivitySetsCount
(long userId, int type) com.liferay.social.kernel.model.SocialActivitySet
getUserActivitySet
(long groupId, long userId, int type) com.liferay.social.kernel.model.SocialActivitySet
getUserActivitySet
(long groupId, long userId, long classNameId, int type) List<com.liferay.social.kernel.model.SocialActivitySet>
getUserActivitySets
(long userId, int start, int end) int
getUserActivitySetsCount
(long userId) List<com.liferay.social.kernel.model.SocialActivitySet>
getUserGroupsActivitySets
(long userId, int start, int end) int
getUserGroupsActivitySetsCount
(long userId) List<com.liferay.social.kernel.model.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, createPersistedModel, createSocialActivitySet, deletePersistedModel, deleteSocialActivitySet, deleteSocialActivitySet, destroy, dslQuery, dslQueryCount, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchSocialActivitySet, getActionableDynamicQuery, getBasePersistence, getCounterLocalService, getCTPersistence, getIndexableActionableDynamicQuery, getModelClass, getModelClassName, getOSGiServiceIdentifier, getPersistedModel, getSocialActivitySet, getSocialActivitySetFinder, getSocialActivitySetLocalService, getSocialActivitySetPersistence, getSocialActivitySets, getSocialActivitySetsCount, initActionableDynamicQuery, runSQL, setCounterLocalService, setSocialActivitySetFinder, setSocialActivitySetLocalService, setSocialActivitySetPersistence, updateSocialActivitySet, updateWithUnsafeFunction
Methods inherited from class com.liferay.portal.kernel.service.BaseLocalServiceImpl
getClassLoader, getLocalizationMap
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.liferay.portal.kernel.service.PersistedModelLocalService
fetchPersistedModel
-
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
-