|
Liferay 6.0.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.liferay.portal.service.persistence.impl.BasePersistenceImpl<SocialRelation> com.liferay.portlet.social.service.persistence.SocialRelationPersistenceImpl
public class SocialRelationPersistenceImpl
The persistence implementation for the social relation service.
Never modify or reference this class directly. Always use SocialRelationUtil
to access the social relation persistence. Modify service.xml
and rerun ServiceBuilder to regenerate this class.
Caching information and settings can be found in portal.properties
SocialRelationPersistence
,
SocialRelationUtil
Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
---|
COUNT_COLUMN_NAME, listeners, ORDER_BY_ASC, ORDER_BY_ASC_HAS_NEXT, ORDER_BY_CLAUSE, ORDER_BY_DESC, ORDER_BY_DESC_HAS_NEXT, WHERE_AND, WHERE_GREATER_THAN, WHERE_GREATER_THAN_HAS_NEXT, WHERE_LESSER_THAN, WHERE_LESSER_THAN_HAS_NEXT, WHERE_OR |
Constructor Summary | |
---|---|
SocialRelationPersistenceImpl()
|
Method Summary | |
---|---|
void |
afterPropertiesSet()
Initializes the social relation persistence. |
void |
cacheResult(List<SocialRelation> socialRelations)
Caches the social relations in the entity cache if it is enabled. |
void |
cacheResult(SocialRelation socialRelation)
Caches the social relation in the entity cache if it is enabled. |
void |
clearCache()
Clears the cache for all social relations. |
void |
clearCache(SocialRelation socialRelation)
Clears the cache for the social relation. |
int |
countAll()
Counts all the social relations. |
int |
countByC_T(long companyId,
int type)
Counts all the social relations where companyId = ? and type = ?. |
int |
countByCompanyId(long companyId)
Counts all the social relations where companyId = ?. |
int |
countByType(int type)
Counts all the social relations where type = ?. |
int |
countByU1_T(long userId1,
int type)
Counts all the social relations where userId1 = ? and type = ?. |
int |
countByU1_U2_T(long userId1,
long userId2,
int type)
Counts all the social relations where userId1 = ? and userId2 = ? and type = ?. |
int |
countByU2_T(long userId2,
int type)
Counts all the social relations where userId2 = ? and type = ?. |
int |
countByUserId1(long userId1)
Counts all the social relations where userId1 = ?. |
int |
countByUserId2(long userId2)
Counts all the social relations where userId2 = ?. |
int |
countByUuid(String uuid)
Counts all the social relations where uuid = ?. |
SocialRelation |
create(long relationId)
Creates a new social relation with the primary key. |
SocialRelation |
fetchByPrimaryKey(long relationId)
Finds the social relation with the primary key or returns null if it could not be found. |
SocialRelation |
fetchByPrimaryKey(Serializable primaryKey)
Finds the social relation with the primary key or returns null if it could not be found. |
SocialRelation |
fetchByU1_U2_T(long userId1,
long userId2,
int type)
Finds the social relation where userId1 = ? and userId2 = ? and type = ? or returns null if it could not be found. |
SocialRelation |
fetchByU1_U2_T(long userId1,
long userId2,
int type,
boolean retrieveFromCache)
Finds the social relation where userId1 = ? and userId2 = ? and type = ? or returns null if it could not be found, optionally using the finder cache. |
List<SocialRelation> |
findAll()
Finds all the social relations. |
List<SocialRelation> |
findAll(int start,
int end)
Finds a range of all the social relations. |
List<SocialRelation> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the social relations. |
SocialRelation |
findByC_T_First(long companyId,
int type,
OrderByComparator orderByComparator)
Finds the first social relation in the ordered set where companyId = ? and type = ?. |
SocialRelation |
findByC_T_Last(long companyId,
int type,
OrderByComparator orderByComparator)
Finds the last social relation in the ordered set where companyId = ? and type = ?. |
SocialRelation[] |
findByC_T_PrevAndNext(long relationId,
long companyId,
int type,
OrderByComparator orderByComparator)
Finds the social relations before and after the current social relation in the ordered set where companyId = ? and type = ?. |
List<SocialRelation> |
findByC_T(long companyId,
int type)
Finds all the social relations where companyId = ? and type = ?. |
List<SocialRelation> |
findByC_T(long companyId,
int type,
int start,
int end)
Finds a range of all the social relations where companyId = ? and type = ?. |
List<SocialRelation> |
findByC_T(long companyId,
int type,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the social relations where companyId = ? and type = ?. |
SocialRelation |
findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Finds the first social relation in the ordered set where companyId = ?. |
SocialRelation |
findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Finds the last social relation in the ordered set where companyId = ?. |
SocialRelation[] |
findByCompanyId_PrevAndNext(long relationId,
long companyId,
OrderByComparator orderByComparator)
Finds the social relations before and after the current social relation in the ordered set where companyId = ?. |
List<SocialRelation> |
findByCompanyId(long companyId)
Finds all the social relations where companyId = ?. |
List<SocialRelation> |
findByCompanyId(long companyId,
int start,
int end)
Finds a range of all the social relations where companyId = ?. |
List<SocialRelation> |
findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the social relations where companyId = ?. |
SocialRelation |
findByPrimaryKey(long relationId)
Finds the social relation with the primary key or throws a NoSuchRelationException if it could not be found. |
SocialRelation |
findByPrimaryKey(Serializable primaryKey)
Finds the social relation with the primary key or throws a NoSuchModelException if it could not be found. |
SocialRelation |
findByType_First(int type,
OrderByComparator orderByComparator)
Finds the first social relation in the ordered set where type = ?. |
SocialRelation |
findByType_Last(int type,
OrderByComparator orderByComparator)
Finds the last social relation in the ordered set where type = ?. |
SocialRelation[] |
findByType_PrevAndNext(long relationId,
int type,
OrderByComparator orderByComparator)
Finds the social relations before and after the current social relation in the ordered set where type = ?. |
List<SocialRelation> |
findByType(int type)
Finds all the social relations where type = ?. |
List<SocialRelation> |
findByType(int type,
int start,
int end)
Finds a range of all the social relations where type = ?. |
List<SocialRelation> |
findByType(int type,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the social relations where type = ?. |
SocialRelation |
findByU1_T_First(long userId1,
int type,
OrderByComparator orderByComparator)
Finds the first social relation in the ordered set where userId1 = ? and type = ?. |
SocialRelation |
findByU1_T_Last(long userId1,
int type,
OrderByComparator orderByComparator)
Finds the last social relation in the ordered set where userId1 = ? and type = ?. |
SocialRelation[] |
findByU1_T_PrevAndNext(long relationId,
long userId1,
int type,
OrderByComparator orderByComparator)
Finds the social relations before and after the current social relation in the ordered set where userId1 = ? and type = ?. |
List<SocialRelation> |
findByU1_T(long userId1,
int type)
Finds all the social relations where userId1 = ? and type = ?. |
List<SocialRelation> |
findByU1_T(long userId1,
int type,
int start,
int end)
Finds a range of all the social relations where userId1 = ? and type = ?. |
List<SocialRelation> |
findByU1_T(long userId1,
int type,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the social relations where userId1 = ? and type = ?. |
SocialRelation |
findByU1_U2_T(long userId1,
long userId2,
int type)
Finds the social relation where userId1 = ? and userId2 = ? and type = ? or throws a NoSuchRelationException if it could not be found. |
SocialRelation |
findByU2_T_First(long userId2,
int type,
OrderByComparator orderByComparator)
Finds the first social relation in the ordered set where userId2 = ? and type = ?. |
SocialRelation |
findByU2_T_Last(long userId2,
int type,
OrderByComparator orderByComparator)
Finds the last social relation in the ordered set where userId2 = ? and type = ?. |
SocialRelation[] |
findByU2_T_PrevAndNext(long relationId,
long userId2,
int type,
OrderByComparator orderByComparator)
Finds the social relations before and after the current social relation in the ordered set where userId2 = ? and type = ?. |
List<SocialRelation> |
findByU2_T(long userId2,
int type)
Finds all the social relations where userId2 = ? and type = ?. |
List<SocialRelation> |
findByU2_T(long userId2,
int type,
int start,
int end)
Finds a range of all the social relations where userId2 = ? and type = ?. |
List<SocialRelation> |
findByU2_T(long userId2,
int type,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the social relations where userId2 = ? and type = ?. |
SocialRelation |
findByUserId1_First(long userId1,
OrderByComparator orderByComparator)
Finds the first social relation in the ordered set where userId1 = ?. |
SocialRelation |
findByUserId1_Last(long userId1,
OrderByComparator orderByComparator)
Finds the last social relation in the ordered set where userId1 = ?. |
SocialRelation[] |
findByUserId1_PrevAndNext(long relationId,
long userId1,
OrderByComparator orderByComparator)
Finds the social relations before and after the current social relation in the ordered set where userId1 = ?. |
List<SocialRelation> |
findByUserId1(long userId1)
Finds all the social relations where userId1 = ?. |
List<SocialRelation> |
findByUserId1(long userId1,
int start,
int end)
Finds a range of all the social relations where userId1 = ?. |
List<SocialRelation> |
findByUserId1(long userId1,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the social relations where userId1 = ?. |
SocialRelation |
findByUserId2_First(long userId2,
OrderByComparator orderByComparator)
Finds the first social relation in the ordered set where userId2 = ?. |
SocialRelation |
findByUserId2_Last(long userId2,
OrderByComparator orderByComparator)
Finds the last social relation in the ordered set where userId2 = ?. |
SocialRelation[] |
findByUserId2_PrevAndNext(long relationId,
long userId2,
OrderByComparator orderByComparator)
Finds the social relations before and after the current social relation in the ordered set where userId2 = ?. |
List<SocialRelation> |
findByUserId2(long userId2)
Finds all the social relations where userId2 = ?. |
List<SocialRelation> |
findByUserId2(long userId2,
int start,
int end)
Finds a range of all the social relations where userId2 = ?. |
List<SocialRelation> |
findByUserId2(long userId2,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the social relations where userId2 = ?. |
SocialRelation |
findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Finds the first social relation in the ordered set where uuid = ?. |
SocialRelation |
findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Finds the last social relation in the ordered set where uuid = ?. |
SocialRelation[] |
findByUuid_PrevAndNext(long relationId,
String uuid,
OrderByComparator orderByComparator)
Finds the social relations before and after the current social relation in the ordered set where uuid = ?. |
List<SocialRelation> |
findByUuid(String uuid)
Finds all the social relations where uuid = ?. |
List<SocialRelation> |
findByUuid(String uuid,
int start,
int end)
Finds a range of all the social relations where uuid = ?. |
List<SocialRelation> |
findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the social relations where uuid = ?. |
protected SocialRelation |
getByC_T_PrevAndNext(Session session,
SocialRelation socialRelation,
long companyId,
int type,
OrderByComparator orderByComparator,
boolean previous)
|
protected SocialRelation |
getByCompanyId_PrevAndNext(Session session,
SocialRelation socialRelation,
long companyId,
OrderByComparator orderByComparator,
boolean previous)
|
protected SocialRelation |
getByType_PrevAndNext(Session session,
SocialRelation socialRelation,
int type,
OrderByComparator orderByComparator,
boolean previous)
|
protected SocialRelation |
getByU1_T_PrevAndNext(Session session,
SocialRelation socialRelation,
long userId1,
int type,
OrderByComparator orderByComparator,
boolean previous)
|
protected SocialRelation |
getByU2_T_PrevAndNext(Session session,
SocialRelation socialRelation,
long userId2,
int type,
OrderByComparator orderByComparator,
boolean previous)
|
protected SocialRelation |
getByUserId1_PrevAndNext(Session session,
SocialRelation socialRelation,
long userId1,
OrderByComparator orderByComparator,
boolean previous)
|
protected SocialRelation |
getByUserId2_PrevAndNext(Session session,
SocialRelation socialRelation,
long userId2,
OrderByComparator orderByComparator,
boolean previous)
|
protected SocialRelation |
getByUuid_PrevAndNext(Session session,
SocialRelation socialRelation,
String uuid,
OrderByComparator orderByComparator,
boolean previous)
|
SocialRelation |
remove(long relationId)
Removes the social relation with the primary key from the database. |
SocialRelation |
remove(Serializable primaryKey)
Removes the social relation with the primary key from the database. |
void |
removeAll()
Removes all the social relations from the database. |
void |
removeByC_T(long companyId,
int type)
Removes all the social relations where companyId = ? and type = ? from the database. |
void |
removeByCompanyId(long companyId)
Removes all the social relations where companyId = ? from the database. |
void |
removeByType(int type)
Removes all the social relations where type = ? from the database. |
void |
removeByU1_T(long userId1,
int type)
Removes all the social relations where userId1 = ? and type = ? from the database. |
void |
removeByU1_U2_T(long userId1,
long userId2,
int type)
Removes the social relation where userId1 = ? and userId2 = ? and type = ? from the database. |
void |
removeByU2_T(long userId2,
int type)
Removes all the social relations where userId2 = ? and type = ? from the database. |
void |
removeByUserId1(long userId1)
Removes all the social relations where userId1 = ? from the database. |
void |
removeByUserId2(long userId2)
Removes all the social relations where userId2 = ? from the database. |
void |
removeByUuid(String uuid)
Removes all the social relations where uuid = ? from the database. |
protected SocialRelation |
removeImpl(SocialRelation socialRelation)
Removes the model instance from the database. |
protected SocialRelation |
toUnwrappedModel(SocialRelation socialRelation)
|
SocialRelation |
updateImpl(SocialRelation socialRelation,
boolean merge)
Updates the model instance in the database or adds it if it does not yet exist. |
Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
---|
appendOrderByComparator, closeSession, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getDialect, getListeners, openNewSession, openSession, processException, registerListener, remove, setDataSource, setSessionFactory, unregisterListener, update, update |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
---|
countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getListeners, registerListener, remove, setDataSource, unregisterListener, update, update |
Field Detail |
---|
public static final String FINDER_CLASS_NAME_ENTITY
public static final String FINDER_CLASS_NAME_LIST
public static final FinderPath FINDER_PATH_FIND_BY_UUID
public static final FinderPath FINDER_PATH_COUNT_BY_UUID
public static final FinderPath FINDER_PATH_FIND_BY_COMPANYID
public static final FinderPath FINDER_PATH_COUNT_BY_COMPANYID
public static final FinderPath FINDER_PATH_FIND_BY_USERID1
public static final FinderPath FINDER_PATH_COUNT_BY_USERID1
public static final FinderPath FINDER_PATH_FIND_BY_USERID2
public static final FinderPath FINDER_PATH_COUNT_BY_USERID2
public static final FinderPath FINDER_PATH_FIND_BY_TYPE
public static final FinderPath FINDER_PATH_COUNT_BY_TYPE
public static final FinderPath FINDER_PATH_FIND_BY_C_T
public static final FinderPath FINDER_PATH_COUNT_BY_C_T
public static final FinderPath FINDER_PATH_FIND_BY_U1_T
public static final FinderPath FINDER_PATH_COUNT_BY_U1_T
public static final FinderPath FINDER_PATH_FIND_BY_U2_T
public static final FinderPath FINDER_PATH_COUNT_BY_U2_T
public static final FinderPath FINDER_PATH_FETCH_BY_U1_U2_T
public static final FinderPath FINDER_PATH_COUNT_BY_U1_U2_T
public static final FinderPath FINDER_PATH_FIND_ALL
public static final FinderPath FINDER_PATH_COUNT_ALL
@BeanReference(type=SocialActivityPersistence.class) protected SocialActivityPersistence socialActivityPersistence
@BeanReference(type=SocialEquityAssetEntryPersistence.class) protected SocialEquityAssetEntryPersistence socialEquityAssetEntryPersistence
@BeanReference(type=SocialEquityHistoryPersistence.class) protected SocialEquityHistoryPersistence socialEquityHistoryPersistence
@BeanReference(type=SocialEquityLogPersistence.class) protected SocialEquityLogPersistence socialEquityLogPersistence
@BeanReference(type=SocialEquitySettingPersistence.class) protected SocialEquitySettingPersistence socialEquitySettingPersistence
@BeanReference(type=SocialEquityUserPersistence.class) protected SocialEquityUserPersistence socialEquityUserPersistence
@BeanReference(type=SocialRelationPersistence.class) protected SocialRelationPersistence socialRelationPersistence
@BeanReference(type=SocialRequestPersistence.class) protected SocialRequestPersistence socialRequestPersistence
@BeanReference(type=ResourcePersistence.class) protected ResourcePersistence resourcePersistence
@BeanReference(type=UserPersistence.class) protected UserPersistence userPersistence
Constructor Detail |
---|
public SocialRelationPersistenceImpl()
Method Detail |
---|
public void cacheResult(SocialRelation socialRelation)
cacheResult
in interface SocialRelationPersistence
socialRelation
- the social relation to cachepublic void cacheResult(List<SocialRelation> socialRelations)
cacheResult
in interface SocialRelationPersistence
socialRelations
- the social relations to cachepublic void clearCache()
The EntityCache
and FinderCache
are both cleared by this method.
clearCache
in interface BasePersistence<SocialRelation>
clearCache
in class BasePersistenceImpl<SocialRelation>
public void clearCache(SocialRelation socialRelation)
The EntityCache
and FinderCache
are both cleared by this method.
clearCache
in interface BasePersistence<SocialRelation>
clearCache
in class BasePersistenceImpl<SocialRelation>
socialRelation
- the instance of this model to clear the cache forpublic SocialRelation create(long relationId)
create
in interface SocialRelationPersistence
relationId
- the primary key for the new social relation
public SocialRelation remove(Serializable primaryKey) throws NoSuchModelException, SystemException
remove
in interface BasePersistence<SocialRelation>
remove
in class BasePersistenceImpl<SocialRelation>
primaryKey
- the primary key of the social relation to remove
NoSuchModelException
- if a social relation with the primary key could not be found
SystemException
- if a system exception occurredpublic SocialRelation remove(long relationId) throws NoSuchRelationException, SystemException
remove
in interface SocialRelationPersistence
relationId
- the primary key of the social relation to remove
NoSuchRelationException
- if a social relation with the primary key could not be found
SystemException
- if a system exception occurredprotected SocialRelation removeImpl(SocialRelation socialRelation) throws SystemException
BasePersistenceImpl
BasePersistenceImpl.update(BaseModel,
boolean)
depends on this method to implement the remove operation; it
only notifies the model listeners.
removeImpl
in class BasePersistenceImpl<SocialRelation>
socialRelation
- the model instance to remove
SystemException
- if a system exception occurredpublic SocialRelation updateImpl(SocialRelation socialRelation, boolean merge) throws SystemException
BasePersistenceImpl
BasePersistenceImpl.remove(BaseModel)
depends on this method to implement the
update operation; it only notifies the model listeners.
updateImpl
in interface SocialRelationPersistence
updateImpl
in class BasePersistenceImpl<SocialRelation>
socialRelation
- the model instance to updatemerge
- whether to merge the model instance with the current
session. See BatchSession.update(
com.liferay.portal.kernel.dao.orm.Session, BaseModel, boolean)
for an explanation.
SystemException
- if a system exception occurredprotected SocialRelation toUnwrappedModel(SocialRelation socialRelation)
public SocialRelation findByPrimaryKey(Serializable primaryKey) throws NoSuchModelException, SystemException
NoSuchModelException
if it could not be found.
findByPrimaryKey
in interface BasePersistence<SocialRelation>
findByPrimaryKey
in class BasePersistenceImpl<SocialRelation>
primaryKey
- the primary key of the social relation to find
NoSuchModelException
- if a social relation with the primary key could not be found
SystemException
- if a system exception occurredpublic SocialRelation findByPrimaryKey(long relationId) throws NoSuchRelationException, SystemException
NoSuchRelationException
if it could not be found.
findByPrimaryKey
in interface SocialRelationPersistence
relationId
- the primary key of the social relation to find
NoSuchRelationException
- if a social relation with the primary key could not be found
SystemException
- if a system exception occurredpublic SocialRelation fetchByPrimaryKey(Serializable primaryKey) throws SystemException
null
if it could not be found.
fetchByPrimaryKey
in interface BasePersistence<SocialRelation>
fetchByPrimaryKey
in class BasePersistenceImpl<SocialRelation>
primaryKey
- the primary key of the social relation to find
null
if a social relation with the primary key could not be found
SystemException
- if a system exception occurredpublic SocialRelation fetchByPrimaryKey(long relationId) throws SystemException
null
if it could not be found.
fetchByPrimaryKey
in interface SocialRelationPersistence
relationId
- the primary key of the social relation to find
null
if a social relation with the primary key could not be found
SystemException
- if a system exception occurredpublic List<SocialRelation> findByUuid(String uuid) throws SystemException
findByUuid
in interface SocialRelationPersistence
uuid
- the uuid to search with
SystemException
- if a system exception occurredpublic List<SocialRelation> findByUuid(String uuid, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
findByUuid
in interface SocialRelationPersistence
uuid
- the uuid to search withstart
- the lower bound of the range of social relations to returnend
- the upper bound of the range of social relations to return (not inclusive)
SystemException
- if a system exception occurredpublic List<SocialRelation> findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
findByUuid
in interface SocialRelationPersistence
uuid
- the uuid to search withstart
- the lower bound of the range of social relations to returnend
- the upper bound of the range of social relations to return (not inclusive)orderByComparator
- the comparator to order the results by
SystemException
- if a system exception occurredpublic SocialRelation findByUuid_First(String uuid, OrderByComparator orderByComparator) throws NoSuchRelationException, SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
findByUuid_First
in interface SocialRelationPersistence
uuid
- the uuid to search withorderByComparator
- the comparator to order the set by
NoSuchRelationException
- if a matching social relation could not be found
SystemException
- if a system exception occurredpublic SocialRelation findByUuid_Last(String uuid, OrderByComparator orderByComparator) throws NoSuchRelationException, SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
findByUuid_Last
in interface SocialRelationPersistence
uuid
- the uuid to search withorderByComparator
- the comparator to order the set by
NoSuchRelationException
- if a matching social relation could not be found
SystemException
- if a system exception occurredpublic SocialRelation[] findByUuid_PrevAndNext(long relationId, String uuid, OrderByComparator orderByComparator) throws NoSuchRelationException, SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
findByUuid_PrevAndNext
in interface SocialRelationPersistence
relationId
- the primary key of the current social relationuuid
- the uuid to search withorderByComparator
- the comparator to order the set by
NoSuchRelationException
- if a social relation with the primary key could not be found
SystemException
- if a system exception occurredprotected SocialRelation getByUuid_PrevAndNext(Session session, SocialRelation socialRelation, String uuid, OrderByComparator orderByComparator, boolean previous)
public List<SocialRelation> findByCompanyId(long companyId) throws SystemException
findByCompanyId
in interface SocialRelationPersistence
companyId
- the company id to search with
SystemException
- if a system exception occurredpublic List<SocialRelation> findByCompanyId(long companyId, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
findByCompanyId
in interface SocialRelationPersistence
companyId
- the company id to search withstart
- the lower bound of the range of social relations to returnend
- the upper bound of the range of social relations to return (not inclusive)
SystemException
- if a system exception occurredpublic List<SocialRelation> findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
findByCompanyId
in interface SocialRelationPersistence
companyId
- the company id to search withstart
- the lower bound of the range of social relations to returnend
- the upper bound of the range of social relations to return (not inclusive)orderByComparator
- the comparator to order the results by
SystemException
- if a system exception occurredpublic SocialRelation findByCompanyId_First(long companyId, OrderByComparator orderByComparator) throws NoSuchRelationException, SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
findByCompanyId_First
in interface SocialRelationPersistence
companyId
- the company id to search withorderByComparator
- the comparator to order the set by
NoSuchRelationException
- if a matching social relation could not be found
SystemException
- if a system exception occurredpublic SocialRelation findByCompanyId_Last(long companyId, OrderByComparator orderByComparator) throws NoSuchRelationException, SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
findByCompanyId_Last
in interface SocialRelationPersistence
companyId
- the company id to search withorderByComparator
- the comparator to order the set by
NoSuchRelationException
- if a matching social relation could not be found
SystemException
- if a system exception occurredpublic SocialRelation[] findByCompanyId_PrevAndNext(long relationId, long companyId, OrderByComparator orderByComparator) throws NoSuchRelationException, SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
findByCompanyId_PrevAndNext
in interface SocialRelationPersistence
relationId
- the primary key of the current social relationcompanyId
- the company id to search withorderByComparator
- the comparator to order the set by
NoSuchRelationException
- if a social relation with the primary key could not be found
SystemException
- if a system exception occurredprotected SocialRelation getByCompanyId_PrevAndNext(Session session, SocialRelation socialRelation, long companyId, OrderByComparator orderByComparator, boolean previous)
public List<SocialRelation> findByUserId1(long userId1) throws SystemException
findByUserId1
in interface SocialRelationPersistence
userId1
- the user id1 to search with
SystemException
- if a system exception occurredpublic List<SocialRelation> findByUserId1(long userId1, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
findByUserId1
in interface SocialRelationPersistence
userId1
- the user id1 to search withstart
- the lower bound of the range of social relations to returnend
- the upper bound of the range of social relations to return (not inclusive)
SystemException
- if a system exception occurredpublic List<SocialRelation> findByUserId1(long userId1, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
findByUserId1
in interface SocialRelationPersistence
userId1
- the user id1 to search withstart
- the lower bound of the range of social relations to returnend
- the upper bound of the range of social relations to return (not inclusive)orderByComparator
- the comparator to order the results by
SystemException
- if a system exception occurredpublic SocialRelation findByUserId1_First(long userId1, OrderByComparator orderByComparator) throws NoSuchRelationException, SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
findByUserId1_First
in interface SocialRelationPersistence
userId1
- the user id1 to search withorderByComparator
- the comparator to order the set by
NoSuchRelationException
- if a matching social relation could not be found
SystemException
- if a system exception occurredpublic SocialRelation findByUserId1_Last(long userId1, OrderByComparator orderByComparator) throws NoSuchRelationException, SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
findByUserId1_Last
in interface SocialRelationPersistence
userId1
- the user id1 to search withorderByComparator
- the comparator to order the set by
NoSuchRelationException
- if a matching social relation could not be found
SystemException
- if a system exception occurredpublic SocialRelation[] findByUserId1_PrevAndNext(long relationId, long userId1, OrderByComparator orderByComparator) throws NoSuchRelationException, SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
findByUserId1_PrevAndNext
in interface SocialRelationPersistence
relationId
- the primary key of the current social relationuserId1
- the user id1 to search withorderByComparator
- the comparator to order the set by
NoSuchRelationException
- if a social relation with the primary key could not be found
SystemException
- if a system exception occurredprotected SocialRelation getByUserId1_PrevAndNext(Session session, SocialRelation socialRelation, long userId1, OrderByComparator orderByComparator, boolean previous)
public List<SocialRelation> findByUserId2(long userId2) throws SystemException
findByUserId2
in interface SocialRelationPersistence
userId2
- the user id2 to search with
SystemException
- if a system exception occurredpublic List<SocialRelation> findByUserId2(long userId2, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
findByUserId2
in interface SocialRelationPersistence
userId2
- the user id2 to search withstart
- the lower bound of the range of social relations to returnend
- the upper bound of the range of social relations to return (not inclusive)
SystemException
- if a system exception occurredpublic List<SocialRelation> findByUserId2(long userId2, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
findByUserId2
in interface SocialRelationPersistence
userId2
- the user id2 to search withstart
- the lower bound of the range of social relations to returnend
- the upper bound of the range of social relations to return (not inclusive)orderByComparator
- the comparator to order the results by
SystemException
- if a system exception occurredpublic SocialRelation findByUserId2_First(long userId2, OrderByComparator orderByComparator) throws NoSuchRelationException, SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
findByUserId2_First
in interface SocialRelationPersistence
userId2
- the user id2 to search withorderByComparator
- the comparator to order the set by
NoSuchRelationException
- if a matching social relation could not be found
SystemException
- if a system exception occurredpublic SocialRelation findByUserId2_Last(long userId2, OrderByComparator orderByComparator) throws NoSuchRelationException, SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
findByUserId2_Last
in interface SocialRelationPersistence
userId2
- the user id2 to search withorderByComparator
- the comparator to order the set by
NoSuchRelationException
- if a matching social relation could not be found
SystemException
- if a system exception occurredpublic SocialRelation[] findByUserId2_PrevAndNext(long relationId, long userId2, OrderByComparator orderByComparator) throws NoSuchRelationException, SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
findByUserId2_PrevAndNext
in interface SocialRelationPersistence
relationId
- the primary key of the current social relationuserId2
- the user id2 to search withorderByComparator
- the comparator to order the set by
NoSuchRelationException
- if a social relation with the primary key could not be found
SystemException
- if a system exception occurredprotected SocialRelation getByUserId2_PrevAndNext(Session session, SocialRelation socialRelation, long userId2, OrderByComparator orderByComparator, boolean previous)
public List<SocialRelation> findByType(int type) throws SystemException
findByType
in interface SocialRelationPersistence
type
- the type to search with
SystemException
- if a system exception occurredpublic List<SocialRelation> findByType(int type, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
findByType
in interface SocialRelationPersistence
type
- the type to search withstart
- the lower bound of the range of social relations to returnend
- the upper bound of the range of social relations to return (not inclusive)
SystemException
- if a system exception occurredpublic List<SocialRelation> findByType(int type, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
findByType
in interface SocialRelationPersistence
type
- the type to search withstart
- the lower bound of the range of social relations to returnend
- the upper bound of the range of social relations to return (not inclusive)orderByComparator
- the comparator to order the results by
SystemException
- if a system exception occurredpublic SocialRelation findByType_First(int type, OrderByComparator orderByComparator) throws NoSuchRelationException, SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
findByType_First
in interface SocialRelationPersistence
type
- the type to search withorderByComparator
- the comparator to order the set by
NoSuchRelationException
- if a matching social relation could not be found
SystemException
- if a system exception occurredpublic SocialRelation findByType_Last(int type, OrderByComparator orderByComparator) throws NoSuchRelationException, SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
findByType_Last
in interface SocialRelationPersistence
type
- the type to search withorderByComparator
- the comparator to order the set by
NoSuchRelationException
- if a matching social relation could not be found
SystemException
- if a system exception occurredpublic SocialRelation[] findByType_PrevAndNext(long relationId, int type, OrderByComparator orderByComparator) throws NoSuchRelationException, SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
findByType_PrevAndNext
in interface SocialRelationPersistence
relationId
- the primary key of the current social relationtype
- the type to search withorderByComparator
- the comparator to order the set by
NoSuchRelationException
- if a social relation with the primary key could not be found
SystemException
- if a system exception occurredprotected SocialRelation getByType_PrevAndNext(Session session, SocialRelation socialRelation, int type, OrderByComparator orderByComparator, boolean previous)
public List<SocialRelation> findByC_T(long companyId, int type) throws SystemException
findByC_T
in interface SocialRelationPersistence
companyId
- the company id to search withtype
- the type to search with
SystemException
- if a system exception occurredpublic List<SocialRelation> findByC_T(long companyId, int type, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
findByC_T
in interface SocialRelationPersistence
companyId
- the company id to search withtype
- the type to search withstart
- the lower bound of the range of social relations to returnend
- the upper bound of the range of social relations to return (not inclusive)
SystemException
- if a system exception occurredpublic List<SocialRelation> findByC_T(long companyId, int type, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
findByC_T
in interface SocialRelationPersistence
companyId
- the company id to search withtype
- the type to search withstart
- the lower bound of the range of social relations to returnend
- the upper bound of the range of social relations to return (not inclusive)orderByComparator
- the comparator to order the results by
SystemException
- if a system exception occurredpublic SocialRelation findByC_T_First(long companyId, int type, OrderByComparator orderByComparator) throws NoSuchRelationException, SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
findByC_T_First
in interface SocialRelationPersistence
companyId
- the company id to search withtype
- the type to search withorderByComparator
- the comparator to order the set by
NoSuchRelationException
- if a matching social relation could not be found
SystemException
- if a system exception occurredpublic SocialRelation findByC_T_Last(long companyId, int type, OrderByComparator orderByComparator) throws NoSuchRelationException, SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
findByC_T_Last
in interface SocialRelationPersistence
companyId
- the company id to search withtype
- the type to search withorderByComparator
- the comparator to order the set by
NoSuchRelationException
- if a matching social relation could not be found
SystemException
- if a system exception occurredpublic SocialRelation[] findByC_T_PrevAndNext(long relationId, long companyId, int type, OrderByComparator orderByComparator) throws NoSuchRelationException, SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
findByC_T_PrevAndNext
in interface SocialRelationPersistence
relationId
- the primary key of the current social relationcompanyId
- the company id to search withtype
- the type to search withorderByComparator
- the comparator to order the set by
NoSuchRelationException
- if a social relation with the primary key could not be found
SystemException
- if a system exception occurredprotected SocialRelation getByC_T_PrevAndNext(Session session, SocialRelation socialRelation, long companyId, int type, OrderByComparator orderByComparator, boolean previous)
public List<SocialRelation> findByU1_T(long userId1, int type) throws SystemException
findByU1_T
in interface SocialRelationPersistence
userId1
- the user id1 to search withtype
- the type to search with
SystemException
- if a system exception occurredpublic List<SocialRelation> findByU1_T(long userId1, int type, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
findByU1_T
in interface SocialRelationPersistence
userId1
- the user id1 to search withtype
- the type to search withstart
- the lower bound of the range of social relations to returnend
- the upper bound of the range of social relations to return (not inclusive)
SystemException
- if a system exception occurredpublic List<SocialRelation> findByU1_T(long userId1, int type, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
findByU1_T
in interface SocialRelationPersistence
userId1
- the user id1 to search withtype
- the type to search withstart
- the lower bound of the range of social relations to returnend
- the upper bound of the range of social relations to return (not inclusive)orderByComparator
- the comparator to order the results by
SystemException
- if a system exception occurredpublic SocialRelation findByU1_T_First(long userId1, int type, OrderByComparator orderByComparator) throws NoSuchRelationException, SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
findByU1_T_First
in interface SocialRelationPersistence
userId1
- the user id1 to search withtype
- the type to search withorderByComparator
- the comparator to order the set by
NoSuchRelationException
- if a matching social relation could not be found
SystemException
- if a system exception occurredpublic SocialRelation findByU1_T_Last(long userId1, int type, OrderByComparator orderByComparator) throws NoSuchRelationException, SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
findByU1_T_Last
in interface SocialRelationPersistence
userId1
- the user id1 to search withtype
- the type to search withorderByComparator
- the comparator to order the set by
NoSuchRelationException
- if a matching social relation could not be found
SystemException
- if a system exception occurredpublic SocialRelation[] findByU1_T_PrevAndNext(long relationId, long userId1, int type, OrderByComparator orderByComparator) throws NoSuchRelationException, SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
findByU1_T_PrevAndNext
in interface SocialRelationPersistence
relationId
- the primary key of the current social relationuserId1
- the user id1 to search withtype
- the type to search withorderByComparator
- the comparator to order the set by
NoSuchRelationException
- if a social relation with the primary key could not be found
SystemException
- if a system exception occurredprotected SocialRelation getByU1_T_PrevAndNext(Session session, SocialRelation socialRelation, long userId1, int type, OrderByComparator orderByComparator, boolean previous)
public List<SocialRelation> findByU2_T(long userId2, int type) throws SystemException
findByU2_T
in interface SocialRelationPersistence
userId2
- the user id2 to search withtype
- the type to search with
SystemException
- if a system exception occurredpublic List<SocialRelation> findByU2_T(long userId2, int type, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
findByU2_T
in interface SocialRelationPersistence
userId2
- the user id2 to search withtype
- the type to search withstart
- the lower bound of the range of social relations to returnend
- the upper bound of the range of social relations to return (not inclusive)
SystemException
- if a system exception occurredpublic List<SocialRelation> findByU2_T(long userId2, int type, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
findByU2_T
in interface SocialRelationPersistence
userId2
- the user id2 to search withtype
- the type to search withstart
- the lower bound of the range of social relations to returnend
- the upper bound of the range of social relations to return (not inclusive)orderByComparator
- the comparator to order the results by
SystemException
- if a system exception occurredpublic SocialRelation findByU2_T_First(long userId2, int type, OrderByComparator orderByComparator) throws NoSuchRelationException, SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
findByU2_T_First
in interface SocialRelationPersistence
userId2
- the user id2 to search withtype
- the type to search withorderByComparator
- the comparator to order the set by
NoSuchRelationException
- if a matching social relation could not be found
SystemException
- if a system exception occurredpublic SocialRelation findByU2_T_Last(long userId2, int type, OrderByComparator orderByComparator) throws NoSuchRelationException, SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
findByU2_T_Last
in interface SocialRelationPersistence
userId2
- the user id2 to search withtype
- the type to search withorderByComparator
- the comparator to order the set by
NoSuchRelationException
- if a matching social relation could not be found
SystemException
- if a system exception occurredpublic SocialRelation[] findByU2_T_PrevAndNext(long relationId, long userId2, int type, OrderByComparator orderByComparator) throws NoSuchRelationException, SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
findByU2_T_PrevAndNext
in interface SocialRelationPersistence
relationId
- the primary key of the current social relationuserId2
- the user id2 to search withtype
- the type to search withorderByComparator
- the comparator to order the set by
NoSuchRelationException
- if a social relation with the primary key could not be found
SystemException
- if a system exception occurredprotected SocialRelation getByU2_T_PrevAndNext(Session session, SocialRelation socialRelation, long userId2, int type, OrderByComparator orderByComparator, boolean previous)
public SocialRelation findByU1_U2_T(long userId1, long userId2, int type) throws NoSuchRelationException, SystemException
NoSuchRelationException
if it could not be found.
findByU1_U2_T
in interface SocialRelationPersistence
userId1
- the user id1 to search withuserId2
- the user id2 to search withtype
- the type to search with
NoSuchRelationException
- if a matching social relation could not be found
SystemException
- if a system exception occurredpublic SocialRelation fetchByU1_U2_T(long userId1, long userId2, int type) throws SystemException
null
if it could not be found. Uses the finder cache.
fetchByU1_U2_T
in interface SocialRelationPersistence
userId1
- the user id1 to search withuserId2
- the user id2 to search withtype
- the type to search with
null
if a matching social relation could not be found
SystemException
- if a system exception occurredpublic SocialRelation fetchByU1_U2_T(long userId1, long userId2, int type, boolean retrieveFromCache) throws SystemException
null
if it could not be found, optionally using the finder cache.
fetchByU1_U2_T
in interface SocialRelationPersistence
userId1
- the user id1 to search withuserId2
- the user id2 to search withtype
- the type to search with
null
if a matching social relation could not be found
SystemException
- if a system exception occurredpublic List<SocialRelation> findAll() throws SystemException
findAll
in interface SocialRelationPersistence
SystemException
- if a system exception occurredpublic List<SocialRelation> findAll(int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
findAll
in interface SocialRelationPersistence
start
- the lower bound of the range of social relations to returnend
- the upper bound of the range of social relations to return (not inclusive)
SystemException
- if a system exception occurredpublic List<SocialRelation> findAll(int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
findAll
in interface SocialRelationPersistence
start
- the lower bound of the range of social relations to returnend
- the upper bound of the range of social relations to return (not inclusive)orderByComparator
- the comparator to order the results by
SystemException
- if a system exception occurredpublic void removeByUuid(String uuid) throws SystemException
removeByUuid
in interface SocialRelationPersistence
uuid
- the uuid to search with
SystemException
- if a system exception occurredpublic void removeByCompanyId(long companyId) throws SystemException
removeByCompanyId
in interface SocialRelationPersistence
companyId
- the company id to search with
SystemException
- if a system exception occurredpublic void removeByUserId1(long userId1) throws SystemException
removeByUserId1
in interface SocialRelationPersistence
userId1
- the user id1 to search with
SystemException
- if a system exception occurredpublic void removeByUserId2(long userId2) throws SystemException
removeByUserId2
in interface SocialRelationPersistence
userId2
- the user id2 to search with
SystemException
- if a system exception occurredpublic void removeByType(int type) throws SystemException
removeByType
in interface SocialRelationPersistence
type
- the type to search with
SystemException
- if a system exception occurredpublic void removeByC_T(long companyId, int type) throws SystemException
removeByC_T
in interface SocialRelationPersistence
companyId
- the company id to search withtype
- the type to search with
SystemException
- if a system exception occurredpublic void removeByU1_T(long userId1, int type) throws SystemException
removeByU1_T
in interface SocialRelationPersistence
userId1
- the user id1 to search withtype
- the type to search with
SystemException
- if a system exception occurredpublic void removeByU2_T(long userId2, int type) throws SystemException
removeByU2_T
in interface SocialRelationPersistence
userId2
- the user id2 to search withtype
- the type to search with
SystemException
- if a system exception occurredpublic void removeByU1_U2_T(long userId1, long userId2, int type) throws NoSuchRelationException, SystemException
removeByU1_U2_T
in interface SocialRelationPersistence
userId1
- the user id1 to search withuserId2
- the user id2 to search withtype
- the type to search with
SystemException
- if a system exception occurred
NoSuchRelationException
public void removeAll() throws SystemException
removeAll
in interface SocialRelationPersistence
SystemException
- if a system exception occurredpublic int countByUuid(String uuid) throws SystemException
countByUuid
in interface SocialRelationPersistence
uuid
- the uuid to search with
SystemException
- if a system exception occurredpublic int countByCompanyId(long companyId) throws SystemException
countByCompanyId
in interface SocialRelationPersistence
companyId
- the company id to search with
SystemException
- if a system exception occurredpublic int countByUserId1(long userId1) throws SystemException
countByUserId1
in interface SocialRelationPersistence
userId1
- the user id1 to search with
SystemException
- if a system exception occurredpublic int countByUserId2(long userId2) throws SystemException
countByUserId2
in interface SocialRelationPersistence
userId2
- the user id2 to search with
SystemException
- if a system exception occurredpublic int countByType(int type) throws SystemException
countByType
in interface SocialRelationPersistence
type
- the type to search with
SystemException
- if a system exception occurredpublic int countByC_T(long companyId, int type) throws SystemException
countByC_T
in interface SocialRelationPersistence
companyId
- the company id to search withtype
- the type to search with
SystemException
- if a system exception occurredpublic int countByU1_T(long userId1, int type) throws SystemException
countByU1_T
in interface SocialRelationPersistence
userId1
- the user id1 to search withtype
- the type to search with
SystemException
- if a system exception occurredpublic int countByU2_T(long userId2, int type) throws SystemException
countByU2_T
in interface SocialRelationPersistence
userId2
- the user id2 to search withtype
- the type to search with
SystemException
- if a system exception occurredpublic int countByU1_U2_T(long userId1, long userId2, int type) throws SystemException
countByU1_U2_T
in interface SocialRelationPersistence
userId1
- the user id1 to search withuserId2
- the user id2 to search withtype
- the type to search with
SystemException
- if a system exception occurredpublic int countAll() throws SystemException
countAll
in interface SocialRelationPersistence
SystemException
- if a system exception occurredpublic void afterPropertiesSet()
|
Liferay 6.0.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |