|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SocialRelation | |
---|---|
com.liferay.portlet.social.model | |
com.liferay.portlet.social.model.impl | |
com.liferay.portlet.social.service | This package defines the social related portlet service local and remote interfaces, utilities, and wrappers. |
com.liferay.portlet.social.service.base | |
com.liferay.portlet.social.service.impl | This package defines the social related portlet local service implementations. |
com.liferay.portlet.social.service.persistence |
Uses of SocialRelation in com.liferay.portlet.social.model |
---|
Classes in com.liferay.portlet.social.model that implement SocialRelation | |
---|---|
class |
SocialRelationWrapper
This class is a wrapper for SocialRelation . |
Methods in com.liferay.portlet.social.model that return SocialRelation | |
---|---|
SocialRelation |
SocialRelationWrapper.getWrappedModel()
|
SocialRelation |
SocialRelationWrapper.getWrappedSocialRelation()
Deprecated. Renamed to SocialRelationWrapper.getWrappedModel() |
SocialRelation |
SocialRelationModel.toEscapedModel()
|
SocialRelation |
SocialRelationWrapper.toEscapedModel()
|
SocialRelation |
SocialRelationModel.toUnescapedModel()
|
SocialRelation |
SocialRelationWrapper.toUnescapedModel()
|
Methods in com.liferay.portlet.social.model that return types with arguments of type SocialRelation | |
---|---|
CacheModel<SocialRelation> |
SocialRelationModel.toCacheModel()
|
CacheModel<SocialRelation> |
SocialRelationWrapper.toCacheModel()
|
Methods in com.liferay.portlet.social.model with parameters of type SocialRelation | |
---|---|
int |
SocialRelationModel.compareTo(SocialRelation socialRelation)
|
int |
SocialRelationWrapper.compareTo(SocialRelation socialRelation)
|
static SocialRelationSoap |
SocialRelationSoap.toSoapModel(SocialRelation model)
|
static SocialRelationSoap[] |
SocialRelationSoap.toSoapModels(SocialRelation[] models)
|
static SocialRelationSoap[][] |
SocialRelationSoap.toSoapModels(SocialRelation[][] models)
|
Method parameters in com.liferay.portlet.social.model with type arguments of type SocialRelation | |
---|---|
static SocialRelationSoap[] |
SocialRelationSoap.toSoapModels(List<SocialRelation> models)
|
Constructors in com.liferay.portlet.social.model with parameters of type SocialRelation | |
---|---|
SocialRelationWrapper(SocialRelation socialRelation)
|
Uses of SocialRelation in com.liferay.portlet.social.model.impl |
---|
Classes in com.liferay.portlet.social.model.impl that implement SocialRelation | |
---|---|
class |
SocialRelationBaseImpl
The extended model base implementation for the SocialRelation service. |
class |
SocialRelationImpl
|
Methods in com.liferay.portlet.social.model.impl that return SocialRelation | |
---|---|
SocialRelation |
SocialRelationCacheModel.toEntityModel()
|
SocialRelation |
SocialRelationModelImpl.toEscapedModel()
|
SocialRelation |
SocialRelationModelImpl.toUnescapedModel()
|
Methods in com.liferay.portlet.social.model.impl that return types with arguments of type SocialRelation | |
---|---|
CacheModel<SocialRelation> |
SocialRelationModelImpl.toCacheModel()
|
Methods in com.liferay.portlet.social.model.impl with parameters of type SocialRelation | |
---|---|
int |
SocialRelationModelImpl.compareTo(SocialRelation socialRelation)
|
Uses of SocialRelation in com.liferay.portlet.social.service |
---|
Methods in com.liferay.portlet.social.service that return SocialRelation | |
---|---|
SocialRelation |
SocialRelationLocalServiceWrapper.addRelation(long userId1,
long userId2,
int type)
Adds a social relation between the two users to the database. |
static SocialRelation |
SocialRelationLocalServiceUtil.addRelation(long userId1,
long userId2,
int type)
Adds a social relation between the two users to the database. |
SocialRelation |
SocialRelationLocalService.addRelation(long userId1,
long userId2,
int type)
Adds a social relation between the two users to the database. |
SocialRelation |
SocialRelationLocalServiceWrapper.addSocialRelation(SocialRelation socialRelation)
Adds the social relation to the database. |
static SocialRelation |
SocialRelationLocalServiceUtil.addSocialRelation(SocialRelation socialRelation)
Adds the social relation to the database. |
SocialRelation |
SocialRelationLocalService.addSocialRelation(SocialRelation socialRelation)
Adds the social relation to the database. |
SocialRelation |
SocialRelationLocalServiceWrapper.createSocialRelation(long relationId)
Creates a new social relation with the primary key. |
static SocialRelation |
SocialRelationLocalServiceUtil.createSocialRelation(long relationId)
Creates a new social relation with the primary key. |
SocialRelation |
SocialRelationLocalService.createSocialRelation(long relationId)
Creates a new social relation with the primary key. |
SocialRelation |
SocialRelationLocalServiceWrapper.deleteSocialRelation(long relationId)
Deletes the social relation with the primary key from the database. |
static SocialRelation |
SocialRelationLocalServiceUtil.deleteSocialRelation(long relationId)
Deletes the social relation with the primary key from the database. |
SocialRelation |
SocialRelationLocalService.deleteSocialRelation(long relationId)
Deletes the social relation with the primary key from the database. |
SocialRelation |
SocialRelationLocalServiceWrapper.deleteSocialRelation(SocialRelation socialRelation)
Deletes the social relation from the database. |
static SocialRelation |
SocialRelationLocalServiceUtil.deleteSocialRelation(SocialRelation socialRelation)
Deletes the social relation from the database. |
SocialRelation |
SocialRelationLocalService.deleteSocialRelation(SocialRelation socialRelation)
Deletes the social relation from the database. |
SocialRelation |
SocialRelationLocalServiceWrapper.fetchSocialRelation(long relationId)
|
static SocialRelation |
SocialRelationLocalServiceUtil.fetchSocialRelation(long relationId)
|
SocialRelation |
SocialRelationLocalService.fetchSocialRelation(long relationId)
|
SocialRelation |
SocialRelationLocalServiceWrapper.getRelation(long relationId)
Returns the relation identified by its primary key. |
static SocialRelation |
SocialRelationLocalServiceUtil.getRelation(long relationId)
Returns the relation identified by its primary key. |
SocialRelation |
SocialRelationLocalService.getRelation(long relationId)
Returns the relation identified by its primary key. |
SocialRelation |
SocialRelationLocalServiceWrapper.getRelation(long userId1,
long userId2,
int type)
Returns the relation of the given type between User1 and User2. |
static SocialRelation |
SocialRelationLocalServiceUtil.getRelation(long userId1,
long userId2,
int type)
Returns the relation of the given type between User1 and User2. |
SocialRelation |
SocialRelationLocalService.getRelation(long userId1,
long userId2,
int type)
Returns the relation of the given type between User1 and User2. |
SocialRelation |
SocialRelationLocalServiceWrapper.getSocialRelation(long relationId)
Returns the social relation with the primary key. |
static SocialRelation |
SocialRelationLocalServiceUtil.getSocialRelation(long relationId)
Returns the social relation with the primary key. |
SocialRelation |
SocialRelationLocalService.getSocialRelation(long relationId)
Returns the social relation with the primary key. |
SocialRelation |
SocialRelationLocalServiceWrapper.updateSocialRelation(SocialRelation socialRelation)
Updates the social relation in the database or adds it if it does not yet exist. |
static SocialRelation |
SocialRelationLocalServiceUtil.updateSocialRelation(SocialRelation socialRelation)
Updates the social relation in the database or adds it if it does not yet exist. |
SocialRelation |
SocialRelationLocalService.updateSocialRelation(SocialRelation socialRelation)
Updates the social relation in the database or adds it if it does not yet exist. |
SocialRelation |
SocialRelationLocalServiceWrapper.updateSocialRelation(SocialRelation socialRelation,
boolean merge)
Updates the social relation in the database or adds it if it does not yet exist. |
static SocialRelation |
SocialRelationLocalServiceUtil.updateSocialRelation(SocialRelation socialRelation,
boolean merge)
Updates the social relation in the database or adds it if it does not yet exist. |
SocialRelation |
SocialRelationLocalService.updateSocialRelation(SocialRelation socialRelation,
boolean merge)
Updates the social relation in the database or adds it if it does not yet exist. |
Methods in com.liferay.portlet.social.service that return types with arguments of type SocialRelation | |
---|---|
List<SocialRelation> |
SocialRelationLocalServiceWrapper.getInverseRelations(long userId,
int type,
int start,
int end)
Returns a range of all the inverse relations of the given type for which the user is User2 of the relation. |
static List<SocialRelation> |
SocialRelationLocalServiceUtil.getInverseRelations(long userId,
int type,
int start,
int end)
Returns a range of all the inverse relations of the given type for which the user is User2 of the relation. |
List<SocialRelation> |
SocialRelationLocalService.getInverseRelations(long userId,
int type,
int start,
int end)
Returns a range of all the inverse relations of the given type for which the user is User2 of the relation. |
List<SocialRelation> |
SocialRelationLocalServiceWrapper.getRelations(long userId,
int type,
int start,
int end)
Returns a range of all the relations of the given type where the user is the subject of the relation. |
static List<SocialRelation> |
SocialRelationLocalServiceUtil.getRelations(long userId,
int type,
int start,
int end)
Returns a range of all the relations of the given type where the user is the subject of the relation. |
List<SocialRelation> |
SocialRelationLocalService.getRelations(long userId,
int type,
int start,
int end)
Returns a range of all the relations of the given type where the user is the subject of the relation. |
List<SocialRelation> |
SocialRelationLocalServiceWrapper.getRelations(long userId1,
long userId2,
int start,
int end)
Returns a range of all the relations between User1 and User2. |
static List<SocialRelation> |
SocialRelationLocalServiceUtil.getRelations(long userId1,
long userId2,
int start,
int end)
Returns a range of all the relations between User1 and User2. |
List<SocialRelation> |
SocialRelationLocalService.getRelations(long userId1,
long userId2,
int start,
int end)
Returns a range of all the relations between User1 and User2. |
List<SocialRelation> |
SocialRelationLocalServiceWrapper.getSocialRelations(int start,
int end)
Returns a range of all the social relations. |
static List<SocialRelation> |
SocialRelationLocalServiceUtil.getSocialRelations(int start,
int end)
Returns a range of all the social relations. |
List<SocialRelation> |
SocialRelationLocalService.getSocialRelations(int start,
int end)
Returns a range of all the social relations. |
Methods in com.liferay.portlet.social.service with parameters of type SocialRelation | |
---|---|
SocialRelation |
SocialRelationLocalServiceWrapper.addSocialRelation(SocialRelation socialRelation)
Adds the social relation to the database. |
static SocialRelation |
SocialRelationLocalServiceUtil.addSocialRelation(SocialRelation socialRelation)
Adds the social relation to the database. |
SocialRelation |
SocialRelationLocalService.addSocialRelation(SocialRelation socialRelation)
Adds the social relation to the database. |
void |
SocialRelationLocalServiceWrapper.deleteRelation(SocialRelation relation)
Removes the relation (and its inverse in case of a bidirectional relation) from the database. |
static void |
SocialRelationLocalServiceUtil.deleteRelation(SocialRelation relation)
Removes the relation (and its inverse in case of a bidirectional relation) from the database. |
void |
SocialRelationLocalService.deleteRelation(SocialRelation relation)
Removes the relation (and its inverse in case of a bidirectional relation) from the database. |
SocialRelation |
SocialRelationLocalServiceWrapper.deleteSocialRelation(SocialRelation socialRelation)
Deletes the social relation from the database. |
static SocialRelation |
SocialRelationLocalServiceUtil.deleteSocialRelation(SocialRelation socialRelation)
Deletes the social relation from the database. |
SocialRelation |
SocialRelationLocalService.deleteSocialRelation(SocialRelation socialRelation)
Deletes the social relation from the database. |
SocialRelation |
SocialRelationLocalServiceWrapper.updateSocialRelation(SocialRelation socialRelation)
Updates the social relation in the database or adds it if it does not yet exist. |
static SocialRelation |
SocialRelationLocalServiceUtil.updateSocialRelation(SocialRelation socialRelation)
Updates the social relation in the database or adds it if it does not yet exist. |
SocialRelation |
SocialRelationLocalService.updateSocialRelation(SocialRelation socialRelation)
Updates the social relation in the database or adds it if it does not yet exist. |
SocialRelation |
SocialRelationLocalServiceWrapper.updateSocialRelation(SocialRelation socialRelation,
boolean merge)
Updates the social relation in the database or adds it if it does not yet exist. |
static SocialRelation |
SocialRelationLocalServiceUtil.updateSocialRelation(SocialRelation socialRelation,
boolean merge)
Updates the social relation in the database or adds it if it does not yet exist. |
SocialRelation |
SocialRelationLocalService.updateSocialRelation(SocialRelation socialRelation,
boolean merge)
Updates the social relation in the database or adds it if it does not yet exist. |
Uses of SocialRelation in com.liferay.portlet.social.service.base |
---|
Methods in com.liferay.portlet.social.service.base that return SocialRelation | |
---|---|
SocialRelation |
SocialRelationLocalServiceBaseImpl.addSocialRelation(SocialRelation socialRelation)
Adds the social relation to the database. |
SocialRelation |
SocialRelationLocalServiceBaseImpl.createSocialRelation(long relationId)
Creates a new social relation with the primary key. |
SocialRelation |
SocialRelationLocalServiceBaseImpl.deleteSocialRelation(long relationId)
Deletes the social relation with the primary key from the database. |
SocialRelation |
SocialRelationLocalServiceBaseImpl.deleteSocialRelation(SocialRelation socialRelation)
Deletes the social relation from the database. |
SocialRelation |
SocialRelationLocalServiceBaseImpl.fetchSocialRelation(long relationId)
|
SocialRelation |
SocialRelationLocalServiceBaseImpl.getSocialRelation(long relationId)
Returns the social relation with the primary key. |
SocialRelation |
SocialRelationLocalServiceBaseImpl.updateSocialRelation(SocialRelation socialRelation)
Updates the social relation in the database or adds it if it does not yet exist. |
SocialRelation |
SocialRelationLocalServiceBaseImpl.updateSocialRelation(SocialRelation socialRelation,
boolean merge)
Updates the social relation in the database or adds it if it does not yet exist. |
Methods in com.liferay.portlet.social.service.base that return types with arguments of type SocialRelation | |
---|---|
List<SocialRelation> |
SocialRelationLocalServiceBaseImpl.getSocialRelations(int start,
int end)
Returns a range of all the social relations. |
Methods in com.liferay.portlet.social.service.base with parameters of type SocialRelation | |
---|---|
SocialRelation |
SocialRelationLocalServiceBaseImpl.addSocialRelation(SocialRelation socialRelation)
Adds the social relation to the database. |
SocialRelation |
SocialRelationLocalServiceBaseImpl.deleteSocialRelation(SocialRelation socialRelation)
Deletes the social relation from the database. |
SocialRelation |
SocialRelationLocalServiceBaseImpl.updateSocialRelation(SocialRelation socialRelation)
Updates the social relation in the database or adds it if it does not yet exist. |
SocialRelation |
SocialRelationLocalServiceBaseImpl.updateSocialRelation(SocialRelation socialRelation,
boolean merge)
Updates the social relation in the database or adds it if it does not yet exist. |
Uses of SocialRelation in com.liferay.portlet.social.service.impl |
---|
Methods in com.liferay.portlet.social.service.impl that return SocialRelation | |
---|---|
SocialRelation |
SocialRelationLocalServiceImpl.addRelation(long userId1,
long userId2,
int type)
Adds a social relation between the two users to the database. |
SocialRelation |
SocialRelationLocalServiceImpl.getRelation(long relationId)
Returns the relation identified by its primary key. |
SocialRelation |
SocialRelationLocalServiceImpl.getRelation(long userId1,
long userId2,
int type)
Returns the relation of the given type between User1 and User2. |
Methods in com.liferay.portlet.social.service.impl that return types with arguments of type SocialRelation | |
---|---|
List<SocialRelation> |
SocialRelationLocalServiceImpl.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> |
SocialRelationLocalServiceImpl.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> |
SocialRelationLocalServiceImpl.getRelations(long userId1,
long userId2,
int start,
int end)
Returns a range of all the relations between User1 and User2. |
Methods in com.liferay.portlet.social.service.impl with parameters of type SocialRelation | |
---|---|
void |
SocialRelationLocalServiceImpl.deleteRelation(SocialRelation relation)
Removes the relation (and its inverse in case of a bidirectional relation) from the database. |
Uses of SocialRelation in com.liferay.portlet.social.service.persistence |
---|
Methods in com.liferay.portlet.social.service.persistence that return SocialRelation | |
---|---|
static SocialRelation |
SocialRelationUtil.create(long relationId)
Creates a new social relation with the primary key. |
SocialRelation |
SocialRelationPersistence.create(long relationId)
Creates a new social relation with the primary key. |
SocialRelation |
SocialRelationPersistenceImpl.create(long relationId)
Creates a new social relation with the primary key. |
static SocialRelation |
SocialRelationUtil.fetchByC_T_First(long companyId,
int type,
OrderByComparator orderByComparator)
Returns the first social relation in the ordered set where companyId = ? and type = ?. |
SocialRelation |
SocialRelationPersistence.fetchByC_T_First(long companyId,
int type,
OrderByComparator orderByComparator)
Returns the first social relation in the ordered set where companyId = ? and type = ?. |
SocialRelation |
SocialRelationPersistenceImpl.fetchByC_T_First(long companyId,
int type,
OrderByComparator orderByComparator)
Returns the first social relation in the ordered set where companyId = ? and type = ?. |
static SocialRelation |
SocialRelationUtil.fetchByC_T_Last(long companyId,
int type,
OrderByComparator orderByComparator)
Returns the last social relation in the ordered set where companyId = ? and type = ?. |
SocialRelation |
SocialRelationPersistence.fetchByC_T_Last(long companyId,
int type,
OrderByComparator orderByComparator)
Returns the last social relation in the ordered set where companyId = ? and type = ?. |
SocialRelation |
SocialRelationPersistenceImpl.fetchByC_T_Last(long companyId,
int type,
OrderByComparator orderByComparator)
Returns the last social relation in the ordered set where companyId = ? and type = ?. |
static SocialRelation |
SocialRelationUtil.fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first social relation in the ordered set where companyId = ?. |
SocialRelation |
SocialRelationPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first social relation in the ordered set where companyId = ?. |
SocialRelation |
SocialRelationPersistenceImpl.fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first social relation in the ordered set where companyId = ?. |
static SocialRelation |
SocialRelationUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last social relation in the ordered set where companyId = ?. |
SocialRelation |
SocialRelationPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last social relation in the ordered set where companyId = ?. |
SocialRelation |
SocialRelationPersistenceImpl.fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last social relation in the ordered set where companyId = ?. |
static SocialRelation |
SocialRelationUtil.fetchByPrimaryKey(long relationId)
Returns the social relation with the primary key or returns null if it could not be found. |
SocialRelation |
SocialRelationPersistence.fetchByPrimaryKey(long relationId)
Returns the social relation with the primary key or returns null if it could not be found. |
SocialRelation |
SocialRelationPersistenceImpl.fetchByPrimaryKey(long relationId)
Returns the social relation with the primary key or returns null if it could not be found. |
SocialRelation |
SocialRelationPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
Returns the social relation with the primary key or returns null if it could not be found. |
static SocialRelation |
SocialRelationUtil.fetchByType_First(int type,
OrderByComparator orderByComparator)
Returns the first social relation in the ordered set where type = ?. |
SocialRelation |
SocialRelationPersistence.fetchByType_First(int type,
OrderByComparator orderByComparator)
Returns the first social relation in the ordered set where type = ?. |
SocialRelation |
SocialRelationPersistenceImpl.fetchByType_First(int type,
OrderByComparator orderByComparator)
Returns the first social relation in the ordered set where type = ?. |
static SocialRelation |
SocialRelationUtil.fetchByType_Last(int type,
OrderByComparator orderByComparator)
Returns the last social relation in the ordered set where type = ?. |
SocialRelation |
SocialRelationPersistence.fetchByType_Last(int type,
OrderByComparator orderByComparator)
Returns the last social relation in the ordered set where type = ?. |
SocialRelation |
SocialRelationPersistenceImpl.fetchByType_Last(int type,
OrderByComparator orderByComparator)
Returns the last social relation in the ordered set where type = ?. |
static SocialRelation |
SocialRelationUtil.fetchByU1_T_First(long userId1,
int type,
OrderByComparator orderByComparator)
Returns the first social relation in the ordered set where userId1 = ? and type = ?. |
SocialRelation |
SocialRelationPersistence.fetchByU1_T_First(long userId1,
int type,
OrderByComparator orderByComparator)
Returns the first social relation in the ordered set where userId1 = ? and type = ?. |
SocialRelation |
SocialRelationPersistenceImpl.fetchByU1_T_First(long userId1,
int type,
OrderByComparator orderByComparator)
Returns the first social relation in the ordered set where userId1 = ? and type = ?. |
static SocialRelation |
SocialRelationUtil.fetchByU1_T_Last(long userId1,
int type,
OrderByComparator orderByComparator)
Returns the last social relation in the ordered set where userId1 = ? and type = ?. |
SocialRelation |
SocialRelationPersistence.fetchByU1_T_Last(long userId1,
int type,
OrderByComparator orderByComparator)
Returns the last social relation in the ordered set where userId1 = ? and type = ?. |
SocialRelation |
SocialRelationPersistenceImpl.fetchByU1_T_Last(long userId1,
int type,
OrderByComparator orderByComparator)
Returns the last social relation in the ordered set where userId1 = ? and type = ?. |
static SocialRelation |
SocialRelationUtil.fetchByU1_U2_First(long userId1,
long userId2,
OrderByComparator orderByComparator)
Returns the first social relation in the ordered set where userId1 = ? and userId2 = ?. |
SocialRelation |
SocialRelationPersistence.fetchByU1_U2_First(long userId1,
long userId2,
OrderByComparator orderByComparator)
Returns the first social relation in the ordered set where userId1 = ? and userId2 = ?. |
SocialRelation |
SocialRelationPersistenceImpl.fetchByU1_U2_First(long userId1,
long userId2,
OrderByComparator orderByComparator)
Returns the first social relation in the ordered set where userId1 = ? and userId2 = ?. |
static SocialRelation |
SocialRelationUtil.fetchByU1_U2_Last(long userId1,
long userId2,
OrderByComparator orderByComparator)
Returns the last social relation in the ordered set where userId1 = ? and userId2 = ?. |
SocialRelation |
SocialRelationPersistence.fetchByU1_U2_Last(long userId1,
long userId2,
OrderByComparator orderByComparator)
Returns the last social relation in the ordered set where userId1 = ? and userId2 = ?. |
SocialRelation |
SocialRelationPersistenceImpl.fetchByU1_U2_Last(long userId1,
long userId2,
OrderByComparator orderByComparator)
Returns the last social relation in the ordered set where userId1 = ? and userId2 = ?. |
static SocialRelation |
SocialRelationUtil.fetchByU1_U2_T(long userId1,
long userId2,
int type)
Returns the social relation where userId1 = ? and userId2 = ? and type = ? or returns null if it could not be found. |
SocialRelation |
SocialRelationPersistence.fetchByU1_U2_T(long userId1,
long userId2,
int type)
Returns the social relation where userId1 = ? and userId2 = ? and type = ? or returns null if it could not be found. |
SocialRelation |
SocialRelationPersistenceImpl.fetchByU1_U2_T(long userId1,
long userId2,
int type)
Returns the social relation where userId1 = ? and userId2 = ? and type = ? or returns null if it could not be found. |
static SocialRelation |
SocialRelationUtil.fetchByU1_U2_T(long userId1,
long userId2,
int type,
boolean retrieveFromCache)
Returns the social relation where userId1 = ? and userId2 = ? and type = ? or returns null if it could not be found, optionally using the finder cache. |
SocialRelation |
SocialRelationPersistence.fetchByU1_U2_T(long userId1,
long userId2,
int type,
boolean retrieveFromCache)
Returns the social relation where userId1 = ? and userId2 = ? and type = ? or returns null if it could not be found, optionally using the finder cache. |
SocialRelation |
SocialRelationPersistenceImpl.fetchByU1_U2_T(long userId1,
long userId2,
int type,
boolean retrieveFromCache)
Returns the social relation where userId1 = ? and userId2 = ? and type = ? or returns null if it could not be found, optionally using the finder cache. |
static SocialRelation |
SocialRelationUtil.fetchByU2_T_First(long userId2,
int type,
OrderByComparator orderByComparator)
Returns the first social relation in the ordered set where userId2 = ? and type = ?. |
SocialRelation |
SocialRelationPersistence.fetchByU2_T_First(long userId2,
int type,
OrderByComparator orderByComparator)
Returns the first social relation in the ordered set where userId2 = ? and type = ?. |
SocialRelation |
SocialRelationPersistenceImpl.fetchByU2_T_First(long userId2,
int type,
OrderByComparator orderByComparator)
Returns the first social relation in the ordered set where userId2 = ? and type = ?. |
static SocialRelation |
SocialRelationUtil.fetchByU2_T_Last(long userId2,
int type,
OrderByComparator orderByComparator)
Returns the last social relation in the ordered set where userId2 = ? and type = ?. |
SocialRelation |
SocialRelationPersistence.fetchByU2_T_Last(long userId2,
int type,
OrderByComparator orderByComparator)
Returns the last social relation in the ordered set where userId2 = ? and type = ?. |
SocialRelation |
SocialRelationPersistenceImpl.fetchByU2_T_Last(long userId2,
int type,
OrderByComparator orderByComparator)
Returns the last social relation in the ordered set where userId2 = ? and type = ?. |
static SocialRelation |
SocialRelationUtil.fetchByUserId1_First(long userId1,
OrderByComparator orderByComparator)
Returns the first social relation in the ordered set where userId1 = ?. |
SocialRelation |
SocialRelationPersistence.fetchByUserId1_First(long userId1,
OrderByComparator orderByComparator)
Returns the first social relation in the ordered set where userId1 = ?. |
SocialRelation |
SocialRelationPersistenceImpl.fetchByUserId1_First(long userId1,
OrderByComparator orderByComparator)
Returns the first social relation in the ordered set where userId1 = ?. |
static SocialRelation |
SocialRelationUtil.fetchByUserId1_Last(long userId1,
OrderByComparator orderByComparator)
Returns the last social relation in the ordered set where userId1 = ?. |
SocialRelation |
SocialRelationPersistence.fetchByUserId1_Last(long userId1,
OrderByComparator orderByComparator)
Returns the last social relation in the ordered set where userId1 = ?. |
SocialRelation |
SocialRelationPersistenceImpl.fetchByUserId1_Last(long userId1,
OrderByComparator orderByComparator)
Returns the last social relation in the ordered set where userId1 = ?. |
static SocialRelation |
SocialRelationUtil.fetchByUserId2_First(long userId2,
OrderByComparator orderByComparator)
Returns the first social relation in the ordered set where userId2 = ?. |
SocialRelation |
SocialRelationPersistence.fetchByUserId2_First(long userId2,
OrderByComparator orderByComparator)
Returns the first social relation in the ordered set where userId2 = ?. |
SocialRelation |
SocialRelationPersistenceImpl.fetchByUserId2_First(long userId2,
OrderByComparator orderByComparator)
Returns the first social relation in the ordered set where userId2 = ?. |
static SocialRelation |
SocialRelationUtil.fetchByUserId2_Last(long userId2,
OrderByComparator orderByComparator)
Returns the last social relation in the ordered set where userId2 = ?. |
SocialRelation |
SocialRelationPersistence.fetchByUserId2_Last(long userId2,
OrderByComparator orderByComparator)
Returns the last social relation in the ordered set where userId2 = ?. |
SocialRelation |
SocialRelationPersistenceImpl.fetchByUserId2_Last(long userId2,
OrderByComparator orderByComparator)
Returns the last social relation in the ordered set where userId2 = ?. |
static SocialRelation |
SocialRelationUtil.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first social relation in the ordered set where uuid = ?. |
SocialRelation |
SocialRelationPersistence.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first social relation in the ordered set where uuid = ?. |
SocialRelation |
SocialRelationPersistenceImpl.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first social relation in the ordered set where uuid = ?. |
static SocialRelation |
SocialRelationUtil.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last social relation in the ordered set where uuid = ?. |
SocialRelation |
SocialRelationPersistence.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last social relation in the ordered set where uuid = ?. |
SocialRelation |
SocialRelationPersistenceImpl.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last social relation in the ordered set where uuid = ?. |
static SocialRelation |
SocialRelationUtil.findByC_T_First(long companyId,
int type,
OrderByComparator orderByComparator)
Returns the first social relation in the ordered set where companyId = ? and type = ?. |
SocialRelation |
SocialRelationPersistence.findByC_T_First(long companyId,
int type,
OrderByComparator orderByComparator)
Returns the first social relation in the ordered set where companyId = ? and type = ?. |
SocialRelation |
SocialRelationPersistenceImpl.findByC_T_First(long companyId,
int type,
OrderByComparator orderByComparator)
Returns the first social relation in the ordered set where companyId = ? and type = ?. |
static SocialRelation |
SocialRelationUtil.findByC_T_Last(long companyId,
int type,
OrderByComparator orderByComparator)
Returns the last social relation in the ordered set where companyId = ? and type = ?. |
SocialRelation |
SocialRelationPersistence.findByC_T_Last(long companyId,
int type,
OrderByComparator orderByComparator)
Returns the last social relation in the ordered set where companyId = ? and type = ?. |
SocialRelation |
SocialRelationPersistenceImpl.findByC_T_Last(long companyId,
int type,
OrderByComparator orderByComparator)
Returns the last social relation in the ordered set where companyId = ? and type = ?. |
static SocialRelation[] |
SocialRelationUtil.findByC_T_PrevAndNext(long relationId,
long companyId,
int type,
OrderByComparator orderByComparator)
Returns the social relations before and after the current social relation in the ordered set where companyId = ? and type = ?. |
SocialRelation[] |
SocialRelationPersistence.findByC_T_PrevAndNext(long relationId,
long companyId,
int type,
OrderByComparator orderByComparator)
Returns the social relations before and after the current social relation in the ordered set where companyId = ? and type = ?. |
SocialRelation[] |
SocialRelationPersistenceImpl.findByC_T_PrevAndNext(long relationId,
long companyId,
int type,
OrderByComparator orderByComparator)
Returns the social relations before and after the current social relation in the ordered set where companyId = ? and type = ?. |
static SocialRelation |
SocialRelationUtil.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first social relation in the ordered set where companyId = ?. |
SocialRelation |
SocialRelationPersistence.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first social relation in the ordered set where companyId = ?. |
SocialRelation |
SocialRelationPersistenceImpl.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first social relation in the ordered set where companyId = ?. |
static SocialRelation |
SocialRelationUtil.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last social relation in the ordered set where companyId = ?. |
SocialRelation |
SocialRelationPersistence.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last social relation in the ordered set where companyId = ?. |
SocialRelation |
SocialRelationPersistenceImpl.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last social relation in the ordered set where companyId = ?. |
static SocialRelation[] |
SocialRelationUtil.findByCompanyId_PrevAndNext(long relationId,
long companyId,
OrderByComparator orderByComparator)
Returns the social relations before and after the current social relation in the ordered set where companyId = ?. |
SocialRelation[] |
SocialRelationPersistence.findByCompanyId_PrevAndNext(long relationId,
long companyId,
OrderByComparator orderByComparator)
Returns the social relations before and after the current social relation in the ordered set where companyId = ?. |
SocialRelation[] |
SocialRelationPersistenceImpl.findByCompanyId_PrevAndNext(long relationId,
long companyId,
OrderByComparator orderByComparator)
Returns the social relations before and after the current social relation in the ordered set where companyId = ?. |
static SocialRelation |
SocialRelationUtil.findByPrimaryKey(long relationId)
Returns the social relation with the primary key or throws a NoSuchRelationException if it could not be found. |
SocialRelation |
SocialRelationPersistence.findByPrimaryKey(long relationId)
Returns the social relation with the primary key or throws a NoSuchRelationException if it could not be found. |
SocialRelation |
SocialRelationPersistenceImpl.findByPrimaryKey(long relationId)
Returns the social relation with the primary key or throws a NoSuchRelationException if it could not be found. |
SocialRelation |
SocialRelationPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
Returns the social relation with the primary key or throws a NoSuchModelException if it could not be found. |
static SocialRelation |
SocialRelationUtil.findByType_First(int type,
OrderByComparator orderByComparator)
Returns the first social relation in the ordered set where type = ?. |
SocialRelation |
SocialRelationPersistence.findByType_First(int type,
OrderByComparator orderByComparator)
Returns the first social relation in the ordered set where type = ?. |
SocialRelation |
SocialRelationPersistenceImpl.findByType_First(int type,
OrderByComparator orderByComparator)
Returns the first social relation in the ordered set where type = ?. |
static SocialRelation |
SocialRelationUtil.findByType_Last(int type,
OrderByComparator orderByComparator)
Returns the last social relation in the ordered set where type = ?. |
SocialRelation |
SocialRelationPersistence.findByType_Last(int type,
OrderByComparator orderByComparator)
Returns the last social relation in the ordered set where type = ?. |
SocialRelation |
SocialRelationPersistenceImpl.findByType_Last(int type,
OrderByComparator orderByComparator)
Returns the last social relation in the ordered set where type = ?. |
static SocialRelation[] |
SocialRelationUtil.findByType_PrevAndNext(long relationId,
int type,
OrderByComparator orderByComparator)
Returns the social relations before and after the current social relation in the ordered set where type = ?. |
SocialRelation[] |
SocialRelationPersistence.findByType_PrevAndNext(long relationId,
int type,
OrderByComparator orderByComparator)
Returns the social relations before and after the current social relation in the ordered set where type = ?. |
SocialRelation[] |
SocialRelationPersistenceImpl.findByType_PrevAndNext(long relationId,
int type,
OrderByComparator orderByComparator)
Returns the social relations before and after the current social relation in the ordered set where type = ?. |
static SocialRelation |
SocialRelationUtil.findByU1_T_First(long userId1,
int type,
OrderByComparator orderByComparator)
Returns the first social relation in the ordered set where userId1 = ? and type = ?. |
SocialRelation |
SocialRelationPersistence.findByU1_T_First(long userId1,
int type,
OrderByComparator orderByComparator)
Returns the first social relation in the ordered set where userId1 = ? and type = ?. |
SocialRelation |
SocialRelationPersistenceImpl.findByU1_T_First(long userId1,
int type,
OrderByComparator orderByComparator)
Returns the first social relation in the ordered set where userId1 = ? and type = ?. |
static SocialRelation |
SocialRelationUtil.findByU1_T_Last(long userId1,
int type,
OrderByComparator orderByComparator)
Returns the last social relation in the ordered set where userId1 = ? and type = ?. |
SocialRelation |
SocialRelationPersistence.findByU1_T_Last(long userId1,
int type,
OrderByComparator orderByComparator)
Returns the last social relation in the ordered set where userId1 = ? and type = ?. |
SocialRelation |
SocialRelationPersistenceImpl.findByU1_T_Last(long userId1,
int type,
OrderByComparator orderByComparator)
Returns the last social relation in the ordered set where userId1 = ? and type = ?. |
static SocialRelation[] |
SocialRelationUtil.findByU1_T_PrevAndNext(long relationId,
long userId1,
int type,
OrderByComparator orderByComparator)
Returns the social relations before and after the current social relation in the ordered set where userId1 = ? and type = ?. |
SocialRelation[] |
SocialRelationPersistence.findByU1_T_PrevAndNext(long relationId,
long userId1,
int type,
OrderByComparator orderByComparator)
Returns the social relations before and after the current social relation in the ordered set where userId1 = ? and type = ?. |
SocialRelation[] |
SocialRelationPersistenceImpl.findByU1_T_PrevAndNext(long relationId,
long userId1,
int type,
OrderByComparator orderByComparator)
Returns the social relations before and after the current social relation in the ordered set where userId1 = ? and type = ?. |
static SocialRelation |
SocialRelationUtil.findByU1_U2_First(long userId1,
long userId2,
OrderByComparator orderByComparator)
Returns the first social relation in the ordered set where userId1 = ? and userId2 = ?. |
SocialRelation |
SocialRelationPersistence.findByU1_U2_First(long userId1,
long userId2,
OrderByComparator orderByComparator)
Returns the first social relation in the ordered set where userId1 = ? and userId2 = ?. |
SocialRelation |
SocialRelationPersistenceImpl.findByU1_U2_First(long userId1,
long userId2,
OrderByComparator orderByComparator)
Returns the first social relation in the ordered set where userId1 = ? and userId2 = ?. |
static SocialRelation |
SocialRelationUtil.findByU1_U2_Last(long userId1,
long userId2,
OrderByComparator orderByComparator)
Returns the last social relation in the ordered set where userId1 = ? and userId2 = ?. |
SocialRelation |
SocialRelationPersistence.findByU1_U2_Last(long userId1,
long userId2,
OrderByComparator orderByComparator)
Returns the last social relation in the ordered set where userId1 = ? and userId2 = ?. |
SocialRelation |
SocialRelationPersistenceImpl.findByU1_U2_Last(long userId1,
long userId2,
OrderByComparator orderByComparator)
Returns the last social relation in the ordered set where userId1 = ? and userId2 = ?. |
static SocialRelation[] |
SocialRelationUtil.findByU1_U2_PrevAndNext(long relationId,
long userId1,
long userId2,
OrderByComparator orderByComparator)
Returns the social relations before and after the current social relation in the ordered set where userId1 = ? and userId2 = ?. |
SocialRelation[] |
SocialRelationPersistence.findByU1_U2_PrevAndNext(long relationId,
long userId1,
long userId2,
OrderByComparator orderByComparator)
Returns the social relations before and after the current social relation in the ordered set where userId1 = ? and userId2 = ?. |
SocialRelation[] |
SocialRelationPersistenceImpl.findByU1_U2_PrevAndNext(long relationId,
long userId1,
long userId2,
OrderByComparator orderByComparator)
Returns the social relations before and after the current social relation in the ordered set where userId1 = ? and userId2 = ?. |
static SocialRelation |
SocialRelationUtil.findByU1_U2_T(long userId1,
long userId2,
int type)
Returns the social relation where userId1 = ? and userId2 = ? and type = ? or throws a NoSuchRelationException if it could not be found. |
SocialRelation |
SocialRelationPersistence.findByU1_U2_T(long userId1,
long userId2,
int type)
Returns the social relation where userId1 = ? and userId2 = ? and type = ? or throws a NoSuchRelationException if it could not be found. |
SocialRelation |
SocialRelationPersistenceImpl.findByU1_U2_T(long userId1,
long userId2,
int type)
Returns the social relation where userId1 = ? and userId2 = ? and type = ? or throws a NoSuchRelationException if it could not be found. |
static SocialRelation |
SocialRelationUtil.findByU2_T_First(long userId2,
int type,
OrderByComparator orderByComparator)
Returns the first social relation in the ordered set where userId2 = ? and type = ?. |
SocialRelation |
SocialRelationPersistence.findByU2_T_First(long userId2,
int type,
OrderByComparator orderByComparator)
Returns the first social relation in the ordered set where userId2 = ? and type = ?. |
SocialRelation |
SocialRelationPersistenceImpl.findByU2_T_First(long userId2,
int type,
OrderByComparator orderByComparator)
Returns the first social relation in the ordered set where userId2 = ? and type = ?. |
static SocialRelation |
SocialRelationUtil.findByU2_T_Last(long userId2,
int type,
OrderByComparator orderByComparator)
Returns the last social relation in the ordered set where userId2 = ? and type = ?. |
SocialRelation |
SocialRelationPersistence.findByU2_T_Last(long userId2,
int type,
OrderByComparator orderByComparator)
Returns the last social relation in the ordered set where userId2 = ? and type = ?. |
SocialRelation |
SocialRelationPersistenceImpl.findByU2_T_Last(long userId2,
int type,
OrderByComparator orderByComparator)
Returns the last social relation in the ordered set where userId2 = ? and type = ?. |
static SocialRelation[] |
SocialRelationUtil.findByU2_T_PrevAndNext(long relationId,
long userId2,
int type,
OrderByComparator orderByComparator)
Returns the social relations before and after the current social relation in the ordered set where userId2 = ? and type = ?. |
SocialRelation[] |
SocialRelationPersistence.findByU2_T_PrevAndNext(long relationId,
long userId2,
int type,
OrderByComparator orderByComparator)
Returns the social relations before and after the current social relation in the ordered set where userId2 = ? and type = ?. |
SocialRelation[] |
SocialRelationPersistenceImpl.findByU2_T_PrevAndNext(long relationId,
long userId2,
int type,
OrderByComparator orderByComparator)
Returns the social relations before and after the current social relation in the ordered set where userId2 = ? and type = ?. |
static SocialRelation |
SocialRelationUtil.findByUserId1_First(long userId1,
OrderByComparator orderByComparator)
Returns the first social relation in the ordered set where userId1 = ?. |
SocialRelation |
SocialRelationPersistence.findByUserId1_First(long userId1,
OrderByComparator orderByComparator)
Returns the first social relation in the ordered set where userId1 = ?. |
SocialRelation |
SocialRelationPersistenceImpl.findByUserId1_First(long userId1,
OrderByComparator orderByComparator)
Returns the first social relation in the ordered set where userId1 = ?. |
static SocialRelation |
SocialRelationUtil.findByUserId1_Last(long userId1,
OrderByComparator orderByComparator)
Returns the last social relation in the ordered set where userId1 = ?. |
SocialRelation |
SocialRelationPersistence.findByUserId1_Last(long userId1,
OrderByComparator orderByComparator)
Returns the last social relation in the ordered set where userId1 = ?. |
SocialRelation |
SocialRelationPersistenceImpl.findByUserId1_Last(long userId1,
OrderByComparator orderByComparator)
Returns the last social relation in the ordered set where userId1 = ?. |
static SocialRelation[] |
SocialRelationUtil.findByUserId1_PrevAndNext(long relationId,
long userId1,
OrderByComparator orderByComparator)
Returns the social relations before and after the current social relation in the ordered set where userId1 = ?. |
SocialRelation[] |
SocialRelationPersistence.findByUserId1_PrevAndNext(long relationId,
long userId1,
OrderByComparator orderByComparator)
Returns the social relations before and after the current social relation in the ordered set where userId1 = ?. |
SocialRelation[] |
SocialRelationPersistenceImpl.findByUserId1_PrevAndNext(long relationId,
long userId1,
OrderByComparator orderByComparator)
Returns the social relations before and after the current social relation in the ordered set where userId1 = ?. |
static SocialRelation |
SocialRelationUtil.findByUserId2_First(long userId2,
OrderByComparator orderByComparator)
Returns the first social relation in the ordered set where userId2 = ?. |
SocialRelation |
SocialRelationPersistence.findByUserId2_First(long userId2,
OrderByComparator orderByComparator)
Returns the first social relation in the ordered set where userId2 = ?. |
SocialRelation |
SocialRelationPersistenceImpl.findByUserId2_First(long userId2,
OrderByComparator orderByComparator)
Returns the first social relation in the ordered set where userId2 = ?. |
static SocialRelation |
SocialRelationUtil.findByUserId2_Last(long userId2,
OrderByComparator orderByComparator)
Returns the last social relation in the ordered set where userId2 = ?. |
SocialRelation |
SocialRelationPersistence.findByUserId2_Last(long userId2,
OrderByComparator orderByComparator)
Returns the last social relation in the ordered set where userId2 = ?. |
SocialRelation |
SocialRelationPersistenceImpl.findByUserId2_Last(long userId2,
OrderByComparator orderByComparator)
Returns the last social relation in the ordered set where userId2 = ?. |
static SocialRelation[] |
SocialRelationUtil.findByUserId2_PrevAndNext(long relationId,
long userId2,
OrderByComparator orderByComparator)
Returns the social relations before and after the current social relation in the ordered set where userId2 = ?. |
SocialRelation[] |
SocialRelationPersistence.findByUserId2_PrevAndNext(long relationId,
long userId2,
OrderByComparator orderByComparator)
Returns the social relations before and after the current social relation in the ordered set where userId2 = ?. |
SocialRelation[] |
SocialRelationPersistenceImpl.findByUserId2_PrevAndNext(long relationId,
long userId2,
OrderByComparator orderByComparator)
Returns the social relations before and after the current social relation in the ordered set where userId2 = ?. |
static SocialRelation |
SocialRelationUtil.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first social relation in the ordered set where uuid = ?. |
SocialRelation |
SocialRelationPersistence.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first social relation in the ordered set where uuid = ?. |
SocialRelation |
SocialRelationPersistenceImpl.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first social relation in the ordered set where uuid = ?. |
static SocialRelation |
SocialRelationUtil.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last social relation in the ordered set where uuid = ?. |
SocialRelation |
SocialRelationPersistence.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last social relation in the ordered set where uuid = ?. |
SocialRelation |
SocialRelationPersistenceImpl.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last social relation in the ordered set where uuid = ?. |
static SocialRelation[] |
SocialRelationUtil.findByUuid_PrevAndNext(long relationId,
String uuid,
OrderByComparator orderByComparator)
Returns the social relations before and after the current social relation in the ordered set where uuid = ?. |
SocialRelation[] |
SocialRelationPersistence.findByUuid_PrevAndNext(long relationId,
String uuid,
OrderByComparator orderByComparator)
Returns the social relations before and after the current social relation in the ordered set where uuid = ?. |
SocialRelation[] |
SocialRelationPersistenceImpl.findByUuid_PrevAndNext(long relationId,
String uuid,
OrderByComparator orderByComparator)
Returns the social relations before and after the current social relation in the ordered set where uuid = ?. |
protected SocialRelation |
SocialRelationPersistenceImpl.getByC_T_PrevAndNext(Session session,
SocialRelation socialRelation,
long companyId,
int type,
OrderByComparator orderByComparator,
boolean previous)
|
protected SocialRelation |
SocialRelationPersistenceImpl.getByCompanyId_PrevAndNext(Session session,
SocialRelation socialRelation,
long companyId,
OrderByComparator orderByComparator,
boolean previous)
|
protected SocialRelation |
SocialRelationPersistenceImpl.getByType_PrevAndNext(Session session,
SocialRelation socialRelation,
int type,
OrderByComparator orderByComparator,
boolean previous)
|
protected SocialRelation |
SocialRelationPersistenceImpl.getByU1_T_PrevAndNext(Session session,
SocialRelation socialRelation,
long userId1,
int type,
OrderByComparator orderByComparator,
boolean previous)
|
protected SocialRelation |
SocialRelationPersistenceImpl.getByU1_U2_PrevAndNext(Session session,
SocialRelation socialRelation,
long userId1,
long userId2,
OrderByComparator orderByComparator,
boolean previous)
|
protected SocialRelation |
SocialRelationPersistenceImpl.getByU2_T_PrevAndNext(Session session,
SocialRelation socialRelation,
long userId2,
int type,
OrderByComparator orderByComparator,
boolean previous)
|
protected SocialRelation |
SocialRelationPersistenceImpl.getByUserId1_PrevAndNext(Session session,
SocialRelation socialRelation,
long userId1,
OrderByComparator orderByComparator,
boolean previous)
|
protected SocialRelation |
SocialRelationPersistenceImpl.getByUserId2_PrevAndNext(Session session,
SocialRelation socialRelation,
long userId2,
OrderByComparator orderByComparator,
boolean previous)
|
protected SocialRelation |
SocialRelationPersistenceImpl.getByUuid_PrevAndNext(Session session,
SocialRelation socialRelation,
String uuid,
OrderByComparator orderByComparator,
boolean previous)
|
static SocialRelation |
SocialRelationUtil.remove(long relationId)
Removes the social relation with the primary key from the database. |
SocialRelation |
SocialRelationPersistence.remove(long relationId)
Removes the social relation with the primary key from the database. |
SocialRelation |
SocialRelationPersistenceImpl.remove(long relationId)
Removes the social relation with the primary key from the database. |
SocialRelation |
SocialRelationPersistenceImpl.remove(Serializable primaryKey)
Removes the social relation with the primary key from the database. |
static SocialRelation |
SocialRelationUtil.removeByU1_U2_T(long userId1,
long userId2,
int type)
Removes the social relation where userId1 = ? and userId2 = ? and type = ? from the database. |
SocialRelation |
SocialRelationPersistence.removeByU1_U2_T(long userId1,
long userId2,
int type)
Removes the social relation where userId1 = ? and userId2 = ? and type = ? from the database. |
SocialRelation |
SocialRelationPersistenceImpl.removeByU1_U2_T(long userId1,
long userId2,
int type)
Removes the social relation where userId1 = ? and userId2 = ? and type = ? from the database. |
protected SocialRelation |
SocialRelationPersistenceImpl.removeImpl(SocialRelation socialRelation)
|
protected SocialRelation |
SocialRelationPersistenceImpl.toUnwrappedModel(SocialRelation socialRelation)
|
static SocialRelation |
SocialRelationUtil.update(SocialRelation socialRelation,
boolean merge)
|
static SocialRelation |
SocialRelationUtil.update(SocialRelation socialRelation,
boolean merge,
ServiceContext serviceContext)
|
static SocialRelation |
SocialRelationUtil.updateImpl(SocialRelation socialRelation,
boolean merge)
|
SocialRelation |
SocialRelationPersistence.updateImpl(SocialRelation socialRelation,
boolean merge)
|
SocialRelation |
SocialRelationPersistenceImpl.updateImpl(SocialRelation socialRelation,
boolean merge)
|
Methods in com.liferay.portlet.social.service.persistence that return types with arguments of type SocialRelation | |
---|---|
static List<SocialRelation> |
SocialRelationUtil.findAll()
Returns all the social relations. |
List<SocialRelation> |
SocialRelationPersistence.findAll()
Returns all the social relations. |
List<SocialRelation> |
SocialRelationPersistenceImpl.findAll()
Returns all the social relations. |
static List<SocialRelation> |
SocialRelationUtil.findAll(int start,
int end)
Returns a range of all the social relations. |
List<SocialRelation> |
SocialRelationPersistence.findAll(int start,
int end)
Returns a range of all the social relations. |
List<SocialRelation> |
SocialRelationPersistenceImpl.findAll(int start,
int end)
Returns a range of all the social relations. |
static List<SocialRelation> |
SocialRelationUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social relations. |
List<SocialRelation> |
SocialRelationPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social relations. |
List<SocialRelation> |
SocialRelationPersistenceImpl.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social relations. |
static List<SocialRelation> |
SocialRelationUtil.findByC_T(long companyId,
int type)
Returns all the social relations where companyId = ? and type = ?. |
List<SocialRelation> |
SocialRelationPersistence.findByC_T(long companyId,
int type)
Returns all the social relations where companyId = ? and type = ?. |
List<SocialRelation> |
SocialRelationPersistenceImpl.findByC_T(long companyId,
int type)
Returns all the social relations where companyId = ? and type = ?. |
static List<SocialRelation> |
SocialRelationUtil.findByC_T(long companyId,
int type,
int start,
int end)
Returns a range of all the social relations where companyId = ? and type = ?. |
List<SocialRelation> |
SocialRelationPersistence.findByC_T(long companyId,
int type,
int start,
int end)
Returns a range of all the social relations where companyId = ? and type = ?. |
List<SocialRelation> |
SocialRelationPersistenceImpl.findByC_T(long companyId,
int type,
int start,
int end)
Returns a range of all the social relations where companyId = ? and type = ?. |
static List<SocialRelation> |
SocialRelationUtil.findByC_T(long companyId,
int type,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social relations where companyId = ? and type = ?. |
List<SocialRelation> |
SocialRelationPersistence.findByC_T(long companyId,
int type,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social relations where companyId = ? and type = ?. |
List<SocialRelation> |
SocialRelationPersistenceImpl.findByC_T(long companyId,
int type,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social relations where companyId = ? and type = ?. |
static List<SocialRelation> |
SocialRelationUtil.findByCompanyId(long companyId)
Returns all the social relations where companyId = ?. |
List<SocialRelation> |
SocialRelationPersistence.findByCompanyId(long companyId)
Returns all the social relations where companyId = ?. |
List<SocialRelation> |
SocialRelationPersistenceImpl.findByCompanyId(long companyId)
Returns all the social relations where companyId = ?. |
static List<SocialRelation> |
SocialRelationUtil.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the social relations where companyId = ?. |
List<SocialRelation> |
SocialRelationPersistence.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the social relations where companyId = ?. |
List<SocialRelation> |
SocialRelationPersistenceImpl.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the social relations where companyId = ?. |
static List<SocialRelation> |
SocialRelationUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social relations where companyId = ?. |
List<SocialRelation> |
SocialRelationPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social relations where companyId = ?. |
List<SocialRelation> |
SocialRelationPersistenceImpl.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social relations where companyId = ?. |
static List<SocialRelation> |
SocialRelationUtil.findByType(int type)
Returns all the social relations where type = ?. |
List<SocialRelation> |
SocialRelationPersistence.findByType(int type)
Returns all the social relations where type = ?. |
List<SocialRelation> |
SocialRelationPersistenceImpl.findByType(int type)
Returns all the social relations where type = ?. |
static List<SocialRelation> |
SocialRelationUtil.findByType(int type,
int start,
int end)
Returns a range of all the social relations where type = ?. |
List<SocialRelation> |
SocialRelationPersistence.findByType(int type,
int start,
int end)
Returns a range of all the social relations where type = ?. |
List<SocialRelation> |
SocialRelationPersistenceImpl.findByType(int type,
int start,
int end)
Returns a range of all the social relations where type = ?. |
static List<SocialRelation> |
SocialRelationUtil.findByType(int type,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social relations where type = ?. |
List<SocialRelation> |
SocialRelationPersistence.findByType(int type,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social relations where type = ?. |
List<SocialRelation> |
SocialRelationPersistenceImpl.findByType(int type,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social relations where type = ?. |
static List<SocialRelation> |
SocialRelationUtil.findByU1_T(long userId1,
int type)
Returns all the social relations where userId1 = ? and type = ?. |
List<SocialRelation> |
SocialRelationPersistence.findByU1_T(long userId1,
int type)
Returns all the social relations where userId1 = ? and type = ?. |
List<SocialRelation> |
SocialRelationPersistenceImpl.findByU1_T(long userId1,
int type)
Returns all the social relations where userId1 = ? and type = ?. |
static List<SocialRelation> |
SocialRelationUtil.findByU1_T(long userId1,
int type,
int start,
int end)
Returns a range of all the social relations where userId1 = ? and type = ?. |
List<SocialRelation> |
SocialRelationPersistence.findByU1_T(long userId1,
int type,
int start,
int end)
Returns a range of all the social relations where userId1 = ? and type = ?. |
List<SocialRelation> |
SocialRelationPersistenceImpl.findByU1_T(long userId1,
int type,
int start,
int end)
Returns a range of all the social relations where userId1 = ? and type = ?. |
static List<SocialRelation> |
SocialRelationUtil.findByU1_T(long userId1,
int type,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social relations where userId1 = ? and type = ?. |
List<SocialRelation> |
SocialRelationPersistence.findByU1_T(long userId1,
int type,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social relations where userId1 = ? and type = ?. |
List<SocialRelation> |
SocialRelationPersistenceImpl.findByU1_T(long userId1,
int type,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social relations where userId1 = ? and type = ?. |
static List<SocialRelation> |
SocialRelationUtil.findByU1_U2(long userId1,
long userId2)
Returns all the social relations where userId1 = ? and userId2 = ?. |
List<SocialRelation> |
SocialRelationPersistence.findByU1_U2(long userId1,
long userId2)
Returns all the social relations where userId1 = ? and userId2 = ?. |
List<SocialRelation> |
SocialRelationPersistenceImpl.findByU1_U2(long userId1,
long userId2)
Returns all the social relations where userId1 = ? and userId2 = ?. |
static List<SocialRelation> |
SocialRelationUtil.findByU1_U2(long userId1,
long userId2,
int start,
int end)
Returns a range of all the social relations where userId1 = ? and userId2 = ?. |
List<SocialRelation> |
SocialRelationPersistence.findByU1_U2(long userId1,
long userId2,
int start,
int end)
Returns a range of all the social relations where userId1 = ? and userId2 = ?. |
List<SocialRelation> |
SocialRelationPersistenceImpl.findByU1_U2(long userId1,
long userId2,
int start,
int end)
Returns a range of all the social relations where userId1 = ? and userId2 = ?. |
static List<SocialRelation> |
SocialRelationUtil.findByU1_U2(long userId1,
long userId2,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social relations where userId1 = ? and userId2 = ?. |
List<SocialRelation> |
SocialRelationPersistence.findByU1_U2(long userId1,
long userId2,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social relations where userId1 = ? and userId2 = ?. |
List<SocialRelation> |
SocialRelationPersistenceImpl.findByU1_U2(long userId1,
long userId2,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social relations where userId1 = ? and userId2 = ?. |
static List<SocialRelation> |
SocialRelationUtil.findByU2_T(long userId2,
int type)
Returns all the social relations where userId2 = ? and type = ?. |
List<SocialRelation> |
SocialRelationPersistence.findByU2_T(long userId2,
int type)
Returns all the social relations where userId2 = ? and type = ?. |
List<SocialRelation> |
SocialRelationPersistenceImpl.findByU2_T(long userId2,
int type)
Returns all the social relations where userId2 = ? and type = ?. |
static List<SocialRelation> |
SocialRelationUtil.findByU2_T(long userId2,
int type,
int start,
int end)
Returns a range of all the social relations where userId2 = ? and type = ?. |
List<SocialRelation> |
SocialRelationPersistence.findByU2_T(long userId2,
int type,
int start,
int end)
Returns a range of all the social relations where userId2 = ? and type = ?. |
List<SocialRelation> |
SocialRelationPersistenceImpl.findByU2_T(long userId2,
int type,
int start,
int end)
Returns a range of all the social relations where userId2 = ? and type = ?. |
static List<SocialRelation> |
SocialRelationUtil.findByU2_T(long userId2,
int type,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social relations where userId2 = ? and type = ?. |
List<SocialRelation> |
SocialRelationPersistence.findByU2_T(long userId2,
int type,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social relations where userId2 = ? and type = ?. |
List<SocialRelation> |
SocialRelationPersistenceImpl.findByU2_T(long userId2,
int type,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social relations where userId2 = ? and type = ?. |
static List<SocialRelation> |
SocialRelationUtil.findByUserId1(long userId1)
Returns all the social relations where userId1 = ?. |
List<SocialRelation> |
SocialRelationPersistence.findByUserId1(long userId1)
Returns all the social relations where userId1 = ?. |
List<SocialRelation> |
SocialRelationPersistenceImpl.findByUserId1(long userId1)
Returns all the social relations where userId1 = ?. |
static List<SocialRelation> |
SocialRelationUtil.findByUserId1(long userId1,
int start,
int end)
Returns a range of all the social relations where userId1 = ?. |
List<SocialRelation> |
SocialRelationPersistence.findByUserId1(long userId1,
int start,
int end)
Returns a range of all the social relations where userId1 = ?. |
List<SocialRelation> |
SocialRelationPersistenceImpl.findByUserId1(long userId1,
int start,
int end)
Returns a range of all the social relations where userId1 = ?. |
static List<SocialRelation> |
SocialRelationUtil.findByUserId1(long userId1,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social relations where userId1 = ?. |
List<SocialRelation> |
SocialRelationPersistence.findByUserId1(long userId1,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social relations where userId1 = ?. |
List<SocialRelation> |
SocialRelationPersistenceImpl.findByUserId1(long userId1,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social relations where userId1 = ?. |
static List<SocialRelation> |
SocialRelationUtil.findByUserId2(long userId2)
Returns all the social relations where userId2 = ?. |
List<SocialRelation> |
SocialRelationPersistence.findByUserId2(long userId2)
Returns all the social relations where userId2 = ?. |
List<SocialRelation> |
SocialRelationPersistenceImpl.findByUserId2(long userId2)
Returns all the social relations where userId2 = ?. |
static List<SocialRelation> |
SocialRelationUtil.findByUserId2(long userId2,
int start,
int end)
Returns a range of all the social relations where userId2 = ?. |
List<SocialRelation> |
SocialRelationPersistence.findByUserId2(long userId2,
int start,
int end)
Returns a range of all the social relations where userId2 = ?. |
List<SocialRelation> |
SocialRelationPersistenceImpl.findByUserId2(long userId2,
int start,
int end)
Returns a range of all the social relations where userId2 = ?. |
static List<SocialRelation> |
SocialRelationUtil.findByUserId2(long userId2,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social relations where userId2 = ?. |
List<SocialRelation> |
SocialRelationPersistence.findByUserId2(long userId2,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social relations where userId2 = ?. |
List<SocialRelation> |
SocialRelationPersistenceImpl.findByUserId2(long userId2,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social relations where userId2 = ?. |
static List<SocialRelation> |
SocialRelationUtil.findByUuid(String uuid)
Returns all the social relations where uuid = ?. |
List<SocialRelation> |
SocialRelationPersistence.findByUuid(String uuid)
Returns all the social relations where uuid = ?. |
List<SocialRelation> |
SocialRelationPersistenceImpl.findByUuid(String uuid)
Returns all the social relations where uuid = ?. |
static List<SocialRelation> |
SocialRelationUtil.findByUuid(String uuid,
int start,
int end)
Returns a range of all the social relations where uuid = ?. |
List<SocialRelation> |
SocialRelationPersistence.findByUuid(String uuid,
int start,
int end)
Returns a range of all the social relations where uuid = ?. |
List<SocialRelation> |
SocialRelationPersistenceImpl.findByUuid(String uuid,
int start,
int end)
Returns a range of all the social relations where uuid = ?. |
static List<SocialRelation> |
SocialRelationUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social relations where uuid = ?. |
List<SocialRelation> |
SocialRelationPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social relations where uuid = ?. |
List<SocialRelation> |
SocialRelationPersistenceImpl.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social relations where uuid = ?. |
static List<SocialRelation> |
SocialRelationUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<SocialRelation> |
SocialRelationUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<SocialRelation> |
SocialRelationUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
Methods in com.liferay.portlet.social.service.persistence with parameters of type SocialRelation | |
---|---|
static void |
SocialRelationUtil.cacheResult(SocialRelation socialRelation)
Caches the social relation in the entity cache if it is enabled. |
void |
SocialRelationPersistence.cacheResult(SocialRelation socialRelation)
Caches the social relation in the entity cache if it is enabled. |
void |
SocialRelationPersistenceImpl.cacheResult(SocialRelation socialRelation)
Caches the social relation in the entity cache if it is enabled. |
protected void |
SocialRelationPersistenceImpl.cacheUniqueFindersCache(SocialRelation socialRelation)
|
static void |
SocialRelationUtil.clearCache(SocialRelation socialRelation)
|
void |
SocialRelationPersistenceImpl.clearCache(SocialRelation socialRelation)
Clears the cache for the social relation. |
protected void |
SocialRelationPersistenceImpl.clearUniqueFindersCache(SocialRelation socialRelation)
|
protected SocialRelation |
SocialRelationPersistenceImpl.getByC_T_PrevAndNext(Session session,
SocialRelation socialRelation,
long companyId,
int type,
OrderByComparator orderByComparator,
boolean previous)
|
protected SocialRelation |
SocialRelationPersistenceImpl.getByCompanyId_PrevAndNext(Session session,
SocialRelation socialRelation,
long companyId,
OrderByComparator orderByComparator,
boolean previous)
|
protected SocialRelation |
SocialRelationPersistenceImpl.getByType_PrevAndNext(Session session,
SocialRelation socialRelation,
int type,
OrderByComparator orderByComparator,
boolean previous)
|
protected SocialRelation |
SocialRelationPersistenceImpl.getByU1_T_PrevAndNext(Session session,
SocialRelation socialRelation,
long userId1,
int type,
OrderByComparator orderByComparator,
boolean previous)
|
protected SocialRelation |
SocialRelationPersistenceImpl.getByU1_U2_PrevAndNext(Session session,
SocialRelation socialRelation,
long userId1,
long userId2,
OrderByComparator orderByComparator,
boolean previous)
|
protected SocialRelation |
SocialRelationPersistenceImpl.getByU2_T_PrevAndNext(Session session,
SocialRelation socialRelation,
long userId2,
int type,
OrderByComparator orderByComparator,
boolean previous)
|
protected SocialRelation |
SocialRelationPersistenceImpl.getByUserId1_PrevAndNext(Session session,
SocialRelation socialRelation,
long userId1,
OrderByComparator orderByComparator,
boolean previous)
|
protected SocialRelation |
SocialRelationPersistenceImpl.getByUserId2_PrevAndNext(Session session,
SocialRelation socialRelation,
long userId2,
OrderByComparator orderByComparator,
boolean previous)
|
protected SocialRelation |
SocialRelationPersistenceImpl.getByUuid_PrevAndNext(Session session,
SocialRelation socialRelation,
String uuid,
OrderByComparator orderByComparator,
boolean previous)
|
protected SocialRelation |
SocialRelationPersistenceImpl.removeImpl(SocialRelation socialRelation)
|
protected SocialRelation |
SocialRelationPersistenceImpl.toUnwrappedModel(SocialRelation socialRelation)
|
static SocialRelation |
SocialRelationUtil.update(SocialRelation socialRelation,
boolean merge)
|
static SocialRelation |
SocialRelationUtil.update(SocialRelation socialRelation,
boolean merge,
ServiceContext serviceContext)
|
static SocialRelation |
SocialRelationUtil.updateImpl(SocialRelation socialRelation,
boolean merge)
|
SocialRelation |
SocialRelationPersistence.updateImpl(SocialRelation socialRelation,
boolean merge)
|
SocialRelation |
SocialRelationPersistenceImpl.updateImpl(SocialRelation socialRelation,
boolean merge)
|
Method parameters in com.liferay.portlet.social.service.persistence with type arguments of type SocialRelation | |
---|---|
static void |
SocialRelationUtil.cacheResult(List<SocialRelation> socialRelations)
Caches the social relations in the entity cache if it is enabled. |
void |
SocialRelationPersistence.cacheResult(List<SocialRelation> socialRelations)
Caches the social relations in the entity cache if it is enabled. |
void |
SocialRelationPersistenceImpl.cacheResult(List<SocialRelation> socialRelations)
Caches the social relations in the entity cache if it is enabled. |
void |
SocialRelationPersistenceImpl.clearCache(List<SocialRelation> socialRelations)
|
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |