com.liferay.portlet.social.service.base
Class SocialRelationLocalServiceBaseImpl
java.lang.Object
com.liferay.portlet.social.service.base.SocialRelationLocalServiceBaseImpl
- All Implemented Interfaces:
- com.liferay.portal.kernel.bean.InitializingBean, com.liferay.portlet.social.service.SocialRelationLocalService
- Direct Known Subclasses:
- SocialRelationLocalServiceImpl
public abstract class SocialRelationLocalServiceBaseImpl
- extends java.lang.Object
- implements com.liferay.portlet.social.service.SocialRelationLocalService, com.liferay.portal.kernel.bean.InitializingBean
View Source
- Author:
- Brian Wing Shun Chan
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.SocialRelationLocalService |
addRelation, deleteRelation, deleteRelation, deleteRelations, getRelation, getRelation, getRelations, getRelationsCount, hasRelation, isRelatable |
socialActivityLocalService
protected com.liferay.portlet.social.service.SocialActivityLocalService socialActivityLocalService
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
socialRelationPersistence
protected com.liferay.portlet.social.service.persistence.SocialRelationPersistence socialRelationPersistence
socialRequestLocalService
protected com.liferay.portlet.social.service.SocialRequestLocalService socialRequestLocalService
socialRequestPersistence
protected com.liferay.portlet.social.service.persistence.SocialRequestPersistence socialRequestPersistence
socialRequestInterpreterLocalService
protected com.liferay.portlet.social.service.SocialRequestInterpreterLocalService socialRequestInterpreterLocalService
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
SocialRelationLocalServiceBaseImpl
public SocialRelationLocalServiceBaseImpl()
addSocialRelation
public com.liferay.portlet.social.model.SocialRelation addSocialRelation(com.liferay.portlet.social.model.SocialRelation socialRelation)
throws com.liferay.portal.SystemException
- Specified by:
addSocialRelation
in interface com.liferay.portlet.social.service.SocialRelationLocalService
- Throws:
com.liferay.portal.SystemException
deleteSocialRelation
public void deleteSocialRelation(long relationId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
deleteSocialRelation
in interface com.liferay.portlet.social.service.SocialRelationLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteSocialRelation
public void deleteSocialRelation(com.liferay.portlet.social.model.SocialRelation socialRelation)
throws com.liferay.portal.SystemException
- Specified by:
deleteSocialRelation
in interface com.liferay.portlet.social.service.SocialRelationLocalService
- 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.SocialRelationLocalService
- 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.SocialRelationLocalService
- Throws:
com.liferay.portal.SystemException
getSocialRelation
public com.liferay.portlet.social.model.SocialRelation getSocialRelation(long relationId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getSocialRelation
in interface com.liferay.portlet.social.service.SocialRelationLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getSocialRelations
public java.util.List<com.liferay.portlet.social.model.SocialRelation> getSocialRelations(int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
getSocialRelations
in interface com.liferay.portlet.social.service.SocialRelationLocalService
- Throws:
com.liferay.portal.SystemException
getSocialRelationsCount
public int getSocialRelationsCount()
throws com.liferay.portal.SystemException
- Specified by:
getSocialRelationsCount
in interface com.liferay.portlet.social.service.SocialRelationLocalService
- Throws:
com.liferay.portal.SystemException
updateSocialRelation
public com.liferay.portlet.social.model.SocialRelation updateSocialRelation(com.liferay.portlet.social.model.SocialRelation socialRelation)
throws com.liferay.portal.SystemException
- Specified by:
updateSocialRelation
in interface com.liferay.portlet.social.service.SocialRelationLocalService
- 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)
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)
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 com.liferay.portal.kernel.bean.InitializingBean