public class SocialActivitySetLocalServiceImpl extends SocialActivitySetLocalServiceBaseImpl
counterLocalService, persistedModelLocalServiceRegistry, socialActivitySetFinder, socialActivitySetLocalService, socialActivitySetPersistence
Constructor and Description |
---|
SocialActivitySetLocalServiceImpl() |
Modifier and Type | Method and Description |
---|---|
com.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) |
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
public com.liferay.social.kernel.model.SocialActivitySet addActivitySet(long activityId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public void decrementActivityCount(long activitySetId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public void decrementActivityCount(long classNameId, long classPK) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public com.liferay.social.kernel.model.SocialActivitySet getClassActivitySet(long classNameId, long classPK, int type)
public com.liferay.social.kernel.model.SocialActivitySet getClassActivitySet(long userId, long classNameId, long classPK, int type)
public List<com.liferay.social.kernel.model.SocialActivitySet> getGroupActivitySets(long groupId, int start, int end)
public int getGroupActivitySetsCount(long groupId)
public List<com.liferay.social.kernel.model.SocialActivitySet> getOrganizationActivitySets(long organizationId, int start, int end)
public int getOrganizationActivitySetsCount(long organizationId)
public List<com.liferay.social.kernel.model.SocialActivitySet> getRelationActivitySets(long userId, int start, int end)
public List<com.liferay.social.kernel.model.SocialActivitySet> getRelationActivitySets(long userId, int type, int start, int end)
public int getRelationActivitySetsCount(long userId)
public int getRelationActivitySetsCount(long userId, int type)
public com.liferay.social.kernel.model.SocialActivitySet getUserActivitySet(long groupId, long userId, int type)
public com.liferay.social.kernel.model.SocialActivitySet getUserActivitySet(long groupId, long userId, long classNameId, int type)
public List<com.liferay.social.kernel.model.SocialActivitySet> getUserActivitySets(long userId, int start, int end)
public int getUserActivitySetsCount(long userId)
public List<com.liferay.social.kernel.model.SocialActivitySet> getUserGroupsActivitySets(long userId, int start, int end)
public int getUserGroupsActivitySetsCount(long userId)
public List<com.liferay.social.kernel.model.SocialActivitySet> getUserViewableActivitySets(long userId, int start, int end)
public int getUserViewableActivitySetsCount(long userId)
public void incrementActivityCount(long activitySetId, long activityId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException