Liferay 6.1.2-ce-ga3

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

Packages that use SocialRelation
com.liferay.portlet.social.model   
com.liferay.portlet.social.service This package defines the social related portlet service local and remote interfaces, utilities, and wrappers. 
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.getWrappedModel()
           
 SocialRelation SocialRelationWrapper.getWrappedSocialRelation()
          Deprecated. Renamed to SocialRelationWrapper.getWrappedModel()
 SocialRelation SocialRelationModel.toEscapedModel()
           
 SocialRelation SocialRelationWrapper.toEscapedModel()
           
 SocialRelation SocialRelationModel.toUnescapedModel()
           
 SocialRelation SocialRelationWrapper.toUnescapedModel()
           
 

Methods in com.liferay.portlet.social.model that return types with arguments of type SocialRelation
 CacheModel<SocialRelation> SocialRelationModel.toCacheModel()
           
 CacheModel<SocialRelation> SocialRelationWrapper.toCacheModel()
           
 

Methods in com.liferay.portlet.social.model with parameters of type SocialRelation
 int SocialRelationModel.compareTo(SocialRelation socialRelation)
           
 int SocialRelationWrapper.compareTo(SocialRelation socialRelation)
           
static SocialRelationSoap SocialRelationSoap.toSoapModel(SocialRelation model)
           
static SocialRelationSoap[] SocialRelationSoap.toSoapModels(SocialRelation[] models)
           
static SocialRelationSoap[][] SocialRelationSoap.toSoapModels(SocialRelation[][] models)
           
 

Method parameters in com.liferay.portlet.social.model with type arguments of type SocialRelation
static SocialRelationSoap[] SocialRelationSoap.toSoapModels(List<SocialRelation> models)
           
 

Constructors in com.liferay.portlet.social.model with parameters of type SocialRelation
SocialRelationWrapper(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)
          Adds a social relation between the two users to the database.
static SocialRelation SocialRelationLocalServiceUtil.addRelation(long userId1, long userId2, int type)
          Adds a social relation between the two users to the database.
 SocialRelation SocialRelationLocalService.addRelation(long userId1, long userId2, int type)
          Adds a social relation between the two users to the database.
 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.deleteSocialRelation(long relationId)
          Deletes the social relation with the primary key from the database.
static SocialRelation SocialRelationLocalServiceUtil.deleteSocialRelation(long relationId)
          Deletes the social relation with the primary key from the database.
 SocialRelation SocialRelationLocalService.deleteSocialRelation(long relationId)
          Deletes the social relation with the primary key from the database.
 SocialRelation SocialRelationLocalServiceWrapper.deleteSocialRelation(SocialRelation socialRelation)
          Deletes the social relation from the database.
static SocialRelation SocialRelationLocalServiceUtil.deleteSocialRelation(SocialRelation socialRelation)
          Deletes the social relation from the database.
 SocialRelation SocialRelationLocalService.deleteSocialRelation(SocialRelation socialRelation)
          Deletes the social relation from the database.
 SocialRelation SocialRelationLocalServiceWrapper.fetchSocialRelation(long relationId)
           
static SocialRelation SocialRelationLocalServiceUtil.fetchSocialRelation(long relationId)
           
 SocialRelation SocialRelationLocalService.fetchSocialRelation(long relationId)
           
 SocialRelation SocialRelationLocalServiceWrapper.getRelation(long relationId)
          Returns the relation identified by its primary key.
static SocialRelation SocialRelationLocalServiceUtil.getRelation(long relationId)
          Returns the relation identified by its primary key.
 SocialRelation SocialRelationLocalService.getRelation(long relationId)
          Returns the relation identified by its primary key.
 SocialRelation SocialRelationLocalServiceWrapper.getRelation(long userId1, long userId2, int type)
          Returns the relation of the given type between User1 and User2.
static SocialRelation SocialRelationLocalServiceUtil.getRelation(long userId1, long userId2, int type)
          Returns the relation of the given type between User1 and User2.
 SocialRelation SocialRelationLocalService.getRelation(long userId1, long userId2, int type)
          Returns the relation of the given type between User1 and User2.
 SocialRelation SocialRelationLocalServiceWrapper.getSocialRelation(long relationId)
          Returns the social relation with the primary key.
static SocialRelation SocialRelationLocalServiceUtil.getSocialRelation(long relationId)
          Returns the social relation with the primary key.
 SocialRelation SocialRelationLocalService.getSocialRelation(long relationId)
          Returns the social relation with the primary key.
 SocialRelation SocialRelationLocalServiceWrapper.updateSocialRelation(SocialRelation socialRelation)
          Updates the social relation in the database or adds it if it does not yet exist.
static SocialRelation SocialRelationLocalServiceUtil.updateSocialRelation(SocialRelation socialRelation)
          Updates the social relation in the database or adds it if it does not yet exist.
 SocialRelation SocialRelationLocalService.updateSocialRelation(SocialRelation socialRelation)
          Updates the social relation in the database or adds it if it does not yet exist.
 SocialRelation SocialRelationLocalServiceWrapper.updateSocialRelation(SocialRelation socialRelation, boolean merge)
          Updates the social relation in the database or adds it if it does not yet exist.
static SocialRelation SocialRelationLocalServiceUtil.updateSocialRelation(SocialRelation socialRelation, boolean merge)
          Updates the social relation in the database or adds it if it does not yet exist.
 SocialRelation SocialRelationLocalService.updateSocialRelation(SocialRelation socialRelation, boolean merge)
          Updates the social relation in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portlet.social.service that return types with arguments of type SocialRelation
 List<SocialRelation> SocialRelationLocalServiceWrapper.getInverseRelations(long userId, int type, int start, int end)
          Returns a range of all the inverse relations of the given type for which the user is User2 of the relation.
static List<SocialRelation> SocialRelationLocalServiceUtil.getInverseRelations(long userId, int type, int start, int end)
          Returns a range of all the inverse relations of the given type for which the user is User2 of the relation.
 List<SocialRelation> SocialRelationLocalService.getInverseRelations(long userId, int type, int start, int end)
          Returns a range of all the inverse relations of the given type for which the user is User2 of the relation.
 List<SocialRelation> SocialRelationLocalServiceWrapper.getRelations(long userId, int type, int start, int end)
          Returns a range of all the relations of the given type where the user is the subject of the relation.
static List<SocialRelation> SocialRelationLocalServiceUtil.getRelations(long userId, int type, int start, int end)
          Returns a range of all the relations of the given type where the user is the subject of the relation.
 List<SocialRelation> SocialRelationLocalService.getRelations(long userId, int type, int start, int end)
          Returns a range of all the relations of the given type where the user is the subject of the relation.
 List<SocialRelation> SocialRelationLocalServiceWrapper.getRelations(long userId1, long userId2, int start, int end)
          Returns a range of all the relations between User1 and User2.
static List<SocialRelation> SocialRelationLocalServiceUtil.getRelations(long userId1, long userId2, int start, int end)
          Returns a range of all the relations between User1 and User2.
 List<SocialRelation> SocialRelationLocalService.getRelations(long userId1, long userId2, int start, int end)
          Returns a range of all the relations between User1 and User2.
 List<SocialRelation> SocialRelationLocalServiceWrapper.getSocialRelations(int start, int end)
          Returns a range of all the social relations.
static List<SocialRelation> SocialRelationLocalServiceUtil.getSocialRelations(int start, int end)
          Returns a range of all the social relations.
 List<SocialRelation> SocialRelationLocalService.getSocialRelations(int start, int end)
          Returns 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)
          Removes the relation (and its inverse in case of a bidirectional relation) from the database.
static void SocialRelationLocalServiceUtil.deleteRelation(SocialRelation relation)
          Removes the relation (and its inverse in case of a bidirectional relation) from the database.
 void SocialRelationLocalService.deleteRelation(SocialRelation relation)
          Removes the relation (and its inverse in case of a bidirectional relation) from the database.
 SocialRelation SocialRelationLocalServiceWrapper.deleteSocialRelation(SocialRelation socialRelation)
          Deletes the social relation from the database.
static SocialRelation SocialRelationLocalServiceUtil.deleteSocialRelation(SocialRelation socialRelation)
          Deletes the social relation from the database.
 SocialRelation SocialRelationLocalService.deleteSocialRelation(SocialRelation socialRelation)
          Deletes the social relation from the database.
 SocialRelation SocialRelationLocalServiceWrapper.updateSocialRelation(SocialRelation socialRelation)
          Updates the social relation in the database or adds it if it does not yet exist.
static SocialRelation SocialRelationLocalServiceUtil.updateSocialRelation(SocialRelation socialRelation)
          Updates the social relation in the database or adds it if it does not yet exist.
 SocialRelation SocialRelationLocalService.updateSocialRelation(SocialRelation socialRelation)
          Updates the social relation in the database or adds it if it does not yet exist.
 SocialRelation SocialRelationLocalServiceWrapper.updateSocialRelation(SocialRelation socialRelation, boolean merge)
          Updates the social relation in the database or adds it if it does not yet exist.
static SocialRelation SocialRelationLocalServiceUtil.updateSocialRelation(SocialRelation socialRelation, boolean merge)
          Updates the social relation in the database or adds it if it does not yet exist.
 SocialRelation SocialRelationLocalService.updateSocialRelation(SocialRelation socialRelation, boolean merge)
          Updates the social relation in the database or adds it if it does not yet exist.
 

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.
static SocialRelation SocialRelationUtil.fetchByC_T_First(long companyId, int type, OrderByComparator orderByComparator)
          Returns the first social relation in the ordered set where companyId = ? and type = ?.
 SocialRelation SocialRelationPersistence.fetchByC_T_First(long companyId, int type, OrderByComparator orderByComparator)
          Returns the first social relation in the ordered set where companyId = ? and type = ?.
static SocialRelation SocialRelationUtil.fetchByC_T_Last(long companyId, int type, OrderByComparator orderByComparator)
          Returns the last social relation in the ordered set where companyId = ? and type = ?.
 SocialRelation SocialRelationPersistence.fetchByC_T_Last(long companyId, int type, OrderByComparator orderByComparator)
          Returns the last social relation in the ordered set where companyId = ? and type = ?.
static SocialRelation SocialRelationUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first social relation in the ordered set where companyId = ?.
 SocialRelation SocialRelationPersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first social relation in the ordered set where companyId = ?.
static SocialRelation SocialRelationUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last social relation in the ordered set where companyId = ?.
 SocialRelation SocialRelationPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last social relation in the ordered set where companyId = ?.
static SocialRelation SocialRelationUtil.fetchByPrimaryKey(long relationId)
          Returns the social relation with the primary key or returns null if it could not be found.
 SocialRelation SocialRelationPersistence.fetchByPrimaryKey(long relationId)
          Returns the social relation with the primary key or returns null if it could not be found.
static SocialRelation SocialRelationUtil.fetchByType_First(int type, OrderByComparator orderByComparator)
          Returns the first social relation in the ordered set where type = ?.
 SocialRelation SocialRelationPersistence.fetchByType_First(int type, OrderByComparator orderByComparator)
          Returns the first social relation in the ordered set where type = ?.
static SocialRelation SocialRelationUtil.fetchByType_Last(int type, OrderByComparator orderByComparator)
          Returns the last social relation in the ordered set where type = ?.
 SocialRelation SocialRelationPersistence.fetchByType_Last(int type, OrderByComparator orderByComparator)
          Returns the last social relation in the ordered set where type = ?.
static SocialRelation SocialRelationUtil.fetchByU1_T_First(long userId1, int type, OrderByComparator orderByComparator)
          Returns the first social relation in the ordered set where userId1 = ? and type = ?.
 SocialRelation SocialRelationPersistence.fetchByU1_T_First(long userId1, int type, OrderByComparator orderByComparator)
          Returns the first social relation in the ordered set where userId1 = ? and type = ?.
static SocialRelation SocialRelationUtil.fetchByU1_T_Last(long userId1, int type, OrderByComparator orderByComparator)
          Returns the last social relation in the ordered set where userId1 = ? and type = ?.
 SocialRelation SocialRelationPersistence.fetchByU1_T_Last(long userId1, int type, OrderByComparator orderByComparator)
          Returns the last social relation in the ordered set where userId1 = ? and type = ?.
static SocialRelation SocialRelationUtil.fetchByU1_U2_First(long userId1, long userId2, OrderByComparator orderByComparator)
          Returns the first social relation in the ordered set where userId1 = ? and userId2 = ?.
 SocialRelation SocialRelationPersistence.fetchByU1_U2_First(long userId1, long userId2, OrderByComparator orderByComparator)
          Returns the first social relation in the ordered set where userId1 = ? and userId2 = ?.
static SocialRelation SocialRelationUtil.fetchByU1_U2_Last(long userId1, long userId2, OrderByComparator orderByComparator)
          Returns the last social relation in the ordered set where userId1 = ? and userId2 = ?.
 SocialRelation SocialRelationPersistence.fetchByU1_U2_Last(long userId1, long userId2, OrderByComparator orderByComparator)
          Returns the last social relation in the ordered set where userId1 = ? and userId2 = ?.
static SocialRelation SocialRelationUtil.fetchByU1_U2_T(long userId1, long userId2, int type)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns 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.fetchByU2_T_First(long userId2, int type, OrderByComparator orderByComparator)
          Returns the first social relation in the ordered set where userId2 = ? and type = ?.
 SocialRelation SocialRelationPersistence.fetchByU2_T_First(long userId2, int type, OrderByComparator orderByComparator)
          Returns the first social relation in the ordered set where userId2 = ? and type = ?.
static SocialRelation SocialRelationUtil.fetchByU2_T_Last(long userId2, int type, OrderByComparator orderByComparator)
          Returns the last social relation in the ordered set where userId2 = ? and type = ?.
 SocialRelation SocialRelationPersistence.fetchByU2_T_Last(long userId2, int type, OrderByComparator orderByComparator)
          Returns the last social relation in the ordered set where userId2 = ? and type = ?.
static SocialRelation SocialRelationUtil.fetchByUserId1_First(long userId1, OrderByComparator orderByComparator)
          Returns the first social relation in the ordered set where userId1 = ?.
 SocialRelation SocialRelationPersistence.fetchByUserId1_First(long userId1, OrderByComparator orderByComparator)
          Returns the first social relation in the ordered set where userId1 = ?.
static SocialRelation SocialRelationUtil.fetchByUserId1_Last(long userId1, OrderByComparator orderByComparator)
          Returns the last social relation in the ordered set where userId1 = ?.
 SocialRelation SocialRelationPersistence.fetchByUserId1_Last(long userId1, OrderByComparator orderByComparator)
          Returns the last social relation in the ordered set where userId1 = ?.
static SocialRelation SocialRelationUtil.fetchByUserId2_First(long userId2, OrderByComparator orderByComparator)
          Returns the first social relation in the ordered set where userId2 = ?.
 SocialRelation SocialRelationPersistence.fetchByUserId2_First(long userId2, OrderByComparator orderByComparator)
          Returns the first social relation in the ordered set where userId2 = ?.
static SocialRelation SocialRelationUtil.fetchByUserId2_Last(long userId2, OrderByComparator orderByComparator)
          Returns the last social relation in the ordered set where userId2 = ?.
 SocialRelation SocialRelationPersistence.fetchByUserId2_Last(long userId2, OrderByComparator orderByComparator)
          Returns the last social relation in the ordered set where userId2 = ?.
static SocialRelation SocialRelationUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first social relation in the ordered set where uuid = ?.
 SocialRelation SocialRelationPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first social relation in the ordered set where uuid = ?.
static SocialRelation SocialRelationUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last social relation in the ordered set where uuid = ?.
 SocialRelation SocialRelationPersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last social relation in the ordered set where uuid = ?.
static SocialRelation SocialRelationUtil.findByC_T_First(long companyId, int type, OrderByComparator orderByComparator)
          Returns the first social relation in the ordered set where companyId = ? and type = ?.
 SocialRelation SocialRelationPersistence.findByC_T_First(long companyId, int type, OrderByComparator orderByComparator)
          Returns the first social relation in the ordered set where companyId = ? and type = ?.
static SocialRelation SocialRelationUtil.findByC_T_Last(long companyId, int type, OrderByComparator orderByComparator)
          Returns the last social relation in the ordered set where companyId = ? and type = ?.
 SocialRelation SocialRelationPersistence.findByC_T_Last(long companyId, int type, OrderByComparator orderByComparator)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns the first social relation in the ordered set where companyId = ?.
 SocialRelation SocialRelationPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first social relation in the ordered set where companyId = ?.
static SocialRelation SocialRelationUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last social relation in the ordered set where companyId = ?.
 SocialRelation SocialRelationPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last social relation in the ordered set where companyId = ?.
static SocialRelation[] SocialRelationUtil.findByCompanyId_PrevAndNext(long relationId, long companyId, OrderByComparator orderByComparator)
          Returns 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)
          Returns the social relations before and after the current social relation in the ordered set where companyId = ?.
static SocialRelation SocialRelationUtil.findByPrimaryKey(long relationId)
          Returns the social relation with the primary key or throws a NoSuchRelationException if it could not be found.
 SocialRelation SocialRelationPersistence.findByPrimaryKey(long relationId)
          Returns the social relation with the primary key or throws a NoSuchRelationException if it could not be found.
static SocialRelation SocialRelationUtil.findByType_First(int type, OrderByComparator orderByComparator)
          Returns the first social relation in the ordered set where type = ?.
 SocialRelation SocialRelationPersistence.findByType_First(int type, OrderByComparator orderByComparator)
          Returns the first social relation in the ordered set where type = ?.
static SocialRelation SocialRelationUtil.findByType_Last(int type, OrderByComparator orderByComparator)
          Returns the last social relation in the ordered set where type = ?.
 SocialRelation SocialRelationPersistence.findByType_Last(int type, OrderByComparator orderByComparator)
          Returns the last social relation in the ordered set where type = ?.
static SocialRelation[] SocialRelationUtil.findByType_PrevAndNext(long relationId, int type, OrderByComparator orderByComparator)
          Returns 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)
          Returns 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)
          Returns the first social relation in the ordered set where userId1 = ? and type = ?.
 SocialRelation SocialRelationPersistence.findByU1_T_First(long userId1, int type, OrderByComparator orderByComparator)
          Returns the first social relation in the ordered set where userId1 = ? and type = ?.
static SocialRelation SocialRelationUtil.findByU1_T_Last(long userId1, int type, OrderByComparator orderByComparator)
          Returns the last social relation in the ordered set where userId1 = ? and type = ?.
 SocialRelation SocialRelationPersistence.findByU1_T_Last(long userId1, int type, OrderByComparator orderByComparator)
          Returns 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)
          Returns 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)
          Returns the social relations before and after the current social relation in the ordered set where userId1 = ? and type = ?.
static SocialRelation SocialRelationUtil.findByU1_U2_First(long userId1, long userId2, OrderByComparator orderByComparator)
          Returns the first social relation in the ordered set where userId1 = ? and userId2 = ?.
 SocialRelation SocialRelationPersistence.findByU1_U2_First(long userId1, long userId2, OrderByComparator orderByComparator)
          Returns the first social relation in the ordered set where userId1 = ? and userId2 = ?.
