Package | Description |
---|---|
com.liferay.social.kernel.model | |
com.liferay.social.kernel.service |
This package defines the social related portlet service local and remote interfaces, utilities, and wrappers.
|
com.liferay.social.kernel.service.persistence |
Modifier and Type | Class and Description |
---|---|
class |
SocialRelationWrapper
This class is a wrapper for
SocialRelation . |
Modifier and Type | Field and Description |
---|---|
static Accessor<SocialRelation,Long> |
SocialRelation.RELATION_ID_ACCESSOR |
Modifier and Type | Method and Description |
---|---|
SocialRelation |
SocialRelationWrapper.cloneWithOriginalValues() |
SocialRelation |
SocialRelationModel.cloneWithOriginalValues() |
Modifier and Type | Method and Description |
---|---|
Map<String,Function<SocialRelation,Object>> |
SocialRelationWrapper.getAttributeGetterFunctions() |
Map<String,BiConsumer<SocialRelation,Object>> |
SocialRelationWrapper.getAttributeSetterBiConsumers() |
Modifier and Type | Method and Description |
---|---|
protected SocialRelationWrapper |
SocialRelationWrapper.wrap(SocialRelation socialRelation) |
Constructor and Description |
---|
SocialRelationWrapper(SocialRelation socialRelation) |
Modifier and Type | Method and Description |
---|---|
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.addRelation(long userId1,
long userId2,
int type)
Adds a social relation between the two users 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.addSocialRelation(SocialRelation socialRelation)
Adds the social relation to the database.
|
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.createSocialRelation(long relationId)
Creates a new social relation with the primary key.
|
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(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.
|
SocialRelation |
SocialRelationLocalService.deleteSocialRelation(SocialRelation socialRelation)
Deletes the social relation from the database.
|
SocialRelation |
SocialRelationLocalServiceWrapper.deleteSocialRelation(SocialRelation socialRelation)
Deletes the social relation from the database.
|
static SocialRelation |
SocialRelationLocalServiceUtil.fetchSocialRelation(long relationId) |
SocialRelation |
SocialRelationLocalService.fetchSocialRelation(long relationId) |
SocialRelation |
SocialRelationLocalServiceWrapper.fetchSocialRelation(long relationId) |
static SocialRelation |
SocialRelationLocalServiceUtil.fetchSocialRelationByUuidAndCompanyId(String uuid,
long companyId)
Returns the social relation with the matching UUID and company.
|
SocialRelation |
SocialRelationLocalService.fetchSocialRelationByUuidAndCompanyId(String uuid,
long companyId)
Returns the social relation with the matching UUID and company.
|
SocialRelation |
SocialRelationLocalServiceWrapper.fetchSocialRelationByUuidAndCompanyId(String uuid,
long companyId)
Returns the social relation with the matching UUID and company.
|
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 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.
|
SocialRelation |
SocialRelationLocalService.getRelation(long userId1,
long userId2,
int type)
Returns the relation of the given type between User1 and User2.
|
SocialRelation |
SocialRelationLocalServiceWrapper.getRelation(long userId1,
long userId2,
int type)
Returns the relation of the given type between User1 and User2.
|
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.getSocialRelation(long relationId)
Returns the social relation with the primary key.
|
static SocialRelation |
SocialRelationLocalServiceUtil.getSocialRelationByUuidAndCompanyId(String uuid,
long companyId)
Returns the social relation with the matching UUID and company.
|
SocialRelation |
SocialRelationLocalService.getSocialRelationByUuidAndCompanyId(String uuid,
long companyId)
Returns the social relation with the matching UUID and company.
|
SocialRelation |
SocialRelationLocalServiceWrapper.getSocialRelationByUuidAndCompanyId(String uuid,
long companyId)
Returns the social relation with the matching UUID and company.
|
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)
Updates the social relation in the database or adds it if it does not yet exist.
|
Modifier and Type | Method and Description |
---|---|
CTPersistence<SocialRelation> |
SocialRelationLocalService.getCTPersistence() |
CTPersistence<SocialRelation> |
SocialRelationLocalServiceWrapper.getCTPersistence() |
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.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.
|
Class<SocialRelation> |
SocialRelationLocalService.getModelClass() |
Class<SocialRelation> |
SocialRelationLocalServiceWrapper.getModelClass() |
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 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.
|
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.getRelations(long userId1,
long userId2,
int start,
int end)
Returns a range of all the relations between User1 and User2.
|
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.
|
List<SocialRelation> |
SocialRelationLocalServiceWrapper.getSocialRelations(int start,
int end)
Returns a range of all the social relations.
|
Modifier and Type | Method and Description |
---|---|
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.addSocialRelation(SocialRelation socialRelation)
Adds the social relation to 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.
|
void |
SocialRelationLocalServiceWrapper.deleteRelation(SocialRelation relation)
Removes the relation (and its inverse in case of a bidirectional
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.deleteSocialRelation(SocialRelation socialRelation)
Deletes the social relation from the database.
|
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)
Updates the social relation in the database or adds it if it does not yet exist.
|
Modifier and Type | Method and Description |
---|---|
<R,E extends Throwable> |
SocialRelationLocalService.updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<CTPersistence<SocialRelation>,R,E> updateUnsafeFunction) |
<R,E extends Throwable> |
SocialRelationLocalServiceWrapper.updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<CTPersistence<SocialRelation>,R,E> updateUnsafeFunction) |
Modifier and Type | Method and Description |
---|---|
SocialRelation |
SocialRelationPersistence.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.
|
SocialRelation |
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 = ?.
|
SocialRelation |
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 = ?.
|
SocialRelation |
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 = ?.
|
SocialRelation |
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 = ?.
|
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.fetchByPrimaryKey(long relationId)
Returns the social relation with the primary key or returns
null if it could not be found. |
SocialRelation |
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 = ?.
|
SocialRelation |
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 = ?.
|
SocialRelation |
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 = ?.
|
SocialRelation |
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 = ?.
|
SocialRelation |
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 = ?.
|
SocialRelation |
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 = ?.
|
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)
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,
boolean useFinderCache)
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.fetchByU1_U2_T(long userId1,
long userId2,
int type,
boolean useFinderCache)
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.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 = ?.
|
SocialRelation |
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 = ?.
|
SocialRelation |
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 = ?.
|
SocialRelation |
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 = ?.
|
SocialRelation |
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 = ?.
|
SocialRelation |
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 = ?.
|
SocialRelation |
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 = ?.
|
SocialRelation |
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 = ?.
|
SocialRelation |
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 = ?.
|
SocialRelation |
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 = ?.
|
SocialRelation |
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 = ?.
|
SocialRelation |
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 = ?.
|
SocialRelation[] |
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 = ?.
|
SocialRelation |
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 = ?.
|
SocialRelation |
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 = ?.
|
SocialRelation[] |
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 = ?.
|
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.findByPrimaryKey(long relationId)
Returns the social relation with the primary key or throws a
NoSuchRelationException if it could not be found. |
SocialRelation |
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 = ?.
|
SocialRelation |
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 = ?.
|
SocialRelation[] |
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 = ?.
|
SocialRelation |
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 = ?.
|
SocialRelation |
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 = ?.
|
SocialRelation[] |
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 = ?.
|
SocialRelation |
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 = ?.
|
SocialRelation |
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 = ?.
|
SocialRelation[] |
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 = ?.
|
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.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.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 = ?.
|
SocialRelation |
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 = ?.
|
SocialRelation[] |
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 = ?.
|
SocialRelation |
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 = ?.
|
SocialRelation |
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 = ?.
|
SocialRelation[] |
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 = ?.
|
SocialRelation |
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 = ?.
|
SocialRelation |
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 = ?.
|
SocialRelation[] |
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 = ?.
|
SocialRelation |
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 = ?.
|
SocialRelation |
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 = ?.
|
SocialRelation[] |
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 = ?.
|
SocialRelation |
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 = ?.
|
SocialRelation |
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 = ?.
|
SocialRelation[] |
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 = ?.
|
SocialRelation |
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.
|
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.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) |
SocialRelation |
SocialRelationPersistence.updateImpl(SocialRelation socialRelation) |
static SocialRelation |
SocialRelationUtil.updateImpl(SocialRelation socialRelation) |
Modifier and Type | Method and Description |
---|---|
static Map<Serializable,SocialRelation> |
SocialRelationUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
List<SocialRelation> |
SocialRelationPersistence.findAll()
Returns all the social relations.
|
static List<SocialRelation> |
SocialRelationUtil.findAll()
Returns 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)
Returns a range of all the social relations.
|
List<SocialRelation> |
SocialRelationPersistence.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)
Returns an ordered range of all the social relations.
|
List<SocialRelation> |
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,
boolean useFinderCache)
Returns an ordered range of all the social relations.
|
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)
Returns 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)
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,
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)
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<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,
boolean useFinderCache)
Returns an ordered range of all the social relations where companyId = ? and type = ?.
|
List<SocialRelation> |
SocialRelationPersistence.findByCompanyId(long companyId)
Returns all the social relations where companyId = ?.
|
static List<SocialRelation> |
SocialRelationUtil.findByCompanyId(long companyId)
Returns 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)
Returns a range of all the social relations where companyId = ?.
|
List<SocialRelation> |
SocialRelationPersistence.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)
Returns an ordered range of all the social relations where companyId = ?.
|
List<SocialRelation> |
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,
boolean useFinderCache)
Returns an ordered range of all the social relations where companyId = ?.
|
List<SocialRelation> |
SocialRelationPersistence.findByType(int type)
Returns all the social relations where type = ?.
|
static List<SocialRelation> |
SocialRelationUtil.findByType(int type)
Returns 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)
Returns a range of all the social relations where type = ?.
|
List<SocialRelation> |
SocialRelationPersistence.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)
Returns an ordered range of all the social relations where type = ?.
|
List<SocialRelation> |
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,
boolean useFinderCache)
Returns an ordered range of all the social relations where 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)
Returns 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)
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,
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)
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<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,
boolean useFinderCache)
Returns an ordered range of all the social relations where userId1 = ? and type = ?.
|
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)
Returns 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)
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,
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)
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<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,
boolean useFinderCache)
Returns an ordered range of all the social relations where userId1 = ? and userId2 = ?.
|
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)
Returns 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)
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,
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)
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<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,
boolean useFinderCache)
Returns an ordered range of all the social relations where userId2 = ? and type = ?.
|
List<SocialRelation> |
SocialRelationPersistence.findByUserId1(long userId1)
Returns all the social relations where userId1 = ?.
|
static List<SocialRelation> |
SocialRelationUtil.findByUserId1(long userId1)
Returns 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)
Returns a range of all the social relations where userId1 = ?.
|
List<SocialRelation> |
SocialRelationPersistence.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)
Returns an ordered range of all the social relations where userId1 = ?.
|
List<SocialRelation> |
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,
boolean useFinderCache)
Returns an ordered range of all the social relations where userId1 = ?.
|
List<SocialRelation> |
SocialRelationPersistence.findByUserId2(long userId2)
Returns all the social relations where userId2 = ?.
|
static List<SocialRelation> |
SocialRelationUtil.findByUserId2(long userId2)
Returns 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)
Returns a range of all the social relations where userId2 = ?.
|
List<SocialRelation> |
SocialRelationPersistence.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)
Returns an ordered range of all the social relations where userId2 = ?.
|
List<SocialRelation> |
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,
boolean useFinderCache)
Returns an ordered range of all the social relations where userId2 = ?.
|
List<SocialRelation> |
SocialRelationPersistence.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)
Returns all the social relations where uuid = ? and companyId = ?.
|
List<SocialRelation> |
SocialRelationPersistence.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)
Returns a range of all the social relations where uuid = ? and companyId = ?.
|
List<SocialRelation> |
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 = ?.
|
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 = ?.
|
List<SocialRelation> |
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,
boolean useFinderCache)
Returns an ordered range of all the social relations where uuid = ? and companyId = ?.
|
List<SocialRelation> |
SocialRelationPersistence.findByUuid(String uuid)
Returns all the social relations where uuid = ?.
|
static List<SocialRelation> |
SocialRelationUtil.findByUuid(String uuid)
Returns 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)
Returns a range of all the social relations where uuid = ?.
|
List<SocialRelation> |
SocialRelationPersistence.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)
Returns an ordered range of all the social relations where uuid = ?.
|
List<SocialRelation> |
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,
boolean useFinderCache)
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<SocialRelation> orderByComparator) |
Modifier and Type | Method and Description |
---|---|
void |
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) |
SocialRelation |
SocialRelationPersistence.updateImpl(SocialRelation socialRelation) |
static SocialRelation |
SocialRelationUtil.updateImpl(SocialRelation socialRelation) |
Modifier and Type | Method and Description |
---|---|
void |
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.
|
SocialRelation |
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 = ?.
|
SocialRelation |
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 = ?.
|
SocialRelation |
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 = ?.
|
SocialRelation |
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 = ?.
|
SocialRelation |
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 = ?.
|
SocialRelation |
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 = ?.
|
SocialRelation |
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 = ?.
|
SocialRelation |
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 = ?.
|
SocialRelation |
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 = ?.
|
SocialRelation |
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 = ?.
|
SocialRelation |
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 = ?.
|
SocialRelation |
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 = ?.
|
SocialRelation |
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 = ?.
|
SocialRelation |
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 = ?.
|
SocialRelation |
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 = ?.
|
SocialRelation |
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 = ?.
|
SocialRelation |
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 = ?.
|
SocialRelation |
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 = ?.
|
SocialRelation |
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 = ?.
|
SocialRelation |
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 = ?.
|
List<SocialRelation> |
SocialRelationPersistence.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)
Returns an ordered range of all the social relations.
|
List<SocialRelation> |
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,
boolean useFinderCache)
Returns an ordered range of all the social relations.
|
SocialRelation |
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 = ?.
|
SocialRelation |
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 = ?.
|
SocialRelation[] |
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 = ?.
|
List<SocialRelation> |
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 = ?.
|
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 = ?.
|
List<SocialRelation> |
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,
boolean useFinderCache)
Returns an ordered range of all the social relations where companyId = ? and type = ?.
|
SocialRelation |
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 = ?.
|
SocialRelation |
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 = ?.
|
SocialRelation[] |
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 = ?.
|
List<SocialRelation> |
SocialRelationPersistence.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)
Returns an ordered range of all the social relations where companyId = ?.
|
List<SocialRelation> |
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,
boolean useFinderCache)
Returns an ordered range of all the social relations where companyId = ?.
|
SocialRelation |
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 = ?.
|
SocialRelation |
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 = ?.
|
SocialRelation[] |
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 = ?.
|
List<SocialRelation> |
SocialRelationPersistence.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)
Returns an ordered range of all the social relations where type = ?.
|
List<SocialRelation> |
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,
boolean useFinderCache)
Returns an ordered range of all the social relations where type = ?.
|
SocialRelation |
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 = ?.
|
SocialRelation |
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 = ?.
|
SocialRelation[] |
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 = ?.
|
List<SocialRelation> |
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 = ?.
|
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 = ?.
|
List<SocialRelation> |
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,
boolean useFinderCache)
Returns an ordered range of all the social relations where userId1 = ? and type = ?.
|
SocialRelation |
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 = ?.
|
SocialRelation |
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 = ?.
|
SocialRelation[] |
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 = ?.
|
List<SocialRelation> |
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 = ?.
|
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 = ?.
|
List<SocialRelation> |
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,
boolean useFinderCache)
Returns an ordered range of all the social relations where userId1 = ? and userId2 = ?.
|
SocialRelation |
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 = ?.
|
SocialRelation |
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 = ?.
|
SocialRelation[] |
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 = ?.
|
List<SocialRelation> |
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 = ?.
|
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 = ?.
|
List<SocialRelation> |
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,
boolean useFinderCache)
Returns an ordered range of all the social relations where userId2 = ? and type = ?.
|
SocialRelation |
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 = ?.
|
SocialRelation |
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 = ?.
|
SocialRelation[] |
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 = ?.
|
List<SocialRelation> |
SocialRelationPersistence.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)
Returns an ordered range of all the social relations where userId1 = ?.
|
List<SocialRelation> |
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,
boolean useFinderCache)
Returns an ordered range of all the social relations where userId1 = ?.
|
SocialRelation |
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 = ?.
|
SocialRelation |
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 = ?.
|
SocialRelation[] |
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 = ?.
|
List<SocialRelation> |
SocialRelationPersistence.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)
Returns an ordered range of all the social relations where userId2 = ?.
|
List<SocialRelation> |
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,
boolean useFinderCache)
Returns an ordered range of all the social relations where userId2 = ?.
|
SocialRelation |
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 = ?.
|
SocialRelation |
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 = ?.
|
SocialRelation[] |
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 = ?.
|
List<SocialRelation> |
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 = ?.
|
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 = ?.
|
List<SocialRelation> |
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,
boolean useFinderCache)
Returns an ordered range of all the social relations where uuid = ? and companyId = ?.
|
SocialRelation |
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 = ?.
|
SocialRelation |
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 = ?.
|
SocialRelation[] |
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 = ?.
|
List<SocialRelation> |
SocialRelationPersistence.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)
Returns an ordered range of all the social relations where uuid = ?.
|
List<SocialRelation> |
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,
boolean useFinderCache)
Returns an ordered range of all the social relations where uuid = ?.
|
static List<SocialRelation> |
SocialRelationUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<SocialRelation> orderByComparator) |