|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@ProviderType public interface SocialRequestPersistence
The persistence interface for the social request service.
Caching information and settings can be found in portal.properties
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()
Returns the number of social requests. |
int |
countByC_C_T_R_S(long classNameId,
long classPK,
int type,
long receiverUserId,
int status)
Returns the number of social requests where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?. |
int |
countByC_C(long classNameId,
long classPK)
Returns the number of social requests where classNameId = ? and classPK = ?. |
int |
countByCompanyId(long companyId)
Returns the number of social requests where companyId = ?. |
int |
countByR_S(long receiverUserId,
int status)
Returns the number of social requests where receiverUserId = ? and status = ?. |
int |
countByReceiverUserId(long receiverUserId)
Returns the number of social requests where receiverUserId = ?. |
int |
countByU_C_C_T_R(long userId,
long classNameId,
long classPK,
int type,
long receiverUserId)
Returns the number of 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)
Returns the number of social requests where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?. |
int |
countByU_S(long userId,
int status)
Returns the number of social requests where userId = ? and status = ?. |
int |
countByUserId(long userId)
Returns the number of social requests where userId = ?. |
int |
countByUuid_C(String uuid,
long companyId)
Returns the number of social requests where uuid = ? and companyId = ?. |
int |
countByUUID_G(String uuid,
long groupId)
Returns the number of social requests where uuid = ? and groupId = ?. |
int |
countByUuid(String uuid)
Returns the number of social requests where uuid = ?. |
SocialRequest |
create(long requestId)
Creates a new social request with the primary key. |
SocialRequest |
fetchByC_C_First(long classNameId,
long classPK,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where classNameId = ? and classPK = ?. |
SocialRequest |
fetchByC_C_Last(long classNameId,
long classPK,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where classNameId = ? and classPK = ?. |
SocialRequest |
fetchByC_C_T_R_S_First(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?. |
SocialRequest |
fetchByC_C_T_R_S_Last(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?. |
SocialRequest |
fetchByCompanyId_First(long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where companyId = ?. |
SocialRequest |
fetchByCompanyId_Last(long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where companyId = ?. |
SocialRequest |
fetchByPrimaryKey(long requestId)
Returns the social request with the primary key or returns null if it could not be found. |
Map<Serializable,SocialRequest> |
fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
SocialRequest |
fetchByR_S_First(long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where receiverUserId = ? and status = ?. |
SocialRequest |
fetchByR_S_Last(long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where receiverUserId = ? and status = ?. |
SocialRequest |
fetchByReceiverUserId_First(long receiverUserId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where receiverUserId = ?. |
SocialRequest |
fetchByReceiverUserId_Last(long receiverUserId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where receiverUserId = ?. |
SocialRequest |
fetchByU_C_C_T_R(long userId,
long classNameId,
long classPK,
int type,
long receiverUserId)
Returns 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)
Returns 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 |
fetchByU_C_C_T_S_First(long userId,
long classNameId,
long classPK,
int type,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?. |
SocialRequest |
fetchByU_C_C_T_S_Last(long userId,
long classNameId,
long classPK,
int type,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?. |
SocialRequest |
fetchByU_S_First(long userId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where userId = ? and status = ?. |
SocialRequest |
fetchByU_S_Last(long userId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where userId = ? and status = ?. |
SocialRequest |
fetchByUserId_First(long userId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where userId = ?. |
SocialRequest |
fetchByUserId_Last(long userId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where userId = ?. |
SocialRequest |
fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where uuid = ? and companyId = ?. |
SocialRequest |
fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where uuid = ? and companyId = ?. |
SocialRequest |
fetchByUuid_First(String uuid,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where uuid = ?. |
SocialRequest |
fetchByUUID_G(String uuid,
long groupId)
Returns 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)
Returns the social request where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
SocialRequest |
fetchByUuid_Last(String uuid,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where uuid = ?. |
List<SocialRequest> |
findAll()
Returns all the social requests. |
List<SocialRequest> |
findAll(int start,
int end)
Returns a range of all the social requests. |
List<SocialRequest> |
findAll(int start,
int end,
OrderByComparator<SocialRequest> orderByComparator)
Returns an ordered range of all the social requests. |
List<SocialRequest> |
findAll(int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the social requests. |
SocialRequest |
findByC_C_First(long classNameId,
long classPK,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where classNameId = ? and classPK = ?. |
SocialRequest |
findByC_C_Last(long classNameId,
long classPK,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where classNameId = ? and classPK = ?. |
SocialRequest[] |
findByC_C_PrevAndNext(long requestId,
long classNameId,
long classPK,
OrderByComparator<SocialRequest> orderByComparator)
Returns the social requests before and after the current social request in the ordered set where classNameId = ? and classPK = ?. |
SocialRequest |
findByC_C_T_R_S_First(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns 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<SocialRequest> orderByComparator)
Returns 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<SocialRequest> orderByComparator)
Returns 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)
Returns 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)
Returns 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<SocialRequest> orderByComparator)
Returns an ordered 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<SocialRequest> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the social requests where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?. |
List<SocialRequest> |
findByC_C(long classNameId,
long classPK)
Returns all the social requests where classNameId = ? and classPK = ?. |
List<SocialRequest> |
findByC_C(long classNameId,
long classPK,
int start,
int end)
Returns a range of all the social requests where classNameId = ? and classPK = ?. |
List<SocialRequest> |
findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator)
Returns an ordered range of all the social requests where classNameId = ? and classPK = ?. |
List<SocialRequest> |
findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the social requests where classNameId = ? and classPK = ?. |
SocialRequest |
findByCompanyId_First(long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where companyId = ?. |
SocialRequest |
findByCompanyId_Last(long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where companyId = ?. |
SocialRequest[] |
findByCompanyId_PrevAndNext(long requestId,
long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the social requests before and after the current social request in the ordered set where companyId = ?. |
List<SocialRequest> |
findByCompanyId(long companyId)
Returns all the social requests where companyId = ?. |
List<SocialRequest> |
findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the social requests where companyId = ?. |
List<SocialRequest> |
findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator)
Returns an ordered range of all the social requests where companyId = ?. |
List<SocialRequest> |
findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the social requests where companyId = ?. |
SocialRequest |
findByPrimaryKey(long requestId)
Returns 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<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where receiverUserId = ? and status = ?. |
SocialRequest |
findByR_S_Last(long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where receiverUserId = ? and status = ?. |
SocialRequest[] |
findByR_S_PrevAndNext(long requestId,
long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns 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)
Returns all the social requests where receiverUserId = ? and status = ?. |
List<SocialRequest> |
findByR_S(long receiverUserId,
int status,
int start,
int end)
Returns a range of all the social requests where receiverUserId = ? and status = ?. |
List<SocialRequest> |
findByR_S(long receiverUserId,
int status,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator)
Returns an ordered range of all the social requests where receiverUserId = ? and status = ?. |
List<SocialRequest> |
findByR_S(long receiverUserId,
int status,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the social requests where receiverUserId = ? and status = ?. |
SocialRequest |
findByReceiverUserId_First(long receiverUserId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where receiverUserId = ?. |
SocialRequest |
findByReceiverUserId_Last(long receiverUserId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where receiverUserId = ?. |
SocialRequest[] |
findByReceiverUserId_PrevAndNext(long requestId,
long receiverUserId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the social requests before and after the current social request in the ordered set where receiverUserId = ?. |
List<SocialRequest> |
findByReceiverUserId(long receiverUserId)
Returns all the social requests where receiverUserId = ?. |
List<SocialRequest> |
findByReceiverUserId(long receiverUserId,
int start,
int end)
Returns a range of all the social requests where receiverUserId = ?. |
List<SocialRequest> |
findByReceiverUserId(long receiverUserId,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator)
Returns an ordered range of all the social requests where receiverUserId = ?. |
List<SocialRequest> |
findByReceiverUserId(long receiverUserId,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean retrieveFromCache)
Returns 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)
Returns 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<SocialRequest> orderByComparator)
Returns 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<SocialRequest> orderByComparator)
Returns 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<SocialRequest> orderByComparator)
Returns 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)
Returns 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)
Returns 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<SocialRequest> orderByComparator)
Returns an ordered 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<SocialRequest> orderByComparator,
boolean retrieveFromCache)
Returns 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<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where userId = ? and status = ?. |
SocialRequest |
findByU_S_Last(long userId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where userId = ? and status = ?. |
SocialRequest[] |
findByU_S_PrevAndNext(long requestId,
long userId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns 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)
Returns all the social requests where userId = ? and status = ?. |
List<SocialRequest> |
findByU_S(long userId,
int status,
int start,
int end)
Returns a range of all the social requests where userId = ? and status = ?. |
List<SocialRequest> |
findByU_S(long userId,
int status,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator)
Returns an ordered range of all the social requests where userId = ? and status = ?. |
List<SocialRequest> |
findByU_S(long userId,
int status,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the social requests where userId = ? and status = ?. |
SocialRequest |
findByUserId_First(long userId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where userId = ?. |
SocialRequest |
findByUserId_Last(long userId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where userId = ?. |
SocialRequest[] |
findByUserId_PrevAndNext(long requestId,
long userId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the social requests before and after the current social request in the ordered set where userId = ?. |
List<SocialRequest> |
findByUserId(long userId)
Returns all the social requests where userId = ?. |
List<SocialRequest> |
findByUserId(long userId,
int start,
int end)
Returns a range of all the social requests where userId = ?. |
List<SocialRequest> |
findByUserId(long userId,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator)
Returns an ordered range of all the social requests where userId = ?. |
List<SocialRequest> |
findByUserId(long userId,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the social requests where userId = ?. |
SocialRequest |
findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where uuid = ? and companyId = ?. |
SocialRequest |
findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where uuid = ? and companyId = ?. |
SocialRequest[] |
findByUuid_C_PrevAndNext(long requestId,
String uuid,
long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the social requests before and after the current social request in the ordered set where uuid = ? and companyId = ?. |
List<SocialRequest> |
findByUuid_C(String uuid,
long companyId)
Returns all the social requests where uuid = ? and companyId = ?. |
List<SocialRequest> |
findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the social requests where uuid = ? and companyId = ?. |
List<SocialRequest> |
findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator)
Returns an ordered range of all the social requests where uuid = ? and companyId = ?. |
List<SocialRequest> |
findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the social requests where uuid = ? and companyId = ?. |
SocialRequest |
findByUuid_First(String uuid,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where uuid = ?. |
SocialRequest |
findByUUID_G(String uuid,
long groupId)
Returns the social request where uuid = ? and groupId = ? or throws a NoSuchRequestException if it could not be found. |
SocialRequest |
findByUuid_Last(String uuid,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where uuid = ?. |
SocialRequest[] |
findByUuid_PrevAndNext(long requestId,
String uuid,
OrderByComparator<SocialRequest> orderByComparator)
Returns the social requests before and after the current social request in the ordered set where uuid = ?. |
List<SocialRequest> |
findByUuid(String uuid)
Returns all the social requests where uuid = ?. |
List<SocialRequest> |
findByUuid(String uuid,
int start,
int end)
Returns a range of all the social requests where uuid = ?. |
List<SocialRequest> |
findByUuid(String uuid,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator)
Returns an ordered range of all the social requests where uuid = ?. |
List<SocialRequest> |
findByUuid(String uuid,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the social requests where uuid = ?. |
Set<String> |
getBadColumnNames()
|
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 |
removeByC_C(long classNameId,
long classPK)
Removes all the social requests where classNameId = ? and classPK = ? 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. |
SocialRequest |
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_C(String uuid,
long companyId)
Removes all the social requests where uuid = ? and companyId = ? from the database. |
SocialRequest |
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)
|
| Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
|---|
clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, setDataSource, unregisterListener, update, update, update, update |
| Method Detail |
|---|
List<SocialRequest> findByUuid(String uuid)
uuid - the uuid
List<SocialRequest> findByUuid(String uuid,
int start,
int end)
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid - the uuidstart - the lower bound of the range of social requestsend - the upper bound of the range of social requests (not inclusive)
List<SocialRequest> findByUuid(String uuid,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator)
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid - the uuidstart - the lower bound of the range of social requestsend - the upper bound of the range of social requests (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
List<SocialRequest> findByUuid(String uuid,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean retrieveFromCache)
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid - the uuidstart - the lower bound of the range of social requestsend - the upper bound of the range of social requests (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
SocialRequest findByUuid_First(String uuid,
OrderByComparator<SocialRequest> orderByComparator)
throws NoSuchRequestException
uuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
NoSuchRequestException - if a matching social request could not be found
SocialRequest fetchByUuid_First(String uuid,
OrderByComparator<SocialRequest> orderByComparator)
uuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
null if a matching social request could not be found
SocialRequest findByUuid_Last(String uuid,
OrderByComparator<SocialRequest> orderByComparator)
throws NoSuchRequestException
uuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
NoSuchRequestException - if a matching social request could not be found
SocialRequest fetchByUuid_Last(String uuid,
OrderByComparator<SocialRequest> orderByComparator)
uuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
null if a matching social request could not be found
SocialRequest[] findByUuid_PrevAndNext(long requestId,
String uuid,
OrderByComparator<SocialRequest> orderByComparator)
throws NoSuchRequestException
requestId - the primary key of the current social requestuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
NoSuchRequestException - if a social request with the primary key could not be foundvoid removeByUuid(String uuid)
uuid - the uuidint countByUuid(String uuid)
uuid - the uuid
SocialRequest findByUUID_G(String uuid,
long groupId)
throws NoSuchRequestException
NoSuchRequestException if it could not be found.
uuid - the uuidgroupId - the group ID
NoSuchRequestException - if a matching social request could not be found
SocialRequest fetchByUUID_G(String uuid,
long groupId)
null if it could not be found. Uses the finder cache.
uuid - the uuidgroupId - the group ID
null if a matching social request could not be found
SocialRequest fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
null if it could not be found, optionally using the finder cache.
uuid - the uuidgroupId - the group IDretrieveFromCache - whether to retrieve from the finder cache
null if a matching social request could not be found
SocialRequest removeByUUID_G(String uuid,
long groupId)
throws NoSuchRequestException
uuid - the uuidgroupId - the group ID
NoSuchRequestException
int countByUUID_G(String uuid,
long groupId)
uuid - the uuidgroupId - the group ID
List<SocialRequest> findByUuid_C(String uuid,
long companyId)
uuid - the uuidcompanyId - the company ID
List<SocialRequest> findByUuid_C(String uuid,
long companyId,
int start,
int end)
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid - the uuidcompanyId - the company IDstart - the lower bound of the range of social requestsend - the upper bound of the range of social requests (not inclusive)
List<SocialRequest> findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator)
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid - the uuidcompanyId - the company IDstart - the lower bound of the range of social requestsend - the upper bound of the range of social requests (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
List<SocialRequest> findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean retrieveFromCache)
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid - the uuidcompanyId - the company IDstart - the lower bound of the range of social requestsend - the upper bound of the range of social requests (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
SocialRequest findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<SocialRequest> orderByComparator)
throws NoSuchRequestException
uuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchRequestException - if a matching social request could not be found
SocialRequest fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<SocialRequest> orderByComparator)
uuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching social request could not be found
SocialRequest findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<SocialRequest> orderByComparator)
throws NoSuchRequestException
uuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchRequestException - if a matching social request could not be found
SocialRequest fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<SocialRequest> orderByComparator)
uuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching social request could not be found
SocialRequest[] findByUuid_C_PrevAndNext(long requestId,
String uuid,
long companyId,
OrderByComparator<SocialRequest> orderByComparator)
throws NoSuchRequestException
requestId - the primary key of the current social requestuuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchRequestException - if a social request with the primary key could not be found
void removeByUuid_C(String uuid,
long companyId)
uuid - the uuidcompanyId - the company ID
int countByUuid_C(String uuid,
long companyId)
uuid - the uuidcompanyId - the company ID
List<SocialRequest> findByCompanyId(long companyId)
companyId - the company ID
List<SocialRequest> findByCompanyId(long companyId,
int start,
int end)
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId - the company IDstart - the lower bound of the range of social requestsend - the upper bound of the range of social requests (not inclusive)
List<SocialRequest> findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator)
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId - the company IDstart - the lower bound of the range of social requestsend - the upper bound of the range of social requests (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
List<SocialRequest> findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean retrieveFromCache)
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId - the company IDstart - the lower bound of the range of social requestsend - the upper bound of the range of social requests (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
SocialRequest findByCompanyId_First(long companyId,
OrderByComparator<SocialRequest> orderByComparator)
throws NoSuchRequestException
companyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchRequestException - if a matching social request could not be found
SocialRequest fetchByCompanyId_First(long companyId,
OrderByComparator<SocialRequest> orderByComparator)
companyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching social request could not be found
SocialRequest findByCompanyId_Last(long companyId,
OrderByComparator<SocialRequest> orderByComparator)
throws NoSuchRequestException
companyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchRequestException - if a matching social request could not be found
SocialRequest fetchByCompanyId_Last(long companyId,
OrderByComparator<SocialRequest> orderByComparator)
companyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching social request could not be found
SocialRequest[] findByCompanyId_PrevAndNext(long requestId,
long companyId,
OrderByComparator<SocialRequest> orderByComparator)
throws NoSuchRequestException
requestId - the primary key of the current social requestcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchRequestException - if a social request with the primary key could not be foundvoid removeByCompanyId(long companyId)
companyId - the company IDint countByCompanyId(long companyId)
companyId - the company ID
List<SocialRequest> findByUserId(long userId)
userId - the user ID
List<SocialRequest> findByUserId(long userId,
int start,
int end)
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
userId - the user IDstart - the lower bound of the range of social requestsend - the upper bound of the range of social requests (not inclusive)
List<SocialRequest> findByUserId(long userId,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator)
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
userId - the user IDstart - the lower bound of the range of social requestsend - the upper bound of the range of social requests (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
List<SocialRequest> findByUserId(long userId,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean retrieveFromCache)
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
userId - the user IDstart - the lower bound of the range of social requestsend - the upper bound of the range of social requests (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
SocialRequest findByUserId_First(long userId,
OrderByComparator<SocialRequest> orderByComparator)
throws NoSuchRequestException
userId - the user IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchRequestException - if a matching social request could not be found
SocialRequest fetchByUserId_First(long userId,
OrderByComparator<SocialRequest> orderByComparator)
userId - the user IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching social request could not be found
SocialRequest findByUserId_Last(long userId,
OrderByComparator<SocialRequest> orderByComparator)
throws NoSuchRequestException
userId - the user IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchRequestException - if a matching social request could not be found
SocialRequest fetchByUserId_Last(long userId,
OrderByComparator<SocialRequest> orderByComparator)
userId - the user IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching social request could not be found
SocialRequest[] findByUserId_PrevAndNext(long requestId,
long userId,
OrderByComparator<SocialRequest> orderByComparator)
throws NoSuchRequestException
requestId - the primary key of the current social requestuserId - the user IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchRequestException - if a social request with the primary key could not be foundvoid removeByUserId(long userId)
userId - the user IDint countByUserId(long userId)
userId - the user ID
List<SocialRequest> findByReceiverUserId(long receiverUserId)
receiverUserId - the receiver user ID
List<SocialRequest> findByReceiverUserId(long receiverUserId,
int start,
int end)
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
receiverUserId - the receiver user IDstart - the lower bound of the range of social requestsend - the upper bound of the range of social requests (not inclusive)
List<SocialRequest> findByReceiverUserId(long receiverUserId,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator)
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
receiverUserId - the receiver user IDstart - the lower bound of the range of social requestsend - the upper bound of the range of social requests (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
List<SocialRequest> findByReceiverUserId(long receiverUserId,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean retrieveFromCache)
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
receiverUserId - the receiver user IDstart - the lower bound of the range of social requestsend - the upper bound of the range of social requests (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
SocialRequest findByReceiverUserId_First(long receiverUserId,
OrderByComparator<SocialRequest> orderByComparator)
throws NoSuchRequestException
receiverUserId - the receiver user IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchRequestException - if a matching social request could not be found
SocialRequest fetchByReceiverUserId_First(long receiverUserId,
OrderByComparator<SocialRequest> orderByComparator)
receiverUserId - the receiver user IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching social request could not be found
SocialRequest findByReceiverUserId_Last(long receiverUserId,
OrderByComparator<SocialRequest> orderByComparator)
throws NoSuchRequestException
receiverUserId - the receiver user IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchRequestException - if a matching social request could not be found
SocialRequest fetchByReceiverUserId_Last(long receiverUserId,
OrderByComparator<SocialRequest> orderByComparator)
receiverUserId - the receiver user IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching social request could not be found
SocialRequest[] findByReceiverUserId_PrevAndNext(long requestId,
long receiverUserId,
OrderByComparator<SocialRequest> orderByComparator)
throws NoSuchRequestException
requestId - the primary key of the current social requestreceiverUserId - the receiver user IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchRequestException - if a social request with the primary key could not be foundvoid removeByReceiverUserId(long receiverUserId)
receiverUserId - the receiver user IDint countByReceiverUserId(long receiverUserId)
receiverUserId - the receiver user ID
List<SocialRequest> findByU_S(long userId,
int status)
userId - the user IDstatus - the status
List<SocialRequest> findByU_S(long userId,
int status,
int start,
int end)
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
userId - the user IDstatus - the statusstart - the lower bound of the range of social requestsend - the upper bound of the range of social requests (not inclusive)
List<SocialRequest> findByU_S(long userId,
int status,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator)
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
userId - the user IDstatus - the statusstart - the lower bound of the range of social requestsend - the upper bound of the range of social requests (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
List<SocialRequest> findByU_S(long userId,
int status,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean retrieveFromCache)
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
userId - the user IDstatus - the statusstart - the lower bound of the range of social requestsend - the upper bound of the range of social requests (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
SocialRequest findByU_S_First(long userId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
throws NoSuchRequestException
userId - the user IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
NoSuchRequestException - if a matching social request could not be found
SocialRequest fetchByU_S_First(long userId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
userId - the user IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
null if a matching social request could not be found
SocialRequest findByU_S_Last(long userId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
throws NoSuchRequestException
userId - the user IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
NoSuchRequestException - if a matching social request could not be found
SocialRequest fetchByU_S_Last(long userId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
userId - the user IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
null if a matching social request could not be found
SocialRequest[] findByU_S_PrevAndNext(long requestId,
long userId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
throws NoSuchRequestException
requestId - the primary key of the current social requestuserId - the user IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
NoSuchRequestException - if a social request with the primary key could not be found
void removeByU_S(long userId,
int status)
userId - the user IDstatus - the status
int countByU_S(long userId,
int status)
userId - the user IDstatus - the status
List<SocialRequest> findByC_C(long classNameId,
long classPK)
classNameId - the class name IDclassPK - the class p k
List<SocialRequest> findByC_C(long classNameId,
long classPK,
int start,
int end)
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
classNameId - the class name IDclassPK - the class p kstart - the lower bound of the range of social requestsend - the upper bound of the range of social requests (not inclusive)
List<SocialRequest> findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator)
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
classNameId - the class name IDclassPK - the class p kstart - the lower bound of the range of social requestsend - the upper bound of the range of social requests (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
List<SocialRequest> findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean retrieveFromCache)
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
classNameId - the class name IDclassPK - the class p kstart - the lower bound of the range of social requestsend - the upper bound of the range of social requests (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
SocialRequest findByC_C_First(long classNameId,
long classPK,
OrderByComparator<SocialRequest> orderByComparator)
throws NoSuchRequestException
classNameId - the class name IDclassPK - the class p korderByComparator - the comparator to order the set by (optionally null)
NoSuchRequestException - if a matching social request could not be found
SocialRequest fetchByC_C_First(long classNameId,
long classPK,
OrderByComparator<SocialRequest> orderByComparator)
classNameId - the class name IDclassPK - the class p korderByComparator - the comparator to order the set by (optionally null)
null if a matching social request could not be found
SocialRequest findByC_C_Last(long classNameId,
long classPK,
OrderByComparator<SocialRequest> orderByComparator)
throws NoSuchRequestException
classNameId - the class name IDclassPK - the class p korderByComparator - the comparator to order the set by (optionally null)
NoSuchRequestException - if a matching social request could not be found
SocialRequest fetchByC_C_Last(long classNameId,
long classPK,
OrderByComparator<SocialRequest> orderByComparator)
classNameId - the class name IDclassPK - the class p korderByComparator - the comparator to order the set by (optionally null)
null if a matching social request could not be found
SocialRequest[] findByC_C_PrevAndNext(long requestId,
long classNameId,
long classPK,
OrderByComparator<SocialRequest> orderByComparator)
throws NoSuchRequestException
requestId - the primary key of the current social requestclassNameId - the class name IDclassPK - the class p korderByComparator - the comparator to order the set by (optionally null)
NoSuchRequestException - if a social request with the primary key could not be found
void removeByC_C(long classNameId,
long classPK)
classNameId - the class name IDclassPK - the class p k
int countByC_C(long classNameId,
long classPK)
classNameId - the class name IDclassPK - the class p k
List<SocialRequest> findByR_S(long receiverUserId,
int status)
receiverUserId - the receiver user IDstatus - the status
List<SocialRequest> findByR_S(long receiverUserId,
int status,
int start,
int end)
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
receiverUserId - the receiver user IDstatus - the statusstart - the lower bound of the range of social requestsend - the upper bound of the range of social requests (not inclusive)
List<SocialRequest> findByR_S(long receiverUserId,
int status,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator)
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
receiverUserId - the receiver user IDstatus - the statusstart - the lower bound of the range of social requestsend - the upper bound of the range of social requests (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
List<SocialRequest> findByR_S(long receiverUserId,
int status,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean retrieveFromCache)
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
receiverUserId - the receiver user IDstatus - the statusstart - the lower bound of the range of social requestsend - the upper bound of the range of social requests (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
SocialRequest findByR_S_First(long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
throws NoSuchRequestException
receiverUserId - the receiver user IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
NoSuchRequestException - if a matching social request could not be found
SocialRequest fetchByR_S_First(long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
receiverUserId - the receiver user IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
null if a matching social request could not be found
SocialRequest findByR_S_Last(long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
throws NoSuchRequestException
receiverUserId - the receiver user IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
NoSuchRequestException - if a matching social request could not be found
SocialRequest fetchByR_S_Last(long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
receiverUserId - the receiver user IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
null if a matching social request could not be found
SocialRequest[] findByR_S_PrevAndNext(long requestId,
long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
throws NoSuchRequestException
requestId - the primary key of the current social requestreceiverUserId - the receiver user IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
NoSuchRequestException - if a social request with the primary key could not be found
void removeByR_S(long receiverUserId,
int status)
receiverUserId - the receiver user IDstatus - the status
int countByR_S(long receiverUserId,
int status)
receiverUserId - the receiver user IDstatus - the status
SocialRequest findByU_C_C_T_R(long userId,
long classNameId,
long classPK,
int type,
long receiverUserId)
throws NoSuchRequestException
NoSuchRequestException if it could not be found.
userId - the user IDclassNameId - the class name IDclassPK - the class p ktype - the typereceiverUserId - the receiver user ID
NoSuchRequestException - if a matching social request could not be found
SocialRequest fetchByU_C_C_T_R(long userId,
long classNameId,
long classPK,
int type,
long receiverUserId)
null if it could not be found. Uses the finder cache.
userId - the user IDclassNameId - the class name IDclassPK - the class p ktype - the typereceiverUserId - the receiver user ID
null if a matching social request could not be found
SocialRequest fetchByU_C_C_T_R(long userId,
long classNameId,
long classPK,
int type,
long receiverUserId,
boolean retrieveFromCache)
null if it could not be found, optionally using the finder cache.
userId - the user IDclassNameId - the class name IDclassPK - the class p ktype - the typereceiverUserId - the receiver user IDretrieveFromCache - whether to retrieve from the finder cache
null if a matching social request could not be found
SocialRequest removeByU_C_C_T_R(long userId,
long classNameId,
long classPK,
int type,
long receiverUserId)
throws NoSuchRequestException
userId - the user IDclassNameId - the class name IDclassPK - the class p ktype - the typereceiverUserId - the receiver user ID
NoSuchRequestException
int countByU_C_C_T_R(long userId,
long classNameId,
long classPK,
int type,
long receiverUserId)
userId - the user IDclassNameId - the class name IDclassPK - the class p ktype - the typereceiverUserId - the receiver user ID
List<SocialRequest> findByU_C_C_T_S(long userId,
long classNameId,
long classPK,
int type,
int status)
userId - the user IDclassNameId - the class name IDclassPK - the class p ktype - the typestatus - the status
List<SocialRequest> findByU_C_C_T_S(long userId,
long classNameId,
long classPK,
int type,
int status,
int start,
int end)
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
userId - the user IDclassNameId - the class name IDclassPK - the class p ktype - the typestatus - the statusstart - the lower bound of the range of social requestsend - the upper bound of the range of social requests (not inclusive)
List<SocialRequest> findByU_C_C_T_S(long userId,
long classNameId,
long classPK,
int type,
int status,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator)
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
userId - the user IDclassNameId - the class name IDclassPK - the class p ktype - the typestatus - the statusstart - the lower bound of the range of social requestsend - the upper bound of the range of social requests (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
List<SocialRequest> findByU_C_C_T_S(long userId,
long classNameId,
long classPK,
int type,
int status,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean retrieveFromCache)
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
userId - the user IDclassNameId - the class name IDclassPK - the class p ktype - the typestatus - the statusstart - the lower bound of the range of social requestsend - the upper bound of the range of social requests (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
SocialRequest findByU_C_C_T_S_First(long userId,
long classNameId,
long classPK,
int type,
int status,
OrderByComparator<SocialRequest> orderByComparator)
throws NoSuchRequestException
userId - the user IDclassNameId - the class name IDclassPK - the class p ktype - the typestatus - the statusorderByComparator - the comparator to order the set by (optionally null)
NoSuchRequestException - if a matching social request could not be found
SocialRequest fetchByU_C_C_T_S_First(long userId,
long classNameId,
long classPK,
int type,
int status,
OrderByComparator<SocialRequest> orderByComparator)
userId - the user IDclassNameId - the class name IDclassPK - the class p ktype - the typestatus - the statusorderByComparator - the comparator to order the set by (optionally null)
null if a matching social request could not be found
SocialRequest findByU_C_C_T_S_Last(long userId,
long classNameId,
long classPK,
int type,
int status,
OrderByComparator<SocialRequest> orderByComparator)
throws NoSuchRequestException
userId - the user IDclassNameId - the class name IDclassPK - the class p ktype - the typestatus - the statusorderByComparator - the comparator to order the set by (optionally null)
NoSuchRequestException - if a matching social request could not be found
SocialRequest fetchByU_C_C_T_S_Last(long userId,
long classNameId,
long classPK,
int type,
int status,
OrderByComparator<SocialRequest> orderByComparator)
userId - the user IDclassNameId - the class name IDclassPK - the class p ktype - the typestatus - the statusorderByComparator - the comparator to order the set by (optionally null)
null if a matching social request could not be found
SocialRequest[] findByU_C_C_T_S_PrevAndNext(long requestId,
long userId,
long classNameId,
long classPK,
int type,
int status,
OrderByComparator<SocialRequest> orderByComparator)
throws NoSuchRequestException
requestId - the primary key of the current social requestuserId - the user IDclassNameId - the class name IDclassPK - the class p ktype - the typestatus - the statusorderByComparator - the comparator to order the set by (optionally null)
NoSuchRequestException - if a social request with the primary key could not be found
void removeByU_C_C_T_S(long userId,
long classNameId,
long classPK,
int type,
int status)
userId - the user IDclassNameId - the class name IDclassPK - the class p ktype - the typestatus - the status
int countByU_C_C_T_S(long userId,
long classNameId,
long classPK,
int type,
int status)
userId - the user IDclassNameId - the class name IDclassPK - the class p ktype - the typestatus - the status
List<SocialRequest> findByC_C_T_R_S(long classNameId,
long classPK,
int type,
long receiverUserId,
int status)
classNameId - the class name IDclassPK - the class p ktype - the typereceiverUserId - the receiver user IDstatus - the status
List<SocialRequest> findByC_C_T_R_S(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
int start,
int end)
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
classNameId - the class name IDclassPK - the class p ktype - the typereceiverUserId - the receiver user IDstatus - the statusstart - the lower bound of the range of social requestsend - the upper bound of the range of social requests (not inclusive)
List<SocialRequest> findByC_C_T_R_S(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator)
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
classNameId - the class name IDclassPK - the class p ktype - the typereceiverUserId - the receiver user IDstatus - the statusstart - the lower bound of the range of social requestsend - the upper bound of the range of social requests (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
List<SocialRequest> findByC_C_T_R_S(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean retrieveFromCache)
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
classNameId - the class name IDclassPK - the class p ktype - the typereceiverUserId - the receiver user IDstatus - the statusstart - the lower bound of the range of social requestsend - the upper bound of the range of social requests (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
SocialRequest findByC_C_T_R_S_First(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
throws NoSuchRequestException
classNameId - the class name IDclassPK - the class p ktype - the typereceiverUserId - the receiver user IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
NoSuchRequestException - if a matching social request could not be found
SocialRequest fetchByC_C_T_R_S_First(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
classNameId - the class name IDclassPK - the class p ktype - the typereceiverUserId - the receiver user IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
null if a matching social request could not be found
SocialRequest findByC_C_T_R_S_Last(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
throws NoSuchRequestException
classNameId - the class name IDclassPK - the class p ktype - the typereceiverUserId - the receiver user IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
NoSuchRequestException - if a matching social request could not be found
SocialRequest fetchByC_C_T_R_S_Last(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
classNameId - the class name IDclassPK - the class p ktype - the typereceiverUserId - the receiver user IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
null if a matching social request could not be found
SocialRequest[] findByC_C_T_R_S_PrevAndNext(long requestId,
long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
throws NoSuchRequestException
requestId - the primary key of the current social requestclassNameId - the class name IDclassPK - the class p ktype - the typereceiverUserId - the receiver user IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
NoSuchRequestException - if a social request with the primary key could not be found
void removeByC_C_T_R_S(long classNameId,
long classPK,
int type,
long receiverUserId,
int status)
classNameId - the class name IDclassPK - the class p ktype - the typereceiverUserId - the receiver user IDstatus - the status
int countByC_C_T_R_S(long classNameId,
long classPK,
int type,
long receiverUserId,
int status)
classNameId - the class name IDclassPK - the class p ktype - the typereceiverUserId - the receiver user IDstatus - the status
void cacheResult(SocialRequest socialRequest)
socialRequest - the social requestvoid cacheResult(List<SocialRequest> socialRequests)
socialRequests - the social requestsSocialRequest create(long requestId)
requestId - the primary key for the new social request
SocialRequest remove(long requestId)
throws NoSuchRequestException
requestId - the primary key of the social request
NoSuchRequestException - if a social request with the primary key could not be foundSocialRequest updateImpl(SocialRequest socialRequest)
SocialRequest findByPrimaryKey(long requestId)
throws NoSuchRequestException
NoSuchRequestException if it could not be found.
requestId - the primary key of the social request
NoSuchRequestException - if a social request with the primary key could not be foundSocialRequest fetchByPrimaryKey(long requestId)
null if it could not be found.
requestId - the primary key of the social request
null if a social request with the primary key could not be foundMap<Serializable,SocialRequest> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
fetchByPrimaryKeys in interface BasePersistence<SocialRequest>List<SocialRequest> findAll()
List<SocialRequest> findAll(int start,
int end)
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start - the lower bound of the range of social requestsend - the upper bound of the range of social requests (not inclusive)
List<SocialRequest> findAll(int start,
int end,
OrderByComparator<SocialRequest> orderByComparator)
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start - the lower bound of the range of social requestsend - the upper bound of the range of social requests (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
List<SocialRequest> findAll(int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean retrieveFromCache)
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start - the lower bound of the range of social requestsend - the upper bound of the range of social requests (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
void removeAll()
int countAll()
Set<String> getBadColumnNames()
getBadColumnNames in interface BasePersistence<SocialRequest>
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||