static SocialRelation SocialRelationUtil.findByU1_U2_Last(long userId1, long userId2, OrderByComparator orderByComparator)
          Returns the last social relation in the ordered set where userId1 = ? and userId2 = ?.
 SocialRelation SocialRelationPersistence.findByU1_U2_Last(long userId1, long userId2, OrderByComparator orderByComparator)
          Returns the last social relation in the ordered set where userId1 = ? and userId2 = ?.
static SocialRelation[] SocialRelationUtil.findByU1_U2_PrevAndNext(long relationId, long userId1, long userId2, OrderByComparator orderByComparator)
          Returns the social relations before and after the current social relation in the ordered set where userId1 = ? and userId2 = ?.
 SocialRelation[] SocialRelationPersistence.findByU1_U2_PrevAndNext(long relationId, long userId1, long userId2, OrderByComparator orderByComparator)
          Returns the social relations before and after the current social relation in the ordered set where userId1 = ? and userId2 = ?.
static SocialRelation SocialRelationUtil.findByU1_U2_T(long userId1, long userId2, int type)
          Returns 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)
          Returns 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)
          Returns the first social relation in the ordered set where userId2 = ? and type = ?.
 SocialRelation SocialRelationPersistence.findByU2_T_First(long userId2, int type, OrderByComparator orderByComparator)
          Returns the first social relation in the ordered set where userId2 = ? and type = ?.
static SocialRelation SocialRelationUtil.findByU2_T_Last(long userId2, int type, OrderByComparator orderByComparator)
          Returns the last social relation in the ordered set where userId2 = ? and type = ?.
 SocialRelation SocialRelationPersistence.findByU2_T_Last(long userId2, int type, OrderByComparator orderByComparator)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns the first social relation in the ordered set where userId1 = ?.
 SocialRelation SocialRelationPersistence.findByUserId1_First(long userId1, OrderByComparator orderByComparator)
          Returns the first social relation in the ordered set where userId1 = ?.
static SocialRelation SocialRelationUtil.findByUserId1_Last(long userId1, OrderByComparator orderByComparator)
          Returns the last social relation in the ordered set where userId1 = ?.
 SocialRelation SocialRelationPersistence.findByUserId1_Last(long userId1, OrderByComparator orderByComparator)
          Returns the last social relation in the ordered set where userId1 = ?.
static SocialRelation[] SocialRelationUtil.findByUserId1_PrevAndNext(long relationId, long userId1, OrderByComparator orderByComparator)
          Returns 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)
          Returns 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)
          Returns the first social relation in the ordered set where userId2 = ?.
 SocialRelation SocialRelationPersistence.findByUserId2_First(long userId2, OrderByComparator orderByComparator)
          Returns the first social relation in the ordered set where userId2 = ?.
static SocialRelation SocialRelationUtil.findByUserId2_Last(long userId2, OrderByComparator orderByComparator)
          Returns the last social relation in the ordered set where userId2 = ?.
 SocialRelation SocialRelationPersistence.findByUserId2_Last(long userId2, OrderByComparator orderByComparator)
          Returns the last social relation in the ordered set where userId2 = ?.
static SocialRelation[] SocialRelationUtil.findByUserId2_PrevAndNext(long relationId, long userId2, OrderByComparator orderByComparator)
          Returns 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)
          Returns 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)
          Returns the first social relation in the ordered set where uuid = ?.
 SocialRelation SocialRelationPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first social relation in the ordered set where uuid = ?.
static SocialRelation SocialRelationUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last social relation in the ordered set where uuid = ?.
 SocialRelation SocialRelationPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last social relation in the ordered set where uuid = ?.
static SocialRelation[] SocialRelationUtil.findByUuid_PrevAndNext(long relationId, String uuid, OrderByComparator orderByComparator)
          Returns 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)
          Returns the social relations before and after the current social relation in the ordered set where uuid = ?.
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.
static SocialRelation SocialRelationUtil.removeByU1_U2_T(long userId1, long userId2, int type)
          Removes the social relation where userId1 = ? and userId2 = ? and type = ? from the database.
 SocialRelation SocialRelationPersistence.removeByU1_U2_T(long userId1, long userId2, int type)
          Removes the social relation where userId1 = ? and userId2 = ? and type = ? from the database.
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)
           
 

Methods in com.liferay.portlet.social.service.persistence that return types with arguments of type SocialRelation
static List<SocialRelation> SocialRelationUtil.findAll()
          Returns all the social relations.
 List<SocialRelation> SocialRelationPersistence.findAll()
          Returns all the social relations.
static List<SocialRelation> SocialRelationUtil.findAll(int start, int end)
          Returns a range of all the social relations.
 List<SocialRelation> SocialRelationPersistence.findAll(int start, int end)
          Returns a range of all the social relations.
static List<SocialRelation> SocialRelationUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social relations.
 List<SocialRelation> SocialRelationPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social relations.
static List<SocialRelation> SocialRelationUtil.findByC_T(long companyId, int type)
          Returns all the social relations where companyId = ? and type = ?.
 List<SocialRelation> SocialRelationPersistence.findByC_T(long companyId, int type)
          Returns all the social relations where companyId = ? and type = ?.
static List<SocialRelation> SocialRelationUtil.findByC_T(long companyId, int type, int start, int end)
          Returns a range of all the social relations where companyId = ? and type = ?.
 List<SocialRelation> SocialRelationPersistence.findByC_T(long companyId, int type, int start, int end)
          Returns 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)
          Returns 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)
          Returns an ordered range of all the social relations where companyId = ? and type = ?.
static List<SocialRelation> SocialRelationUtil.findByCompanyId(long companyId)
          Returns all the social relations where companyId = ?.
 List<SocialRelation> SocialRelationPersistence.findByCompanyId(long companyId)
          Returns all the social relations where companyId = ?.
static List<SocialRelation> SocialRelationUtil.findByCompanyId(long companyId, int start, int end)
          Returns a range of all the social relations where companyId = ?.
 List<SocialRelation> SocialRelationPersistence.findByCompanyId(long companyId, int start, int end)
          Returns a range of all the social relations where companyId = ?.
static List<SocialRelation> SocialRelationUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social relations where companyId = ?.
 List<SocialRelation> SocialRelationPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social relations where companyId = ?.
static List<SocialRelation> SocialRelationUtil.findByType(int type)
          Returns all the social relations where type = ?.
 List<SocialRelation> SocialRelationPersistence.findByType(int type)
          Returns all the social relations where type = ?.
static List<SocialRelation> SocialRelationUtil.findByType(int type, int start, int end)
          Returns a range of all the social relations where type = ?.
 List<SocialRelation> SocialRelationPersistence.findByType(int type, int start, int end)
          Returns a range of all the social relations where type = ?.
static List<SocialRelation> SocialRelationUtil.findByType(int type, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social relations where type = ?.
 List<SocialRelation> SocialRelationPersistence.findByType(int type, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social relations where type = ?.
static List<SocialRelation> SocialRelationUtil.findByU1_T(long userId1, int type)
          Returns all the social relations where userId1 = ? and type = ?.
 List<SocialRelation> SocialRelationPersistence.findByU1_T(long userId1, int type)
          Returns all the social relations where userId1 = ? and type = ?.
static List<SocialRelation> SocialRelationUtil.findByU1_T(long userId1, int type, int start, int end)
          Returns a range of all the social relations where userId1 = ? and type = ?.
 List<SocialRelation> SocialRelationPersistence.findByU1_T(long userId1, int type, int start, int end)
          Returns 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)
          Returns 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)
          Returns an ordered range of all the social relations where userId1 = ? and type = ?.
static List<SocialRelation> SocialRelationUtil.findByU1_U2(long userId1, long userId2)
          Returns all the social relations where userId1 = ? and userId2 = ?.
 List<SocialRelation> SocialRelationPersistence.findByU1_U2(long userId1, long userId2)
          Returns all the social relations where userId1 = ? and userId2 = ?.
static List<SocialRelation> SocialRelationUtil.findByU1_U2(long userId1, long userId2, int start, int end)
          Returns a range of all the social relations where userId1 = ? and userId2 = ?.
 List<SocialRelation> SocialRelationPersistence.findByU1_U2(long userId1, long userId2, int start, int end)
          Returns a range of all the social relations where userId1 = ? and userId2 = ?.
static List<SocialRelation> SocialRelationUtil.findByU1_U2(long userId1, long userId2, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social relations where userId1 = ? and userId2 = ?.
 List<SocialRelation> SocialRelationPersistence.findByU1_U2(long userId1, long userId2, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social relations where userId1 = ? and userId2 = ?.
static List<SocialRelation> SocialRelationUtil.findByU2_T(long userId2, int type)
          Returns all the social relations where userId2 = ? and type = ?.
 List<SocialRelation> SocialRelationPersistence.findByU2_T(long userId2, int type)
          Returns all the social relations where userId2 = ? and type = ?.
static List<SocialRelation> SocialRelationUtil.findByU2_T(long userId2, int type, int start, int end)
          Returns a range of all the social relations where userId2 = ? and type = ?.
 List<SocialRelation> SocialRelationPersistence.findByU2_T(long userId2, int type, int start, int end)
          Returns 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)
          Returns 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)
          Returns an ordered range of all the social relations where userId2 = ? and type = ?.
static List<SocialRelation> SocialRelationUtil.findByUserId1(long userId1)
          Returns all the social relations where userId1 = ?.
 List<SocialRelation> SocialRelationPersistence.findByUserId1(long userId1)
          Returns all the social relations where userId1 = ?.
static List<SocialRelation> SocialRelationUtil.findByUserId1(long userId1, int start, int end)
          Returns a range of all the social relations where userId1 = ?.
 List<SocialRelation> SocialRelationPersistence.findByUserId1(long userId1, int start, int end)
          Returns a range of all the social relations where userId1 = ?.
static List<SocialRelation> SocialRelationUtil.findByUserId1(long userId1, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social relations where userId1 = ?.
 List<SocialRelation> SocialRelationPersistence.findByUserId1(long userId1, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social relations where userId1 = ?.
static List<SocialRelation> SocialRelationUtil.findByUserId2(long userId2)
          Returns all the social relations where userId2 = ?.
 List<SocialRelation> SocialRelationPersistence.findByUserId2(long userId2)
          Returns all the social relations where userId2 = ?.
static List<SocialRelation> SocialRelationUtil.findByUserId2(long userId2, int start, int end)
          Returns a range of all the social relations where userId2 = ?.
 List<SocialRelation> SocialRelationPersistence.findByUserId2(long userId2, int start, int end)
          Returns a range of all the social relations where userId2 = ?.
static List<SocialRelation> SocialRelationUtil.findByUserId2(long userId2, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social relations where userId2 = ?.
 List<SocialRelation> SocialRelationPersistence.findByUserId2(long userId2, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social relations where userId2 = ?.
static List<SocialRelation> SocialRelationUtil.findByUuid(String uuid)
          Returns all the social relations where uuid = ?.
 List<SocialRelation> SocialRelationPersistence.findByUuid(String uuid)
          Returns all the social relations where uuid = ?.
static List<SocialRelation> SocialRelationUtil.findByUuid(String uuid, int start, int end)
          Returns a range of all the social relations where uuid = ?.
 List<SocialRelation> SocialRelationPersistence.findByUuid(String uuid, int start, int end)
          Returns a range of all the social relations where uuid = ?.
static List<SocialRelation> SocialRelationUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social relations where uuid = ?.
 List<SocialRelation> SocialRelationPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns 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.
static void SocialRelationUtil.clearCache(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)
           
 

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.
 


Liferay 6.1.2-ce-ga3