Liferay 6.0.5

Uses of Interface
com.liferay.portlet.social.model.SocialRelation

Packages that use SocialRelation
com.liferay.portlet.social.model   
com.liferay.portlet.social.model.impl   
com.liferay.portlet.social.service   
com.liferay.portlet.social.service.base   
com.liferay.portlet.social.service.impl   
com.liferay.portlet.social.service.persistence   
 

Uses of SocialRelation in com.liferay.portlet.social.model
 

Classes in com.liferay.portlet.social.model that implement SocialRelation
 class SocialRelationWrapper
           This class is a wrapper for SocialRelation.
 

Methods in com.liferay.portlet.social.model that return SocialRelation
 SocialRelation SocialRelationWrapper.getWrappedSocialRelation()
           
 SocialRelation SocialRelationWrapper.toEscapedModel()
           
 SocialRelation SocialRelationModel.toEscapedModel()
          Gets a copy of this social relation as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.
 

Methods in com.liferay.portlet.social.model with parameters of type SocialRelation
 int SocialRelationWrapper.compareTo(SocialRelation socialRelation)
           
 int SocialRelationModel.compareTo(SocialRelation socialRelation)
           
 

Constructors in com.liferay.portlet.social.model with parameters of type SocialRelation
SocialRelationWrapper(SocialRelation socialRelation)
           
 

Uses of SocialRelation in com.liferay.portlet.social.model.impl
 

Classes in com.liferay.portlet.social.model.impl that implement SocialRelation
 class SocialRelationImpl
           
 

Methods in com.liferay.portlet.social.model.impl that return SocialRelation
 SocialRelation SocialRelationModelImpl.toEscapedModel()
           
 

Methods in com.liferay.portlet.social.model.impl with parameters of type SocialRelation
 int SocialRelationModelImpl.compareTo(SocialRelation socialRelation)
           
 

Uses of SocialRelation in com.liferay.portlet.social.service
 

Methods in com.liferay.portlet.social.service that return SocialRelation
 SocialRelation SocialRelationLocalServiceWrapper.addRelation(long userId1, long userId2, int type)
           
static SocialRelation SocialRelationLocalServiceUtil.addRelation(long userId1, long userId2, int type)
           
 SocialRelation SocialRelationLocalService.addRelation(long userId1, long userId2, int type)
           
 SocialRelation SocialRelationLocalServiceWrapper.addSocialRelation(SocialRelation socialRelation)
          Adds the social relation to the database.
static SocialRelation SocialRelationLocalServiceUtil.addSocialRelation(SocialRelation socialRelation)
          Adds the social relation to the database.
 SocialRelation SocialRelationLocalService.addSocialRelation(SocialRelation socialRelation)
          Adds the social relation to the database.
 SocialRelation SocialRelationLocalServiceWrapper.createSocialRelation(long relationId)
          Creates a new social relation with the primary key.
static SocialRelation SocialRelationLocalServiceUtil.createSocialRelation(long relationId)
          Creates a new social relation with the primary key.
 SocialRelation SocialRelationLocalService.createSocialRelation(long relationId)
          Creates a new social relation with the primary key.
 SocialRelation SocialRelationLocalServiceWrapper.getRelation(long relationId)
           
static SocialRelation SocialRelationLocalServiceUtil.getRelation(long relationId)
           
 SocialRelation SocialRelationLocalService.getRelation(long relationId)
           
 SocialRelation SocialRelationLocalServiceWrapper.getRelation(long userId1, long userId2, int type)
           
static SocialRelation SocialRelationLocalServiceUtil.getRelation(long userId1, long userId2, int type)
           
 SocialRelation SocialRelationLocalService.getRelation(long userId1, long userId2, int type)
           
 SocialRelation SocialRelationLocalServiceWrapper.getSocialRelation(long relationId)
          Gets the social relation with the primary key.
static SocialRelation SocialRelationLocalServiceUtil.getSocialRelation(long relationId)
          Gets the social relation with the primary key.
 SocialRelation SocialRelationLocalService.getSocialRelation(long relationId)
          Gets the social relation with the primary key.
 SocialRelation SocialRelationLocalServiceWrapper.updateSocialRelation(SocialRelation socialRelation)
          Updates the social relation in the database.
static SocialRelation SocialRelationLocalServiceUtil.updateSocialRelation(SocialRelation socialRelation)
          Updates the social relation in the database.
 SocialRelation SocialRelationLocalService.updateSocialRelation(SocialRelation socialRelation)
          Updates the social relation in the database.
 SocialRelation SocialRelationLocalServiceWrapper.updateSocialRelation(SocialRelation socialRelation, boolean merge)
          Updates the social relation in the database.
static SocialRelation SocialRelationLocalServiceUtil.updateSocialRelation(SocialRelation socialRelation, boolean merge)
          Updates the social relation in the database.
 SocialRelation SocialRelationLocalService.updateSocialRelation(SocialRelation socialRelation, boolean merge)
          Updates the social relation in the database.
 

Methods in com.liferay.portlet.social.service that return types with arguments of type SocialRelation
 List<SocialRelation> SocialRelationLocalServiceWrapper.getRelations(long userId, int type, int start, int end)
           
static List<SocialRelation> SocialRelationLocalServiceUtil.getRelations(long userId, int type, int start, int end)
           
 List<SocialRelation> SocialRelationLocalService.getRelations(long userId, int type, int start, int end)
           
 List<SocialRelation> SocialRelationLocalServiceWrapper.getSocialRelations(int start, int end)
          Gets a range of all the social relations.
static List<SocialRelation> SocialRelationLocalServiceUtil.getSocialRelations(int start, int end)
          Gets a range of all the social relations.
 List<SocialRelation> SocialRelationLocalService.getSocialRelations(int start, int end)
          Gets a range of all the social relations.
 

Methods in com.liferay.portlet.social.service with parameters of type SocialRelation
 SocialRelation SocialRelationLocalServiceWrapper.addSocialRelation(SocialRelation socialRelation)
          Adds the social relation to the database.
static SocialRelation SocialRelationLocalServiceUtil.addSocialRelation(SocialRelation socialRelation)
          Adds the social relation to the database.
 SocialRelation SocialRelationLocalService.addSocialRelation(SocialRelation socialRelation)
          Adds the social relation to the database.
 void SocialRelationLocalServiceWrapper.deleteRelation(SocialRelation relation)
           
static void SocialRelationLocalServiceUtil.deleteRelation(SocialRelation relation)
           
 void SocialRelationLocalService.deleteRelation(SocialRelation relation)
           
 void SocialRelationLocalServiceWrapper.deleteSocialRelation(SocialRelation socialRelation)
          Deletes the social relation from the database.
static void SocialRelationLocalServiceUtil.deleteSocialRelation(SocialRelation socialRelation)
          Deletes the social relation from the database.
 void SocialRelationLocalService.deleteSocialRelation(SocialRelation socialRelation)
          Deletes the social relation from the database.
 SocialRelation SocialRelationLocalServiceWrapper.updateSocialRelation(SocialRelation socialRelation)
          Updates the social relation in the database.
static SocialRelation SocialRelationLocalServiceUtil.updateSocialRelation(SocialRelation socialRelation)
          Updates the social relation in the database.
 SocialRelation SocialRelationLocalService.updateSocialRelation(SocialRelation socialRelation)
          Updates the social relation in the database.
 SocialRelation SocialRelationLocalServiceWrapper.updateSocialRelation(SocialRelation socialRelation, boolean merge)
          Updates the social relation in the database.
static SocialRelation SocialRelationLocalServiceUtil.updateSocialRelation(SocialRelation socialRelation, boolean merge)
          Updates the social relation in the database.
 SocialRelation SocialRelationLocalService.updateSocialRelation(SocialRelation socialRelation, boolean merge)
          Updates the social relation in the database.
 

Uses of SocialRelation in com.liferay.portlet.social.service.base
 

Methods in com.liferay.portlet.social.service.base that return SocialRelation
 SocialRelation SocialRelationLocalServiceBaseImpl.addSocialRelation(SocialRelation socialRelation)
          Adds the social relation to the database.
 SocialRelation SocialRelationLocalServiceBaseImpl.createSocialRelation(long relationId)
          Creates a new social relation with the primary key.
 SocialRelation SocialRelationLocalServiceBaseImpl.getSocialRelation(long relationId)
          Gets the social relation with the primary key.
 SocialRelation SocialRelationLocalServiceBaseImpl.updateSocialRelation(SocialRelation socialRelation)
          Updates the social relation in the database.
 SocialRelation SocialRelationLocalServiceBaseImpl.updateSocialRelation(SocialRelation socialRelation, boolean merge)
          Updates the social relation in the database.
 

Methods in com.liferay.portlet.social.service.base that return types with arguments of type SocialRelation
 List<SocialRelation> SocialRelationLocalServiceBaseImpl.getSocialRelations(int start, int end)
          Gets a range of all the social relations.
 

Methods in com.liferay.portlet.social.service.base with parameters of type SocialRelation
 SocialRelation SocialRelationLocalServiceBaseImpl.addSocialRelation(SocialRelation socialRelation)
          Adds the social relation to the database.
 void SocialRelationLocalServiceBaseImpl.deleteSocialRelation(SocialRelation socialRelation)
          Deletes the social relation from the database.
 SocialRelation SocialRelationLocalServiceBaseImpl.updateSocialRelation(SocialRelation socialRelation)
          Updates the social relation in the database.
 SocialRelation SocialRelationLocalServiceBaseImpl.updateSocialRelation(SocialRelation socialRelation, boolean merge)
          Updates the social relation in the database.
 

Uses of SocialRelation in com.liferay.portlet.social.service.impl
 

Methods in com.liferay.portlet.social.service.impl that return SocialRelation
 SocialRelation SocialRelationLocalServiceImpl.addRelation(long userId1, long userId2, int type)
           
 SocialRelation SocialRelationLocalServiceImpl.getRelation(long relationId)
           
 SocialRelation SocialRelationLocalServiceImpl.getRelation(long userId1, long userId2, int type)
           
 

Methods in com.liferay.portlet.social.service.impl that return types with arguments of type SocialRelation
 List<SocialRelation> SocialRelationLocalServiceImpl.getRelations(long userId, int type, int start, int end)
           
 

Methods in com.liferay.portlet.social.service.impl with parameters of type SocialRelation
 void SocialRelationLocalServiceImpl.deleteRelation(SocialRelation relation)
           
 

Uses of SocialRelation in com.liferay.portlet.social.service.persistence
 

Methods in com.liferay.portlet.social.service.persistence that return SocialRelation
static SocialRelation SocialRelationUtil.create(long relationId)
          Creates a new social relation with the primary key.
 SocialRelation SocialRelationPersistence.create(long relationId)
          Creates a new social relation with the primary key.
 SocialRelation SocialRelationPersistenceImpl.create(long relationId)
          Creates a new social relation with the primary key.
static SocialRelation SocialRelationUtil.fetchByPrimaryKey(long relationId)
          Finds the social relation with the primary key or returns null if it could not be found.
 SocialRelation SocialRelationPersistence.fetchByPrimaryKey(long relationId)
          Finds the social relation with the primary key or returns null if it could not be found.
 SocialRelation SocialRelationPersistenceImpl.fetchByPrimaryKey(long relationId)
          Finds the social relation with the primary key or returns null if it could not be found.
 SocialRelation SocialRelationPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Finds the social relation with the primary key or returns null if it could not be found.
static SocialRelation SocialRelationUtil.fetchByU1_U2_T(long userId1, long userId2, int type)
          Finds the social relation where userId1 = ? and userId2 = ? and type = ? or returns null if it could not be found.
 SocialRelation SocialRelationPersistence.fetchByU1_U2_T(long userId1, long userId2, int type)
          Finds the social relation where userId1 = ? and userId2 = ? and type = ? or returns null if it could not be found.
 SocialRelation SocialRelationPersistenceImpl.fetchByU1_U2_T(long userId1, long userId2, int type)
          Finds the social relation where userId1 = ? and userId2 = ? and type = ? or returns null if it could not be found.
static SocialRelation SocialRelationUtil.fetchByU1_U2_T(long userId1, long userId2, int type, boolean retrieveFromCache)
          Finds the social relation where userId1 = ? and userId2 = ? and type = ? or returns null if it could not be found, optionally using the finder cache.
 SocialRelation SocialRelationPersistence.fetchByU1_U2_T(long userId1, long userId2, int type, boolean retrieveFromCache)
          Finds the social relation where userId1 = ? and userId2 = ? and type = ? or returns null if it could not be found, optionally using the finder cache.
 SocialRelation SocialRelationPersistenceImpl.fetchByU1_U2_T(long userId1, long userId2, int type, boolean retrieveFromCache)
          Finds the social relation where userId1 = ? and userId2 = ? and type = ? or returns null if it could not be found, optionally using the finder cache.
static SocialRelation SocialRelationUtil.findByC_T_First(long companyId, int type, OrderByComparator orderByComparator)
          Finds the first social relation in the ordered set where companyId = ? and type = ?.
 SocialRelation SocialRelationPersistence.findByC_T_First(long companyId, int type, OrderByComparator orderByComparator)
          Finds the first social relation in the ordered set where companyId = ? and type = ?.
 SocialRelation SocialRelationPersistenceImpl.findByC_T_First(long companyId, int type, OrderByComparator orderByComparator)
          Finds the first social relation in the ordered set where companyId = ? and type = ?.
static SocialRelation SocialRelationUtil.findByC_T_Last(long companyId, int type, OrderByComparator orderByComparator)
          Finds the last social relation in the ordered set where companyId = ? and type = ?.
 SocialRelation SocialRelationPersistence.findByC_T_Last(long companyId, int type, OrderByComparator orderByComparator)
          Finds the last social relation in the ordered set where companyId = ? and type = ?.
 SocialRelation SocialRelationPersistenceImpl.findByC_T_Last(long companyId, int type, OrderByComparator orderByComparator)
          Finds the last social relation in the ordered set where companyId = ? and type = ?.
static SocialRelation[] SocialRelationUtil.findByC_T_PrevAndNext(long relationId, long companyId, int type, OrderByComparator orderByComparator)
          Finds the social relations before and after the current social relation in the ordered set where companyId = ? and type = ?.
 SocialRelation[] SocialRelationPersistence.findByC_T_PrevAndNext(long relationId, long companyId, int type, OrderByComparator orderByComparator)
          Finds the social relations before and after the current social relation in the ordered set where companyId = ? and type = ?.
 SocialRelation[] SocialRelationPersistenceImpl.findByC_T_PrevAndNext(long relationId, long companyId, int type, OrderByComparator orderByComparator)
          Finds the social relations before and after the current social relation in the ordered set where companyId = ? and type = ?.
static SocialRelation SocialRelationUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first social relation in the ordered set where companyId = ?.
 SocialRelation SocialRelationPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first social relation in the ordered set where companyId = ?.
 SocialRelation SocialRelationPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first social relation in the ordered set where companyId = ?.
static SocialRelation SocialRelationUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last social relation in the ordered set where companyId = ?.
 SocialRelation SocialRelationPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last social relation in the ordered set where companyId = ?.
 SocialRelation SocialRelationPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last social relation in the ordered set where companyId = ?.
static SocialRelation[] SocialRelationUtil.findByCompanyId_PrevAndNext(long relationId, long companyId, OrderByComparator orderByComparator)
          Finds the social relations before and after the current social relation in the ordered set where companyId = ?.
 SocialRelation[] SocialRelationPersistence.findByCompanyId_PrevAndNext(long relationId, long companyId, OrderByComparator orderByComparator)
          Finds the social relations before and after the current social relation in the ordered set where companyId = ?.
 SocialRelation[] SocialRelationPersistenceImpl.findByCompanyId_PrevAndNext(long relationId, long companyId, OrderByComparator orderByComparator)
          Finds the social relations before and after the current social relation in the ordered set where companyId = ?.
static SocialRelation SocialRelationUtil.findByPrimaryKey(long relationId)
          Finds the social relation with the primary key or throws a NoSuchRelationException if it could not be found.
 SocialRelation SocialRelationPersistence.findByPrimaryKey(long relationId)
          Finds the social relation with the primary key or throws a NoSuchRelationException if it could not be found.
 SocialRelation SocialRelationPersistenceImpl.findByPrimaryKey(long relationId)
          Finds the social relation with the primary key or throws a NoSuchRelationException if it could not be found.
 SocialRelation SocialRelationPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the social relation with the primary key or throws a NoSuchModelException if it could not be found.
static SocialRelation SocialRelationUtil.findByType_First(int type, OrderByComparator orderByComparator)
          Finds the first social relation in the ordered set where type = ?.
 SocialRelation SocialRelationPersistence.findByType_First(int type, OrderByComparator orderByComparator)
          Finds the first social relation in the ordered set where type = ?.
 SocialRelation SocialRelationPersistenceImpl.findByType_First(int type, OrderByComparator orderByComparator)
          Finds the first social relation in the ordered set where type = ?.
static SocialRelation SocialRelationUtil.findByType_Last(int type, OrderByComparator orderByComparator)
          Finds the last social relation in the ordered set where type = ?.
 SocialRelation SocialRelationPersistence.findByType_Last(int type, OrderByComparator orderByComparator)
          Finds the last social relation in the ordered set where type = ?.
 SocialRelation SocialRelationPersistenceImpl.findByType_Last(int type, OrderByComparator orderByComparator)
          Finds the last social relation in the ordered set where type = ?.
static SocialRelation[] SocialRelationUtil.findByType_PrevAndNext(long relationId, int type, OrderByComparator orderByComparator)
          Finds the social relations before and after the current social relation in the ordered set where type = ?.
 SocialRelation[] SocialRelationPersistence.findByType_PrevAndNext(long relationId, int type, OrderByComparator orderByComparator)
          Finds the social relations before and after the current social relation in the ordered set where type = ?.
 SocialRelation[] SocialRelationPersistenceImpl.findByType_PrevAndNext(long relationId, int type, OrderByComparator orderByComparator)
          Finds the social relations before and after the current social relation in the ordered set where type = ?.
static SocialRelation SocialRelationUtil.findByU1_T_First(long userId1, int type, OrderByComparator orderByComparator)
          Finds the first social relation in the ordered set where userId1 = ? and type = ?.
 SocialRelation SocialRelationPersistence.findByU1_T_First(long userId1, int type, OrderByComparator orderByComparator)
          Finds the first social relation in the ordered set where userId1 = ? and type = ?.
 SocialRelation SocialRelationPersistenceImpl.findByU1_T_First(long userId1, int type, OrderByComparator orderByComparator)
          Finds the first social relation in the ordered set where userId1 = ? and type = ?.
static SocialRelation SocialRelationUtil.findByU1_T_Last(long userId1, int type, OrderByComparator orderByComparator)
          Finds the last social relation in the ordered set where userId1 = ? and type = ?.
 SocialRelation SocialRelationPersistence.findByU1_T_Last(long userId1, int type, OrderByComparator orderByComparator)
          Finds the last social relation in the ordered set where userId1 = ? and type = ?.
 SocialRelation SocialRelationPersistenceImpl.findByU1_T_Last(long userId1, int type, OrderByComparator orderByComparator)
          Finds the last social relation in the ordered set where userId1 = ? and type = ?.
static SocialRelation[] SocialRelationUtil.findByU1_T_PrevAndNext(long relationId, long userId1, int type, OrderByComparator orderByComparator)
          Finds the social relations before and after the current social relation in the ordered set where userId1 = ? and type = ?.
 SocialRelation[] SocialRelationPersistence.findByU1_T_PrevAndNext(long relationId, long userId1, int type, OrderByComparator orderByComparator)
          Finds the social relations before and after the current social relation in the ordered set where userId1 = ? and type = ?.
 SocialRelation[] SocialRelationPersistenceImpl.findByU1_T_PrevAndNext(long relationId, long userId1, int type, OrderByComparator orderByComparator)
          Finds the social relations before and after the current social relation in the ordered set where userId1 = ? and type = ?.
static SocialRelation SocialRelationUtil.findByU1_U2_T(long userId1, long userId2, int type)
          Finds the social relation where userId1 = ? and userId2 = ? and type = ? or throws a NoSuchRelationException if it could not be found.
 SocialRelation SocialRelationPersistence.findByU1_U2_T(long userId1, long userId2, int type)
          Finds the social relation where userId1 = ? and userId2 = ? and type = ? or throws a NoSuchRelationException if it could not be found.
 SocialRelation SocialRelationPersistenceImpl.findByU1_U2_T(long userId1, long userId2, int type)
          Finds the social relation where userId1 = ? and userId2 = ? and type = ? or throws a NoSuchRelationException if it could not be found.
static SocialRelation SocialRelationUtil.findByU2_T_First(long userId2, int type, OrderByComparator orderByComparator)
          Finds the first social relation in the ordered set where userId2 = ? and type = ?.
 SocialRelation SocialRelationPersistence.findByU2_T_First(long userId2, int type, OrderByComparator orderByComparator)
          Finds the first social relation in the ordered set where userId2 = ? and type = ?.
 SocialRelation SocialRelationPersistenceImpl.findByU2_T_First(long userId2, int type, OrderByComparator orderByComparator)
          Finds the first social relation in the ordered set where userId2 = ? and type = ?.
static SocialRelation SocialRelationUtil.findByU2_T_Last(long userId2, int type, OrderByComparator orderByComparator)
          Finds the last social relation in the ordered set where userId2 = ? and type = ?.
 SocialRelation SocialRelationPersistence.findByU2_T_Last(long userId2, int type, OrderByComparator orderByComparator)
          Finds the last social relation in the ordered set where userId2 = ? and type = ?.
 SocialRelation SocialRelationPersistenceImpl.findByU2_T_Last(long userId2, int type, OrderByComparator orderByComparator)
          Finds the last social relation in the ordered set where userId2 = ? and type = ?.
static SocialRelation[] SocialRelationUtil.findByU2_T_PrevAndNext(long relationId, long userId2, int type, OrderByComparator orderByComparator)
          Finds the social relations before and after the current social relation in the ordered set where userId2 = ? and type = ?.
 SocialRelation[] SocialRelationPersistence.findByU2_T_PrevAndNext(long relationId, long userId2, int type, OrderByComparator orderByComparator)
          Finds the social relations before and after the current social relation in the ordered set where userId2 = ? and type = ?.
 SocialRelation[] SocialRelationPersistenceImpl.findByU2_T_PrevAndNext(long relationId, long userId2, int type, OrderByComparator orderByComparator)
          Finds the social relations before and after the current social relation in the ordered set where userId2 = ? and type = ?.
static SocialRelation SocialRelationUtil.findByUserId1_First(long userId1, OrderByComparator orderByComparator)
          Finds the first social relation in the ordered set where userId1 = ?.
 SocialRelation SocialRelationPersistence.findByUserId1_First(long userId1, OrderByComparator orderByComparator)
          Finds the first social relation in the ordered set where userId1 = ?.
 SocialRelation SocialRelationPersistenceImpl.findByUserId1_First(long userId1, OrderByComparator orderByComparator)
          Finds the first social relation in the ordered set where userId1 = ?.
static SocialRelation SocialRelationUtil.findByUserId1_Last(long userId1, OrderByComparator orderByComparator)
          Finds the last social relation in the ordered set where userId1 = ?.
 SocialRelation SocialRelationPersistence.findByUserId1_Last(long userId1, OrderByComparator orderByComparator)
          Finds the last social relation in the ordered set where userId1 = ?.
 SocialRelation SocialRelationPersistenceImpl.findByUserId1_Last(long userId1, OrderByComparator orderByComparator)
          Finds the last social relation in the ordered set where userId1 = ?.
static SocialRelation[] SocialRelationUtil.findByUserId1_PrevAndNext(long relationId, long userId1, OrderByComparator orderByComparator)
          Finds the social relations before and after the current social relation in the ordered set where userId1 = ?.
 SocialRelation[] SocialRelationPersistence.findByUserId1_PrevAndNext(long relationId, long userId1, OrderByComparator orderByComparator)
          Finds the social relations before and after the current social relation in the ordered set where userId1 = ?.
 SocialRelation[] SocialRelationPersistenceImpl.findByUserId1_PrevAndNext(long relationId, long userId1, OrderByComparator orderByComparator)
          Finds the social relations before and after the current social relation in the ordered set where userId1 = ?.
static SocialRelation SocialRelationUtil.findByUserId2_First(long userId2, OrderByComparator orderByComparator)
          Finds the first social relation in the ordered set where userId2 = ?.
 SocialRelation SocialRelationPersistence.findByUserId2_First(long userId2, OrderByComparator orderByComparator)
          Finds the first social relation in the ordered set where userId2 = ?.
 SocialRelation SocialRelationPersistenceImpl.findByUserId2_First(long userId2, OrderByComparator orderByComparator)
          Finds the first social relation in the ordered set where userId2 = ?.
static SocialRelation SocialRelationUtil.findByUserId2_Last(long userId2, OrderByComparator orderByComparator)
          Finds the last social relation in the ordered set where userId2 = ?.
 SocialRelation SocialRelationPersistence.findByUserId2_Last(long userId2, OrderByComparator orderByComparator)
          Finds the last social relation in the ordered set where userId2 = ?.
 SocialRelation SocialRelationPersistenceImpl.findByUserId2_Last(long userId2, OrderByComparator orderByComparator)
          Finds the last social relation in the ordered set where userId2 = ?.
static SocialRelation[] SocialRelationUtil.findByUserId2_PrevAndNext(long relationId, long userId2, OrderByComparator orderByComparator)
          Finds the social relations before and after the current social relation in the ordered set where userId2 = ?.
 SocialRelation[] SocialRelationPersistence.findByUserId2_PrevAndNext(long relationId, long userId2, OrderByComparator orderByComparator)
          Finds the social relations before and after the current social relation in the ordered set where userId2 = ?.
 SocialRelation[] SocialRelationPersistenceImpl.findByUserId2_PrevAndNext(long relationId, long userId2, OrderByComparator orderByComparator)
          Finds the social relations before and after the current social relation in the ordered set where userId2 = ?.
static SocialRelation SocialRelationUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Finds the first social relation in the ordered set where uuid = ?.
 SocialRelation SocialRelationPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Finds the first social relation in the ordered set where uuid = ?.
 SocialRelation SocialRelationPersistenceImpl.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Finds the first social relation in the ordered set where uuid = ?.
static SocialRelation SocialRelationUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Finds the last social relation in the ordered set where uuid = ?.
 SocialRelation SocialRelationPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Finds the last social relation in the ordered set where uuid = ?.
 SocialRelation SocialRelationPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Finds the last social relation in the ordered set where uuid = ?.
static SocialRelation[] SocialRelationUtil.findByUuid_PrevAndNext(long relationId, String uuid, OrderByComparator orderByComparator)
          Finds the social relations before and after the current social relation in the ordered set where uuid = ?.
 SocialRelation[] SocialRelationPersistence.findByUuid_PrevAndNext(long relationId, String uuid, OrderByComparator orderByComparator)
          Finds the social relations before and after the current social relation in the ordered set where uuid = ?.
 SocialRelation[] SocialRelationPersistenceImpl.findByUuid_PrevAndNext(long relationId, String uuid, OrderByComparator orderByComparator)
          Finds the social relations before and after the current social relation in the ordered set where uuid = ?.
protected  SocialRelation SocialRelationPersistenceImpl.getByC_T_PrevAndNext(Session session, SocialRelation socialRelation, long companyId, int type, OrderByComparator orderByComparator, boolean previous)
           
protected  SocialRelation SocialRelationPersistenceImpl.getByCompanyId_PrevAndNext(Session session, SocialRelation socialRelation, long companyId, OrderByComparator orderByComparator, boolean previous)
           
protected  SocialRelation SocialRelationPersistenceImpl.getByType_PrevAndNext(Session session, SocialRelation socialRelation, int type, OrderByComparator orderByComparator, boolean previous)
           
protected  SocialRelation SocialRelationPersistenceImpl.getByU1_T_PrevAndNext(Session session, SocialRelation socialRelation, long userId1, int type, OrderByComparator orderByComparator, boolean previous)
           
protected  SocialRelation SocialRelationPersistenceImpl.getByU2_T_PrevAndNext(Session session, SocialRelation socialRelation, long userId2, int type, OrderByComparator orderByComparator, boolean previous)
           
protected  SocialRelation SocialRelationPersistenceImpl.getByUserId1_PrevAndNext(Session session, SocialRelation socialRelation, long userId1, OrderByComparator orderByComparator, boolean previous)
           
protected  SocialRelation SocialRelationPersistenceImpl.getByUserId2_PrevAndNext(Session session, SocialRelation socialRelation, long userId2, OrderByComparator orderByComparator, boolean previous)
           
protected  SocialRelation SocialRelationPersistenceImpl.getByUuid_PrevAndNext(Session session, SocialRelation socialRelation, String uuid, OrderByComparator orderByComparator, boolean previous)
           
static SocialRelation SocialRelationUtil.remove(long relationId)
          Removes the social relation with the primary key from the database.
 SocialRelation SocialRelationPersistence.remove(long relationId)
          Removes the social relation with the primary key from the database.
 SocialRelation SocialRelationPersistenceImpl.remove(long relationId)
          Removes the social relation with the primary key from the database.
 SocialRelation SocialRelationPersistenceImpl.remove(Serializable primaryKey)
          Removes the social relation with the primary key from the database.
static SocialRelation SocialRelationUtil.remove(SocialRelation socialRelation)
           
protected  SocialRelation SocialRelationPersistenceImpl.removeImpl(SocialRelation socialRelation)
           
protected  SocialRelation SocialRelationPersistenceImpl.toUnwrappedModel(SocialRelation socialRelation)
           
static SocialRelation SocialRelationUtil.update(SocialRelation socialRelation, boolean merge)
           
static SocialRelation SocialRelationUtil.update(SocialRelation socialRelation, boolean merge, ServiceContext serviceContext)
           
static SocialRelation SocialRelationUtil.updateImpl(SocialRelation socialRelation, boolean merge)
           
 SocialRelation SocialRelationPersistence.updateImpl(SocialRelation socialRelation, boolean merge)
           
 SocialRelation SocialRelationPersistenceImpl.updateImpl(SocialRelation socialRelation, boolean merge)
           
 

Methods in com.liferay.portlet.social.service.persistence that return types with arguments of type SocialRelation
static List<SocialRelation> SocialRelationUtil.findAll()
          Finds all the social relations.
 List<SocialRelation> SocialRelationPersistence.findAll()
          Finds all the social relations.
 List<SocialRelation> SocialRelationPersistenceImpl.findAll()
          Finds all the social relations.
static List<SocialRelation> SocialRelationUtil.findAll(int start, int end)
          Finds a range of all the social relations.
 List<SocialRelation> SocialRelationPersistence.findAll(int start, int end)
          Finds a range of all the social relations.
 List<SocialRelation> SocialRelationPersistenceImpl.findAll(int start, int end)
          Finds a range of all the social relations.
static List<SocialRelation> SocialRelationUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the social relations.
 List<SocialRelation> SocialRelationPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the social relations.
 List<SocialRelation> SocialRelationPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the social relations.
static List<SocialRelation> SocialRelationUtil.findByC_T(long companyId, int type)
          Finds all the social relations where companyId = ? and type = ?.
 List<SocialRelation> SocialRelationPersistence.findByC_T(long companyId, int type)
          Finds all the social relations where companyId = ? and type = ?.
 List<SocialRelation> SocialRelationPersistenceImpl.findByC_T(long companyId, int type)
          Finds all the social relations where companyId = ? and type = ?.
static List<SocialRelation> SocialRelationUtil.findByC_T(long companyId, int type, int start, int end)
          Finds a range of all the social relations where companyId = ? and type = ?.
 List<SocialRelation> SocialRelationPersistence.findByC_T(long companyId, int type, int start, int end)
          Finds a range of all the social relations where companyId = ? and type = ?.
 List<SocialRelation> SocialRelationPersistenceImpl.findByC_T(long companyId, int type, int start, int end)
          Finds a range of all the social relations where companyId = ? and type = ?.
static List<SocialRelation> SocialRelationUtil.findByC_T(long companyId, int type, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the social relations where companyId = ? and type = ?.
 List<SocialRelation> SocialRelationPersistence.findByC_T(long companyId, int type, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the social relations where companyId = ? and type = ?.
 List<SocialRelation> SocialRelationPersistenceImpl.findByC_T(long companyId, int type, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the social relations where companyId = ? and type = ?.
static List<SocialRelation> SocialRelationUtil.findByCompanyId(long companyId)
          Finds all the social relations where companyId = ?.
 List<SocialRelation> SocialRelationPersistence.findByCompanyId(long companyId)
          Finds all the social relations where companyId = ?.
 List<SocialRelation> SocialRelationPersistenceImpl.findByCompanyId(long companyId)
          Finds all the social relations where companyId = ?.
static List<SocialRelation> SocialRelationUtil.findByCompanyId(long companyId, int start, int end)
          Finds a range of all the social relations where companyId = ?.
 List<SocialRelation> SocialRelationPersistence.findByCompanyId(long companyId, int start, int end)
          Finds a range of all the social relations where companyId = ?.
 List<SocialRelation> SocialRelationPersistenceImpl.findByCompanyId(long companyId, int start, int end)
          Finds a range of all the social relations where companyId = ?.
static List<SocialRelation> SocialRelationUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the social relations where companyId = ?.
 List<SocialRelation> SocialRelationPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the social relations where companyId = ?.
 List<SocialRelation> SocialRelationPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the social relations where companyId = ?.
static List<SocialRelation> SocialRelationUtil.findByType(int type)
          Finds all the social relations where type = ?.
 List<SocialRelation> SocialRelationPersistence.findByType(int type)
          Finds all the social relations where type = ?.
 List<SocialRelation> SocialRelationPersistenceImpl.findByType(int type)
          Finds all the social relations where type = ?.
static List<SocialRelation> SocialRelationUtil.findByType(int type, int start, int end)
          Finds a range of all the social relations where type = ?.
 List<SocialRelation> SocialRelationPersistence.findByType(int type, int start, int end)
          Finds a range of all the social relations where type = ?.
 List<SocialRelation> SocialRelationPersistenceImpl.findByType(int type, int start, int end)
          Finds a range of all the social relations where type = ?.
static List<SocialRelation> SocialRelationUtil.findByType(int type, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the social relations where type = ?.
 List<SocialRelation> SocialRelationPersistence.findByType(int type, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the social relations where type = ?.
 List<SocialRelation> SocialRelationPersistenceImpl.findByType(int type, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the social relations where type = ?.
static List<SocialRelation> SocialRelationUtil.findByU1_T(long userId1, int type)
          Finds all the social relations where userId1 = ? and type = ?.
 List<SocialRelation> SocialRelationPersistence.findByU1_T(long userId1, int type)
          Finds all the social relations where userId1 = ? and type = ?.
 List<SocialRelation> SocialRelationPersistenceImpl.findByU1_T(long userId1, int type)
          Finds all the social relations where userId1 = ? and type = ?.
static List<SocialRelation> SocialRelationUtil.findByU1_T(long userId1, int type, int start, int end)
          Finds a range of all the social relations where userId1 = ? and type = ?.
 List<SocialRelation> SocialRelationPersistence.findByU1_T(long userId1, int type, int start, int end)
          Finds a range of all the social relations where userId1 = ? and type = ?.
 List<SocialRelation> SocialRelationPersistenceImpl.findByU1_T(long userId1, int type, int start, int end)
          Finds a range of all the social relations where userId1 = ? and type = ?.
static List<SocialRelation> SocialRelationUtil.findByU1_T(long userId1, int type, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the social relations where userId1 = ? and type = ?.
 List<SocialRelation> SocialRelationPersistence.findByU1_T(long userId1, int type, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the social relations where userId1 = ? and type = ?.
 List<SocialRelation> SocialRelationPersistenceImpl.findByU1_T(long userId1, int type, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the social relations where userId1 = ? and type = ?.
static List<SocialRelation> SocialRelationUtil.findByU2_T(long userId2, int type)
          Finds all the social relations where userId2 = ? and type = ?.
 List<SocialRelation> SocialRelationPersistence.findByU2_T(long userId2, int type)
          Finds all the social relations where userId2 = ? and type = ?.
 List<SocialRelation> SocialRelationPersistenceImpl.findByU2_T(long userId2, int type)
          Finds all the social relations where userId2 = ? and type = ?.
static List<SocialRelation> SocialRelationUtil.findByU2_T(long userId2, int type, int start, int end)
          Finds a range of all the social relations where userId2 = ? and type = ?.
 List<SocialRelation> SocialRelationPersistence.findByU2_T(long userId2, int type, int start, int end)
          Finds a range of all the social relations where userId2 = ? and type = ?.
 List<SocialRelation> SocialRelationPersistenceImpl.findByU2_T(long userId2, int type, int start, int end)
          Finds a range of all the social relations where userId2 = ? and type = ?.
static List<SocialRelation> SocialRelationUtil.findByU2_T(long userId2, int type, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the social relations where userId2 = ? and type = ?.
 List<SocialRelation> SocialRelationPersistence.findByU2_T(long userId2, int type, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the social relations where userId2 = ? and type = ?.
 List<SocialRelation> SocialRelationPersistenceImpl.findByU2_T(long userId2, int type, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the social relations where userId2 = ? and type = ?.
static List<SocialRelation> SocialRelationUtil.findByUserId1(long userId1)
          Finds all the social relations where userId1 = ?.
 List<SocialRelation> SocialRelationPersistence.findByUserId1(long userId1)
          Finds all the social relations where userId1 = ?.
 List<SocialRelation> SocialRelationPersistenceImpl.findByUserId1(long userId1)
          Finds all the social relations where userId1 = ?.
static List<SocialRelation> SocialRelationUtil.findByUserId1(long userId1, int start, int end)
          Finds a range of all the social relations where userId1 = ?.
 List<SocialRelation> SocialRelationPersistence.findByUserId1(long userId1, int start, int end)
          Finds a range of all the social relations where userId1 = ?.
 List<SocialRelation> SocialRelationPersistenceImpl.findByUserId1(long userId1, int start, int end)
          Finds a range of all the social relations where userId1 = ?.
static List<SocialRelation> SocialRelationUtil.findByUserId1(long userId1, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the social relations where userId1 = ?.
 List<SocialRelation> SocialRelationPersistence.findByUserId1(long userId1, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the social relations where userId1 = ?.
 List<SocialRelation> SocialRelationPersistenceImpl.findByUserId1(long userId1, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the social relations where userId1 = ?.
static List<SocialRelation> SocialRelationUtil.findByUserId2(long userId2)
          Finds all the social relations where userId2 = ?.
 List<SocialRelation> SocialRelationPersistence.findByUserId2(long userId2)
          Finds all the social relations where userId2 = ?.
 List<SocialRelation> SocialRelationPersistenceImpl.findByUserId2(long userId2)
          Finds all the social relations where userId2 = ?.
static List<SocialRelation> SocialRelationUtil.findByUserId2(long userId2, int start, int end)
          Finds a range of all the social relations where userId2 = ?.
 List<SocialRelation> SocialRelationPersistence.findByUserId2(long userId2, int start, int end)
          Finds a range of all the social relations where userId2 = ?.
 List<SocialRelation> SocialRelationPersistenceImpl.findByUserId2(long userId2, int start, int end)
          Finds a range of all the social relations where userId2 = ?.
static List<SocialRelation> SocialRelationUtil.findByUserId2(long userId2, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the social relations where userId2 = ?.
 List<SocialRelation> SocialRelationPersistence.findByUserId2(long userId2, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the social relations where userId2 = ?.
 List<SocialRelation> SocialRelationPersistenceImpl.findByUserId2(long userId2, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the social relations where userId2 = ?.
static List<SocialRelation> SocialRelationUtil.findByUuid(String uuid)
          Finds all the social relations where uuid = ?.
 List<SocialRelation> SocialRelationPersistence.findByUuid(String uuid)
          Finds all the social relations where uuid = ?.
 List<SocialRelation> SocialRelationPersistenceImpl.findByUuid(String uuid)
          Finds all the social relations where uuid = ?.
static List<SocialRelation> SocialRelationUtil.findByUuid(String uuid, int start, int end)
          Finds a range of all the social relations where uuid = ?.
 List<SocialRelation> SocialRelationPersistence.findByUuid(String uuid, int start, int end)
          Finds a range of all the social relations where uuid = ?.
 List<SocialRelation> SocialRelationPersistenceImpl.findByUuid(String uuid, int start, int end)
          Finds a range of all the social relations where uuid = ?.
static List<SocialRelation> SocialRelationUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the social relations where uuid = ?.
 List<SocialRelation> SocialRelationPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the social relations where uuid = ?.
 List<SocialRelation> SocialRelationPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the social relations where uuid = ?.
static List<SocialRelation> SocialRelationUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<SocialRelation> SocialRelationUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<SocialRelation> SocialRelationUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portlet.social.service.persistence with parameters of type SocialRelation
static void SocialRelationUtil.cacheResult(SocialRelation socialRelation)
          Caches the social relation in the entity cache if it is enabled.
 void SocialRelationPersistence.cacheResult(SocialRelation socialRelation)
          Caches the social relation in the entity cache if it is enabled.
 void SocialRelationPersistenceImpl.cacheResult(SocialRelation socialRelation)
          Caches the social relation in the entity cache if it is enabled.
static void SocialRelationUtil.clearCache(SocialRelation socialRelation)
           
 void SocialRelationPersistenceImpl.clearCache(SocialRelation socialRelation)
          Clears the cache for the social relation.
protected  SocialRelation SocialRelationPersistenceImpl.getByC_T_PrevAndNext(Session session, SocialRelation socialRelation, long companyId, int type, OrderByComparator orderByComparator, boolean previous)
           
protected  SocialRelation SocialRelationPersistenceImpl.getByCompanyId_PrevAndNext(Session session, SocialRelation socialRelation, long companyId, OrderByComparator orderByComparator, boolean previous)
           
protected  SocialRelation SocialRelationPersistenceImpl.getByType_PrevAndNext(Session session, SocialRelation socialRelation, int type, OrderByComparator orderByComparator, boolean previous)
           
protected  SocialRelation SocialRelationPersistenceImpl.getByU1_T_PrevAndNext(Session session, SocialRelation socialRelation, long userId1, int type, OrderByComparator orderByComparator, boolean previous)
           
protected  SocialRelation SocialRelationPersistenceImpl.getByU2_T_PrevAndNext(Session session, SocialRelation socialRelation, long userId2, int type, OrderByComparator orderByComparator, boolean previous)
           
protected  SocialRelation SocialRelationPersistenceImpl.getByUserId1_PrevAndNext(Session session, SocialRelation socialRelation, long userId1, OrderByComparator orderByComparator, boolean previous)
           
protected  SocialRelation SocialRelationPersistenceImpl.getByUserId2_PrevAndNext(Session session, SocialRelation socialRelation, long userId2, OrderByComparator orderByComparator, boolean previous)
           
protected  SocialRelation SocialRelationPersistenceImpl.getByUuid_PrevAndNext(Session session, SocialRelation socialRelation, String uuid, OrderByComparator orderByComparator, boolean previous)
           
static SocialRelation SocialRelationUtil.remove(SocialRelation socialRelation)
           
protected  SocialRelation SocialRelationPersistenceImpl.removeImpl(SocialRelation socialRelation)
           
protected  SocialRelation SocialRelationPersistenceImpl.toUnwrappedModel(SocialRelation socialRelation)
           
static SocialRelation SocialRelationUtil.update(SocialRelation socialRelation, boolean merge)
           
static SocialRelation SocialRelationUtil.update(SocialRelation socialRelation, boolean merge, ServiceContext serviceContext)
           
static SocialRelation SocialRelationUtil.updateImpl(SocialRelation socialRelation, boolean merge)
           
 SocialRelation SocialRelationPersistence.updateImpl(SocialRelation socialRelation, boolean merge)
           
 SocialRelation SocialRelationPersistenceImpl.updateImpl(SocialRelation socialRelation, boolean merge)
           
 

Method parameters in com.liferay.portlet.social.service.persistence with type arguments of type SocialRelation
static void SocialRelationUtil.cacheResult(List<SocialRelation> socialRelations)
          Caches the social relations in the entity cache if it is enabled.
 void SocialRelationPersistence.cacheResult(List<SocialRelation> socialRelations)
          Caches the social relations in the entity cache if it is enabled.
 void SocialRelationPersistenceImpl.cacheResult(List<SocialRelation> socialRelations)
          Caches the social relations in the entity cache if it is enabled.
 


Liferay 6.0.5