Package | Description |
---|---|
com.liferay.social.kernel.service.persistence |
Modifier and Type | Method and Description |
---|---|
SocialRequest |
SocialRequestPersistence.findByC_C_First(long classNameId,
long classPK,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where classNameId = ? and classPK = ?.
|
static SocialRequest |
SocialRequestUtil.findByC_C_First(long classNameId,
long classPK,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where classNameId = ? and classPK = ?.
|
SocialRequest |
SocialRequestPersistence.findByC_C_Last(long classNameId,
long classPK,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where classNameId = ? and classPK = ?.
|
static SocialRequest |
SocialRequestUtil.findByC_C_Last(long classNameId,
long classPK,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where classNameId = ? and classPK = ?.
|
SocialRequest[] |
SocialRequestPersistence.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 = ?.
|
static SocialRequest[] |
SocialRequestUtil.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 |
SocialRequestPersistence.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 = ?.
|
static SocialRequest |
SocialRequestUtil.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 |
SocialRequestPersistence.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 = ?.
|
static SocialRequest |
SocialRequestUtil.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[] |
SocialRequestPersistence.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 = ?.
|
static SocialRequest[] |
SocialRequestUtil.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 = ?.
|
SocialRequest |
SocialRequestPersistence.findByCompanyId_First(long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where companyId = ?.
|
static SocialRequest |
SocialRequestUtil.findByCompanyId_First(long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where companyId = ?.
|
SocialRequest |
SocialRequestPersistence.findByCompanyId_Last(long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where companyId = ?.
|
static SocialRequest |
SocialRequestUtil.findByCompanyId_Last(long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where companyId = ?.
|
SocialRequest[] |
SocialRequestPersistence.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 = ?.
|
static SocialRequest[] |
SocialRequestUtil.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 = ?.
|
SocialRequest |
SocialRequestPersistence.findByPrimaryKey(long requestId)
Returns the social request with the primary key or throws a
NoSuchRequestException if it could not be found. |
static SocialRequest |
SocialRequestUtil.findByPrimaryKey(long requestId)
Returns the social request with the primary key or throws a
NoSuchRequestException if it could not be found. |
SocialRequest |
SocialRequestPersistence.findByR_S_First(long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where receiverUserId = ? and status = ?.
|
static SocialRequest |
SocialRequestUtil.findByR_S_First(long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where receiverUserId = ? and status = ?.
|
SocialRequest |
SocialRequestPersistence.findByR_S_Last(long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where receiverUserId = ? and status = ?.
|
static SocialRequest |
SocialRequestUtil.findByR_S_Last(long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where receiverUserId = ? and status = ?.
|
SocialRequest[] |
SocialRequestPersistence.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 = ?.
|
static SocialRequest[] |
SocialRequestUtil.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 = ?.
|
SocialRequest |
SocialRequestPersistence.findByReceiverUserId_First(long receiverUserId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where receiverUserId = ?.
|
static SocialRequest |
SocialRequestUtil.findByReceiverUserId_First(long receiverUserId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where receiverUserId = ?.
|
SocialRequest |
SocialRequestPersistence.findByReceiverUserId_Last(long receiverUserId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where receiverUserId = ?.
|
static SocialRequest |
SocialRequestUtil.findByReceiverUserId_Last(long receiverUserId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where receiverUserId = ?.
|
SocialRequest[] |
SocialRequestPersistence.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 = ?.
|
static SocialRequest[] |
SocialRequestUtil.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 = ?.
|
SocialRequest |
SocialRequestPersistence.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. |
static SocialRequest |
SocialRequestUtil.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 |
SocialRequestPersistence.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 = ?.
|
static SocialRequest |
SocialRequestUtil.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 |
SocialRequestPersistence.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 = ?.
|
static SocialRequest |
SocialRequestUtil.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[] |
SocialRequestPersistence.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 = ?.
|
static SocialRequest[] |
SocialRequestUtil.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 = ?.
|
SocialRequest |
SocialRequestPersistence.findByU_S_First(long userId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where userId = ? and status = ?.
|
static SocialRequest |
SocialRequestUtil.findByU_S_First(long userId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where userId = ? and status = ?.
|
SocialRequest |
SocialRequestPersistence.findByU_S_Last(long userId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where userId = ? and status = ?.
|
static SocialRequest |
SocialRequestUtil.findByU_S_Last(long userId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where userId = ? and status = ?.
|
SocialRequest[] |
SocialRequestPersistence.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 = ?.
|
static SocialRequest[] |
SocialRequestUtil.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 = ?.
|
SocialRequest |
SocialRequestPersistence.findByUserId_First(long userId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where userId = ?.
|
static SocialRequest |
SocialRequestUtil.findByUserId_First(long userId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where userId = ?.
|
SocialRequest |
SocialRequestPersistence.findByUserId_Last(long userId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where userId = ?.
|
static SocialRequest |
SocialRequestUtil.findByUserId_Last(long userId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where userId = ?.
|
SocialRequest[] |
SocialRequestPersistence.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 = ?.
|
static SocialRequest[] |
SocialRequestUtil.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 = ?.
|
SocialRequest |
SocialRequestPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where uuid = ? and companyId = ?.
|
static SocialRequest |
SocialRequestUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where uuid = ? and companyId = ?.
|
SocialRequest |
SocialRequestPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where uuid = ? and companyId = ?.
|
static SocialRequest |
SocialRequestUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where uuid = ? and companyId = ?.
|
SocialRequest[] |
SocialRequestPersistence.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 = ?.
|
static SocialRequest[] |
SocialRequestUtil.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 = ?.
|
SocialRequest |
SocialRequestPersistence.findByUuid_First(String uuid,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where uuid = ?.
|
static SocialRequest |
SocialRequestUtil.findByUuid_First(String uuid,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where uuid = ?.
|
SocialRequest |
SocialRequestPersistence.findByUUID_G(String uuid,
long groupId)
Returns the social request where uuid = ? and groupId = ? or throws a
NoSuchRequestException if it could not be found. |
static SocialRequest |
SocialRequestUtil.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 |
SocialRequestPersistence.findByUuid_Last(String uuid,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where uuid = ?.
|
static SocialRequest |
SocialRequestUtil.findByUuid_Last(String uuid,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where uuid = ?.
|
SocialRequest[] |
SocialRequestPersistence.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 = ?.
|
static SocialRequest[] |
SocialRequestUtil.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 = ?.
|
SocialRequest |
SocialRequestPersistence.remove(long requestId)
Removes the social request with the primary key from the database.
|
static SocialRequest |
SocialRequestUtil.remove(long requestId)
Removes the social request with the primary key from the database.
|
SocialRequest |
SocialRequestPersistence.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.
|
static SocialRequest |
SocialRequestUtil.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.
|
SocialRequest |
SocialRequestPersistence.removeByUUID_G(String uuid,
long groupId)
Removes the social request where uuid = ? and groupId = ? from the database.
|
static SocialRequest |
SocialRequestUtil.removeByUUID_G(String uuid,
long groupId)
Removes the social request where uuid = ? and groupId = ? from the database.
|