Uses of Class
com.liferay.social.kernel.exception.NoSuchRequestException
Packages that use NoSuchRequestException
-
Uses of NoSuchRequestException in com.liferay.social.kernel.service.persistence
Methods in com.liferay.social.kernel.service.persistence that throw NoSuchRequestExceptionModifier and TypeMethodDescriptionSocialRequestPersistence.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.SocialRequestPersistence.findByPrimaryKey
(long requestId) Returns the social request with the primary key or throws aNoSuchRequestException
if it could not be found.static SocialRequest
SocialRequestUtil.findByPrimaryKey
(long requestId) Returns the social request with the primary key or throws aNoSuchRequestException
if it could not be found.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 aNoSuchRequestException
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 aNoSuchRequestException
if it could not be found.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.SocialRequestPersistence.findByUUID_G
(String uuid, long groupId) Returns the social request where uuid = ? and groupId = ? or throws aNoSuchRequestException
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 aNoSuchRequestException
if it could not be found.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 = ?.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 = ?.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.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.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.