Uses of Interface
com.liferay.social.kernel.model.SocialRelation
Packages that use SocialRelation
Package
Description
This package defines the social related portlet service local and remote interfaces, utilities, and wrappers.
-
Uses of SocialRelation in com.liferay.social.kernel.model
Classes in com.liferay.social.kernel.model that implement SocialRelationFields in com.liferay.social.kernel.model with type parameters of type SocialRelationModifier and TypeFieldDescriptionstatic final Accessor<SocialRelation,
Long> SocialRelation.RELATION_ID_ACCESSOR
Methods in com.liferay.social.kernel.model that return SocialRelationModifier and TypeMethodDescriptionSocialRelationModel.cloneWithOriginalValues()
SocialRelationWrapper.cloneWithOriginalValues()
Methods in com.liferay.social.kernel.model that return types with arguments of type SocialRelationModifier and TypeMethodDescriptionSocialRelationWrapper.getAttributeGetterFunctions()
SocialRelationWrapper.getAttributeSetterBiConsumers()
Methods in com.liferay.social.kernel.model with parameters of type SocialRelationModifier and TypeMethodDescriptionprotected SocialRelationWrapper
SocialRelationWrapper.wrap
(SocialRelation socialRelation) Constructors in com.liferay.social.kernel.model with parameters of type SocialRelation -
Uses of SocialRelation in com.liferay.social.kernel.service
Methods in com.liferay.social.kernel.service that return SocialRelationModifier and TypeMethodDescriptionSocialRelationLocalService.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.SocialRelationLocalServiceWrapper.addRelation
(long userId1, long userId2, int type) Adds a social relation between the two users to the database.SocialRelationLocalService.addSocialRelation
(SocialRelation socialRelation) Adds the social relation to the database.static SocialRelation
SocialRelationLocalServiceUtil.addSocialRelation
(SocialRelation socialRelation) Adds the social relation to the database.SocialRelationLocalServiceWrapper.addSocialRelation
(SocialRelation socialRelation) Adds the social relation to the database.SocialRelationLocalService.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.SocialRelationLocalServiceWrapper.createSocialRelation
(long relationId) Creates a new social relation with the primary key.SocialRelationLocalService.deleteSocialRelation
(long relationId) Deletes the social relation with the primary key from the database.SocialRelationLocalService.deleteSocialRelation
(SocialRelation socialRelation) Deletes the social relation from the database.static SocialRelation
SocialRelationLocalServiceUtil.deleteSocialRelation
(long relationId) Deletes the social relation with the primary key from the database.static SocialRelation
SocialRelationLocalServiceUtil.deleteSocialRelation
(SocialRelation socialRelation) Deletes the social relation from the database.SocialRelationLocalServiceWrapper.deleteSocialRelation
(long relationId) Deletes the social relation with the primary key from the database.SocialRelationLocalServiceWrapper.deleteSocialRelation
(SocialRelation socialRelation) Deletes the social relation from the database.SocialRelationLocalService.fetchSocialRelation
(long relationId) static SocialRelation
SocialRelationLocalServiceUtil.fetchSocialRelation
(long relationId) SocialRelationLocalServiceWrapper.fetchSocialRelation
(long relationId) SocialRelationLocalService.fetchSocialRelationByUuidAndCompanyId
(String uuid, long companyId) Returns the social relation with the matching UUID and company.static SocialRelation
SocialRelationLocalServiceUtil.fetchSocialRelationByUuidAndCompanyId
(String uuid, long companyId) Returns the social relation with the matching UUID and company.SocialRelationLocalServiceWrapper.fetchSocialRelationByUuidAndCompanyId
(String uuid, long companyId) Returns the social relation with the matching UUID and company.SocialRelationLocalService.getRelation
(long relationId) Returns the relation identified by its primary key.SocialRelationLocalService.getRelation
(long userId1, long userId2, int type) Returns the relation of the given type between User1 and User2.static SocialRelation
SocialRelationLocalServiceUtil.getRelation
(long relationId) Returns the relation identified by its primary key.static SocialRelation
SocialRelationLocalServiceUtil.getRelation
(long userId1, long userId2, int type) Returns the relation of the given type between User1 and User2.SocialRelationLocalServiceWrapper.getRelation
(long relationId) Returns the relation identified by its primary key.SocialRelationLocalServiceWrapper.getRelation
(long userId1, long userId2, int type) Returns the relation of the given type between User1 and User2.SocialRelationLocalService.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.SocialRelationLocalServiceWrapper.getSocialRelation
(long relationId) Returns the social relation with the primary key.SocialRelationLocalService.getSocialRelationByUuidAndCompanyId
(String uuid, long companyId) Returns the social relation with the matching UUID and company.static SocialRelation
SocialRelationLocalServiceUtil.getSocialRelationByUuidAndCompanyId
(String uuid, long companyId) Returns the social relation with the matching UUID and company.SocialRelationLocalServiceWrapper.getSocialRelationByUuidAndCompanyId
(String uuid, long companyId) Returns the social relation with the matching UUID and company.SocialRelationLocalService.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.SocialRelationLocalServiceWrapper.updateSocialRelation
(SocialRelation socialRelation) Updates the social relation in the database or adds it if it does not yet exist.Methods in com.liferay.social.kernel.service that return types with arguments of type SocialRelationModifier and TypeMethodDescriptionSocialRelationLocalService.getCTPersistence()
SocialRelationLocalServiceWrapper.getCTPersistence()
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.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.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.SocialRelationLocalService.getModelClass()
SocialRelationLocalServiceWrapper.getModelClass()
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.SocialRelationLocalService.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 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 userId1, long userId2, int start, int end) Returns a range of all the relations between User1 and User2.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.SocialRelationLocalServiceWrapper.getRelations
(long userId1, long userId2, int start, int end) Returns a range of all the relations between User1 and User2.SocialRelationLocalService.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.SocialRelationLocalServiceWrapper.getSocialRelations
(int start, int end) Returns a range of all the social relations.Methods in com.liferay.social.kernel.service with parameters of type SocialRelationModifier and TypeMethodDescriptionSocialRelationLocalService.addSocialRelation
(SocialRelation socialRelation) Adds the social relation to the database.static SocialRelation
SocialRelationLocalServiceUtil.addSocialRelation
(SocialRelation socialRelation) Adds the social relation to the database.SocialRelationLocalServiceWrapper.addSocialRelation
(SocialRelation socialRelation) Adds the social relation to the database.void
SocialRelationLocalService.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
SocialRelationLocalServiceWrapper.deleteRelation
(SocialRelation relation) Removes the relation (and its inverse in case of a bidirectional relation) from the database.SocialRelationLocalService.deleteSocialRelation
(SocialRelation socialRelation) Deletes the social relation from the database.static SocialRelation
SocialRelationLocalServiceUtil.deleteSocialRelation
(SocialRelation socialRelation) Deletes the social relation from the database.SocialRelationLocalServiceWrapper.deleteSocialRelation
(SocialRelation socialRelation) Deletes the social relation from the database.SocialRelationLocalService.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.SocialRelationLocalServiceWrapper.updateSocialRelation
(SocialRelation socialRelation) Updates the social relation in the database or adds it if it does not yet exist.Method parameters in com.liferay.social.kernel.service with type arguments of type SocialRelationModifier and TypeMethodDescription<R,
E extends Throwable>
RSocialRelationLocalService.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<SocialRelation>, R, E> updateUnsafeFunction) <R,
E extends Throwable>
RSocialRelationLocalServiceWrapper.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<SocialRelation>, R, E> updateUnsafeFunction) -
Uses of SocialRelation in com.liferay.social.kernel.service.persistence
Methods in com.liferay.social.kernel.service.persistence that return SocialRelationModifier and TypeMethodDescriptionSocialRelationPersistence.create
(long relationId) Creates a new social relation with the primary key.static SocialRelation
SocialRelationUtil.create
(long relationId) Creates a new social relation with the primary key.SocialRelationPersistence.fetchByC_T_First
(long companyId, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where companyId = ? and type = ?.static SocialRelation
SocialRelationUtil.fetchByC_T_First
(long companyId, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where companyId = ? and type = ?.SocialRelationPersistence.fetchByC_T_Last
(long companyId, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where companyId = ? and type = ?.static SocialRelation
SocialRelationUtil.fetchByC_T_Last
(long companyId, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where companyId = ? and type = ?.SocialRelationPersistence.fetchByCompanyId_First
(long companyId, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where companyId = ?.static SocialRelation
SocialRelationUtil.fetchByCompanyId_First
(long companyId, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where companyId = ?.SocialRelationPersistence.fetchByCompanyId_Last
(long companyId, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where companyId = ?.static SocialRelation
SocialRelationUtil.fetchByCompanyId_Last
(long companyId, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where companyId = ?.SocialRelationPersistence.fetchByPrimaryKey
(long relationId) Returns the social relation with the primary key or returnsnull
if it could not be found.static SocialRelation
SocialRelationUtil.fetchByPrimaryKey
(long relationId) Returns the social relation with the primary key or returnsnull
if it could not be found.SocialRelationPersistence.fetchByType_First
(int type, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where type = ?.static SocialRelation
SocialRelationUtil.fetchByType_First
(int type, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where type = ?.SocialRelationPersistence.fetchByType_Last
(int type, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where type = ?.static SocialRelation
SocialRelationUtil.fetchByType_Last
(int type, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where type = ?.SocialRelationPersistence.fetchByU1_T_First
(long userId1, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where userId1 = ? and type = ?.static SocialRelation
SocialRelationUtil.fetchByU1_T_First
(long userId1, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where userId1 = ? and type = ?.SocialRelationPersistence.fetchByU1_T_Last
(long userId1, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where userId1 = ? and type = ?.static SocialRelation
SocialRelationUtil.fetchByU1_T_Last
(long userId1, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where userId1 = ? and type = ?.SocialRelationPersistence.fetchByU1_U2_First
(long userId1, long userId2, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where userId1 = ? and userId2 = ?.static SocialRelation
SocialRelationUtil.fetchByU1_U2_First
(long userId1, long userId2, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where userId1 = ? and userId2 = ?.SocialRelationPersistence.fetchByU1_U2_Last
(long userId1, long userId2, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where userId1 = ? and userId2 = ?.static SocialRelation
SocialRelationUtil.fetchByU1_U2_Last
(long userId1, long userId2, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where userId1 = ? and userId2 = ?.SocialRelationPersistence.fetchByU1_U2_T
(long userId1, long userId2, int type) Returns the social relation where userId1 = ? and userId2 = ? and type = ? or returnsnull
if it could not be found.SocialRelationPersistence.fetchByU1_U2_T
(long userId1, long userId2, int type, boolean useFinderCache) Returns the social relation where userId1 = ? and userId2 = ? and type = ? or returnsnull
if it could not be found, optionally using the finder cache.static SocialRelation
SocialRelationUtil.fetchByU1_U2_T
(long userId1, long userId2, int type) Returns the social relation where userId1 = ? and userId2 = ? and type = ? or returnsnull
if it could not be found.static SocialRelation
SocialRelationUtil.fetchByU1_U2_T
(long userId1, long userId2, int type, boolean useFinderCache) Returns the social relation where userId1 = ? and userId2 = ? and type = ? or returnsnull
if it could not be found, optionally using the finder cache.SocialRelationPersistence.fetchByU2_T_First
(long userId2, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where userId2 = ? and type = ?.static SocialRelation
SocialRelationUtil.fetchByU2_T_First
(long userId2, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where userId2 = ? and type = ?.SocialRelationPersistence.fetchByU2_T_Last
(long userId2, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where userId2 = ? and type = ?.static SocialRelation
SocialRelationUtil.fetchByU2_T_Last
(long userId2, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where userId2 = ? and type = ?.SocialRelationPersistence.fetchByUserId1_First
(long userId1, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where userId1 = ?.static SocialRelation
SocialRelationUtil.fetchByUserId1_First
(long userId1, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where userId1 = ?.SocialRelationPersistence.fetchByUserId1_Last
(long userId1, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where userId1 = ?.static SocialRelation
SocialRelationUtil.fetchByUserId1_Last
(long userId1, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where userId1 = ?.SocialRelationPersistence.fetchByUserId2_First
(long userId2, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where userId2 = ?.static SocialRelation
SocialRelationUtil.fetchByUserId2_First
(long userId2, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where userId2 = ?.SocialRelationPersistence.fetchByUserId2_Last
(long userId2, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where userId2 = ?.static SocialRelation
SocialRelationUtil.fetchByUserId2_Last
(long userId2, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where userId2 = ?.SocialRelationPersistence.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where uuid = ? and companyId = ?.static SocialRelation
SocialRelationUtil.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where uuid = ? and companyId = ?.SocialRelationPersistence.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where uuid = ? and companyId = ?.static SocialRelation
SocialRelationUtil.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where uuid = ? and companyId = ?.SocialRelationPersistence.fetchByUuid_First
(String uuid, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where uuid = ?.static SocialRelation
SocialRelationUtil.fetchByUuid_First
(String uuid, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where uuid = ?.SocialRelationPersistence.fetchByUuid_Last
(String uuid, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where uuid = ?.static SocialRelation
SocialRelationUtil.fetchByUuid_Last
(String uuid, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where uuid = ?.SocialRelationPersistence.findByC_T_First
(long companyId, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where companyId = ? and type = ?.static SocialRelation
SocialRelationUtil.findByC_T_First
(long companyId, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where companyId = ? and type = ?.SocialRelationPersistence.findByC_T_Last
(long companyId, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where companyId = ? and type = ?.static SocialRelation
SocialRelationUtil.findByC_T_Last
(long companyId, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where companyId = ? and type = ?.SocialRelationPersistence.findByC_T_PrevAndNext
(long relationId, long companyId, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the social relations before and after the current social relation in the ordered set where companyId = ? and type = ?.static SocialRelation[]
SocialRelationUtil.findByC_T_PrevAndNext
(long relationId, long companyId, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the social relations before and after the current social relation in the ordered set where companyId = ? and type = ?.SocialRelationPersistence.findByCompanyId_First
(long companyId, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where companyId = ?.static SocialRelation
SocialRelationUtil.findByCompanyId_First
(long companyId, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where companyId = ?.SocialRelationPersistence.findByCompanyId_Last
(long companyId, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where companyId = ?.static SocialRelation
SocialRelationUtil.findByCompanyId_Last
(long companyId, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where companyId = ?.SocialRelationPersistence.findByCompanyId_PrevAndNext
(long relationId, long companyId, OrderByComparator<SocialRelation> orderByComparator) Returns the social relations before and after the current social relation in the ordered set where companyId = ?.static SocialRelation[]
SocialRelationUtil.findByCompanyId_PrevAndNext
(long relationId, long companyId, OrderByComparator<SocialRelation> orderByComparator) Returns the social relations before and after the current social relation in the ordered set where companyId = ?.SocialRelationPersistence.findByPrimaryKey
(long relationId) Returns the social relation with the primary key or throws aNoSuchRelationException
if it could not be found.static SocialRelation
SocialRelationUtil.findByPrimaryKey
(long relationId) Returns the social relation with the primary key or throws aNoSuchRelationException
if it could not be found.SocialRelationPersistence.findByType_First
(int type, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where type = ?.static SocialRelation
SocialRelationUtil.findByType_First
(int type, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where type = ?.SocialRelationPersistence.findByType_Last
(int type, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where type = ?.static SocialRelation
SocialRelationUtil.findByType_Last
(int type, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where type = ?.SocialRelationPersistence.findByType_PrevAndNext
(long relationId, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the social relations before and after the current social relation in the ordered set where type = ?.static SocialRelation[]
SocialRelationUtil.findByType_PrevAndNext
(long relationId, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the social relations before and after the current social relation in the ordered set where type = ?.SocialRelationPersistence.findByU1_T_First
(long userId1, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where userId1 = ? and type = ?.static SocialRelation
SocialRelationUtil.findByU1_T_First
(long userId1, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where userId1 = ? and type = ?.SocialRelationPersistence.findByU1_T_Last
(long userId1, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where userId1 = ? and type = ?.static SocialRelation
SocialRelationUtil.findByU1_T_Last
(long userId1, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where userId1 = ? and type = ?.SocialRelationPersistence.findByU1_T_PrevAndNext
(long relationId, long userId1, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the social relations before and after the current social relation in the ordered set where userId1 = ? and type = ?.static SocialRelation[]
SocialRelationUtil.findByU1_T_PrevAndNext
(long relationId, long userId1, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the social relations before and after the current social relation in the ordered set where userId1 = ? and type = ?.SocialRelationPersistence.findByU1_U2_First
(long userId1, long userId2, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where userId1 = ? and userId2 = ?.static SocialRelation
SocialRelationUtil.findByU1_U2_First
(long userId1, long userId2, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where userId1 = ? and userId2 = ?.SocialRelationPersistence.findByU1_U2_Last
(long userId1, long userId2, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where userId1 = ? and userId2 = ?.static SocialRelation
SocialRelationUtil.findByU1_U2_Last
(long userId1, long userId2, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where userId1 = ? and userId2 = ?.SocialRelationPersistence.findByU1_U2_PrevAndNext
(long relationId, long userId1, long userId2, OrderByComparator<SocialRelation> 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_PrevAndNext
(long relationId, long userId1, long userId2, OrderByComparator<SocialRelation> orderByComparator) Returns the social relations before and after the current social relation in the ordered set where userId1 = ? and userId2 = ?.SocialRelationPersistence.findByU1_U2_T
(long userId1, long userId2, int type) Returns the social relation where userId1 = ? and userId2 = ? and type = ? or throws aNoSuchRelationException
if it could not be found.static SocialRelation
SocialRelationUtil.findByU1_U2_T
(long userId1, long userId2, int type) Returns the social relation where userId1 = ? and userId2 = ? and type = ? or throws aNoSuchRelationException
if it could not be found.SocialRelationPersistence.findByU2_T_First
(long userId2, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where userId2 = ? and type = ?.static SocialRelation
SocialRelationUtil.findByU2_T_First
(long userId2, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where userId2 = ? and type = ?.SocialRelationPersistence.findByU2_T_Last
(long userId2, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where userId2 = ? and type = ?.static SocialRelation
SocialRelationUtil.findByU2_T_Last
(long userId2, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where userId2 = ? and type = ?.SocialRelationPersistence.findByU2_T_PrevAndNext
(long relationId, long userId2, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the social relations before and after the current social relation in the ordered set where userId2 = ? and type = ?.static SocialRelation[]
SocialRelationUtil.findByU2_T_PrevAndNext
(long relationId, long userId2, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the social relations before and after the current social relation in the ordered set where userId2 = ? and type = ?.SocialRelationPersistence.findByUserId1_First
(long userId1, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where userId1 = ?.static SocialRelation
SocialRelationUtil.findByUserId1_First
(long userId1, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where userId1 = ?.SocialRelationPersistence.findByUserId1_Last
(long userId1, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where userId1 = ?.static SocialRelation
SocialRelationUtil.findByUserId1_Last
(long userId1, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where userId1 = ?.SocialRelationPersistence.findByUserId1_PrevAndNext
(long relationId, long userId1, OrderByComparator<SocialRelation> orderByComparator) Returns the social relations before and after the current social relation in the ordered set where userId1 = ?.static SocialRelation[]
SocialRelationUtil.findByUserId1_PrevAndNext
(long relationId, long userId1, OrderByComparator<SocialRelation> orderByComparator) Returns the social relations before and after the current social relation in the ordered set where userId1 = ?.SocialRelationPersistence.findByUserId2_First
(long userId2, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where userId2 = ?.static SocialRelation
SocialRelationUtil.findByUserId2_First
(long userId2, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where userId2 = ?.SocialRelationPersistence.findByUserId2_Last
(long userId2, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where userId2 = ?.static SocialRelation
SocialRelationUtil.findByUserId2_Last
(long userId2, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where userId2 = ?.SocialRelationPersistence.findByUserId2_PrevAndNext
(long relationId, long userId2, OrderByComparator<SocialRelation> orderByComparator) Returns the social relations before and after the current social relation in the ordered set where userId2 = ?.static SocialRelation[]
SocialRelationUtil.findByUserId2_PrevAndNext
(long relationId, long userId2, OrderByComparator<SocialRelation> orderByComparator) Returns the social relations before and after the current social relation in the ordered set where userId2 = ?.SocialRelationPersistence.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where uuid = ? and companyId = ?.static SocialRelation
SocialRelationUtil.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where uuid = ? and companyId = ?.SocialRelationPersistence.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where uuid = ? and companyId = ?.static SocialRelation
SocialRelationUtil.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where uuid = ? and companyId = ?.SocialRelationPersistence.findByUuid_C_PrevAndNext
(long relationId, String uuid, long companyId, OrderByComparator<SocialRelation> orderByComparator) Returns the social relations before and after the current social relation in the ordered set where uuid = ? and companyId = ?.static SocialRelation[]
SocialRelationUtil.findByUuid_C_PrevAndNext
(long relationId, String uuid, long companyId, OrderByComparator<SocialRelation> orderByComparator) Returns the social relations before and after the current social relation in the ordered set where uuid = ? and companyId = ?.SocialRelationPersistence.findByUuid_First
(String uuid, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where uuid = ?.static SocialRelation
SocialRelationUtil.findByUuid_First
(String uuid, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where uuid = ?.SocialRelationPersistence.findByUuid_Last
(String uuid, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where uuid = ?.static SocialRelation
SocialRelationUtil.findByUuid_Last
(String uuid, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where uuid = ?.SocialRelationPersistence.findByUuid_PrevAndNext
(long relationId, String uuid, OrderByComparator<SocialRelation> orderByComparator) Returns the social relations before and after the current social relation in the ordered set where uuid = ?.static SocialRelation[]
SocialRelationUtil.findByUuid_PrevAndNext
(long relationId, String uuid, OrderByComparator<SocialRelation> orderByComparator) Returns the social relations before and after the current social relation in the ordered set where uuid = ?.SocialRelationPersistence.remove
(long relationId) Removes the social relation with the primary key from the database.static SocialRelation
SocialRelationUtil.remove
(long relationId) Removes the social relation with the primary key from the database.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.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) static SocialRelation
SocialRelationUtil.update
(SocialRelation socialRelation, ServiceContext serviceContext) SocialRelationPersistence.updateImpl
(SocialRelation socialRelation) static SocialRelation
SocialRelationUtil.updateImpl
(SocialRelation socialRelation) Methods in com.liferay.social.kernel.service.persistence that return types with arguments of type SocialRelationModifier and TypeMethodDescriptionstatic Map<Serializable,
SocialRelation> SocialRelationUtil.fetchByPrimaryKeys
(Set<Serializable> primaryKeys) SocialRelationPersistence.findAll()
Returns all the social relations.SocialRelationPersistence.findAll
(int start, int end) Returns a range of all the social relations.SocialRelationPersistence.findAll
(int start, int end, OrderByComparator<SocialRelation> orderByComparator) Returns an ordered range of all the social relations.SocialRelationPersistence.findAll
(int start, int end, OrderByComparator<SocialRelation> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social relations.static List<SocialRelation>
SocialRelationUtil.findAll()
Returns all the social relations.static List<SocialRelation>
SocialRelationUtil.findAll
(int start, int end) Returns a range of all the social relations.static List<SocialRelation>
SocialRelationUtil.findAll
(int start, int end, OrderByComparator<SocialRelation> orderByComparator) Returns an ordered range of all the social relations.static List<SocialRelation>
SocialRelationUtil.findAll
(int start, int end, OrderByComparator<SocialRelation> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social relations.SocialRelationPersistence.findByC_T
(long companyId, int type) Returns all the social relations where companyId = ? and type = ?.SocialRelationPersistence.findByC_T
(long companyId, int type, int start, int end) Returns a range of all the social relations where companyId = ? and type = ?.SocialRelationPersistence.findByC_T
(long companyId, int type, int start, int end, OrderByComparator<SocialRelation> orderByComparator) Returns an ordered range of all the social relations where companyId = ? and type = ?.SocialRelationPersistence.findByC_T
(long companyId, int type, int start, int end, OrderByComparator<SocialRelation> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social relations where companyId = ? and type = ?.static List<SocialRelation>
SocialRelationUtil.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 = ?.static List<SocialRelation>
SocialRelationUtil.findByC_T
(long companyId, int type, int start, int end, OrderByComparator<SocialRelation> orderByComparator) Returns an ordered 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<SocialRelation> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social relations where companyId = ? and type = ?.SocialRelationPersistence.findByCompanyId
(long companyId) Returns all the social relations where companyId = ?.SocialRelationPersistence.findByCompanyId
(long companyId, int start, int end) Returns a range of all the social relations where companyId = ?.SocialRelationPersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<SocialRelation> orderByComparator) Returns an ordered range of all the social relations where companyId = ?.SocialRelationPersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<SocialRelation> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social relations where companyId = ?.static List<SocialRelation>
SocialRelationUtil.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 = ?.static List<SocialRelation>
SocialRelationUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<SocialRelation> orderByComparator) Returns an ordered range of all the social relations where companyId = ?.static List<SocialRelation>
SocialRelationUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<SocialRelation> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social relations where companyId = ?.SocialRelationPersistence.findByType
(int type) Returns all the social relations where type = ?.SocialRelationPersistence.findByType
(int type, int start, int end) Returns a range of all the social relations where type = ?.SocialRelationPersistence.findByType
(int type, int start, int end, OrderByComparator<SocialRelation> orderByComparator) Returns an ordered range of all the social relations where type = ?.SocialRelationPersistence.findByType
(int type, int start, int end, OrderByComparator<SocialRelation> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social relations where type = ?.static List<SocialRelation>
SocialRelationUtil.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 = ?.static List<SocialRelation>
SocialRelationUtil.findByType
(int type, int start, int end, OrderByComparator<SocialRelation> orderByComparator) Returns an ordered range of all the social relations where type = ?.static List<SocialRelation>
SocialRelationUtil.findByType
(int type, int start, int end, OrderByComparator<SocialRelation> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social relations where type = ?.SocialRelationPersistence.findByU1_T
(long userId1, int type) Returns all the social relations where userId1 = ? and type = ?.SocialRelationPersistence.findByU1_T
(long userId1, int type, int start, int end) Returns a range of all the social relations where userId1 = ? and type = ?.SocialRelationPersistence.findByU1_T
(long userId1, int type, int start, int end, OrderByComparator<SocialRelation> orderByComparator) Returns an ordered range of all the social relations where userId1 = ? and type = ?.SocialRelationPersistence.findByU1_T
(long userId1, int type, int start, int end, OrderByComparator<SocialRelation> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social relations where userId1 = ? and type = ?.static List<SocialRelation>
SocialRelationUtil.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 = ?.static List<SocialRelation>
SocialRelationUtil.findByU1_T
(long userId1, int type, int start, int end, OrderByComparator<SocialRelation> orderByComparator) Returns an ordered 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<SocialRelation> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social relations where userId1 = ? and type = ?.SocialRelationPersistence.findByU1_U2
(long userId1, long userId2) Returns all the social relations where userId1 = ? and userId2 = ?.SocialRelationPersistence.findByU1_U2
(long userId1, long userId2, int start, int end) Returns a range of all the social relations where userId1 = ? and userId2 = ?.SocialRelationPersistence.findByU1_U2
(long userId1, long userId2, int start, int end, OrderByComparator<SocialRelation> orderByComparator) Returns an ordered range of all the social relations where userId1 = ? and userId2 = ?.SocialRelationPersistence.findByU1_U2
(long userId1, long userId2, int start, int end, OrderByComparator<SocialRelation> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social relations where userId1 = ? and userId2 = ?.static List<SocialRelation>
SocialRelationUtil.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 = ?.static List<SocialRelation>
SocialRelationUtil.findByU1_U2
(long userId1, long userId2, int start, int end, OrderByComparator<SocialRelation> orderByComparator) Returns an ordered 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<SocialRelation> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social relations where userId1 = ? and userId2 = ?.SocialRelationPersistence.findByU2_T
(long userId2, int type) Returns all the social relations where userId2 = ? and type = ?.SocialRelationPersistence.findByU2_T
(long userId2, int type, int start, int end) Returns a range of all the social relations where userId2 = ? and type = ?.SocialRelationPersistence.findByU2_T
(long userId2, int type, int start, int end, OrderByComparator<SocialRelation> orderByComparator) Returns an ordered range of all the social relations where userId2 = ? and type = ?.SocialRelationPersistence.findByU2_T
(long userId2, int type, int start, int end, OrderByComparator<SocialRelation> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social relations where userId2 = ? and type = ?.static List<SocialRelation>
SocialRelationUtil.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 = ?.static List<SocialRelation>
SocialRelationUtil.findByU2_T
(long userId2, int type, int start, int end, OrderByComparator<SocialRelation> orderByComparator) Returns an ordered 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<SocialRelation> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social relations where userId2 = ? and type = ?.SocialRelationPersistence.findByUserId1
(long userId1) Returns all the social relations where userId1 = ?.SocialRelationPersistence.findByUserId1
(long userId1, int start, int end) Returns a range of all the social relations where userId1 = ?.SocialRelationPersistence.findByUserId1
(long userId1, int start, int end, OrderByComparator<SocialRelation> orderByComparator) Returns an ordered range of all the social relations where userId1 = ?.SocialRelationPersistence.findByUserId1
(long userId1, int start, int end, OrderByComparator<SocialRelation> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social relations where userId1 = ?.static List<SocialRelation>
SocialRelationUtil.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 = ?.static List<SocialRelation>
SocialRelationUtil.findByUserId1
(long userId1, int start, int end, OrderByComparator<SocialRelation> orderByComparator) Returns an ordered range of all the social relations where userId1 = ?.static List<SocialRelation>
SocialRelationUtil.findByUserId1
(long userId1, int start, int end, OrderByComparator<SocialRelation> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social relations where userId1 = ?.SocialRelationPersistence.findByUserId2
(long userId2) Returns all the social relations where userId2 = ?.SocialRelationPersistence.findByUserId2
(long userId2, int start, int end) Returns a range of all the social relations where userId2 = ?.SocialRelationPersistence.findByUserId2
(long userId2, int start, int end, OrderByComparator<SocialRelation> orderByComparator) Returns an ordered range of all the social relations where userId2 = ?.SocialRelationPersistence.findByUserId2
(long userId2, int start, int end, OrderByComparator<SocialRelation> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social relations where userId2 = ?.static List<SocialRelation>
SocialRelationUtil.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 = ?.static List<SocialRelation>
SocialRelationUtil.findByUserId2
(long userId2, int start, int end, OrderByComparator<SocialRelation> orderByComparator) Returns an ordered range of all the social relations where userId2 = ?.static List<SocialRelation>
SocialRelationUtil.findByUserId2
(long userId2, int start, int end, OrderByComparator<SocialRelation> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social relations where userId2 = ?.SocialRelationPersistence.findByUuid
(String uuid) Returns all the social relations where uuid = ?.SocialRelationPersistence.findByUuid
(String uuid, int start, int end) Returns a range of all the social relations where uuid = ?.SocialRelationPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<SocialRelation> orderByComparator) Returns an ordered range of all the social relations where uuid = ?.SocialRelationPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<SocialRelation> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social relations where uuid = ?.static List<SocialRelation>
SocialRelationUtil.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 = ?.static List<SocialRelation>
SocialRelationUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<SocialRelation> orderByComparator) Returns an ordered range of all the social relations where uuid = ?.static List<SocialRelation>
SocialRelationUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<SocialRelation> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social relations where uuid = ?.SocialRelationPersistence.findByUuid_C
(String uuid, long companyId) Returns all the social relations where uuid = ? and companyId = ?.SocialRelationPersistence.findByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the social relations where uuid = ? and companyId = ?.SocialRelationPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<SocialRelation> orderByComparator) Returns an ordered range of all the social relations where uuid = ? and companyId = ?.SocialRelationPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<SocialRelation> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social relations where uuid = ? and companyId = ?.static List<SocialRelation>
SocialRelationUtil.findByUuid_C
(String uuid, long companyId) Returns all the social relations where uuid = ? and companyId = ?.static List<SocialRelation>
SocialRelationUtil.findByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the social relations where uuid = ? and companyId = ?.static List<SocialRelation>
SocialRelationUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<SocialRelation> orderByComparator) Returns an ordered range of all the social relations where uuid = ? and companyId = ?.static List<SocialRelation>
SocialRelationUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<SocialRelation> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social relations where uuid = ? and companyId = ?.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<SocialRelation> orderByComparator) Methods in com.liferay.social.kernel.service.persistence with parameters of type SocialRelationModifier and TypeMethodDescriptionvoid
SocialRelationPersistence.cacheResult
(SocialRelation socialRelation) Caches the social relation in the entity cache if it is enabled.static void
SocialRelationUtil.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) static SocialRelation
SocialRelationUtil.update
(SocialRelation socialRelation, ServiceContext serviceContext) SocialRelationPersistence.updateImpl
(SocialRelation socialRelation) static SocialRelation
SocialRelationUtil.updateImpl
(SocialRelation socialRelation) Method parameters in com.liferay.social.kernel.service.persistence with type arguments of type SocialRelationModifier and TypeMethodDescriptionvoid
SocialRelationPersistence.cacheResult
(List<SocialRelation> socialRelations) Caches the social relations in the entity cache if it is enabled.static void
SocialRelationUtil.cacheResult
(List<SocialRelation> socialRelations) Caches the social relations in the entity cache if it is enabled.SocialRelationPersistence.fetchByC_T_First
(long companyId, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where companyId = ? and type = ?.static SocialRelation
SocialRelationUtil.fetchByC_T_First
(long companyId, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where companyId = ? and type = ?.SocialRelationPersistence.fetchByC_T_Last
(long companyId, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where companyId = ? and type = ?.static SocialRelation
SocialRelationUtil.fetchByC_T_Last
(long companyId, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where companyId = ? and type = ?.SocialRelationPersistence.fetchByCompanyId_First
(long companyId, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where companyId = ?.static SocialRelation
SocialRelationUtil.fetchByCompanyId_First
(long companyId, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where companyId = ?.SocialRelationPersistence.fetchByCompanyId_Last
(long companyId, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where companyId = ?.static SocialRelation
SocialRelationUtil.fetchByCompanyId_Last
(long companyId, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where companyId = ?.SocialRelationPersistence.fetchByType_First
(int type, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where type = ?.static SocialRelation
SocialRelationUtil.fetchByType_First
(int type, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where type = ?.SocialRelationPersistence.fetchByType_Last
(int type, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where type = ?.static SocialRelation
SocialRelationUtil.fetchByType_Last
(int type, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where type = ?.SocialRelationPersistence.fetchByU1_T_First
(long userId1, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where userId1 = ? and type = ?.static SocialRelation
SocialRelationUtil.fetchByU1_T_First
(long userId1, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where userId1 = ? and type = ?.SocialRelationPersistence.fetchByU1_T_Last
(long userId1, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where userId1 = ? and type = ?.static SocialRelation
SocialRelationUtil.fetchByU1_T_Last
(long userId1, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where userId1 = ? and type = ?.SocialRelationPersistence.fetchByU1_U2_First
(long userId1, long userId2, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where userId1 = ? and userId2 = ?.static SocialRelation
SocialRelationUtil.fetchByU1_U2_First
(long userId1, long userId2, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where userId1 = ? and userId2 = ?.SocialRelationPersistence.fetchByU1_U2_Last
(long userId1, long userId2, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where userId1 = ? and userId2 = ?.static SocialRelation
SocialRelationUtil.fetchByU1_U2_Last
(long userId1, long userId2, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where userId1 = ? and userId2 = ?.SocialRelationPersistence.fetchByU2_T_First
(long userId2, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where userId2 = ? and type = ?.static SocialRelation
SocialRelationUtil.fetchByU2_T_First
(long userId2, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where userId2 = ? and type = ?.SocialRelationPersistence.fetchByU2_T_Last
(long userId2, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where userId2 = ? and type = ?.static SocialRelation
SocialRelationUtil.fetchByU2_T_Last
(long userId2, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where userId2 = ? and type = ?.SocialRelationPersistence.fetchByUserId1_First
(long userId1, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where userId1 = ?.static SocialRelation
SocialRelationUtil.fetchByUserId1_First
(long userId1, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where userId1 = ?.SocialRelationPersistence.fetchByUserId1_Last
(long userId1, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where userId1 = ?.static SocialRelation
SocialRelationUtil.fetchByUserId1_Last
(long userId1, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where userId1 = ?.SocialRelationPersistence.fetchByUserId2_First
(long userId2, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where userId2 = ?.static SocialRelation
SocialRelationUtil.fetchByUserId2_First
(long userId2, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where userId2 = ?.SocialRelationPersistence.fetchByUserId2_Last
(long userId2, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where userId2 = ?.static SocialRelation
SocialRelationUtil.fetchByUserId2_Last
(long userId2, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where userId2 = ?.SocialRelationPersistence.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where uuid = ? and companyId = ?.static SocialRelation
SocialRelationUtil.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where uuid = ? and companyId = ?.SocialRelationPersistence.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where uuid = ? and companyId = ?.static SocialRelation
SocialRelationUtil.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where uuid = ? and companyId = ?.SocialRelationPersistence.fetchByUuid_First
(String uuid, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where uuid = ?.static SocialRelation
SocialRelationUtil.fetchByUuid_First
(String uuid, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where uuid = ?.SocialRelationPersistence.fetchByUuid_Last
(String uuid, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where uuid = ?.static SocialRelation
SocialRelationUtil.fetchByUuid_Last
(String uuid, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where uuid = ?.SocialRelationPersistence.findAll
(int start, int end, OrderByComparator<SocialRelation> orderByComparator) Returns an ordered range of all the social relations.SocialRelationPersistence.findAll
(int start, int end, OrderByComparator<SocialRelation> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social relations.static List<SocialRelation>
SocialRelationUtil.findAll
(int start, int end, OrderByComparator<SocialRelation> orderByComparator) Returns an ordered range of all the social relations.static List<SocialRelation>
SocialRelationUtil.findAll
(int start, int end, OrderByComparator<SocialRelation> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social relations.SocialRelationPersistence.findByC_T
(long companyId, int type, int start, int end, OrderByComparator<SocialRelation> orderByComparator) Returns an ordered range of all the social relations where companyId = ? and type = ?.SocialRelationPersistence.findByC_T
(long companyId, int type, int start, int end, OrderByComparator<SocialRelation> orderByComparator, boolean useFinderCache) Returns an ordered 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<SocialRelation> orderByComparator) Returns an ordered 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<SocialRelation> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social relations where companyId = ? and type = ?.SocialRelationPersistence.findByC_T_First
(long companyId, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where companyId = ? and type = ?.static SocialRelation
SocialRelationUtil.findByC_T_First
(long companyId, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where companyId = ? and type = ?.SocialRelationPersistence.findByC_T_Last
(long companyId, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where companyId = ? and type = ?.static SocialRelation
SocialRelationUtil.findByC_T_Last
(long companyId, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where companyId = ? and type = ?.SocialRelationPersistence.findByC_T_PrevAndNext
(long relationId, long companyId, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the social relations before and after the current social relation in the ordered set where companyId = ? and type = ?.static SocialRelation[]
SocialRelationUtil.findByC_T_PrevAndNext
(long relationId, long companyId, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the social relations before and after the current social relation in the ordered set where companyId = ? and type = ?.SocialRelationPersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<SocialRelation> orderByComparator) Returns an ordered range of all the social relations where companyId = ?.SocialRelationPersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<SocialRelation> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social relations where companyId = ?.static List<SocialRelation>
SocialRelationUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<SocialRelation> orderByComparator) Returns an ordered range of all the social relations where companyId = ?.static List<SocialRelation>
SocialRelationUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<SocialRelation> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social relations where companyId = ?.SocialRelationPersistence.findByCompanyId_First
(long companyId, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where companyId = ?.static SocialRelation
SocialRelationUtil.findByCompanyId_First
(long companyId, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where companyId = ?.SocialRelationPersistence.findByCompanyId_Last
(long companyId, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where companyId = ?.static SocialRelation
SocialRelationUtil.findByCompanyId_Last
(long companyId, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where companyId = ?.SocialRelationPersistence.findByCompanyId_PrevAndNext
(long relationId, long companyId, OrderByComparator<SocialRelation> orderByComparator) Returns the social relations before and after the current social relation in the ordered set where companyId = ?.static SocialRelation[]
SocialRelationUtil.findByCompanyId_PrevAndNext
(long relationId, long companyId, OrderByComparator<SocialRelation> orderByComparator) Returns the social relations before and after the current social relation in the ordered set where companyId = ?.SocialRelationPersistence.findByType
(int type, int start, int end, OrderByComparator<SocialRelation> orderByComparator) Returns an ordered range of all the social relations where type = ?.SocialRelationPersistence.findByType
(int type, int start, int end, OrderByComparator<SocialRelation> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social relations where type = ?.static List<SocialRelation>
SocialRelationUtil.findByType
(int type, int start, int end, OrderByComparator<SocialRelation> orderByComparator) Returns an ordered range of all the social relations where type = ?.static List<SocialRelation>
SocialRelationUtil.findByType
(int type, int start, int end, OrderByComparator<SocialRelation> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social relations where type = ?.SocialRelationPersistence.findByType_First
(int type, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where type = ?.static SocialRelation
SocialRelationUtil.findByType_First
(int type, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where type = ?.SocialRelationPersistence.findByType_Last
(int type, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where type = ?.static SocialRelation
SocialRelationUtil.findByType_Last
(int type, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where type = ?.SocialRelationPersistence.findByType_PrevAndNext
(long relationId, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the social relations before and after the current social relation in the ordered set where type = ?.static SocialRelation[]
SocialRelationUtil.findByType_PrevAndNext
(long relationId, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the social relations before and after the current social relation in the ordered set where type = ?.SocialRelationPersistence.findByU1_T
(long userId1, int type, int start, int end, OrderByComparator<SocialRelation> orderByComparator) Returns an ordered range of all the social relations where userId1 = ? and type = ?.SocialRelationPersistence.findByU1_T
(long userId1, int type, int start, int end, OrderByComparator<SocialRelation> orderByComparator, boolean useFinderCache) Returns an ordered 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<SocialRelation> orderByComparator) Returns an ordered 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<SocialRelation> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social relations where userId1 = ? and type = ?.SocialRelationPersistence.findByU1_T_First
(long userId1, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where userId1 = ? and type = ?.static SocialRelation
SocialRelationUtil.findByU1_T_First
(long userId1, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where userId1 = ? and type = ?.SocialRelationPersistence.findByU1_T_Last
(long userId1, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where userId1 = ? and type = ?.static SocialRelation
SocialRelationUtil.findByU1_T_Last
(long userId1, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where userId1 = ? and type = ?.SocialRelationPersistence.findByU1_T_PrevAndNext
(long relationId, long userId1, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the social relations before and after the current social relation in the ordered set where userId1 = ? and type = ?.static SocialRelation[]
SocialRelationUtil.findByU1_T_PrevAndNext
(long relationId, long userId1, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the social relations before and after the current social relation in the ordered set where userId1 = ? and type = ?.SocialRelationPersistence.findByU1_U2
(long userId1, long userId2, int start, int end, OrderByComparator<SocialRelation> orderByComparator) Returns an ordered range of all the social relations where userId1 = ? and userId2 = ?.SocialRelationPersistence.findByU1_U2
(long userId1, long userId2, int start, int end, OrderByComparator<SocialRelation> orderByComparator, boolean useFinderCache) Returns an ordered 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<SocialRelation> orderByComparator) Returns an ordered 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<SocialRelation> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social relations where userId1 = ? and userId2 = ?.SocialRelationPersistence.findByU1_U2_First
(long userId1, long userId2, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where userId1 = ? and userId2 = ?.static SocialRelation
SocialRelationUtil.findByU1_U2_First
(long userId1, long userId2, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where userId1 = ? and userId2 = ?.SocialRelationPersistence.findByU1_U2_Last
(long userId1, long userId2, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where userId1 = ? and userId2 = ?.static SocialRelation
SocialRelationUtil.findByU1_U2_Last
(long userId1, long userId2, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where userId1 = ? and userId2 = ?.SocialRelationPersistence.findByU1_U2_PrevAndNext
(long relationId, long userId1, long userId2, OrderByComparator<SocialRelation> 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_PrevAndNext
(long relationId, long userId1, long userId2, OrderByComparator<SocialRelation> orderByComparator) Returns the social relations before and after the current social relation in the ordered set where userId1 = ? and userId2 = ?.SocialRelationPersistence.findByU2_T
(long userId2, int type, int start, int end, OrderByComparator<SocialRelation> orderByComparator) Returns an ordered range of all the social relations where userId2 = ? and type = ?.SocialRelationPersistence.findByU2_T
(long userId2, int type, int start, int end, OrderByComparator<SocialRelation> orderByComparator, boolean useFinderCache) Returns an ordered 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<SocialRelation> orderByComparator) Returns an ordered 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<SocialRelation> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social relations where userId2 = ? and type = ?.SocialRelationPersistence.findByU2_T_First
(long userId2, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where userId2 = ? and type = ?.static SocialRelation
SocialRelationUtil.findByU2_T_First
(long userId2, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where userId2 = ? and type = ?.SocialRelationPersistence.findByU2_T_Last
(long userId2, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where userId2 = ? and type = ?.static SocialRelation
SocialRelationUtil.findByU2_T_Last
(long userId2, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where userId2 = ? and type = ?.SocialRelationPersistence.findByU2_T_PrevAndNext
(long relationId, long userId2, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the social relations before and after the current social relation in the ordered set where userId2 = ? and type = ?.static SocialRelation[]
SocialRelationUtil.findByU2_T_PrevAndNext
(long relationId, long userId2, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the social relations before and after the current social relation in the ordered set where userId2 = ? and type = ?.SocialRelationPersistence.findByUserId1
(long userId1, int start, int end, OrderByComparator<SocialRelation> orderByComparator) Returns an ordered range of all the social relations where userId1 = ?.SocialRelationPersistence.findByUserId1
(long userId1, int start, int end, OrderByComparator<SocialRelation> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social relations where userId1 = ?.static List<SocialRelation>
SocialRelationUtil.findByUserId1
(long userId1, int start, int end, OrderByComparator<SocialRelation> orderByComparator) Returns an ordered range of all the social relations where userId1 = ?.static List<SocialRelation>
SocialRelationUtil.findByUserId1
(long userId1, int start, int end, OrderByComparator<SocialRelation> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social relations where userId1 = ?.SocialRelationPersistence.findByUserId1_First
(long userId1, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where userId1 = ?.static SocialRelation
SocialRelationUtil.findByUserId1_First
(long userId1, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where userId1 = ?.SocialRelationPersistence.findByUserId1_Last
(long userId1, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where userId1 = ?.static SocialRelation
SocialRelationUtil.findByUserId1_Last
(long userId1, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where userId1 = ?.SocialRelationPersistence.findByUserId1_PrevAndNext
(long relationId, long userId1, OrderByComparator<SocialRelation> orderByComparator) Returns the social relations before and after the current social relation in the ordered set where userId1 = ?.static SocialRelation[]
SocialRelationUtil.findByUserId1_PrevAndNext
(long relationId, long userId1, OrderByComparator<SocialRelation> orderByComparator) Returns the social relations before and after the current social relation in the ordered set where userId1 = ?.SocialRelationPersistence.findByUserId2
(long userId2, int start, int end, OrderByComparator<SocialRelation> orderByComparator) Returns an ordered range of all the social relations where userId2 = ?.SocialRelationPersistence.findByUserId2
(long userId2, int start, int end, OrderByComparator<SocialRelation> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social relations where userId2 = ?.static List<SocialRelation>
SocialRelationUtil.findByUserId2
(long userId2, int start, int end, OrderByComparator<SocialRelation> orderByComparator) Returns an ordered range of all the social relations where userId2 = ?.static List<SocialRelation>
SocialRelationUtil.findByUserId2
(long userId2, int start, int end, OrderByComparator<SocialRelation> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social relations where userId2 = ?.SocialRelationPersistence.findByUserId2_First
(long userId2, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where userId2 = ?.static SocialRelation
SocialRelationUtil.findByUserId2_First
(long userId2, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where userId2 = ?.SocialRelationPersistence.findByUserId2_Last
(long userId2, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where userId2 = ?.static SocialRelation
SocialRelationUtil.findByUserId2_Last
(long userId2, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where userId2 = ?.SocialRelationPersistence.findByUserId2_PrevAndNext
(long relationId, long userId2, OrderByComparator<SocialRelation> orderByComparator) Returns the social relations before and after the current social relation in the ordered set where userId2 = ?.static SocialRelation[]
SocialRelationUtil.findByUserId2_PrevAndNext
(long relationId, long userId2, OrderByComparator<SocialRelation> orderByComparator) Returns the social relations before and after the current social relation in the ordered set where userId2 = ?.SocialRelationPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<SocialRelation> orderByComparator) Returns an ordered range of all the social relations where uuid = ?.SocialRelationPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<SocialRelation> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social relations where uuid = ?.static List<SocialRelation>
SocialRelationUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<SocialRelation> orderByComparator) Returns an ordered range of all the social relations where uuid = ?.static List<SocialRelation>
SocialRelationUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<SocialRelation> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social relations where uuid = ?.SocialRelationPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<SocialRelation> orderByComparator) Returns an ordered range of all the social relations where uuid = ? and companyId = ?.SocialRelationPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<SocialRelation> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social relations where uuid = ? and companyId = ?.static List<SocialRelation>
SocialRelationUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<SocialRelation> orderByComparator) Returns an ordered range of all the social relations where uuid = ? and companyId = ?.static List<SocialRelation>
SocialRelationUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<SocialRelation> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social relations where uuid = ? and companyId = ?.SocialRelationPersistence.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where uuid = ? and companyId = ?.static SocialRelation
SocialRelationUtil.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where uuid = ? and companyId = ?.SocialRelationPersistence.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where uuid = ? and companyId = ?.static SocialRelation
SocialRelationUtil.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where uuid = ? and companyId = ?.SocialRelationPersistence.findByUuid_C_PrevAndNext
(long relationId, String uuid, long companyId, OrderByComparator<SocialRelation> orderByComparator) Returns the social relations before and after the current social relation in the ordered set where uuid = ? and companyId = ?.static SocialRelation[]
SocialRelationUtil.findByUuid_C_PrevAndNext
(long relationId, String uuid, long companyId, OrderByComparator<SocialRelation> orderByComparator) Returns the social relations before and after the current social relation in the ordered set where uuid = ? and companyId = ?.SocialRelationPersistence.findByUuid_First
(String uuid, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where uuid = ?.static SocialRelation
SocialRelationUtil.findByUuid_First
(String uuid, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where uuid = ?.SocialRelationPersistence.findByUuid_Last
(String uuid, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where uuid = ?.static SocialRelation
SocialRelationUtil.findByUuid_Last
(String uuid, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where uuid = ?.SocialRelationPersistence.findByUuid_PrevAndNext
(long relationId, String uuid, OrderByComparator<SocialRelation> orderByComparator) Returns the social relations before and after the current social relation in the ordered set where uuid = ?.static SocialRelation[]
SocialRelationUtil.findByUuid_PrevAndNext
(long relationId, String uuid, OrderByComparator<SocialRelation> orderByComparator) Returns the social relations before and after the current social relation in the ordered set where uuid = ?.static List<SocialRelation>
SocialRelationUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<SocialRelation> orderByComparator)