|
Liferay 6.2.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NoSuchRequestException | |
|---|---|
| com.liferay.portlet.social.service.persistence | |
| Uses of NoSuchRequestException in com.liferay.portlet.social.service.persistence |
|---|
| Methods in com.liferay.portlet.social.service.persistence that throw NoSuchRequestException | |
|---|---|
static SocialRequest |
SocialRequestUtil.findByC_C_T_R_S_First(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
OrderByComparator orderByComparator)
Returns the first social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?. |
abstract SocialRequest |
SocialRequestPersistence.findByC_C_T_R_S_First(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
OrderByComparator 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_Last(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
OrderByComparator orderByComparator)
Returns the last social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?. |
abstract SocialRequest |
SocialRequestPersistence.findByC_C_T_R_S_Last(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
OrderByComparator 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_PrevAndNext(long requestId,
long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
OrderByComparator 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 = ?. |
abstract SocialRequest[] |
SocialRequestPersistence.findByC_C_T_R_S_PrevAndNext(long requestId,
long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
OrderByComparator 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.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first social request in the ordered set where companyId = ?. |
abstract SocialRequest |
SocialRequestPersistence.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first social request in the ordered set where companyId = ?. |
static SocialRequest |
SocialRequestUtil.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last social request in the ordered set where companyId = ?. |
abstract SocialRequest |
SocialRequestPersistence.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last social request in the ordered set where companyId = ?. |
static SocialRequest[] |
SocialRequestUtil.findByCompanyId_PrevAndNext(long requestId,
long companyId,
OrderByComparator orderByComparator)
Returns the social requests before and after the current social request in the ordered set where companyId = ?. |
abstract SocialRequest[] |
SocialRequestPersistence.findByCompanyId_PrevAndNext(long requestId,
long companyId,
OrderByComparator orderByComparator)
Returns the social requests before and after the current social request in the ordered set where companyId = ?. |
static SocialRequest |
SocialRequestUtil.findByPrimaryKey(long requestId)
Returns the social request with the primary key or throws a NoSuchRequestException if it could not be found. |
abstract 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.findByR_S_First(long receiverUserId,
int status,
OrderByComparator orderByComparator)
Returns the first social request in the ordered set where receiverUserId = ? and status = ?. |
abstract SocialRequest |
SocialRequestPersistence.findByR_S_First(long receiverUserId,
int status,
OrderByComparator orderByComparator)
Returns the first social request in the ordered set where receiverUserId = ? and status = ?. |
static SocialRequest |
SocialRequestUtil.findByR_S_Last(long receiverUserId,
int status,
OrderByComparator orderByComparator)
Returns the last social request in the ordered set where receiverUserId = ? and status = ?. |
abstract SocialRequest |
SocialRequestPersistence.findByR_S_Last(long receiverUserId,
int status,
OrderByComparator orderByComparator)
Returns the last social request in the ordered set where receiverUserId = ? and status = ?. |
static SocialRequest[] |
SocialRequestUtil.findByR_S_PrevAndNext(long requestId,
long receiverUserId,
int status,
OrderByComparator orderByComparator)
Returns the social requests before and after the current social request in the ordered set where receiverUserId = ? and status = ?. |
abstract SocialRequest[] |
SocialRequestPersistence.findByR_S_PrevAndNext(long requestId,
long receiverUserId,
int status,
OrderByComparator orderByComparator)
Returns the social requests before and after the current social request in the ordered set where receiverUserId = ? and status = ?. |
static SocialRequest |
SocialRequestUtil.findByReceiverUserId_First(long receiverUserId,
OrderByComparator orderByComparator)
Returns the first social request in the ordered set where receiverUserId = ?. |
abstract SocialRequest |
SocialRequestPersistence.findByReceiverUserId_First(long receiverUserId,
OrderByComparator orderByComparator)
Returns the first social request in the ordered set where receiverUserId = ?. |
static SocialRequest |
SocialRequestUtil.findByReceiverUserId_Last(long receiverUserId,
OrderByComparator orderByComparator)
Returns the last social request in the ordered set where receiverUserId = ?. |
abstract SocialRequest |
SocialRequestPersistence.findByReceiverUserId_Last(long receiverUserId,
OrderByComparator orderByComparator)
Returns the last social request in the ordered set where receiverUserId = ?. |
static SocialRequest[] |
SocialRequestUtil.findByReceiverUserId_PrevAndNext(long requestId,
long receiverUserId,
OrderByComparator orderByComparator)
Returns the social requests before and after the current social request in the ordered set where receiverUserId = ?. |
abstract SocialRequest[] |
SocialRequestPersistence.findByReceiverUserId_PrevAndNext(long requestId,
long receiverUserId,
OrderByComparator orderByComparator)
Returns the social requests before and after the current social request in the ordered set where receiverUserId = ?. |
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. |
abstract 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_S_First(long userId,
long classNameId,
long classPK,
int type,
int status,
OrderByComparator orderByComparator)
Returns the first social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?. |
abstract SocialRequest |
SocialRequestPersistence.findByU_C_C_T_S_First(long userId,
long classNameId,
long classPK,
int type,
int status,
OrderByComparator 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_Last(long userId,
long classNameId,
long classPK,
int type,
int status,
OrderByComparator orderByComparator)
Returns the last social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?. |
abstract SocialRequest |
SocialRequestPersistence.findByU_C_C_T_S_Last(long userId,
long classNameId,
long classPK,
int type,
int status,
OrderByComparator 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_PrevAndNext(long requestId,
long userId,
long classNameId,
long classPK,
int type,
int status,
OrderByComparator 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 = ?. |
abstract SocialRequest[] |
SocialRequestPersistence.findByU_C_C_T_S_PrevAndNext(long requestId,
long userId,
long classNameId,
long classPK,
int type,
int status,
OrderByComparator 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_S_First(long userId,
int status,
OrderByComparator orderByComparator)
Returns the first social request in the ordered set where userId = ? and status = ?. |
abstract SocialRequest |
SocialRequestPersistence.findByU_S_First(long userId,
int status,
OrderByComparator orderByComparator)
Returns the first social request in the ordered set where userId = ? and status = ?. |
static SocialRequest |
SocialRequestUtil.findByU_S_Last(long userId,
int status,
OrderByComparator orderByComparator)
Returns the last social request in the ordered set where userId = ? and status = ?. |
abstract SocialRequest |
SocialRequestPersistence.findByU_S_Last(long userId,
int status,
OrderByComparator orderByComparator)
Returns the last social request in the ordered set where userId = ? and status = ?. |
static SocialRequest[] |
SocialRequestUtil.findByU_S_PrevAndNext(long requestId,
long userId,
int status,
OrderByComparator orderByComparator)
Returns the social requests before and after the current social request in the ordered set where userId = ? and status = ?. |
abstract SocialRequest[] |
SocialRequestPersistence.findByU_S_PrevAndNext(long requestId,
long userId,
int status,
OrderByComparator orderByComparator)
Returns the social requests before and after the current social request in the ordered set where userId = ? and status = ?. |
static SocialRequest |
SocialRequestUtil.findByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first social request in the ordered set where userId = ?. |
abstract SocialRequest |
SocialRequestPersistence.findByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first social request in the ordered set where userId = ?. |
static SocialRequest |
SocialRequestUtil.findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last social request in the ordered set where userId = ?. |
abstract SocialRequest |
SocialRequestPersistence.findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last social request in the ordered set where userId = ?. |
static SocialRequest[] |
SocialRequestUtil.findByUserId_PrevAndNext(long requestId,
long userId,
OrderByComparator orderByComparator)
Returns the social requests before and after the current social request in the ordered set where userId = ?. |
abstract SocialRequest[] |
SocialRequestPersistence.findByUserId_PrevAndNext(long requestId,
long userId,
OrderByComparator orderByComparator)
Returns the social requests before and after the current social request in the ordered set where userId = ?. |
static SocialRequest |
SocialRequestUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first social request in the ordered set where uuid = ? and companyId = ?. |
abstract SocialRequest |
SocialRequestPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first social request in the ordered set where uuid = ? and companyId = ?. |
static SocialRequest |
SocialRequestUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last social request in the ordered set where uuid = ? and companyId = ?. |
abstract SocialRequest |
SocialRequestPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last social request in the ordered set where uuid = ? and companyId = ?. |
static SocialRequest[] |
SocialRequestUtil.findByUuid_C_PrevAndNext(long requestId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the social requests before and after the current social request in the ordered set where uuid = ? and companyId = ?. |
abstract SocialRequest[] |
SocialRequestPersistence.findByUuid_C_PrevAndNext(long requestId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the social requests before and after the current social request in the ordered set where uuid = ? and companyId = ?. |
static SocialRequest |
SocialRequestUtil.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first social request in the ordered set where uuid = ?. |
abstract SocialRequest |
SocialRequestPersistence.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first social request in the ordered set where uuid = ?. |
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. |
abstract 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_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last social request in the ordered set where uuid = ?. |
abstract SocialRequest |
SocialRequestPersistence.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last social request in the ordered set where uuid = ?. |
static SocialRequest[] |
SocialRequestUtil.findByUuid_PrevAndNext(long requestId,
String uuid,
OrderByComparator orderByComparator)
Returns the social requests before and after the current social request in the ordered set where uuid = ?. |
abstract SocialRequest[] |
SocialRequestPersistence.findByUuid_PrevAndNext(long requestId,
String uuid,
OrderByComparator orderByComparator)
Returns the social requests before and after the current social request in the ordered set where uuid = ?. |
static SocialRequest |
SocialRequestUtil.remove(long requestId)
Removes the social request with the primary key from the database. |
abstract SocialRequest |
SocialRequestPersistence.remove(long requestId)
Removes the social request with the primary key 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. |
abstract 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.removeByUUID_G(String uuid,
long groupId)
Removes the social request where uuid = ? and groupId = ? from the database. |
abstract SocialRequest |
SocialRequestPersistence.removeByUUID_G(String uuid,
long groupId)
Removes the social request where uuid = ? and groupId = ? from the database. |
|
Liferay 6.2.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||