com.liferay.portlet.social.service
Class SocialActivityLocalServiceWrapper
java.lang.Object
com.liferay.portlet.social.service.SocialActivityLocalServiceWrapper
- All Implemented Interfaces:
- SocialActivityLocalService
public class SocialActivityLocalServiceWrapper
- extends java.lang.Object
- implements SocialActivityLocalService
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for SocialActivityLocalService
.
- Author:
- Brian Wing Shun Chan
- See Also:
SocialActivityLocalService
- Generated:
Method Summary |
SocialActivity |
addActivity(long userId,
long groupId,
java.util.Date createDate,
java.lang.String className,
long classPK,
int type,
java.lang.String extraData,
long receiverUserId)
|
SocialActivity |
addActivity(long userId,
long groupId,
java.lang.String className,
long classPK,
int type,
java.lang.String extraData,
long receiverUserId)
|
SocialActivity |
addSocialActivity(SocialActivity socialActivity)
|
SocialActivity |
addUniqueActivity(long userId,
long groupId,
java.util.Date createDate,
java.lang.String className,
long classPK,
int type,
java.lang.String extraData,
long receiverUserId)
|
SocialActivity |
addUniqueActivity(long userId,
long groupId,
java.lang.String className,
long classPK,
int type,
java.lang.String extraData,
long receiverUserId)
|
SocialActivity |
createSocialActivity(long activityId)
|
void |
deleteActivities(long classNameId,
long classPK)
|
void |
deleteActivities(java.lang.String className,
long classPK)
|
void |
deleteActivity(long activityId)
|
void |
deleteActivity(SocialActivity activity)
|
void |
deleteSocialActivity(long activityId)
|
void |
deleteSocialActivity(SocialActivity socialActivity)
|
void |
deleteUserActivities(long userId)
|
java.util.List<java.lang.Object> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
java.util.List<java.lang.Object> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
|
java.util.List<SocialActivity> |
getActivities(long classNameId,
int start,
int end)
|
java.util.List<SocialActivity> |
getActivities(long mirrorActivityId,
long classNameId,
long classPK,
int start,
int end)
|
java.util.List<SocialActivity> |
getActivities(long mirrorActivityId,
java.lang.String className,
long classPK,
int start,
int end)
|
java.util.List<SocialActivity> |
getActivities(java.lang.String className,
int start,
int end)
|
int |
getActivitiesCount(long classNameId)
|
int |
getActivitiesCount(long mirrorActivityId,
long classNameId,
long classPK)
|
int |
getActivitiesCount(long mirrorActivityId,
java.lang.String className,
long classPK)
|
int |
getActivitiesCount(java.lang.String className)
|
SocialActivity |
getActivity(long activityId)
|
java.util.List<SocialActivity> |
getGroupActivities(long groupId,
int start,
int end)
|
int |
getGroupActivitiesCount(long groupId)
|
java.util.List<SocialActivity> |
getGroupUsersActivities(long groupId,
int start,
int end)
|
int |
getGroupUsersActivitiesCount(long groupId)
|
SocialActivity |
getMirrorActivity(long mirrorActivityId)
|
java.util.List<SocialActivity> |
getOrganizationActivities(long organizationId,
int start,
int end)
|
int |
getOrganizationActivitiesCount(long organizationId)
|
java.util.List<SocialActivity> |
getOrganizationUsersActivities(long organizationId,
int start,
int end)
|
int |
getOrganizationUsersActivitiesCount(long organizationId)
|
java.util.List<SocialActivity> |
getRelationActivities(long userId,
int start,
int end)
|
java.util.List<SocialActivity> |
getRelationActivities(long userId,
int type,
int start,
int end)
|
int |
getRelationActivitiesCount(long userId)
|
int |
getRelationActivitiesCount(long userId,
int type)
|
java.util.List<SocialActivity> |
getSocialActivities(int start,
int end)
|
int |
getSocialActivitiesCount()
|
SocialActivity |
getSocialActivity(long activityId)
|
java.util.List<SocialActivity> |
getUserActivities(long userId,
int start,
int end)
|
int |
getUserActivitiesCount(long userId)
|
java.util.List<SocialActivity> |
getUserGroupsActivities(long userId,
int start,
int end)
|
int |
getUserGroupsActivitiesCount(long userId)
|
java.util.List<SocialActivity> |
getUserGroupsAndOrganizationsActivities(long userId,
int start,
int end)
|
int |
getUserGroupsAndOrganizationsActivitiesCount(long userId)
|
java.util.List<SocialActivity> |
getUserOrganizationsActivities(long userId,
int start,
int end)
|
int |
getUserOrganizationsActivitiesCount(long userId)
|
SocialActivityLocalService |
getWrappedSocialActivityLocalService()
|
SocialActivity |
updateSocialActivity(SocialActivity socialActivity)
|
SocialActivity |
updateSocialActivity(SocialActivity socialActivity,
boolean merge)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SocialActivityLocalServiceWrapper
public SocialActivityLocalServiceWrapper(SocialActivityLocalService socialActivityLocalService)
addSocialActivity
public SocialActivity addSocialActivity(SocialActivity socialActivity)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
addSocialActivity
in interface SocialActivityLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
createSocialActivity
public SocialActivity createSocialActivity(long activityId)
- Specified by:
createSocialActivity
in interface SocialActivityLocalService
deleteSocialActivity
public void deleteSocialActivity(long activityId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteSocialActivity
in interface SocialActivityLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteSocialActivity
public void deleteSocialActivity(SocialActivity socialActivity)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteSocialActivity
in interface SocialActivityLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
dynamicQuery
public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
dynamicQuery
in interface SocialActivityLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
dynamicQuery
public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
dynamicQuery
in interface SocialActivityLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getSocialActivity
public SocialActivity getSocialActivity(long activityId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getSocialActivity
in interface SocialActivityLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getSocialActivities
public java.util.List<SocialActivity> getSocialActivities(int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getSocialActivities
in interface SocialActivityLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getSocialActivitiesCount
public int getSocialActivitiesCount()
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getSocialActivitiesCount
in interface SocialActivityLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateSocialActivity
public SocialActivity updateSocialActivity(SocialActivity socialActivity)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateSocialActivity
in interface SocialActivityLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateSocialActivity
public SocialActivity updateSocialActivity(SocialActivity socialActivity,
boolean merge)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateSocialActivity
in interface SocialActivityLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
addActivity
public SocialActivity addActivity(long userId,
long groupId,
java.util.Date createDate,
java.lang.String className,
long classPK,
int type,
java.lang.String extraData,
long receiverUserId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
addActivity
in interface SocialActivityLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
addActivity
public SocialActivity addActivity(long userId,
long groupId,
java.lang.String className,
long classPK,
int type,
java.lang.String extraData,
long receiverUserId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
addActivity
in interface SocialActivityLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
addUniqueActivity
public SocialActivity addUniqueActivity(long userId,
long groupId,
java.util.Date createDate,
java.lang.String className,
long classPK,
int type,
java.lang.String extraData,
long receiverUserId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
addUniqueActivity
in interface SocialActivityLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
addUniqueActivity
public SocialActivity addUniqueActivity(long userId,
long groupId,
java.lang.String className,
long classPK,
int type,
java.lang.String extraData,
long receiverUserId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
addUniqueActivity
in interface SocialActivityLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteActivities
public void deleteActivities(long classNameId,
long classPK)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteActivities
in interface SocialActivityLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
deleteActivities
public void deleteActivities(java.lang.String className,
long classPK)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteActivities
in interface SocialActivityLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
deleteActivity
public void deleteActivity(long activityId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteActivity
in interface SocialActivityLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteActivity
public void deleteActivity(SocialActivity activity)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteActivity
in interface SocialActivityLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
deleteUserActivities
public void deleteUserActivities(long userId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteUserActivities
in interface SocialActivityLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getActivities
public java.util.List<SocialActivity> getActivities(long classNameId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getActivities
in interface SocialActivityLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getActivities
public java.util.List<SocialActivity> getActivities(long mirrorActivityId,
long classNameId,
long classPK,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getActivities
in interface SocialActivityLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getActivities
public java.util.List<SocialActivity> getActivities(long mirrorActivityId,
java.lang.String className,
long classPK,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getActivities
in interface SocialActivityLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getActivities
public java.util.List<SocialActivity> getActivities(java.lang.String className,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getActivities
in interface SocialActivityLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getActivitiesCount
public int getActivitiesCount(long classNameId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getActivitiesCount
in interface SocialActivityLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getActivitiesCount
public int getActivitiesCount(long mirrorActivityId,
long classNameId,
long classPK)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getActivitiesCount
in interface SocialActivityLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getActivitiesCount
public int getActivitiesCount(long mirrorActivityId,
java.lang.String className,
long classPK)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getActivitiesCount
in interface SocialActivityLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getActivitiesCount
public int getActivitiesCount(java.lang.String className)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getActivitiesCount
in interface SocialActivityLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getActivity
public SocialActivity getActivity(long activityId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getActivity
in interface SocialActivityLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getGroupActivities
public java.util.List<SocialActivity> getGroupActivities(long groupId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getGroupActivities
in interface SocialActivityLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getGroupActivitiesCount
public int getGroupActivitiesCount(long groupId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getGroupActivitiesCount
in interface SocialActivityLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getGroupUsersActivities
public java.util.List<SocialActivity> getGroupUsersActivities(long groupId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getGroupUsersActivities
in interface SocialActivityLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getGroupUsersActivitiesCount
public int getGroupUsersActivitiesCount(long groupId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getGroupUsersActivitiesCount
in interface SocialActivityLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getMirrorActivity
public SocialActivity getMirrorActivity(long mirrorActivityId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getMirrorActivity
in interface SocialActivityLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getOrganizationActivities
public java.util.List<SocialActivity> getOrganizationActivities(long organizationId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getOrganizationActivities
in interface SocialActivityLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getOrganizationActivitiesCount
public int getOrganizationActivitiesCount(long organizationId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getOrganizationActivitiesCount
in interface SocialActivityLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getOrganizationUsersActivities
public java.util.List<SocialActivity> getOrganizationUsersActivities(long organizationId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getOrganizationUsersActivities
in interface SocialActivityLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getOrganizationUsersActivitiesCount
public int getOrganizationUsersActivitiesCount(long organizationId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getOrganizationUsersActivitiesCount
in interface SocialActivityLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getRelationActivities
public java.util.List<SocialActivity> getRelationActivities(long userId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getRelationActivities
in interface SocialActivityLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getRelationActivities
public java.util.List<SocialActivity> getRelationActivities(long userId,
int type,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getRelationActivities
in interface SocialActivityLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getRelationActivitiesCount
public int getRelationActivitiesCount(long userId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getRelationActivitiesCount
in interface SocialActivityLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getRelationActivitiesCount
public int getRelationActivitiesCount(long userId,
int type)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getRelationActivitiesCount
in interface SocialActivityLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getUserActivities
public java.util.List<SocialActivity> getUserActivities(long userId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getUserActivities
in interface SocialActivityLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getUserActivitiesCount
public int getUserActivitiesCount(long userId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getUserActivitiesCount
in interface SocialActivityLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getUserGroupsActivities
public java.util.List<SocialActivity> getUserGroupsActivities(long userId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getUserGroupsActivities
in interface SocialActivityLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getUserGroupsActivitiesCount
public int getUserGroupsActivitiesCount(long userId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getUserGroupsActivitiesCount
in interface SocialActivityLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getUserGroupsAndOrganizationsActivities
public java.util.List<SocialActivity> getUserGroupsAndOrganizationsActivities(long userId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getUserGroupsAndOrganizationsActivities
in interface SocialActivityLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getUserGroupsAndOrganizationsActivitiesCount
public int getUserGroupsAndOrganizationsActivitiesCount(long userId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getUserGroupsAndOrganizationsActivitiesCount
in interface SocialActivityLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getUserOrganizationsActivities
public java.util.List<SocialActivity> getUserOrganizationsActivities(long userId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getUserOrganizationsActivities
in interface SocialActivityLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getUserOrganizationsActivitiesCount
public int getUserOrganizationsActivitiesCount(long userId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getUserOrganizationsActivitiesCount
in interface SocialActivityLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getWrappedSocialActivityLocalService
public SocialActivityLocalService getWrappedSocialActivityLocalService()