com.liferay.portlet.social.service
Class SocialActivityLocalServiceWrapper

java.lang.Object
  extended by 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:

Constructor Summary
SocialActivityLocalServiceWrapper(SocialActivityLocalService socialActivityLocalService)
           
 
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 dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 int dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
 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
 

Constructor Detail

SocialActivityLocalServiceWrapper

public SocialActivityLocalServiceWrapper(SocialActivityLocalService socialActivityLocalService)
Method Detail

addSocialActivity

public SocialActivity addSocialActivity(SocialActivity socialActivity)
                                 throws com.liferay.portal.SystemException
Specified by:
addSocialActivity in interface SocialActivityLocalService
Throws:
com.liferay.portal.SystemException

createSocialActivity

public SocialActivity createSocialActivity(long activityId)
Specified by:
createSocialActivity in interface SocialActivityLocalService

deleteSocialActivity

public void deleteSocialActivity(long activityId)
                          throws com.liferay.portal.PortalException,
                                 com.liferay.portal.SystemException
Specified by:
deleteSocialActivity in interface SocialActivityLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteSocialActivity

public void deleteSocialActivity(SocialActivity socialActivity)
                          throws com.liferay.portal.SystemException
Specified by:
deleteSocialActivity in interface SocialActivityLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                            throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface SocialActivityLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                                   int start,
                                   int end)
                            throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface SocialActivityLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                                   int start,
                                   int end,
                                   com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                            throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface SocialActivityLocalService
Throws:
com.liferay.portal.SystemException

dynamicQueryCount

public int dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                      throws com.liferay.portal.SystemException
Specified by:
dynamicQueryCount in interface SocialActivityLocalService
Throws:
com.liferay.portal.SystemException

getSocialActivity

public SocialActivity getSocialActivity(long activityId)
                                 throws com.liferay.portal.PortalException,
                                        com.liferay.portal.SystemException
Specified by:
getSocialActivity in interface SocialActivityLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getSocialActivities

public java.util.List<SocialActivity> getSocialActivities(int start,
                                                          int end)
                                                   throws com.liferay.portal.SystemException
Specified by:
getSocialActivities in interface SocialActivityLocalService
Throws:
com.liferay.portal.SystemException

getSocialActivitiesCount

public int getSocialActivitiesCount()
                             throws com.liferay.portal.SystemException
Specified by:
getSocialActivitiesCount in interface SocialActivityLocalService
Throws:
com.liferay.portal.SystemException

updateSocialActivity

public SocialActivity updateSocialActivity(SocialActivity socialActivity)
                                    throws com.liferay.portal.SystemException
Specified by:
updateSocialActivity in interface SocialActivityLocalService
Throws:
com.liferay.portal.SystemException

updateSocialActivity

public SocialActivity updateSocialActivity(SocialActivity socialActivity,
                                           boolean merge)
                                    throws com.liferay.portal.SystemException
Specified by:
updateSocialActivity in interface SocialActivityLocalService
Throws:
com.liferay.portal.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.PortalException,
                                  com.liferay.portal.SystemException
Specified by:
addActivity in interface SocialActivityLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.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.PortalException,
                                  com.liferay.portal.SystemException
Specified by:
addActivity in interface SocialActivityLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.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.PortalException,
                                        com.liferay.portal.SystemException
Specified by:
addUniqueActivity in interface SocialActivityLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.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.PortalException,
                                        com.liferay.portal.SystemException
Specified by:
addUniqueActivity in interface SocialActivityLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteActivities

public void deleteActivities(long classNameId,
                             long classPK)
                      throws com.liferay.portal.SystemException
Specified by:
deleteActivities in interface SocialActivityLocalService
Throws:
com.liferay.portal.SystemException

deleteActivities

public void deleteActivities(java.lang.String className,
                             long classPK)
                      throws com.liferay.portal.SystemException
Specified by:
deleteActivities in interface SocialActivityLocalService
Throws:
com.liferay.portal.SystemException

deleteActivity

public void deleteActivity(long activityId)
                    throws com.liferay.portal.PortalException,
                           com.liferay.portal.SystemException
Specified by:
deleteActivity in interface SocialActivityLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteActivity

public void deleteActivity(SocialActivity activity)
                    throws com.liferay.portal.SystemException
Specified by:
deleteActivity in interface SocialActivityLocalService
Throws:
com.liferay.portal.SystemException

deleteUserActivities

public void deleteUserActivities(long userId)
                          throws com.liferay.portal.SystemException
Specified by:
deleteUserActivities in interface SocialActivityLocalService
Throws:
com.liferay.portal.SystemException

getActivities

public java.util.List<SocialActivity> getActivities(long classNameId,
                                                    int start,
                                                    int end)
                                             throws com.liferay.portal.SystemException
Specified by:
getActivities in interface SocialActivityLocalService
Throws:
com.liferay.portal.SystemException

getActivities

public java.util.List<SocialActivity> getActivities(long mirrorActivityId,
                                                    long classNameId,
                                                    long classPK,
                                                    int start,
                                                    int end)
                                             throws com.liferay.portal.SystemException
Specified by:
getActivities in interface SocialActivityLocalService
Throws:
com.liferay.portal.SystemException

getActivities

public java.util.List<SocialActivity> getActivities(long mirrorActivityId,
                                                    java.lang.String className,
                                                    long classPK,
                                                    int start,
                                                    int end)
                                             throws com.liferay.portal.SystemException
Specified by:
getActivities in interface SocialActivityLocalService
Throws:
com.liferay.portal.SystemException

getActivities

public java.util.List<SocialActivity> getActivities(java.lang.String className,
                                                    int start,
                                                    int end)
                                             throws com.liferay.portal.SystemException
Specified by:
getActivities in interface SocialActivityLocalService
Throws:
com.liferay.portal.SystemException

getActivitiesCount

public int getActivitiesCount(long classNameId)
                       throws com.liferay.portal.SystemException
Specified by:
getActivitiesCount in interface SocialActivityLocalService
Throws:
com.liferay.portal.SystemException

getActivitiesCount

public int getActivitiesCount(long mirrorActivityId,
                              long classNameId,
                              long classPK)
                       throws com.liferay.portal.SystemException
Specified by:
getActivitiesCount in interface SocialActivityLocalService
Throws:
com.liferay.portal.SystemException

getActivitiesCount

public int getActivitiesCount(long mirrorActivityId,
                              java.lang.String className,
                              long classPK)
                       throws com.liferay.portal.SystemException
Specified by:
getActivitiesCount in interface SocialActivityLocalService
Throws:
com.liferay.portal.SystemException

getActivitiesCount

public int getActivitiesCount(java.lang.String className)
                       throws com.liferay.portal.SystemException
Specified by:
getActivitiesCount in interface SocialActivityLocalService
Throws:
com.liferay.portal.SystemException

getActivity

public SocialActivity getActivity(long activityId)
                           throws com.liferay.portal.PortalException,
                                  com.liferay.portal.SystemException
Specified by:
getActivity in interface SocialActivityLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getGroupActivities

public java.util.List<SocialActivity> getGroupActivities(long groupId,
                                                         int start,
                                                         int end)
                                                  throws com.liferay.portal.SystemException
Specified by:
getGroupActivities in interface SocialActivityLocalService
Throws:
com.liferay.portal.SystemException

getGroupActivitiesCount

public int getGroupActivitiesCount(long groupId)
                            throws com.liferay.portal.SystemException
Specified by:
getGroupActivitiesCount in interface SocialActivityLocalService
Throws:
com.liferay.portal.SystemException

getGroupUsersActivities

public java.util.List<SocialActivity> getGroupUsersActivities(long groupId,
                                                              int start,
                                                              int end)
                                                       throws com.liferay.portal.SystemException
Specified by:
getGroupUsersActivities in interface SocialActivityLocalService
Throws:
com.liferay.portal.SystemException

getGroupUsersActivitiesCount

public int getGroupUsersActivitiesCount(long groupId)
                                 throws com.liferay.portal.SystemException
Specified by:
getGroupUsersActivitiesCount in interface SocialActivityLocalService
Throws:
com.liferay.portal.SystemException

getMirrorActivity

public SocialActivity getMirrorActivity(long mirrorActivityId)
                                 throws com.liferay.portal.PortalException,
                                        com.liferay.portal.SystemException
Specified by:
getMirrorActivity in interface SocialActivityLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getOrganizationActivities

public java.util.List<SocialActivity> getOrganizationActivities(long organizationId,
                                                                int start,
                                                                int end)
                                                         throws com.liferay.portal.SystemException
Specified by:
getOrganizationActivities in interface SocialActivityLocalService
Throws:
com.liferay.portal.SystemException

getOrganizationActivitiesCount

public int getOrganizationActivitiesCount(long organizationId)
                                   throws com.liferay.portal.SystemException
Specified by:
getOrganizationActivitiesCount in interface SocialActivityLocalService
Throws:
com.liferay.portal.SystemException

getOrganizationUsersActivities

public java.util.List<SocialActivity> getOrganizationUsersActivities(long organizationId,
                                                                     int start,
                                                                     int end)
                                                              throws com.liferay.portal.SystemException
Specified by:
getOrganizationUsersActivities in interface SocialActivityLocalService
Throws:
com.liferay.portal.SystemException

getOrganizationUsersActivitiesCount

public int getOrganizationUsersActivitiesCount(long organizationId)
                                        throws com.liferay.portal.SystemException
Specified by:
getOrganizationUsersActivitiesCount in interface SocialActivityLocalService
Throws:
com.liferay.portal.SystemException

getRelationActivities

public java.util.List<SocialActivity> getRelationActivities(long userId,
                                                            int start,
                                                            int end)
                                                     throws com.liferay.portal.SystemException
Specified by:
getRelationActivities in interface SocialActivityLocalService
Throws:
com.liferay.portal.SystemException

getRelationActivities

public java.util.List<SocialActivity> getRelationActivities(long userId,
                                                            int type,
                                                            int start,
                                                            int end)
                                                     throws com.liferay.portal.SystemException
Specified by:
getRelationActivities in interface SocialActivityLocalService
Throws:
com.liferay.portal.SystemException

getRelationActivitiesCount

public int getRelationActivitiesCount(long userId)
                               throws com.liferay.portal.SystemException
Specified by:
getRelationActivitiesCount in interface SocialActivityLocalService
Throws:
com.liferay.portal.SystemException

getRelationActivitiesCount

public int getRelationActivitiesCount(long userId,
                                      int type)
                               throws com.liferay.portal.SystemException
Specified by:
getRelationActivitiesCount in interface SocialActivityLocalService
Throws:
com.liferay.portal.SystemException

getUserActivities

public java.util.List<SocialActivity> getUserActivities(long userId,
                                                        int start,
                                                        int end)
                                                 throws com.liferay.portal.SystemException
Specified by:
getUserActivities in interface SocialActivityLocalService
Throws:
com.liferay.portal.SystemException

getUserActivitiesCount

public int getUserActivitiesCount(long userId)
                           throws com.liferay.portal.SystemException
Specified by:
getUserActivitiesCount in interface SocialActivityLocalService
Throws:
com.liferay.portal.SystemException

getUserGroupsActivities

public java.util.List<SocialActivity> getUserGroupsActivities(long userId,
                                                              int start,
                                                              int end)
                                                       throws com.liferay.portal.SystemException
Specified by:
getUserGroupsActivities in interface SocialActivityLocalService
Throws:
com.liferay.portal.SystemException

getUserGroupsActivitiesCount

public int getUserGroupsActivitiesCount(long userId)
                                 throws com.liferay.portal.SystemException
Specified by:
getUserGroupsActivitiesCount in interface SocialActivityLocalService
Throws:
com.liferay.portal.SystemException

getUserGroupsAndOrganizationsActivities

public java.util.List<SocialActivity> getUserGroupsAndOrganizationsActivities(long userId,
                                                                              int start,
                                                                              int end)
                                                                       throws com.liferay.portal.SystemException
Specified by:
getUserGroupsAndOrganizationsActivities in interface SocialActivityLocalService
Throws:
com.liferay.portal.SystemException

getUserGroupsAndOrganizationsActivitiesCount

public int getUserGroupsAndOrganizationsActivitiesCount(long userId)
                                                 throws com.liferay.portal.SystemException
Specified by:
getUserGroupsAndOrganizationsActivitiesCount in interface SocialActivityLocalService
Throws:
com.liferay.portal.SystemException

getUserOrganizationsActivities

public java.util.List<SocialActivity> getUserOrganizationsActivities(long userId,
                                                                     int start,
                                                                     int end)
                                                              throws com.liferay.portal.SystemException
Specified by:
getUserOrganizationsActivities in interface SocialActivityLocalService
Throws:
com.liferay.portal.SystemException

getUserOrganizationsActivitiesCount

public int getUserOrganizationsActivitiesCount(long userId)
                                        throws com.liferay.portal.SystemException
Specified by:
getUserOrganizationsActivitiesCount in interface SocialActivityLocalService
Throws:
com.liferay.portal.SystemException

getWrappedSocialActivityLocalService

public SocialActivityLocalService getWrappedSocialActivityLocalService()