com.liferay.portlet.social.service.impl
Class SocialActivityLocalServiceImpl
java.lang.Object
com.liferay.portlet.social.service.base.SocialActivityLocalServiceBaseImpl
com.liferay.portlet.social.service.impl.SocialActivityLocalServiceImpl
- All Implemented Interfaces:
- com.liferay.portlet.social.service.SocialActivityLocalService, org.springframework.beans.factory.InitializingBean
public class SocialActivityLocalServiceImpl
- extends SocialActivityLocalServiceBaseImpl
View Source
- Author:
- Brian Wing Shun Chan
Fields inherited from class com.liferay.portlet.social.service.base.SocialActivityLocalServiceBaseImpl |
counterLocalService, counterService, socialActivityFinder, socialActivityInterpreterLocalService, socialActivityPersistence, socialRelationFinder, socialRelationLocalService, socialRelationPersistence, userFinder, userLocalService, userPersistence, userService |
Method Summary |
com.liferay.portlet.social.model.SocialActivity |
addActivity(long userId,
long groupId,
java.lang.String className,
long classPK,
java.lang.String type,
java.lang.String extraData,
long receiverUserId)
|
void |
deleteActivities(long classNameId,
long classPK)
|
void |
deleteActivities(java.lang.String className,
long classPK)
|
java.util.List<com.liferay.portlet.social.model.SocialActivity> |
getActivities(long classNameId,
long classPK)
|
java.util.List<com.liferay.portlet.social.model.SocialActivity> |
getActivities(long classNameId,
long classPK,
int begin,
int end)
|
java.util.List<com.liferay.portlet.social.model.SocialActivity> |
getActivities(java.lang.String className,
long classPK)
|
java.util.List<com.liferay.portlet.social.model.SocialActivity> |
getActivities(java.lang.String className,
long classPK,
int begin,
int end)
|
java.util.List<com.liferay.portlet.social.model.SocialActivity> |
getCompanyActivities(long companyId,
int begin,
int end)
|
int |
getCompanyActivitiesCount(long companyId)
|
java.util.List<com.liferay.portlet.social.model.SocialActivity> |
getGroupActivities(long groupId,
int begin,
int end)
|
int |
getGroupActivitiesCount(long groupId)
|
java.util.List<com.liferay.portlet.social.model.SocialActivity> |
getUserActivities(long userId,
int begin,
int end)
|
int |
getUserActivitiesCount(long userId)
|
Methods inherited from class com.liferay.portlet.social.service.base.SocialActivityLocalServiceBaseImpl |
addSocialActivity, afterPropertiesSet, deleteSocialActivity, deleteSocialActivity, dynamicQuery, dynamicQuery, getCounterLocalService, getCounterService, getSocialActivityFinder, getSocialActivityInterpreterLocalService, getSocialActivityPersistence, getSocialRelationFinder, getSocialRelationLocalService, getSocialRelationPersistence, getUserFinder, getUserLocalService, getUserPersistence, getUserService, setCounterLocalService, setCounterService, setSocialActivityFinder, setSocialActivityInterpreterLocalService, setSocialActivityPersistence, setSocialRelationFinder, setSocialRelationLocalService, setSocialRelationPersistence, setUserFinder, setUserLocalService, setUserPersistence, setUserService, updateSocialActivity |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SocialActivityLocalServiceImpl
public SocialActivityLocalServiceImpl()
addActivity
public com.liferay.portlet.social.model.SocialActivity addActivity(long userId,
long groupId,
java.lang.String className,
long classPK,
java.lang.String type,
java.lang.String extraData,
long receiverUserId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteActivities
public void deleteActivities(java.lang.String className,
long classPK)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
deleteActivities
public void deleteActivities(long classNameId,
long classPK)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getActivities
public java.util.List<com.liferay.portlet.social.model.SocialActivity> getActivities(java.lang.String className,
long classPK)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getActivities
public java.util.List<com.liferay.portlet.social.model.SocialActivity> getActivities(long classNameId,
long classPK)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getActivities
public java.util.List<com.liferay.portlet.social.model.SocialActivity> getActivities(java.lang.String className,
long classPK,
int begin,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getActivities
public java.util.List<com.liferay.portlet.social.model.SocialActivity> getActivities(long classNameId,
long classPK,
int begin,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getCompanyActivities
public java.util.List<com.liferay.portlet.social.model.SocialActivity> getCompanyActivities(long companyId,
int begin,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getCompanyActivitiesCount
public int getCompanyActivitiesCount(long companyId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getGroupActivities
public java.util.List<com.liferay.portlet.social.model.SocialActivity> getGroupActivities(long groupId,
int begin,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getGroupActivitiesCount
public int getGroupActivitiesCount(long groupId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getUserActivities
public java.util.List<com.liferay.portlet.social.model.SocialActivity> getUserActivities(long userId,
int begin,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getUserActivitiesCount
public int getUserActivitiesCount(long userId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException