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, org.springframework.beans.factory.InitializingBean
Direct Known Subclasses:
SocialActivityLocalServiceImpl

public abstract class SocialActivityLocalServiceBaseImpl
extends java.lang.Object
implements com.liferay.portlet.social.service.SocialActivityLocalService, org.springframework.beans.factory.InitializingBean

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.portlet.social.service.persistence.SocialActivityFinder socialActivityFinder
           
protected  com.liferay.portlet.social.service.SocialActivityInterpreterLocalService socialActivityInterpreterLocalService
           
protected  com.liferay.portlet.social.service.persistence.SocialActivityPersistence socialActivityPersistence
           
protected  com.liferay.portlet.social.service.persistence.SocialRelationFinder socialRelationFinder
           
protected  com.liferay.portlet.social.service.SocialRelationLocalService socialRelationLocalService
           
protected  com.liferay.portlet.social.service.persistence.SocialRelationPersistence socialRelationPersistence
           
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)
           
 void afterPropertiesSet()
           
 void deleteSocialActivity(long activityId)
           
 void deleteSocialActivity(com.liferay.portlet.social.model.SocialActivity socialActivity)
           
 java.util.List<com.liferay.portlet.social.model.SocialActivity> dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
           
 java.util.List<com.liferay.portlet.social.model.SocialActivity> dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer, int begin, int end)
           
 com.liferay.counter.service.CounterLocalService getCounterLocalService()
           
 com.liferay.counter.service.CounterService getCounterService()
           
 com.liferay.portlet.social.service.persistence.SocialActivityFinder getSocialActivityFinder()
           
 com.liferay.portlet.social.service.SocialActivityInterpreterLocalService getSocialActivityInterpreterLocalService()
           
 com.liferay.portlet.social.service.persistence.SocialActivityPersistence getSocialActivityPersistence()
           
 com.liferay.portlet.social.service.persistence.SocialRelationFinder getSocialRelationFinder()
           
 com.liferay.portlet.social.service.SocialRelationLocalService getSocialRelationLocalService()
           
 com.liferay.portlet.social.service.persistence.SocialRelationPersistence getSocialRelationPersistence()
           
 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()
           
 void setCounterLocalService(com.liferay.counter.service.CounterLocalService counterLocalService)
           
 void setCounterService(com.liferay.counter.service.CounterService counterService)
           
 void setSocialActivityFinder(com.liferay.portlet.social.service.persistence.SocialActivityFinder socialActivityFinder)
           
 void setSocialActivityInterpreterLocalService(com.liferay.portlet.social.service.SocialActivityInterpreterLocalService socialActivityInterpreterLocalService)
           
 void setSocialActivityPersistence(com.liferay.portlet.social.service.persistence.SocialActivityPersistence socialActivityPersistence)
           
 void setSocialRelationFinder(com.liferay.portlet.social.service.persistence.SocialRelationFinder socialRelationFinder)
           
 void setSocialRelationLocalService(com.liferay.portlet.social.service.SocialRelationLocalService socialRelationLocalService)
           
 void setSocialRelationPersistence(com.liferay.portlet.social.service.persistence.SocialRelationPersistence socialRelationPersistence)
           
 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)
           
 
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, deleteActivities, deleteActivities, getActivities, getActivities, getActivities, getActivities, getCompanyActivities, getCompanyActivitiesCount, getGroupActivities, getGroupActivitiesCount, getUserActivities, getUserActivitiesCount
 

Field Detail

socialActivityPersistence

protected com.liferay.portlet.social.service.persistence.SocialActivityPersistence socialActivityPersistence

socialActivityFinder

protected com.liferay.portlet.social.service.persistence.SocialActivityFinder socialActivityFinder

socialActivityInterpreterLocalService

protected com.liferay.portlet.social.service.SocialActivityInterpreterLocalService socialActivityInterpreterLocalService

socialRelationLocalService

protected com.liferay.portlet.social.service.SocialRelationLocalService socialRelationLocalService

socialRelationPersistence

protected com.liferay.portlet.social.service.persistence.SocialRelationPersistence socialRelationPersistence

socialRelationFinder

protected com.liferay.portlet.social.service.persistence.SocialRelationFinder socialRelationFinder

counterLocalService

protected com.liferay.counter.service.CounterLocalService counterLocalService

counterService

protected com.liferay.counter.service.CounterService counterService

userLocalService

protected com.liferay.portal.service.UserLocalService userLocalService

userService

protected com.liferay.portal.service.UserService userService

userPersistence

protected com.liferay.portal.service.persistence.UserPersistence userPersistence

userFinder

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

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.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

dynamicQuery

public java.util.List<com.liferay.portlet.social.model.SocialActivity> dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
                                                                             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<com.liferay.portlet.social.model.SocialActivity> dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
                                                                                    int begin,
                                                                                    int end)
                                                                             throws com.liferay.portal.SystemException
Specified by:
dynamicQuery 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

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)

getSocialRelationFinder

public com.liferay.portlet.social.service.persistence.SocialRelationFinder getSocialRelationFinder()

setSocialRelationFinder

public void setSocialRelationFinder(com.liferay.portlet.social.service.persistence.SocialRelationFinder socialRelationFinder)

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)

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)

afterPropertiesSet

public void afterPropertiesSet()
Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean