com.liferay.portlet.social.service.base
Class SocialActivityLocalServiceBaseImpl

java.lang.Object
  extended by com.liferay.portlet.social.service.base.SocialActivityLocalServiceBaseImpl
All Implemented Interfaces:
com.liferay.portlet.social.service.SocialActivityLocalService
Direct Known Subclasses:
SocialActivityLocalServiceImpl

public abstract class SocialActivityLocalServiceBaseImpl
extends java.lang.Object
implements com.liferay.portlet.social.service.SocialActivityLocalService

View Source

Author:
Brian Wing Shun Chan

Field Summary
protected  com.liferay.counter.service.CounterLocalService counterLocalService
           
protected  com.liferay.counter.service.CounterService counterService
           
protected  com.liferay.portal.service.persistence.GroupFinder groupFinder
           
protected  com.liferay.portal.service.GroupLocalService groupLocalService
           
protected  com.liferay.portal.service.persistence.GroupPersistence groupPersistence
           
protected  com.liferay.portal.service.GroupService groupService
           
protected  com.liferay.portal.service.persistence.LayoutFinder layoutFinder
           
protected  com.liferay.portal.service.LayoutLocalService layoutLocalService
           
protected  com.liferay.portal.service.persistence.LayoutPersistence layoutPersistence
           
protected  com.liferay.portal.service.LayoutService layoutService
           
protected  com.liferay.portlet.social.service.persistence.SocialActivityFinder socialActivityFinder
           
protected  com.liferay.portlet.social.service.SocialActivityInterpreterLocalService socialActivityInterpreterLocalService
           
protected  com.liferay.portlet.social.service.SocialActivityLocalService socialActivityLocalService
           
protected  com.liferay.portlet.social.service.persistence.SocialActivityPersistence socialActivityPersistence
           
protected  com.liferay.portlet.social.service.SocialRelationLocalService socialRelationLocalService
           
protected  com.liferay.portlet.social.service.persistence.SocialRelationPersistence socialRelationPersistence
           
protected  com.liferay.portlet.social.service.SocialRequestInterpreterLocalService socialRequestInterpreterLocalService
           
protected  com.liferay.portlet.social.service.SocialRequestLocalService socialRequestLocalService
           
protected  com.liferay.portlet.social.service.persistence.SocialRequestPersistence socialRequestPersistence
           
protected  com.liferay.portal.service.persistence.UserFinder userFinder
           
protected  com.liferay.portal.service.UserLocalService userLocalService
           
protected  com.liferay.portal.service.persistence.UserPersistence userPersistence
           
protected  com.liferay.portal.service.UserService userService
           
 
Constructor Summary
SocialActivityLocalServiceBaseImpl()
           
 
Method Summary
 com.liferay.portlet.social.model.SocialActivity addSocialActivity(com.liferay.portlet.social.model.SocialActivity socialActivity)
           
 com.liferay.portlet.social.model.SocialActivity createSocialActivity(long activityId)
           
 void deleteSocialActivity(long activityId)
           
 void deleteSocialActivity(com.liferay.portlet.social.model.SocialActivity socialActivity)
           
 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)
           
 com.liferay.counter.service.CounterLocalService getCounterLocalService()
           
 com.liferay.counter.service.CounterService getCounterService()
           
 com.liferay.portal.service.persistence.GroupFinder getGroupFinder()
           
 com.liferay.portal.service.GroupLocalService getGroupLocalService()
           
 com.liferay.portal.service.persistence.GroupPersistence getGroupPersistence()
           
 com.liferay.portal.service.GroupService getGroupService()
           
 com.liferay.portal.service.persistence.LayoutFinder getLayoutFinder()
           
 com.liferay.portal.service.LayoutLocalService getLayoutLocalService()
           
 com.liferay.portal.service.persistence.LayoutPersistence getLayoutPersistence()
           
 com.liferay.portal.service.LayoutService getLayoutService()
           
 java.util.List<com.liferay.portlet.social.model.SocialActivity> getSocialActivities(int start, int end)
           
 int getSocialActivitiesCount()
           
 com.liferay.portlet.social.model.SocialActivity getSocialActivity(long activityId)
           
 com.liferay.portlet.social.service.persistence.SocialActivityFinder getSocialActivityFinder()
           
 com.liferay.portlet.social.service.SocialActivityInterpreterLocalService getSocialActivityInterpreterLocalService()
           
 com.liferay.portlet.social.service.SocialActivityLocalService getSocialActivityLocalService()
           
 com.liferay.portlet.social.service.persistence.SocialActivityPersistence getSocialActivityPersistence()
           
 com.liferay.portlet.social.service.SocialRelationLocalService getSocialRelationLocalService()
           
 com.liferay.portlet.social.service.persistence.SocialRelationPersistence getSocialRelationPersistence()
           
 com.liferay.portlet.social.service.SocialRequestInterpreterLocalService getSocialRequestInterpreterLocalService()
           
 com.liferay.portlet.social.service.SocialRequestLocalService getSocialRequestLocalService()
           
 com.liferay.portlet.social.service.persistence.SocialRequestPersistence getSocialRequestPersistence()
           
 com.liferay.portal.service.persistence.UserFinder getUserFinder()
           
 com.liferay.portal.service.UserLocalService getUserLocalService()
           
 com.liferay.portal.service.persistence.UserPersistence getUserPersistence()
           
 com.liferay.portal.service.UserService getUserService()
           
protected  void runSQL(java.lang.String sql)
           
 void setCounterLocalService(com.liferay.counter.service.CounterLocalService counterLocalService)
           
 void setCounterService(com.liferay.counter.service.CounterService counterService)
           
 void setGroupFinder(com.liferay.portal.service.persistence.GroupFinder groupFinder)
           
 void setGroupLocalService(com.liferay.portal.service.GroupLocalService groupLocalService)
           
 void setGroupPersistence(com.liferay.portal.service.persistence.GroupPersistence groupPersistence)
           
 void setGroupService(com.liferay.portal.service.GroupService groupService)
           
 void setLayoutFinder(com.liferay.portal.service.persistence.LayoutFinder layoutFinder)
           
 void setLayoutLocalService(com.liferay.portal.service.LayoutLocalService layoutLocalService)
           
 void setLayoutPersistence(com.liferay.portal.service.persistence.LayoutPersistence layoutPersistence)
           
 void setLayoutService(com.liferay.portal.service.LayoutService layoutService)
           
 void setSocialActivityFinder(com.liferay.portlet.social.service.persistence.SocialActivityFinder socialActivityFinder)
           
 void setSocialActivityInterpreterLocalService(com.liferay.portlet.social.service.SocialActivityInterpreterLocalService socialActivityInterpreterLocalService)
           
 void setSocialActivityLocalService(com.liferay.portlet.social.service.SocialActivityLocalService socialActivityLocalService)
           
 void setSocialActivityPersistence(com.liferay.portlet.social.service.persistence.SocialActivityPersistence socialActivityPersistence)
           
 void setSocialRelationLocalService(com.liferay.portlet.social.service.SocialRelationLocalService socialRelationLocalService)
           
 void setSocialRelationPersistence(com.liferay.portlet.social.service.persistence.SocialRelationPersistence socialRelationPersistence)
           
 void setSocialRequestInterpreterLocalService(com.liferay.portlet.social.service.SocialRequestInterpreterLocalService socialRequestInterpreterLocalService)
           
 void setSocialRequestLocalService(com.liferay.portlet.social.service.SocialRequestLocalService socialRequestLocalService)
           
 void setSocialRequestPersistence(com.liferay.portlet.social.service.persistence.SocialRequestPersistence socialRequestPersistence)
           
 void setUserFinder(com.liferay.portal.service.persistence.UserFinder userFinder)
           
 void setUserLocalService(com.liferay.portal.service.UserLocalService userLocalService)
           
 void setUserPersistence(com.liferay.portal.service.persistence.UserPersistence userPersistence)
           
 void setUserService(com.liferay.portal.service.UserService userService)
           
 com.liferay.portlet.social.model.SocialActivity updateSocialActivity(com.liferay.portlet.social.model.SocialActivity socialActivity)
           
 com.liferay.portlet.social.model.SocialActivity updateSocialActivity(com.liferay.portlet.social.model.SocialActivity socialActivity, boolean merge)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portlet.social.service.SocialActivityLocalService
addActivity, addActivity, addUniqueActivity, addUniqueActivity, deleteActivities, deleteActivities, deleteActivity, deleteUserActivities, getActivities, getActivities, getActivities, getActivities, getActivitiesCount, getActivitiesCount, getActivitiesCount, getActivitiesCount, getActivity, getGroupActivities, getGroupActivitiesCount, getGroupUsersActivities, getGroupUsersActivitiesCount, getMirrorActivity, getOrganizationActivities, getOrganizationActivitiesCount, getOrganizationUsersActivities, getOrganizationUsersActivitiesCount, getRelationActivities, getRelationActivities, getRelationActivitiesCount, getRelationActivitiesCount, getUserActivities, getUserActivitiesCount, getUserGroupsActivities, getUserGroupsActivitiesCount, getUserGroupsAndOrganizationsActivities, getUserGroupsAndOrganizationsActivitiesCount, getUserOrganizationsActivities, getUserOrganizationsActivitiesCount
 

Field Detail

socialActivityLocalService

@BeanReference(name="com.liferay.portlet.social.service.SocialActivityLocalService.impl")
protected com.liferay.portlet.social.service.SocialActivityLocalService socialActivityLocalService

socialActivityPersistence

@BeanReference(name="com.liferay.portlet.social.service.persistence.SocialActivityPersistence.impl")
protected com.liferay.portlet.social.service.persistence.SocialActivityPersistence socialActivityPersistence

socialActivityFinder

@BeanReference(name="com.liferay.portlet.social.service.persistence.SocialActivityFinder.impl")
protected com.liferay.portlet.social.service.persistence.SocialActivityFinder socialActivityFinder

socialActivityInterpreterLocalService

@BeanReference(name="com.liferay.portlet.social.service.SocialActivityInterpreterLocalService.impl")
protected com.liferay.portlet.social.service.SocialActivityInterpreterLocalService socialActivityInterpreterLocalService

socialRelationLocalService

@BeanReference(name="com.liferay.portlet.social.service.SocialRelationLocalService.impl")
protected com.liferay.portlet.social.service.SocialRelationLocalService socialRelationLocalService

socialRelationPersistence

@BeanReference(name="com.liferay.portlet.social.service.persistence.SocialRelationPersistence.impl")
protected com.liferay.portlet.social.service.persistence.SocialRelationPersistence socialRelationPersistence

socialRequestLocalService

@BeanReference(name="com.liferay.portlet.social.service.SocialRequestLocalService.impl")
protected com.liferay.portlet.social.service.SocialRequestLocalService socialRequestLocalService

socialRequestPersistence

@BeanReference(name="com.liferay.portlet.social.service.persistence.SocialRequestPersistence.impl")
protected com.liferay.portlet.social.service.persistence.SocialRequestPersistence socialRequestPersistence

socialRequestInterpreterLocalService

@BeanReference(name="com.liferay.portlet.social.service.SocialRequestInterpreterLocalService.impl")
protected com.liferay.portlet.social.service.SocialRequestInterpreterLocalService socialRequestInterpreterLocalService

counterLocalService

@BeanReference(name="com.liferay.counter.service.CounterLocalService.impl")
protected com.liferay.counter.service.CounterLocalService counterLocalService

counterService

@BeanReference(name="com.liferay.counter.service.CounterService.impl")
protected com.liferay.counter.service.CounterService counterService

groupLocalService

@BeanReference(name="com.liferay.portal.service.GroupLocalService.impl")
protected com.liferay.portal.service.GroupLocalService groupLocalService

groupService

@BeanReference(name="com.liferay.portal.service.GroupService.impl")
protected com.liferay.portal.service.GroupService groupService

groupPersistence

@BeanReference(name="com.liferay.portal.service.persistence.GroupPersistence.impl")
protected com.liferay.portal.service.persistence.GroupPersistence groupPersistence

groupFinder

@BeanReference(name="com.liferay.portal.service.persistence.GroupFinder.impl")
protected com.liferay.portal.service.persistence.GroupFinder groupFinder

layoutLocalService

@BeanReference(name="com.liferay.portal.service.LayoutLocalService.impl")
protected com.liferay.portal.service.LayoutLocalService layoutLocalService

layoutService

@BeanReference(name="com.liferay.portal.service.LayoutService.impl")
protected com.liferay.portal.service.LayoutService layoutService

layoutPersistence

@BeanReference(name="com.liferay.portal.service.persistence.LayoutPersistence.impl")
protected com.liferay.portal.service.persistence.LayoutPersistence layoutPersistence

layoutFinder

@BeanReference(name="com.liferay.portal.service.persistence.LayoutFinder.impl")
protected com.liferay.portal.service.persistence.LayoutFinder layoutFinder

userLocalService

@BeanReference(name="com.liferay.portal.service.UserLocalService.impl")
protected com.liferay.portal.service.UserLocalService userLocalService

userService

@BeanReference(name="com.liferay.portal.service.UserService.impl")
protected com.liferay.portal.service.UserService userService

userPersistence

@BeanReference(name="com.liferay.portal.service.persistence.UserPersistence.impl")
protected com.liferay.portal.service.persistence.UserPersistence userPersistence

userFinder

@BeanReference(name="com.liferay.portal.service.persistence.UserFinder.impl")
protected com.liferay.portal.service.persistence.UserFinder userFinder
Constructor Detail

SocialActivityLocalServiceBaseImpl

public SocialActivityLocalServiceBaseImpl()
Method Detail

addSocialActivity

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

createSocialActivity

public com.liferay.portlet.social.model.SocialActivity createSocialActivity(long activityId)
Specified by:
createSocialActivity in interface com.liferay.portlet.social.service.SocialActivityLocalService

deleteSocialActivity

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

deleteSocialActivity

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

dynamicQuery

public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                                              throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface com.liferay.portlet.social.service.SocialActivityLocalService
Throws:
com.liferay.portal.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.SystemException
Specified by:
dynamicQuery in interface com.liferay.portlet.social.service.SocialActivityLocalService
Throws:
com.liferay.portal.SystemException

getSocialActivity

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

getSocialActivities

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

getSocialActivitiesCount

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

updateSocialActivity

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

updateSocialActivity

public com.liferay.portlet.social.model.SocialActivity updateSocialActivity(com.liferay.portlet.social.model.SocialActivity socialActivity,
                                                                            boolean merge)
                                                                     throws com.liferay.portal.SystemException
Specified by:
updateSocialActivity in interface com.liferay.portlet.social.service.SocialActivityLocalService
Throws:
com.liferay.portal.SystemException

getSocialActivityLocalService

public com.liferay.portlet.social.service.SocialActivityLocalService getSocialActivityLocalService()

setSocialActivityLocalService

public void setSocialActivityLocalService(com.liferay.portlet.social.service.SocialActivityLocalService socialActivityLocalService)

getSocialActivityPersistence

public com.liferay.portlet.social.service.persistence.SocialActivityPersistence getSocialActivityPersistence()

setSocialActivityPersistence

public void setSocialActivityPersistence(com.liferay.portlet.social.service.persistence.SocialActivityPersistence socialActivityPersistence)

getSocialActivityFinder

public com.liferay.portlet.social.service.persistence.SocialActivityFinder getSocialActivityFinder()

setSocialActivityFinder

public void setSocialActivityFinder(com.liferay.portlet.social.service.persistence.SocialActivityFinder socialActivityFinder)

getSocialActivityInterpreterLocalService

public com.liferay.portlet.social.service.SocialActivityInterpreterLocalService getSocialActivityInterpreterLocalService()

setSocialActivityInterpreterLocalService

public void setSocialActivityInterpreterLocalService(com.liferay.portlet.social.service.SocialActivityInterpreterLocalService socialActivityInterpreterLocalService)

getSocialRelationLocalService

public com.liferay.portlet.social.service.SocialRelationLocalService getSocialRelationLocalService()

setSocialRelationLocalService

public void setSocialRelationLocalService(com.liferay.portlet.social.service.SocialRelationLocalService socialRelationLocalService)

getSocialRelationPersistence

public com.liferay.portlet.social.service.persistence.SocialRelationPersistence getSocialRelationPersistence()

setSocialRelationPersistence

public void setSocialRelationPersistence(com.liferay.portlet.social.service.persistence.SocialRelationPersistence socialRelationPersistence)

getSocialRequestLocalService

public com.liferay.portlet.social.service.SocialRequestLocalService getSocialRequestLocalService()

setSocialRequestLocalService

public void setSocialRequestLocalService(com.liferay.portlet.social.service.SocialRequestLocalService socialRequestLocalService)

getSocialRequestPersistence

public com.liferay.portlet.social.service.persistence.SocialRequestPersistence getSocialRequestPersistence()

setSocialRequestPersistence

public void setSocialRequestPersistence(com.liferay.portlet.social.service.persistence.SocialRequestPersistence socialRequestPersistence)

getSocialRequestInterpreterLocalService

public com.liferay.portlet.social.service.SocialRequestInterpreterLocalService getSocialRequestInterpreterLocalService()

setSocialRequestInterpreterLocalService

public void setSocialRequestInterpreterLocalService(com.liferay.portlet.social.service.SocialRequestInterpreterLocalService socialRequestInterpreterLocalService)

getCounterLocalService

public com.liferay.counter.service.CounterLocalService getCounterLocalService()

setCounterLocalService

public void setCounterLocalService(com.liferay.counter.service.CounterLocalService counterLocalService)

getCounterService

public com.liferay.counter.service.CounterService getCounterService()

setCounterService

public void setCounterService(com.liferay.counter.service.CounterService counterService)

getGroupLocalService

public com.liferay.portal.service.GroupLocalService getGroupLocalService()

setGroupLocalService

public void setGroupLocalService(com.liferay.portal.service.GroupLocalService groupLocalService)

getGroupService

public com.liferay.portal.service.GroupService getGroupService()

setGroupService

public void setGroupService(com.liferay.portal.service.GroupService groupService)

getGroupPersistence

public com.liferay.portal.service.persistence.GroupPersistence getGroupPersistence()

setGroupPersistence

public void setGroupPersistence(com.liferay.portal.service.persistence.GroupPersistence groupPersistence)

getGroupFinder

public com.liferay.portal.service.persistence.GroupFinder getGroupFinder()

setGroupFinder

public void setGroupFinder(com.liferay.portal.service.persistence.GroupFinder groupFinder)

getLayoutLocalService

public com.liferay.portal.service.LayoutLocalService getLayoutLocalService()

setLayoutLocalService

public void setLayoutLocalService(com.liferay.portal.service.LayoutLocalService layoutLocalService)

getLayoutService

public com.liferay.portal.service.LayoutService getLayoutService()

setLayoutService

public void setLayoutService(com.liferay.portal.service.LayoutService layoutService)

getLayoutPersistence

public com.liferay.portal.service.persistence.LayoutPersistence getLayoutPersistence()

setLayoutPersistence

public void setLayoutPersistence(com.liferay.portal.service.persistence.LayoutPersistence layoutPersistence)

getLayoutFinder

public com.liferay.portal.service.persistence.LayoutFinder getLayoutFinder()

setLayoutFinder

public void setLayoutFinder(com.liferay.portal.service.persistence.LayoutFinder layoutFinder)

getUserLocalService

public com.liferay.portal.service.UserLocalService getUserLocalService()

setUserLocalService

public void setUserLocalService(com.liferay.portal.service.UserLocalService userLocalService)

getUserService

public com.liferay.portal.service.UserService getUserService()

setUserService

public void setUserService(com.liferay.portal.service.UserService userService)

getUserPersistence

public com.liferay.portal.service.persistence.UserPersistence getUserPersistence()

setUserPersistence

public void setUserPersistence(com.liferay.portal.service.persistence.UserPersistence userPersistence)

getUserFinder

public com.liferay.portal.service.persistence.UserFinder getUserFinder()

setUserFinder

public void setUserFinder(com.liferay.portal.service.persistence.UserFinder userFinder)

runSQL

protected void runSQL(java.lang.String sql)
               throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException