|
Liferay 6.0.5 | |||||||||
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)
Finds 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_First(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
OrderByComparator orderByComparator)
Finds the first social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?. |
SocialRequest |
SocialRequestPersistenceImpl.findByC_C_T_R_S_First(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
OrderByComparator orderByComparator)
Finds the first social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?. |
static SocialRequest |
SocialRequestUtil.findByC_C_T_R_S_Last(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
OrderByComparator orderByComparator)
Finds the last social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?. |
SocialRequest |
SocialRequestPersistence.findByC_C_T_R_S_Last(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
OrderByComparator orderByComparator)
Finds the last social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?. |
SocialRequest |
SocialRequestPersistenceImpl.findByC_C_T_R_S_Last(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
OrderByComparator orderByComparator)
Finds the last social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?. |
static SocialRequest[] |
SocialRequestUtil.findByC_C_T_R_S_PrevAndNext(long requestId,
long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
OrderByComparator orderByComparator)
Finds the social requests before and after the current social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?. |
SocialRequest[] |
SocialRequestPersistence.findByC_C_T_R_S_PrevAndNext(long requestId,
long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
OrderByComparator orderByComparator)
Finds the social requests before and after the current social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?. |
SocialRequest[] |
SocialRequestPersistenceImpl.findByC_C_T_R_S_PrevAndNext(long requestId,
long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
OrderByComparator orderByComparator)
Finds the social requests before and after the current social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?. |
static SocialRequest |
SocialRequestUtil.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Finds the first social request in the ordered set where companyId = ?. |
SocialRequest |
SocialRequestPersistence.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Finds the first social request in the ordered set where companyId = ?. |
SocialRequest |
SocialRequestPersistenceImpl.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Finds the first social request in the ordered set where companyId = ?. |
static SocialRequest |
SocialRequestUtil.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Finds the last social request in the ordered set where companyId = ?. |
SocialRequest |
SocialRequestPersistence.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Finds the last social request in the ordered set where companyId = ?. |
SocialRequest |
SocialRequestPersistenceImpl.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Finds the last social request in the ordered set where companyId = ?. |
static SocialRequest[] |
SocialRequestUtil.findByCompanyId_PrevAndNext(long requestId,
long companyId,
OrderByComparator orderByComparator)
Finds the social requests before and after the current social request in the ordered set where companyId = ?. |
SocialRequest[] |
SocialRequestPersistence.findByCompanyId_PrevAndNext(long requestId,
long companyId,
OrderByComparator orderByComparator)
Finds the social requests before and after the current social request in the ordered set where companyId = ?. |
SocialRequest[] |
SocialRequestPersistenceImpl.findByCompanyId_PrevAndNext(long requestId,
long companyId,
OrderByComparator orderByComparator)
Finds the social requests before and after the current social request in the ordered set where companyId = ?. |
static SocialRequest |
SocialRequestUtil.findByPrimaryKey(long requestId)
Finds the social request with the primary key or throws a NoSuchRequestException if it could not be found. |
SocialRequest |
SocialRequestPersistence.findByPrimaryKey(long requestId)
Finds the social request with the primary key or throws a NoSuchRequestException if it could not be found. |
SocialRequest |
SocialRequestPersistenceImpl.findByPrimaryKey(long requestId)
Finds 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)
Finds the first social request in the ordered set where receiverUserId = ? and status = ?. |
SocialRequest |
SocialRequestPersistence.findByR_S_First(long receiverUserId,
int status,
OrderByComparator orderByComparator)
Finds the first social request in the ordered set where receiverUserId = ? and status = ?. |
SocialRequest |
SocialRequestPersistenceImpl.findByR_S_First(long receiverUserId,
int status,
OrderByComparator orderByComparator)
Finds the first social request in the ordered set where receiverUserId = ? and status = ?. |
static SocialRequest |
SocialRequestUtil.findByR_S_Last(long receiverUserId,
int status,
OrderByComparator orderByComparator)
Finds the last social request in the ordered set where receiverUserId = ? and status = ?. |
SocialRequest |
SocialRequestPersistence.findByR_S_Last(long receiverUserId,
int status,
OrderByComparator orderByComparator)
Finds the last social request in the ordered set where receiverUserId = ? and status = ?. |
SocialRequest |
SocialRequestPersistenceImpl.findByR_S_Last(long receiverUserId,
int status,
OrderByComparator orderByComparator)
Finds 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)
Finds the social requests before and after the current social request in the ordered set where receiverUserId = ? and status = ?. |
SocialRequest[] |
SocialRequestPersistence.findByR_S_PrevAndNext(long requestId,
long receiverUserId,
int status,
OrderByComparator orderByComparator)
Finds the social requests before and after the current social request in the ordered set where receiverUserId = ? and status = ?. |
SocialRequest[] |
SocialRequestPersistenceImpl.findByR_S_PrevAndNext(long requestId,
long receiverUserId,
int status,
OrderByComparator orderByComparator)
Finds the social requests before and after the current social request in the ordered set where receiverUserId = ? and status = ?. |
static SocialRequest |
SocialRequestUtil.findByReceiverUserId_First(long receiverUserId,
OrderByComparator orderByComparator)
Finds the first social request in the ordered set where receiverUserId = ?. |
SocialRequest |
SocialRequestPersistence.findByReceiverUserId_First(long receiverUserId,
OrderByComparator orderByComparator)
Finds the first social request in the ordered set where receiverUserId = ?. |
SocialRequest |
SocialRequestPersistenceImpl.findByReceiverUserId_First(long receiverUserId,
OrderByComparator orderByComparator)
Finds the first social request in the ordered set where receiverUserId = ?. |
static SocialRequest |
SocialRequestUtil.findByReceiverUserId_Last(long receiverUserId,
OrderByComparator orderByComparator)
Finds the last social request in the ordered set where receiverUserId = ?. |
SocialRequest |
SocialRequestPersistence.findByReceiverUserId_Last(long receiverUserId,
OrderByComparator orderByComparator)
Finds the last social request in the ordered set where receiverUserId = ?. |
SocialRequest |
SocialRequestPersistenceImpl.findByReceiverUserId_Last(long receiverUserId,
OrderByComparator orderByComparator)
Finds the last social request in the ordered set where receiverUserId = ?. |
static SocialRequest[] |
SocialRequestUtil.findByReceiverUserId_PrevAndNext(long requestId,
long receiverUserId,
OrderByComparator orderByComparator)
Finds the social requests before and after the current social request in the ordered set where receiverUserId = ?. |
SocialRequest[] |
SocialRequestPersistence.findByReceiverUserId_PrevAndNext(long requestId,
long receiverUserId,
OrderByComparator orderByComparator)
Finds the social requests before and after the current social request in the ordered set where receiverUserId = ?. |
SocialRequest[] |
SocialRequestPersistenceImpl.findByReceiverUserId_PrevAndNext(long requestId,
long receiverUserId,
OrderByComparator orderByComparator)
Finds the social requests before and after the current social request in the ordered set where receiverUserId = ?. |
static SocialRequest |
SocialRequestUtil.findByU_C_C_T_R(long userId,
long classNameId,
long classPK,
int type,
long receiverUserId)
Finds the social request where userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ? or throws a NoSuchRequestException if it could not be found. |
SocialRequest |
SocialRequestPersistence.findByU_C_C_T_R(long userId,
long classNameId,
long classPK,
int type,
long receiverUserId)
Finds the social request where userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ? or throws a NoSuchRequestException if it could not be found. |
SocialRequest |
SocialRequestPersistenceImpl.findByU_C_C_T_R(long userId,
long classNameId,
long classPK,
int type,
long receiverUserId)
Finds the social request where userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ? or throws a NoSuchRequestException if it could not be found. |
static SocialRequest |
SocialRequestUtil.findByU_C_C_T_S_First(long userId,
long classNameId,
long classPK,
int type,
int status,
OrderByComparator orderByComparator)
Finds the first social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?. |
SocialRequest |
SocialRequestPersistence.findByU_C_C_T_S_First(long userId,
long classNameId,
long classPK,
int type,
int status,
OrderByComparator orderByComparator)
Finds the first social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?. |
SocialRequest |
SocialRequestPersistenceImpl.findByU_C_C_T_S_First(long userId,
long classNameId,
long classPK,
int type,
int status,
OrderByComparator orderByComparator)
Finds the first social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?. |
static SocialRequest |
SocialRequestUtil.findByU_C_C_T_S_Last(long userId,
long classNameId,
long classPK,
int type,
int status,
OrderByComparator orderByComparator)
Finds the last social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?. |
SocialRequest |
SocialRequestPersistence.findByU_C_C_T_S_Last(long userId,
long classNameId,
long classPK,
int type,
int status,
OrderByComparator orderByComparator)
Finds the last social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?. |
SocialRequest |
SocialRequestPersistenceImpl.findByU_C_C_T_S_Last(long userId,
long classNameId,
long classPK,
int type,
int status,
OrderByComparator orderByComparator)
Finds the last social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?. |
static SocialRequest[] |
SocialRequestUtil.findByU_C_C_T_S_PrevAndNext(long requestId,
long userId,
long classNameId,
long classPK,
int type,
int status,
OrderByComparator orderByComparator)
Finds the social requests before and after the current social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?. |
SocialRequest[] |
SocialRequestPersistence.findByU_C_C_T_S_PrevAndNext(long requestId,
long userId,
long classNameId,
long classPK,
int type,
int status,
OrderByComparator orderByComparator)
Finds the social requests before and after the current social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?. |
SocialRequest[] |
SocialRequestPersistenceImpl.findByU_C_C_T_S_PrevAndNext(long requestId,
long userId,
long classNameId,
long classPK,
int type,
int status,
OrderByComparator orderByComparator)
Finds the social requests before and after the current social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?. |
static SocialRequest |
SocialRequestUtil.findByU_S_First(long userId,
int status,
OrderByComparator orderByComparator)
Finds the first social request in the ordered set where userId = ? and status = ?. |
SocialRequest |
SocialRequestPersistence.findByU_S_First(long userId,
int status,
OrderByComparator orderByComparator)
Finds the first social request in the ordered set where userId = ? and status = ?. |
SocialRequest |
SocialRequestPersistenceImpl.findByU_S_First(long userId,
int status,
OrderByComparator orderByComparator)
Finds the first social request in the ordered set where userId = ? and status = ?. |
static SocialRequest |
SocialRequestUtil.findByU_S_Last(long userId,
int status,
OrderByComparator orderByComparator)
Finds the last social request in the ordered set where userId = ? and status = ?. |
SocialRequest |
SocialRequestPersistence.findByU_S_Last(long userId,
int status,
OrderByComparator orderByComparator)
Finds the last social request in the ordered set where userId = ? and status = ?. |
SocialRequest |
SocialRequestPersistenceImpl.findByU_S_Last(long userId,
int status,
OrderByComparator orderByComparator)
Finds 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)
Finds the social requests before and after the current social request in the ordered set where userId = ? and status = ?. |
SocialRequest[] |
SocialRequestPersistence.findByU_S_PrevAndNext(long requestId,
long userId,
int status,
OrderByComparator orderByComparator)
Finds the social requests before and after the current social request in the ordered set where userId = ? and status = ?. |
SocialRequest[] |
SocialRequestPersistenceImpl.findByU_S_PrevAndNext(long requestId,
long userId,
int status,
OrderByComparator orderByComparator)
Finds the social requests before and after the current social request in the ordered set where userId = ? and status = ?. |
static SocialRequest |
SocialRequestUtil.findByUserId_First(long userId,
OrderByComparator orderByComparator)
Finds the first social request in the ordered set where userId = ?. |
SocialRequest |
SocialRequestPersistence.findByUserId_First(long userId,
OrderByComparator orderByComparator)
Finds the first social request in the ordered set where userId = ?. |
SocialRequest |
SocialRequestPersistenceImpl.findByUserId_First(long userId,
OrderByComparator orderByComparator)
Finds the first social request in the ordered set where userId = ?. |
static SocialRequest |
SocialRequestUtil.findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Finds the last social request in the ordered set where userId = ?. |
SocialRequest |
SocialRequestPersistence.findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Finds the last social request in the ordered set where userId = ?. |
SocialRequest |
SocialRequestPersistenceImpl.findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Finds the last social request in the ordered set where userId = ?. |
static SocialRequest[] |
SocialRequestUtil.findByUserId_PrevAndNext(long requestId,
long userId,
OrderByComparator orderByComparator)
Finds the social requests before and after the current social request in the ordered set where userId = ?. |
SocialRequest[] |
SocialRequestPersistence.findByUserId_PrevAndNext(long requestId,
long userId,
OrderByComparator orderByComparator)
Finds the social requests before and after the current social request in the ordered set where userId = ?. |
SocialRequest[] |
SocialRequestPersistenceImpl.findByUserId_PrevAndNext(long requestId,
long userId,
OrderByComparator orderByComparator)
Finds the social requests before and after the current social request in the ordered set where userId = ?. |
static SocialRequest |
SocialRequestUtil.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Finds the first social request in the ordered set where uuid = ?. |
SocialRequest |
SocialRequestPersistence.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Finds the first social request in the ordered set where uuid = ?. |
SocialRequest |
SocialRequestPersistenceImpl.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Finds the first social request in the ordered set where uuid = ?. |
static SocialRequest |
SocialRequestUtil.findByUUID_G(String uuid,
long groupId)
Finds the social request where uuid = ? and groupId = ? or throws a NoSuchRequestException if it could not be found. |
SocialRequest |
SocialRequestPersistence.findByUUID_G(String uuid,
long groupId)
Finds the social request where uuid = ? and groupId = ? or throws a NoSuchRequestException if it could not be found. |
SocialRequest |
SocialRequestPersistenceImpl.findByUUID_G(String uuid,
long groupId)
Finds 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)
Finds the last social request in the ordered set where uuid = ?. |
SocialRequest |
SocialRequestPersistence.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Finds the last social request in the ordered set where uuid = ?. |
SocialRequest |
SocialRequestPersistenceImpl.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Finds the last social request in the ordered set where uuid = ?. |
static SocialRequest[] |
SocialRequestUtil.findByUuid_PrevAndNext(long requestId,
String uuid,
OrderByComparator orderByComparator)
Finds the social requests before and after the current social request in the ordered set where uuid = ?. |
SocialRequest[] |
SocialRequestPersistence.findByUuid_PrevAndNext(long requestId,
String uuid,
OrderByComparator orderByComparator)
Finds the social requests before and after the current social request in the ordered set where uuid = ?. |
SocialRequest[] |
SocialRequestPersistenceImpl.findByUuid_PrevAndNext(long requestId,
String uuid,
OrderByComparator orderByComparator)
Finds the social requests before and after the current social request in the ordered set where uuid = ?. |
static SocialRequest |
SocialRequestUtil.remove(long requestId)
Removes the social request with the primary key from the database. |
SocialRequest |
SocialRequestPersistence.remove(long requestId)
Removes the social request with the primary key from the database. |
SocialRequest |
SocialRequestPersistenceImpl.remove(long requestId)
Removes the social request with the primary key from the database. |
static void |
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. |
void |
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. |
void |
SocialRequestPersistenceImpl.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 void |
SocialRequestUtil.removeByUUID_G(String uuid,
long groupId)
Removes the social request where uuid = ? and groupId = ? from the database. |
void |
SocialRequestPersistence.removeByUUID_G(String uuid,
long groupId)
Removes the social request where uuid = ? and groupId = ? from the database. |
void |
SocialRequestPersistenceImpl.removeByUUID_G(String uuid,
long groupId)
Removes the social request where uuid = ? and groupId = ? from the database. |
|
Liferay 6.0.5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |