|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SocialRequestPersistence
The persistence interface for the social request service.
Never modify this interface directly. Modify service.xml and rerun ServiceBuilder to regnerate this interface.
SocialRequestPersistenceImpl,
SocialRequestUtil| Method Summary | |
|---|---|
void |
cacheResult(List<SocialRequest> socialRequests)
Caches the social requests in the entity cache if it is enabled. |
void |
cacheResult(SocialRequest socialRequest)
Caches the social request in the entity cache if it is enabled. |
int |
countAll()
Counts all the social requests. |
int |
countByC_C_T_R_S(long classNameId,
long classPK,
int type,
long receiverUserId,
int status)
Counts all the social requests where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?. |
int |
countByCompanyId(long companyId)
Counts all the social requests where companyId = ?. |
int |
countByR_S(long receiverUserId,
int status)
Counts all the social requests where receiverUserId = ? and status = ?. |
int |
countByReceiverUserId(long receiverUserId)
Counts all the social requests where receiverUserId = ?. |
int |
countByU_C_C_T_R(long userId,
long classNameId,
long classPK,
int type,
long receiverUserId)
Counts all the social requests where userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ?. |
int |
countByU_C_C_T_S(long userId,
long classNameId,
long classPK,
int type,
int status)
Counts all the social requests where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?. |
int |
countByU_S(long userId,
int status)
Counts all the social requests where userId = ? and status = ?. |
int |
countByUserId(long userId)
Counts all the social requests where userId = ?. |
int |
countByUUID_G(String uuid,
long groupId)
Counts all the social requests where uuid = ? and groupId = ?. |
int |
countByUuid(String uuid)
Counts all the social requests where uuid = ?. |
SocialRequest |
create(long requestId)
Creates a new social request with the primary key. |
SocialRequest |
fetchByPrimaryKey(long requestId)
Finds the social request with the primary key or returns null if it could not be found. |
SocialRequest |
fetchByU_C_C_T_R(long userId,
long classNameId,
long classPK,
int type,
long receiverUserId)
Finds the social request where userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ? or returns null if it could not be found. |
SocialRequest |
fetchByU_C_C_T_R(long userId,
long classNameId,
long classPK,
int type,
long receiverUserId,
boolean retrieveFromCache)
Finds the social request where userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ? or returns null if it could not be found, optionally using the finder cache. |
SocialRequest |
fetchByUUID_G(String uuid,
long groupId)
Finds the social request where uuid = ? and groupId = ? or returns null if it could not be found. |
SocialRequest |
fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Finds the social request where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
List<SocialRequest> |
findAll()
Finds all the social requests. |
List<SocialRequest> |
findAll(int start,
int end)
Finds a range of all the social requests. |
List<SocialRequest> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the social requests. |
SocialRequest |
findByC_C_T_R_S_First(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
OrderByComparator orderByComparator)
Finds the first social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?. |
SocialRequest |
findByC_C_T_R_S_Last(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
OrderByComparator orderByComparator)
Finds the last social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?. |
SocialRequest[] |
findByC_C_T_R_S_PrevAndNext(long requestId,
long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
OrderByComparator orderByComparator)
Finds the social requests before and after the current social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?. |
List<SocialRequest> |
findByC_C_T_R_S(long classNameId,
long classPK,
int type,
long receiverUserId,
int status)
Finds all the social requests where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?. |
List<SocialRequest> |
findByC_C_T_R_S(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
int start,
int end)
Finds a range of all the social requests where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?. |
List<SocialRequest> |
findByC_C_T_R_S(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the social requests where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?. |
SocialRequest |
findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Finds the first social request in the ordered set where companyId = ?. |
SocialRequest |
findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Finds the last social request in the ordered set where companyId = ?. |
SocialRequest[] |
findByCompanyId_PrevAndNext(long requestId,
long companyId,
OrderByComparator orderByComparator)
Finds the social requests before and after the current social request in the ordered set where companyId = ?. |
List<SocialRequest> |
findByCompanyId(long companyId)
Finds all the social requests where companyId = ?. |
List<SocialRequest> |
findByCompanyId(long companyId,
int start,
int end)
Finds a range of all the social requests where companyId = ?. |
List<SocialRequest> |
findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the social requests where companyId = ?. |
SocialRequest |
findByPrimaryKey(long requestId)
Finds the social request with the primary key or throws a NoSuchRequestException if it could not be found. |
SocialRequest |
findByR_S_First(long receiverUserId,
int status,
OrderByComparator orderByComparator)
Finds the first social request in the ordered set where receiverUserId = ? and status = ?. |
SocialRequest |
findByR_S_Last(long receiverUserId,
int status,
OrderByComparator orderByComparator)
Finds the last social request in the ordered set where receiverUserId = ? and status = ?. |
SocialRequest[] |
findByR_S_PrevAndNext(long requestId,
long receiverUserId,
int status,
OrderByComparator orderByComparator)
Finds the social requests before and after the current social request in the ordered set where receiverUserId = ? and status = ?. |
List<SocialRequest> |
findByR_S(long receiverUserId,
int status)
Finds all the social requests where receiverUserId = ? and status = ?. |
List<SocialRequest> |
findByR_S(long receiverUserId,
int status,
int start,
int end)
Finds a range of all the social requests where receiverUserId = ? and status = ?. |
List<SocialRequest> |
findByR_S(long receiverUserId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the social requests where receiverUserId = ? and status = ?. |
SocialRequest |
findByReceiverUserId_First(long receiverUserId,
OrderByComparator orderByComparator)
Finds the first social request in the ordered set where receiverUserId = ?. |
SocialRequest |
findByReceiverUserId_Last(long receiverUserId,
OrderByComparator orderByComparator)
Finds the last social request in the ordered set where receiverUserId = ?. |
SocialRequest[] |
findByReceiverUserId_PrevAndNext(long requestId,
long receiverUserId,
OrderByComparator orderByComparator)
Finds the social requests before and after the current social request in the ordered set where receiverUserId = ?. |
List<SocialRequest> |
findByReceiverUserId(long receiverUserId)
Finds all the social requests where receiverUserId = ?. |
List<SocialRequest> |
findByReceiverUserId(long receiverUserId,
int start,
int end)
Finds a range of all the social requests where receiverUserId = ?. |
List<SocialRequest> |
findByReceiverUserId(long receiverUserId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the social requests where receiverUserId = ?. |
SocialRequest |
findByU_C_C_T_R(long userId,
long classNameId,
long classPK,
int type,
long receiverUserId)
Finds the social request where userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ? or throws a NoSuchRequestException if it could not be found. |
SocialRequest |
findByU_C_C_T_S_First(long userId,
long classNameId,
long classPK,
int type,
int status,
OrderByComparator orderByComparator)
Finds the first social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?. |
SocialRequest |
findByU_C_C_T_S_Last(long userId,
long classNameId,
long classPK,
int type,
int status,
OrderByComparator orderByComparator)
Finds the last social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?. |
SocialRequest[] |
findByU_C_C_T_S_PrevAndNext(long requestId,
long userId,
long classNameId,
long classPK,
int type,
int status,
OrderByComparator orderByComparator)
Finds the social requests before and after the current social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?. |
List<SocialRequest> |
findByU_C_C_T_S(long userId,
long classNameId,
long classPK,
int type,
int status)
Finds all the social requests where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?. |
List<SocialRequest> |
findByU_C_C_T_S(long userId,
long classNameId,
long classPK,
int type,
int status,
int start,
int end)
Finds a range of all the social requests where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?. |
List<SocialRequest> |
findByU_C_C_T_S(long userId,
long classNameId,
long classPK,
int type,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the social requests where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?. |
SocialRequest |
findByU_S_First(long userId,
int status,
OrderByComparator orderByComparator)
Finds the first social request in the ordered set where userId = ? and status = ?. |
SocialRequest |
findByU_S_Last(long userId,
int status,
OrderByComparator orderByComparator)
Finds the last social request in the ordered set where userId = ? and status = ?. |
SocialRequest[] |
findByU_S_PrevAndNext(long requestId,
long userId,
int status,
OrderByComparator orderByComparator)
Finds the social requests before and after the current social request in the ordered set where userId = ? and status = ?. |
List<SocialRequest> |
findByU_S(long userId,
int status)
Finds all the social requests where userId = ? and status = ?. |
List<SocialRequest> |
findByU_S(long userId,
int status,
int start,
int end)
Finds a range of all the social requests where userId = ? and status = ?. |
List<SocialRequest> |
findByU_S(long userId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the social requests where userId = ? and status = ?. |
SocialRequest |
findByUserId_First(long userId,
OrderByComparator orderByComparator)
Finds the first social request in the ordered set where userId = ?. |
SocialRequest |
findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Finds the last social request in the ordered set where userId = ?. |
SocialRequest[] |
findByUserId_PrevAndNext(long requestId,
long userId,
OrderByComparator orderByComparator)
Finds the social requests before and after the current social request in the ordered set where userId = ?. |
List<SocialRequest> |
findByUserId(long userId)
Finds all the social requests where userId = ?. |
List<SocialRequest> |
findByUserId(long userId,
int start,
int end)
Finds a range of all the social requests where userId = ?. |
List<SocialRequest> |
findByUserId(long userId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the social requests where userId = ?. |
SocialRequest |
findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Finds the first social request in the ordered set where uuid = ?. |
SocialRequest |
findByUUID_G(String uuid,
long groupId)
Finds the social request where uuid = ? and groupId = ? or throws a NoSuchRequestException if it could not be found. |
SocialRequest |
findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Finds the last social request in the ordered set where uuid = ?. |
SocialRequest[] |
findByUuid_PrevAndNext(long requestId,
String uuid,
OrderByComparator orderByComparator)
Finds the social requests before and after the current social request in the ordered set where uuid = ?. |
List<SocialRequest> |
findByUuid(String uuid)
Finds all the social requests where uuid = ?. |
List<SocialRequest> |
findByUuid(String uuid,
int start,
int end)
Finds a range of all the social requests where uuid = ?. |
List<SocialRequest> |
findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the social requests where uuid = ?. |
SocialRequest |
remove(long requestId)
Removes the social request with the primary key from the database. |
void |
removeAll()
Removes all the social requests from the database. |
void |
removeByC_C_T_R_S(long classNameId,
long classPK,
int type,
long receiverUserId,
int status)
Removes all the social requests where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ? from the database. |
void |
removeByCompanyId(long companyId)
Removes all the social requests where companyId = ? from the database. |
void |
removeByR_S(long receiverUserId,
int status)
Removes all the social requests where receiverUserId = ? and status = ? from the database. |
void |
removeByReceiverUserId(long receiverUserId)
Removes all the social requests where receiverUserId = ? from the database. |
void |
removeByU_C_C_T_R(long userId,
long classNameId,
long classPK,
int type,
long receiverUserId)
Removes the social request where userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ? from the database. |
void |
removeByU_C_C_T_S(long userId,
long classNameId,
long classPK,
int type,
int status)
Removes all the social requests where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ? from the database. |
void |
removeByU_S(long userId,
int status)
Removes all the social requests where userId = ? and status = ? from the database. |
void |
removeByUserId(long userId)
Removes all the social requests where userId = ? from the database. |
void |
removeByUUID_G(String uuid,
long groupId)
Removes the social request where uuid = ? and groupId = ? from the database. |
void |
removeByUuid(String uuid)
Removes all the social requests where uuid = ? from the database. |
SocialRequest |
updateImpl(SocialRequest socialRequest,
boolean merge)
|
| Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
|---|
clearCache, clearCache, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getListeners, registerListener, remove, remove, setDataSource, unregisterListener, update, update |
| Method Detail |
|---|
void cacheResult(SocialRequest socialRequest)
socialRequest - the social request to cachevoid cacheResult(List<SocialRequest> socialRequests)
socialRequests - the social requests to cacheSocialRequest create(long requestId)
requestId - the primary key for the new social request
SocialRequest remove(long requestId)
throws SystemException,
NoSuchRequestException
requestId - the primary key of the social request to remove
NoSuchRequestException - if a social request with the primary key could not be found
SystemException - if a system exception occurred
SocialRequest updateImpl(SocialRequest socialRequest,
boolean merge)
throws SystemException
SystemException
SocialRequest findByPrimaryKey(long requestId)
throws SystemException,
NoSuchRequestException
NoSuchRequestException if it could not be found.
requestId - the primary key of the social request to find
NoSuchRequestException - if a social request with the primary key could not be found
SystemException - if a system exception occurred
SocialRequest fetchByPrimaryKey(long requestId)
throws SystemException
null if it could not be found.
requestId - the primary key of the social request to find
null if a social request with the primary key could not be found
SystemException - if a system exception occurred
List<SocialRequest> findByUuid(String uuid)
throws SystemException
uuid - the uuid to search with
SystemException - if a system exception occurred
List<SocialRequest> 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.
uuid - the uuid to search withstart - the lower bound of the range of social requests to returnend - the upper bound of the range of social requests to return (not inclusive)
SystemException - if a system exception occurred
List<SocialRequest> 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.
uuid - the uuid to search withstart - the lower bound of the range of social requests to returnend - the upper bound of the range of social requests to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
SocialRequest findByUuid_First(String uuid,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchRequestException
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.
uuid - the uuid to search withorderByComparator - the comparator to order the set by
NoSuchRequestException - if a matching social request could not be found
SystemException - if a system exception occurred
SocialRequest findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchRequestException
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.
uuid - the uuid to search withorderByComparator - the comparator to order the set by
NoSuchRequestException - if a matching social request could not be found
SystemException - if a system exception occurred
SocialRequest[] findByUuid_PrevAndNext(long requestId,
String uuid,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchRequestException
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.
requestId - the primary key of the current social requestuuid - the uuid to search withorderByComparator - the comparator to order the set by
NoSuchRequestException - if a social request with the primary key could not be found
SystemException - if a system exception occurred
SocialRequest findByUUID_G(String uuid,
long groupId)
throws SystemException,
NoSuchRequestException
NoSuchRequestException if it could not be found.
uuid - the uuid to search withgroupId - the group id to search with
NoSuchRequestException - if a matching social request could not be found
SystemException - if a system exception occurred
SocialRequest fetchByUUID_G(String uuid,
long groupId)
throws SystemException
null if it could not be found. Uses the finder cache.
uuid - the uuid to search withgroupId - the group id to search with
null if a matching social request could not be found
SystemException - if a system exception occurred
SocialRequest fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
throws SystemException
null if it could not be found, optionally using the finder cache.
uuid - the uuid to search withgroupId - the group id to search with
null if a matching social request could not be found
SystemException - if a system exception occurred
List<SocialRequest> findByCompanyId(long companyId)
throws SystemException
companyId - the company id to search with
SystemException - if a system exception occurred
List<SocialRequest> 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.
companyId - the company id to search withstart - the lower bound of the range of social requests to returnend - the upper bound of the range of social requests to return (not inclusive)
SystemException - if a system exception occurred
List<SocialRequest> 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.
companyId - the company id to search withstart - the lower bound of the range of social requests to returnend - the upper bound of the range of social requests to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
SocialRequest findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchRequestException
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.
companyId - the company id to search withorderByComparator - the comparator to order the set by
NoSuchRequestException - if a matching social request could not be found
SystemException - if a system exception occurred
SocialRequest findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchRequestException
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.
companyId - the company id to search withorderByComparator - the comparator to order the set by
NoSuchRequestException - if a matching social request could not be found
SystemException - if a system exception occurred
SocialRequest[] findByCompanyId_PrevAndNext(long requestId,
long companyId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchRequestException
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.
requestId - the primary key of the current social requestcompanyId - the company id to search withorderByComparator - the comparator to order the set by
NoSuchRequestException - if a social request with the primary key could not be found
SystemException - if a system exception occurred
List<SocialRequest> findByUserId(long userId)
throws SystemException
userId - the user id to search with
SystemException - if a system exception occurred
List<SocialRequest> findByUserId(long userId,
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.
userId - the user id to search withstart - the lower bound of the range of social requests to returnend - the upper bound of the range of social requests to return (not inclusive)
SystemException - if a system exception occurred
List<SocialRequest> findByUserId(long userId,
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.
userId - the user id to search withstart - the lower bound of the range of social requests to returnend - the upper bound of the range of social requests to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
SocialRequest findByUserId_First(long userId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchRequestException
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.
userId - the user id to search withorderByComparator - the comparator to order the set by
NoSuchRequestException - if a matching social request could not be found
SystemException - if a system exception occurred
SocialRequest findByUserId_Last(long userId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchRequestException
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.
userId - the user id to search withorderByComparator - the comparator to order the set by
NoSuchRequestException - if a matching social request could not be found
SystemException - if a system exception occurred
SocialRequest[] findByUserId_PrevAndNext(long requestId,
long userId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchRequestException
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.
requestId - the primary key of the current social requestuserId - the user id to search withorderByComparator - the comparator to order the set by
NoSuchRequestException - if a social request with the primary key could not be found
SystemException - if a system exception occurred
List<SocialRequest> findByReceiverUserId(long receiverUserId)
throws SystemException
receiverUserId - the receiver user id to search with
SystemException - if a system exception occurred
List<SocialRequest> findByReceiverUserId(long receiverUserId,
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.
receiverUserId - the receiver user id to search withstart - the lower bound of the range of social requests to returnend - the upper bound of the range of social requests to return (not inclusive)
SystemException - if a system exception occurred
List<SocialRequest> findByReceiverUserId(long receiverUserId,
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.
receiverUserId - the receiver user id to search withstart - the lower bound of the range of social requests to returnend - the upper bound of the range of social requests to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
SocialRequest findByReceiverUserId_First(long receiverUserId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchRequestException
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.
receiverUserId - the receiver user id to search withorderByComparator - the comparator to order the set by
NoSuchRequestException - if a matching social request could not be found
SystemException - if a system exception occurred
SocialRequest findByReceiverUserId_Last(long receiverUserId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchRequestException
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.
receiverUserId - the receiver user id to search withorderByComparator - the comparator to order the set by
NoSuchRequestException - if a matching social request could not be found
SystemException - if a system exception occurred
SocialRequest[] findByReceiverUserId_PrevAndNext(long requestId,
long receiverUserId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchRequestException
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.
requestId - the primary key of the current social requestreceiverUserId - the receiver user id to search withorderByComparator - the comparator to order the set by
NoSuchRequestException - if a social request with the primary key could not be found
SystemException - if a system exception occurred
List<SocialRequest> findByU_S(long userId,
int status)
throws SystemException
userId - the user id to search withstatus - the status to search with
SystemException - if a system exception occurred
List<SocialRequest> findByU_S(long userId,
int status,
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.
userId - the user id to search withstatus - the status to search withstart - the lower bound of the range of social requests to returnend - the upper bound of the range of social requests to return (not inclusive)
SystemException - if a system exception occurred
List<SocialRequest> findByU_S(long userId,
int status,
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.
userId - the user id to search withstatus - the status to search withstart - the lower bound of the range of social requests to returnend - the upper bound of the range of social requests to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
SocialRequest findByU_S_First(long userId,
int status,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchRequestException
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.
userId - the user id to search withstatus - the status to search withorderByComparator - the comparator to order the set by
NoSuchRequestException - if a matching social request could not be found
SystemException - if a system exception occurred
SocialRequest findByU_S_Last(long userId,
int status,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchRequestException
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.
userId - the user id to search withstatus - the status to search withorderByComparator - the comparator to order the set by
NoSuchRequestException - if a matching social request could not be found
SystemException - if a system exception occurred
SocialRequest[] findByU_S_PrevAndNext(long requestId,
long userId,
int status,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchRequestException
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.
requestId - the primary key of the current social requestuserId - the user id to search withstatus - the status to search withorderByComparator - the comparator to order the set by
NoSuchRequestException - if a social request with the primary key could not be found
SystemException - if a system exception occurred
List<SocialRequest> findByR_S(long receiverUserId,
int status)
throws SystemException
receiverUserId - the receiver user id to search withstatus - the status to search with
SystemException - if a system exception occurred
List<SocialRequest> findByR_S(long receiverUserId,
int status,
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.
receiverUserId - the receiver user id to search withstatus - the status to search withstart - the lower bound of the range of social requests to returnend - the upper bound of the range of social requests to return (not inclusive)
SystemException - if a system exception occurred
List<SocialRequest> findByR_S(long receiverUserId,
int status,
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.
receiverUserId - the receiver user id to search withstatus - the status to search withstart - the lower bound of the range of social requests to returnend - the upper bound of the range of social requests to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
SocialRequest findByR_S_First(long receiverUserId,
int status,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchRequestException
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.
receiverUserId - the receiver user id to search withstatus - the status to search withorderByComparator - the comparator to order the set by
NoSuchRequestException - if a matching social request could not be found
SystemException - if a system exception occurred
SocialRequest findByR_S_Last(long receiverUserId,
int status,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchRequestException
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.
receiverUserId - the receiver user id to search withstatus - the status to search withorderByComparator - the comparator to order the set by
NoSuchRequestException - if a matching social request could not be found
SystemException - if a system exception occurred
SocialRequest[] findByR_S_PrevAndNext(long requestId,
long receiverUserId,
int status,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchRequestException
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.
requestId - the primary key of the current social requestreceiverUserId - the receiver user id to search withstatus - the status to search withorderByComparator - the comparator to order the set by
NoSuchRequestException - if a social request with the primary key could not be found
SystemException - if a system exception occurred
SocialRequest findByU_C_C_T_R(long userId,
long classNameId,
long classPK,
int type,
long receiverUserId)
throws SystemException,
NoSuchRequestException
NoSuchRequestException if it could not be found.
userId - the user id to search withclassNameId - the class name id to search withclassPK - the class p k to search withtype - the type to search withreceiverUserId - the receiver user id to search with
NoSuchRequestException - if a matching social request could not be found
SystemException - if a system exception occurred
SocialRequest fetchByU_C_C_T_R(long userId,
long classNameId,
long classPK,
int type,
long receiverUserId)
throws SystemException
null if it could not be found. Uses the finder cache.
userId - the user id to search withclassNameId - the class name id to search withclassPK - the class p k to search withtype - the type to search withreceiverUserId - the receiver user id to search with
null if a matching social request could not be found
SystemException - if a system exception occurred
SocialRequest fetchByU_C_C_T_R(long userId,
long classNameId,
long classPK,
int type,
long receiverUserId,
boolean retrieveFromCache)
throws SystemException
null if it could not be found, optionally using the finder cache.
userId - the user id to search withclassNameId - the class name id to search withclassPK - the class p k to search withtype - the type to search withreceiverUserId - the receiver user id to search with
null if a matching social request could not be found
SystemException - if a system exception occurred
List<SocialRequest> findByU_C_C_T_S(long userId,
long classNameId,
long classPK,
int type,
int status)
throws SystemException
userId - the user id to search withclassNameId - the class name id to search withclassPK - the class p k to search withtype - the type to search withstatus - the status to search with
SystemException - if a system exception occurred
List<SocialRequest> findByU_C_C_T_S(long userId,
long classNameId,
long classPK,
int type,
int status,
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.
userId - the user id to search withclassNameId - the class name id to search withclassPK - the class p k to search withtype - the type to search withstatus - the status to search withstart - the lower bound of the range of social requests to returnend - the upper bound of the range of social requests to return (not inclusive)
SystemException - if a system exception occurred
List<SocialRequest> findByU_C_C_T_S(long userId,
long classNameId,
long classPK,
int type,
int status,
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.
userId - the user id to search withclassNameId - the class name id to search withclassPK - the class p k to search withtype - the type to search withstatus - the status to search withstart - the lower bound of the range of social requests to returnend - the upper bound of the range of social requests to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
SocialRequest findByU_C_C_T_S_First(long userId,
long classNameId,
long classPK,
int type,
int status,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchRequestException
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.
userId - the user id to search withclassNameId - the class name id to search withclassPK - the class p k to search withtype - the type to search withstatus - the status to search withorderByComparator - the comparator to order the set by
NoSuchRequestException - if a matching social request could not be found
SystemException - if a system exception occurred
SocialRequest findByU_C_C_T_S_Last(long userId,
long classNameId,
long classPK,
int type,
int status,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchRequestException
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.
userId - the user id to search withclassNameId - the class name id to search withclassPK - the class p k to search withtype - the type to search withstatus - the status to search withorderByComparator - the comparator to order the set by
NoSuchRequestException - if a matching social request could not be found
SystemException - if a system exception occurred
SocialRequest[] findByU_C_C_T_S_PrevAndNext(long requestId,
long userId,
long classNameId,
long classPK,
int type,
int status,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchRequestException
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.
requestId - the primary key of the current social requestuserId - the user id to search withclassNameId - the class name id to search withclassPK - the class p k to search withtype - the type to search withstatus - the status to search withorderByComparator - the comparator to order the set by
NoSuchRequestException - if a social request with the primary key could not be found
SystemException - if a system exception occurred
List<SocialRequest> findByC_C_T_R_S(long classNameId,
long classPK,
int type,
long receiverUserId,
int status)
throws SystemException
classNameId - the class name id to search withclassPK - the class p k to search withtype - the type to search withreceiverUserId - the receiver user id to search withstatus - the status to search with
SystemException - if a system exception occurred
List<SocialRequest> findByC_C_T_R_S(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
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.
classNameId - the class name id to search withclassPK - the class p k to search withtype - the type to search withreceiverUserId - the receiver user id to search withstatus - the status to search withstart - the lower bound of the range of social requests to returnend - the upper bound of the range of social requests to return (not inclusive)
SystemException - if a system exception occurred
List<SocialRequest> findByC_C_T_R_S(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
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.
classNameId - the class name id to search withclassPK - the class p k to search withtype - the type to search withreceiverUserId - the receiver user id to search withstatus - the status to search withstart - the lower bound of the range of social requests to returnend - the upper bound of the range of social requests to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
SocialRequest findByC_C_T_R_S_First(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchRequestException
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.
classNameId - the class name id to search withclassPK - the class p k to search withtype - the type to search withreceiverUserId - the receiver user id to search withstatus - the status to search withorderByComparator - the comparator to order the set by
NoSuchRequestException - if a matching social request could not be found
SystemException - if a system exception occurred
SocialRequest findByC_C_T_R_S_Last(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchRequestException
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.
classNameId - the class name id to search withclassPK - the class p k to search withtype - the type to search withreceiverUserId - the receiver user id to search withstatus - the status to search withorderByComparator - the comparator to order the set by
NoSuchRequestException - if a matching social request could not be found
SystemException - if a system exception occurred
SocialRequest[] findByC_C_T_R_S_PrevAndNext(long requestId,
long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchRequestException
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.
requestId - the primary key of the current social requestclassNameId - the class name id to search withclassPK - the class p k to search withtype - the type to search withreceiverUserId - the receiver user id to search withstatus - the status to search withorderByComparator - the comparator to order the set by
NoSuchRequestException - if a social request with the primary key could not be found
SystemException - if a system exception occurred
List<SocialRequest> findAll()
throws SystemException
SystemException - if a system exception occurred
List<SocialRequest> 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.
start - the lower bound of the range of social requests to returnend - the upper bound of the range of social requests to return (not inclusive)
SystemException - if a system exception occurred
List<SocialRequest> 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.
start - the lower bound of the range of social requests to returnend - the upper bound of the range of social requests to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
void removeByUuid(String uuid)
throws SystemException
uuid - the uuid to search with
SystemException - if a system exception occurred
void removeByUUID_G(String uuid,
long groupId)
throws SystemException,
NoSuchRequestException
uuid - the uuid to search withgroupId - the group id to search with
SystemException - if a system exception occurred
NoSuchRequestException
void removeByCompanyId(long companyId)
throws SystemException
companyId - the company id to search with
SystemException - if a system exception occurred
void removeByUserId(long userId)
throws SystemException
userId - the user id to search with
SystemException - if a system exception occurred
void removeByReceiverUserId(long receiverUserId)
throws SystemException
receiverUserId - the receiver user id to search with
SystemException - if a system exception occurred
void removeByU_S(long userId,
int status)
throws SystemException
userId - the user id to search withstatus - the status to search with
SystemException - if a system exception occurred
void removeByR_S(long receiverUserId,
int status)
throws SystemException
receiverUserId - the receiver user id to search withstatus - the status to search with
SystemException - if a system exception occurred
void removeByU_C_C_T_R(long userId,
long classNameId,
long classPK,
int type,
long receiverUserId)
throws SystemException,
NoSuchRequestException
userId - the user id to search withclassNameId - the class name id to search withclassPK - the class p k to search withtype - the type to search withreceiverUserId - the receiver user id to search with
SystemException - if a system exception occurred
NoSuchRequestException
void removeByU_C_C_T_S(long userId,
long classNameId,
long classPK,
int type,
int status)
throws SystemException
userId - the user id to search withclassNameId - the class name id to search withclassPK - the class p k to search withtype - the type to search withstatus - the status to search with
SystemException - if a system exception occurred
void removeByC_C_T_R_S(long classNameId,
long classPK,
int type,
long receiverUserId,
int status)
throws SystemException
classNameId - the class name id to search withclassPK - the class p k to search withtype - the type to search withreceiverUserId - the receiver user id to search withstatus - the status to search with
SystemException - if a system exception occurred
void removeAll()
throws SystemException
SystemException - if a system exception occurred
int countByUuid(String uuid)
throws SystemException
uuid - the uuid to search with
SystemException - if a system exception occurred
int countByUUID_G(String uuid,
long groupId)
throws SystemException
uuid - the uuid to search withgroupId - the group id to search with
SystemException - if a system exception occurred
int countByCompanyId(long companyId)
throws SystemException
companyId - the company id to search with
SystemException - if a system exception occurred
int countByUserId(long userId)
throws SystemException
userId - the user id to search with
SystemException - if a system exception occurred
int countByReceiverUserId(long receiverUserId)
throws SystemException
receiverUserId - the receiver user id to search with
SystemException - if a system exception occurred
int countByU_S(long userId,
int status)
throws SystemException
userId - the user id to search withstatus - the status to search with
SystemException - if a system exception occurred
int countByR_S(long receiverUserId,
int status)
throws SystemException
receiverUserId - the receiver user id to search withstatus - the status to search with
SystemException - if a system exception occurred
int countByU_C_C_T_R(long userId,
long classNameId,
long classPK,
int type,
long receiverUserId)
throws SystemException
userId - the user id to search withclassNameId - the class name id to search withclassPK - the class p k to search withtype - the type to search withreceiverUserId - the receiver user id to search with
SystemException - if a system exception occurred
int countByU_C_C_T_S(long userId,
long classNameId,
long classPK,
int type,
int status)
throws SystemException
userId - the user id to search withclassNameId - the class name id to search withclassPK - the class p k to search withtype - the type to search withstatus - the status to search with
SystemException - if a system exception occurred
int countByC_C_T_R_S(long classNameId,
long classPK,
int type,
long receiverUserId,
int status)
throws SystemException
classNameId - the class name id to search withclassPK - the class p k to search withtype - the type to search withreceiverUserId - the receiver user id to search withstatus - the status to search with
SystemException - if a system exception occurred
int countAll()
throws SystemException
SystemException - if a system exception occurred
|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||