Class SocialRequestPersistenceImpl
- All Implemented Interfaces:
com.liferay.portal.kernel.dao.orm.SessionFactory
,com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.social.kernel.model.SocialRequest>
,com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.social.kernel.model.SocialRequest>
,com.liferay.social.kernel.service.persistence.SocialRequestPersistence
Caching information and settings can be found in portal.properties
- Author:
- Brian Wing Shun Chan
- {$generated.description}
-
Field Summary
FieldsFields inherited from class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl
CAST_CLOB_TEXT_OPEN, COUNT_COLUMN_NAME, databaseInMaxParameters, dbColumnNames, dummyEntityCache, dummyFinderCache, entityCacheEnabled, FINDER_ARGS_EMPTY, finderCacheEnabled, NULL_SAFE_STRING_COMPARATOR, nullModel, ORDER_BY_ASC, ORDER_BY_ASC_HAS_NEXT, ORDER_BY_CLAUSE, ORDER_BY_DESC, ORDER_BY_DESC_HAS_NEXT, WHERE_AND, WHERE_GREATER_THAN, WHERE_GREATER_THAN_HAS_NEXT, WHERE_LESSER_THAN, WHERE_LESSER_THAN_HAS_NEXT, WHERE_OR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Initializes the social request persistence.void
cacheResult
(com.liferay.social.kernel.model.SocialRequest socialRequest) Caches the social request in the entity cache if it is enabled.void
cacheResult
(List<com.liferay.social.kernel.model.SocialRequest> socialRequests) Caches the social requests in the entity cache if it is enabled.protected void
cacheUniqueFindersCache
(SocialRequestModelImpl socialRequestModelImpl) void
Clears the cache for all social requests.void
clearCache
(com.liferay.social.kernel.model.SocialRequest socialRequest) Clears the cache for the social request.void
clearCache
(List<com.liferay.social.kernel.model.SocialRequest> socialRequests) void
clearCache
(Set<Serializable> primaryKeys) int
countAll()
Returns the number of social requests.int
countByC_C
(long classNameId, long classPK) Returns the number of social requests where classNameId = ? and classPK = ?.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
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
(String uuid) Returns the number of social requests where uuid = ?.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 = ?.com.liferay.social.kernel.model.SocialRequest
create
(long requestId) Creates a new social request with the primary key.void
destroy()
com.liferay.social.kernel.model.SocialRequest
fetchByC_C_First
(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) Returns the first social request in the ordered set where classNameId = ? and classPK = ?.com.liferay.social.kernel.model.SocialRequest
fetchByC_C_Last
(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) Returns the last social request in the ordered set where classNameId = ? and classPK = ?.com.liferay.social.kernel.model.SocialRequest
fetchByC_C_T_R_S_First
(long classNameId, long classPK, int type, long receiverUserId, int status, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) Returns the first social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.com.liferay.social.kernel.model.SocialRequest
fetchByC_C_T_R_S_Last
(long classNameId, long classPK, int type, long receiverUserId, int status, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) Returns the last social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.com.liferay.social.kernel.model.SocialRequest
fetchByCompanyId_First
(long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) Returns the first social request in the ordered set where companyId = ?.com.liferay.social.kernel.model.SocialRequest
fetchByCompanyId_Last
(long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) Returns the last social request in the ordered set where companyId = ?.com.liferay.social.kernel.model.SocialRequest
fetchByPrimaryKey
(long requestId) Returns the social request with the primary key or returnsnull
if it could not be found.com.liferay.social.kernel.model.SocialRequest
fetchByPrimaryKey
(Serializable primaryKey) Returns the social request with the primary key or returnsnull
if it could not be found.Map<Serializable,
com.liferay.social.kernel.model.SocialRequest> fetchByPrimaryKeys
(Set<Serializable> primaryKeys) com.liferay.social.kernel.model.SocialRequest
fetchByR_S_First
(long receiverUserId, int status, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) Returns the first social request in the ordered set where receiverUserId = ? and status = ?.com.liferay.social.kernel.model.SocialRequest
fetchByR_S_Last
(long receiverUserId, int status, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) Returns the last social request in the ordered set where receiverUserId = ? and status = ?.com.liferay.social.kernel.model.SocialRequest
fetchByReceiverUserId_First
(long receiverUserId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) Returns the first social request in the ordered set where receiverUserId = ?.com.liferay.social.kernel.model.SocialRequest
fetchByReceiverUserId_Last
(long receiverUserId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) Returns the last social request in the ordered set where receiverUserId = ?.com.liferay.social.kernel.model.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 returnsnull
if it could not be found.com.liferay.social.kernel.model.SocialRequest
fetchByU_C_C_T_R
(long userId, long classNameId, long classPK, int type, long receiverUserId, boolean useFinderCache) Returns the social request where userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ? or returnsnull
if it could not be found, optionally using the finder cache.com.liferay.social.kernel.model.SocialRequest
fetchByU_C_C_T_S_First
(long userId, long classNameId, long classPK, int type, int status, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) Returns the first social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.com.liferay.social.kernel.model.SocialRequest
fetchByU_C_C_T_S_Last
(long userId, long classNameId, long classPK, int type, int status, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) Returns the last social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.com.liferay.social.kernel.model.SocialRequest
fetchByU_S_First
(long userId, int status, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) Returns the first social request in the ordered set where userId = ? and status = ?.com.liferay.social.kernel.model.SocialRequest
fetchByU_S_Last
(long userId, int status, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) Returns the last social request in the ordered set where userId = ? and status = ?.com.liferay.social.kernel.model.SocialRequest
fetchByUserId_First
(long userId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) Returns the first social request in the ordered set where userId = ?.com.liferay.social.kernel.model.SocialRequest
fetchByUserId_Last
(long userId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) Returns the last social request in the ordered set where userId = ?.com.liferay.social.kernel.model.SocialRequest
fetchByUuid_C_First
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) Returns the first social request in the ordered set where uuid = ? and companyId = ?.com.liferay.social.kernel.model.SocialRequest
fetchByUuid_C_Last
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) Returns the last social request in the ordered set where uuid = ? and companyId = ?.com.liferay.social.kernel.model.SocialRequest
fetchByUuid_First
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) Returns the first social request in the ordered set where uuid = ?.com.liferay.social.kernel.model.SocialRequest
fetchByUUID_G
(String uuid, long groupId) Returns the social request where uuid = ? and groupId = ? or returnsnull
if it could not be found.com.liferay.social.kernel.model.SocialRequest
fetchByUUID_G
(String uuid, long groupId, boolean useFinderCache) Returns the social request where uuid = ? and groupId = ? or returnsnull
if it could not be found, optionally using the finder cache.com.liferay.social.kernel.model.SocialRequest
fetchByUuid_Last
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) Returns the last social request in the ordered set where uuid = ?.List<com.liferay.social.kernel.model.SocialRequest>
findAll()
Returns all the social requests.List<com.liferay.social.kernel.model.SocialRequest>
findAll
(int start, int end) Returns a range of all the social requests.List<com.liferay.social.kernel.model.SocialRequest>
findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) Returns an ordered range of all the social requests.List<com.liferay.social.kernel.model.SocialRequest>
findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social requests.List<com.liferay.social.kernel.model.SocialRequest>
findByC_C
(long classNameId, long classPK) Returns all the social requests where classNameId = ? and classPK = ?.List<com.liferay.social.kernel.model.SocialRequest>
findByC_C
(long classNameId, long classPK, int start, int end) Returns a range of all the social requests where classNameId = ? and classPK = ?.List<com.liferay.social.kernel.model.SocialRequest>
findByC_C
(long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) Returns an ordered range of all the social requests where classNameId = ? and classPK = ?.List<com.liferay.social.kernel.model.SocialRequest>
findByC_C
(long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social requests where classNameId = ? and classPK = ?.com.liferay.social.kernel.model.SocialRequest
findByC_C_First
(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) Returns the first social request in the ordered set where classNameId = ? and classPK = ?.com.liferay.social.kernel.model.SocialRequest
findByC_C_Last
(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) Returns the last social request in the ordered set where classNameId = ? and classPK = ?.com.liferay.social.kernel.model.SocialRequest[]
findByC_C_PrevAndNext
(long requestId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) Returns the social requests before and after the current social request in the ordered set where classNameId = ? and classPK = ?.List<com.liferay.social.kernel.model.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<com.liferay.social.kernel.model.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<com.liferay.social.kernel.model.SocialRequest>
findByC_C_T_R_S
(long classNameId, long classPK, int type, long receiverUserId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) Returns an ordered range of all the social requests where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.List<com.liferay.social.kernel.model.SocialRequest>
findByC_C_T_R_S
(long classNameId, long classPK, int type, long receiverUserId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social requests where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.com.liferay.social.kernel.model.SocialRequest
findByC_C_T_R_S_First
(long classNameId, long classPK, int type, long receiverUserId, int status, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) Returns the first social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.com.liferay.social.kernel.model.SocialRequest
findByC_C_T_R_S_Last
(long classNameId, long classPK, int type, long receiverUserId, int status, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) Returns the last social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.com.liferay.social.kernel.model.SocialRequest[]
findByC_C_T_R_S_PrevAndNext
(long requestId, long classNameId, long classPK, int type, long receiverUserId, int status, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.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<com.liferay.social.kernel.model.SocialRequest>
findByCompanyId
(long companyId) Returns all the social requests where companyId = ?.List<com.liferay.social.kernel.model.SocialRequest>
findByCompanyId
(long companyId, int start, int end) Returns a range of all the social requests where companyId = ?.List<com.liferay.social.kernel.model.SocialRequest>
findByCompanyId
(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) Returns an ordered range of all the social requests where companyId = ?.List<com.liferay.social.kernel.model.SocialRequest>
findByCompanyId
(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social requests where companyId = ?.com.liferay.social.kernel.model.SocialRequest
findByCompanyId_First
(long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) Returns the first social request in the ordered set where companyId = ?.com.liferay.social.kernel.model.SocialRequest
findByCompanyId_Last
(long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) Returns the last social request in the ordered set where companyId = ?.com.liferay.social.kernel.model.SocialRequest[]
findByCompanyId_PrevAndNext
(long requestId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) Returns the social requests before and after the current social request in the ordered set where companyId = ?.com.liferay.social.kernel.model.SocialRequest
findByPrimaryKey
(long requestId) Returns the social request with the primary key or throws aNoSuchRequestException
if it could not be found.com.liferay.social.kernel.model.SocialRequest
findByPrimaryKey
(Serializable primaryKey) Returns the social request with the primary key or throws acom.liferay.portal.kernel.exception.NoSuchModelException
if it could not be found.List<com.liferay.social.kernel.model.SocialRequest>
findByR_S
(long receiverUserId, int status) Returns all the social requests where receiverUserId = ? and status = ?.List<com.liferay.social.kernel.model.SocialRequest>
findByR_S
(long receiverUserId, int status, int start, int end) Returns a range of all the social requests where receiverUserId = ? and status = ?.List<com.liferay.social.kernel.model.SocialRequest>
findByR_S
(long receiverUserId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) Returns an ordered range of all the social requests where receiverUserId = ? and status = ?.List<com.liferay.social.kernel.model.SocialRequest>
findByR_S
(long receiverUserId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social requests where receiverUserId = ? and status = ?.com.liferay.social.kernel.model.SocialRequest
findByR_S_First
(long receiverUserId, int status, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) Returns the first social request in the ordered set where receiverUserId = ? and status = ?.com.liferay.social.kernel.model.SocialRequest
findByR_S_Last
(long receiverUserId, int status, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) Returns the last social request in the ordered set where receiverUserId = ? and status = ?.com.liferay.social.kernel.model.SocialRequest[]
findByR_S_PrevAndNext
(long requestId, long receiverUserId, int status, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) Returns the social requests before and after the current social request in the ordered set where receiverUserId = ? and status = ?.List<com.liferay.social.kernel.model.SocialRequest>
findByReceiverUserId
(long receiverUserId) Returns all the social requests where receiverUserId = ?.List<com.liferay.social.kernel.model.SocialRequest>
findByReceiverUserId
(long receiverUserId, int start, int end) Returns a range of all the social requests where receiverUserId = ?.List<com.liferay.social.kernel.model.SocialRequest>
findByReceiverUserId
(long receiverUserId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) Returns an ordered range of all the social requests where receiverUserId = ?.List<com.liferay.social.kernel.model.SocialRequest>
findByReceiverUserId
(long receiverUserId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social requests where receiverUserId = ?.com.liferay.social.kernel.model.SocialRequest
findByReceiverUserId_First
(long receiverUserId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) Returns the first social request in the ordered set where receiverUserId = ?.com.liferay.social.kernel.model.SocialRequest
findByReceiverUserId_Last
(long receiverUserId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) Returns the last social request in the ordered set where receiverUserId = ?.com.liferay.social.kernel.model.SocialRequest[]
findByReceiverUserId_PrevAndNext
(long requestId, long receiverUserId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) Returns the social requests before and after the current social request in the ordered set where receiverUserId = ?.com.liferay.social.kernel.model.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 aNoSuchRequestException
if it could not be found.List<com.liferay.social.kernel.model.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<com.liferay.social.kernel.model.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<com.liferay.social.kernel.model.SocialRequest>
findByU_C_C_T_S
(long userId, long classNameId, long classPK, int type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) Returns an ordered range of all the social requests where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.List<com.liferay.social.kernel.model.SocialRequest>
findByU_C_C_T_S
(long userId, long classNameId, long classPK, int type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social requests where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.com.liferay.social.kernel.model.SocialRequest
findByU_C_C_T_S_First
(long userId, long classNameId, long classPK, int type, int status, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) Returns the first social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.com.liferay.social.kernel.model.SocialRequest
findByU_C_C_T_S_Last
(long userId, long classNameId, long classPK, int type, int status, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) Returns the last social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.com.liferay.social.kernel.model.SocialRequest[]
findByU_C_C_T_S_PrevAndNext
(long requestId, long userId, long classNameId, long classPK, int type, int status, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.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<com.liferay.social.kernel.model.SocialRequest>
findByU_S
(long userId, int status) Returns all the social requests where userId = ? and status = ?.List<com.liferay.social.kernel.model.SocialRequest>
findByU_S
(long userId, int status, int start, int end) Returns a range of all the social requests where userId = ? and status = ?.List<com.liferay.social.kernel.model.SocialRequest>
findByU_S
(long userId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) Returns an ordered range of all the social requests where userId = ? and status = ?.List<com.liferay.social.kernel.model.SocialRequest>
findByU_S
(long userId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social requests where userId = ? and status = ?.com.liferay.social.kernel.model.SocialRequest
findByU_S_First
(long userId, int status, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) Returns the first social request in the ordered set where userId = ? and status = ?.com.liferay.social.kernel.model.SocialRequest
findByU_S_Last
(long userId, int status, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) Returns the last social request in the ordered set where userId = ? and status = ?.com.liferay.social.kernel.model.SocialRequest[]
findByU_S_PrevAndNext
(long requestId, long userId, int status, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) Returns the social requests before and after the current social request in the ordered set where userId = ? and status = ?.List<com.liferay.social.kernel.model.SocialRequest>
findByUserId
(long userId) Returns all the social requests where userId = ?.List<com.liferay.social.kernel.model.SocialRequest>
findByUserId
(long userId, int start, int end) Returns a range of all the social requests where userId = ?.List<com.liferay.social.kernel.model.SocialRequest>
findByUserId
(long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) Returns an ordered range of all the social requests where userId = ?.List<com.liferay.social.kernel.model.SocialRequest>
findByUserId
(long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social requests where userId = ?.com.liferay.social.kernel.model.SocialRequest
findByUserId_First
(long userId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) Returns the first social request in the ordered set where userId = ?.com.liferay.social.kernel.model.SocialRequest
findByUserId_Last
(long userId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) Returns the last social request in the ordered set where userId = ?.com.liferay.social.kernel.model.SocialRequest[]
findByUserId_PrevAndNext
(long requestId, long userId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) Returns the social requests before and after the current social request in the ordered set where userId = ?.List<com.liferay.social.kernel.model.SocialRequest>
findByUuid
(String uuid) Returns all the social requests where uuid = ?.List<com.liferay.social.kernel.model.SocialRequest>
findByUuid
(String uuid, int start, int end) Returns a range of all the social requests where uuid = ?.List<com.liferay.social.kernel.model.SocialRequest>
findByUuid
(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) Returns an ordered range of all the social requests where uuid = ?.List<com.liferay.social.kernel.model.SocialRequest>
findByUuid
(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social requests where uuid = ?.List<com.liferay.social.kernel.model.SocialRequest>
findByUuid_C
(String uuid, long companyId) Returns all the social requests where uuid = ? and companyId = ?.List<com.liferay.social.kernel.model.SocialRequest>
findByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the social requests where uuid = ? and companyId = ?.List<com.liferay.social.kernel.model.SocialRequest>
findByUuid_C
(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) Returns an ordered range of all the social requests where uuid = ? and companyId = ?.List<com.liferay.social.kernel.model.SocialRequest>
findByUuid_C
(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social requests where uuid = ? and companyId = ?.com.liferay.social.kernel.model.SocialRequest
findByUuid_C_First
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) Returns the first social request in the ordered set where uuid = ? and companyId = ?.com.liferay.social.kernel.model.SocialRequest
findByUuid_C_Last
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) Returns the last social request in the ordered set where uuid = ? and companyId = ?.com.liferay.social.kernel.model.SocialRequest[]
findByUuid_C_PrevAndNext
(long requestId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) Returns the social requests before and after the current social request in the ordered set where uuid = ? and companyId = ?.com.liferay.social.kernel.model.SocialRequest
findByUuid_First
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) Returns the first social request in the ordered set where uuid = ?.com.liferay.social.kernel.model.SocialRequest
findByUUID_G
(String uuid, long groupId) Returns the social request where uuid = ? and groupId = ? or throws aNoSuchRequestException
if it could not be found.com.liferay.social.kernel.model.SocialRequest
findByUuid_Last
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) Returns the last social request in the ordered set where uuid = ?.com.liferay.social.kernel.model.SocialRequest[]
findByUuid_PrevAndNext
(long requestId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) Returns the social requests before and after the current social request in the ordered set where uuid = ?.protected com.liferay.social.kernel.model.SocialRequest
getByC_C_PrevAndNext
(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.social.kernel.model.SocialRequest socialRequest, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator, boolean previous) protected com.liferay.social.kernel.model.SocialRequest
getByC_C_T_R_S_PrevAndNext
(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.social.kernel.model.SocialRequest socialRequest, long classNameId, long classPK, int type, long receiverUserId, int status, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator, boolean previous) protected com.liferay.social.kernel.model.SocialRequest
getByCompanyId_PrevAndNext
(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.social.kernel.model.SocialRequest socialRequest, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator, boolean previous) protected com.liferay.social.kernel.model.SocialRequest
getByR_S_PrevAndNext
(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.social.kernel.model.SocialRequest socialRequest, long receiverUserId, int status, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator, boolean previous) protected com.liferay.social.kernel.model.SocialRequest
getByReceiverUserId_PrevAndNext
(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.social.kernel.model.SocialRequest socialRequest, long receiverUserId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator, boolean previous) protected com.liferay.social.kernel.model.SocialRequest
getByU_C_C_T_S_PrevAndNext
(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.social.kernel.model.SocialRequest socialRequest, long userId, long classNameId, long classPK, int type, int status, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator, boolean previous) protected com.liferay.social.kernel.model.SocialRequest
getByU_S_PrevAndNext
(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.social.kernel.model.SocialRequest socialRequest, long userId, int status, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator, boolean previous) protected com.liferay.social.kernel.model.SocialRequest
getByUserId_PrevAndNext
(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.social.kernel.model.SocialRequest socialRequest, long userId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator, boolean previous) protected com.liferay.social.kernel.model.SocialRequest
getByUuid_C_PrevAndNext
(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.social.kernel.model.SocialRequest socialRequest, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator, boolean previous) protected com.liferay.social.kernel.model.SocialRequest
getByUuid_PrevAndNext
(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.social.kernel.model.SocialRequest socialRequest, String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator, boolean previous) getCTColumnNames
(com.liferay.portal.kernel.change.tracking.CTColumnResolutionType ctColumnResolutionType) protected com.liferay.portal.kernel.dao.orm.EntityCache
protected com.liferay.portal.kernel.dao.orm.FinderCache
protected String
protected String
com.liferay.social.kernel.model.SocialRequest
remove
(long requestId) Removes the social request with the primary key from the database.com.liferay.social.kernel.model.SocialRequest
remove
(Serializable primaryKey) Removes the social request with the primary key from the database.void
Removes all the social requests from the database.void
removeByC_C
(long classNameId, long classPK) Removes all the social requests where classNameId = ? and classPK = ? 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
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.com.liferay.social.kernel.model.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
(String uuid) Removes all the social requests where uuid = ? from the database.void
removeByUuid_C
(String uuid, long companyId) Removes all the social requests where uuid = ? and companyId = ? from the database.com.liferay.social.kernel.model.SocialRequest
removeByUUID_G
(String uuid, long groupId) Removes the social request where uuid = ? and groupId = ? from the database.protected com.liferay.social.kernel.model.SocialRequest
removeImpl
(com.liferay.social.kernel.model.SocialRequest socialRequest) com.liferay.social.kernel.model.SocialRequest
updateImpl
(com.liferay.social.kernel.model.SocialRequest socialRequest) Methods inherited from class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl
appendOrderByComparator, appendOrderByComparator, closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getClassLoader, getColumnName, getCompoundPKColumnNames, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openNewSession, openSession, processException, registerListener, remove, removeByFunction, removeConjunction, setConfiguration, setDataSource, setDBColumnNames, setEntityCacheEnabled, setModelClass, setModelImplClass, setModelPKClass, setSessionFactory, setTable, unregisterListener, update, update
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.liferay.portal.kernel.service.persistence.BasePersistence
closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, dslQueryCount, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openSession, processException, registerListener, remove, removeByFunction, setDataSource, unregisterListener, update, update
-
Field Details
-
FINDER_CLASS_NAME_ENTITY
-
FINDER_CLASS_NAME_LIST_WITH_PAGINATION
-
FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION
-
-
Constructor Details
-
SocialRequestPersistenceImpl
public SocialRequestPersistenceImpl()
-
-
Method Details
-
findByUuid
Returns all the social requests where uuid = ?.- Specified by:
findByUuid
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
uuid
- the uuid- Returns:
- the matching social requests
-
findByUuid
public List<com.liferay.social.kernel.model.SocialRequest> findByUuid(String uuid, int start, int end) Returns a range of all the social requests where uuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSocialRequestModelImpl
.- Specified by:
findByUuid
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
uuid
- the uuidstart
- the lower bound of the range of social requestsend
- the upper bound of the range of social requests (not inclusive)- Returns:
- the range of matching social requests
-
findByUuid
public List<com.liferay.social.kernel.model.SocialRequest> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) Returns an ordered range of all the social requests where uuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSocialRequestModelImpl
.- Specified by:
findByUuid
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching social requests
-
findByUuid
public List<com.liferay.social.kernel.model.SocialRequest> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social requests where uuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSocialRequestModelImpl
.- Specified by:
findByUuid
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching social requests
-
findByUuid_First
public com.liferay.social.kernel.model.SocialRequest findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) throws com.liferay.social.kernel.exception.NoSuchRequestException Returns the first social request in the ordered set where uuid = ?.- Specified by:
findByUuid_First
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching social request
- Throws:
com.liferay.social.kernel.exception.NoSuchRequestException
- if a matching social request could not be found
-
fetchByUuid_First
public com.liferay.social.kernel.model.SocialRequest fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) Returns the first social request in the ordered set where uuid = ?.- Specified by:
fetchByUuid_First
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching social request, or
null
if a matching social request could not be found
-
findByUuid_Last
public com.liferay.social.kernel.model.SocialRequest findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) throws com.liferay.social.kernel.exception.NoSuchRequestException Returns the last social request in the ordered set where uuid = ?.- Specified by:
findByUuid_Last
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching social request
- Throws:
com.liferay.social.kernel.exception.NoSuchRequestException
- if a matching social request could not be found
-
fetchByUuid_Last
public com.liferay.social.kernel.model.SocialRequest fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) Returns the last social request in the ordered set where uuid = ?.- Specified by:
fetchByUuid_Last
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching social request, or
null
if a matching social request could not be found
-
findByUuid_PrevAndNext
public com.liferay.social.kernel.model.SocialRequest[] findByUuid_PrevAndNext(long requestId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) throws com.liferay.social.kernel.exception.NoSuchRequestException Returns the social requests before and after the current social request in the ordered set where uuid = ?.- Specified by:
findByUuid_PrevAndNext
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
requestId
- the primary key of the current social requestuuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next social request
- Throws:
com.liferay.social.kernel.exception.NoSuchRequestException
- if a social request with the primary key could not be found
-
getByUuid_PrevAndNext
protected com.liferay.social.kernel.model.SocialRequest getByUuid_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.social.kernel.model.SocialRequest socialRequest, String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator, boolean previous) -
removeByUuid
Removes all the social requests where uuid = ? from the database.- Specified by:
removeByUuid
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
uuid
- the uuid
-
countByUuid
Returns the number of social requests where uuid = ?.- Specified by:
countByUuid
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
uuid
- the uuid- Returns:
- the number of matching social requests
-
findByUUID_G
public com.liferay.social.kernel.model.SocialRequest findByUUID_G(String uuid, long groupId) throws com.liferay.social.kernel.exception.NoSuchRequestException Returns the social request where uuid = ? and groupId = ? or throws aNoSuchRequestException
if it could not be found.- Specified by:
findByUUID_G
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the matching social request
- Throws:
com.liferay.social.kernel.exception.NoSuchRequestException
- if a matching social request could not be found
-
fetchByUUID_G
Returns the social request where uuid = ? and groupId = ? or returnsnull
if it could not be found. Uses the finder cache.- Specified by:
fetchByUUID_G
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the matching social request, or
null
if a matching social request could not be found
-
fetchByUUID_G
public com.liferay.social.kernel.model.SocialRequest fetchByUUID_G(String uuid, long groupId, boolean useFinderCache) Returns the social request where uuid = ? and groupId = ? or returnsnull
if it could not be found, optionally using the finder cache.- Specified by:
fetchByUUID_G
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
uuid
- the uuidgroupId
- the group IDuseFinderCache
- whether to use the finder cache- Returns:
- the matching social request, or
null
if a matching social request could not be found
-
removeByUUID_G
public com.liferay.social.kernel.model.SocialRequest removeByUUID_G(String uuid, long groupId) throws com.liferay.social.kernel.exception.NoSuchRequestException Removes the social request where uuid = ? and groupId = ? from the database.- Specified by:
removeByUUID_G
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the social request that was removed
- Throws:
com.liferay.social.kernel.exception.NoSuchRequestException
-
countByUUID_G
Returns the number of social requests where uuid = ? and groupId = ?.- Specified by:
countByUUID_G
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the number of matching social requests
-
findByUuid_C
public List<com.liferay.social.kernel.model.SocialRequest> findByUuid_C(String uuid, long companyId) Returns all the social requests where uuid = ? and companyId = ?.- Specified by:
findByUuid_C
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the matching social requests
-
findByUuid_C
public List<com.liferay.social.kernel.model.SocialRequest> findByUuid_C(String uuid, long companyId, int start, int end) Returns a range of all the social requests where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSocialRequestModelImpl
.- Specified by:
findByUuid_C
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
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)- Returns:
- the range of matching social requests
-
findByUuid_C
public List<com.liferay.social.kernel.model.SocialRequest> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) Returns an ordered range of all the social requests where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSocialRequestModelImpl
.- Specified by:
findByUuid_C
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching social requests
-
findByUuid_C
public List<com.liferay.social.kernel.model.SocialRequest> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social requests where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSocialRequestModelImpl
.- Specified by:
findByUuid_C
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching social requests
-
findByUuid_C_First
public com.liferay.social.kernel.model.SocialRequest findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) throws com.liferay.social.kernel.exception.NoSuchRequestException Returns the first social request in the ordered set where uuid = ? and companyId = ?.- Specified by:
findByUuid_C_First
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching social request
- Throws:
com.liferay.social.kernel.exception.NoSuchRequestException
- if a matching social request could not be found
-
fetchByUuid_C_First
public com.liferay.social.kernel.model.SocialRequest fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) Returns the first social request in the ordered set where uuid = ? and companyId = ?.- Specified by:
fetchByUuid_C_First
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching social request, or
null
if a matching social request could not be found
-
findByUuid_C_Last
public com.liferay.social.kernel.model.SocialRequest findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) throws com.liferay.social.kernel.exception.NoSuchRequestException Returns the last social request in the ordered set where uuid = ? and companyId = ?.- Specified by:
findByUuid_C_Last
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching social request
- Throws:
com.liferay.social.kernel.exception.NoSuchRequestException
- if a matching social request could not be found
-
fetchByUuid_C_Last
public com.liferay.social.kernel.model.SocialRequest fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) Returns the last social request in the ordered set where uuid = ? and companyId = ?.- Specified by:
fetchByUuid_C_Last
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching social request, or
null
if a matching social request could not be found
-
findByUuid_C_PrevAndNext
public com.liferay.social.kernel.model.SocialRequest[] findByUuid_C_PrevAndNext(long requestId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) throws com.liferay.social.kernel.exception.NoSuchRequestException Returns the social requests before and after the current social request in the ordered set where uuid = ? and companyId = ?.- Specified by:
findByUuid_C_PrevAndNext
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
requestId
- the primary key of the current social requestuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next social request
- Throws:
com.liferay.social.kernel.exception.NoSuchRequestException
- if a social request with the primary key could not be found
-
getByUuid_C_PrevAndNext
protected com.liferay.social.kernel.model.SocialRequest getByUuid_C_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.social.kernel.model.SocialRequest socialRequest, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator, boolean previous) -
removeByUuid_C
Removes all the social requests where uuid = ? and companyId = ? from the database.- Specified by:
removeByUuid_C
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
uuid
- the uuidcompanyId
- the company ID
-
countByUuid_C
Returns the number of social requests where uuid = ? and companyId = ?.- Specified by:
countByUuid_C
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the number of matching social requests
-
findByCompanyId
Returns all the social requests where companyId = ?.- Specified by:
findByCompanyId
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
companyId
- the company ID- Returns:
- the matching social requests
-
findByCompanyId
public List<com.liferay.social.kernel.model.SocialRequest> findByCompanyId(long companyId, int start, int end) Returns a range of all the social requests where companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSocialRequestModelImpl
.- Specified by:
findByCompanyId
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
companyId
- the company IDstart
- the lower bound of the range of social requestsend
- the upper bound of the range of social requests (not inclusive)- Returns:
- the range of matching social requests
-
findByCompanyId
public List<com.liferay.social.kernel.model.SocialRequest> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) Returns an ordered range of all the social requests where companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSocialRequestModelImpl
.- Specified by:
findByCompanyId
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching social requests
-
findByCompanyId
public List<com.liferay.social.kernel.model.SocialRequest> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social requests where companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSocialRequestModelImpl
.- Specified by:
findByCompanyId
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching social requests
-
findByCompanyId_First
public com.liferay.social.kernel.model.SocialRequest findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) throws com.liferay.social.kernel.exception.NoSuchRequestException Returns the first social request in the ordered set where companyId = ?.- Specified by:
findByCompanyId_First
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching social request
- Throws:
com.liferay.social.kernel.exception.NoSuchRequestException
- if a matching social request could not be found
-
fetchByCompanyId_First
public com.liferay.social.kernel.model.SocialRequest fetchByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) Returns the first social request in the ordered set where companyId = ?.- Specified by:
fetchByCompanyId_First
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching social request, or
null
if a matching social request could not be found
-
findByCompanyId_Last
public com.liferay.social.kernel.model.SocialRequest findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) throws com.liferay.social.kernel.exception.NoSuchRequestException Returns the last social request in the ordered set where companyId = ?.- Specified by:
findByCompanyId_Last
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching social request
- Throws:
com.liferay.social.kernel.exception.NoSuchRequestException
- if a matching social request could not be found
-
fetchByCompanyId_Last
public com.liferay.social.kernel.model.SocialRequest fetchByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) Returns the last social request in the ordered set where companyId = ?.- Specified by:
fetchByCompanyId_Last
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching social request, or
null
if a matching social request could not be found
-
findByCompanyId_PrevAndNext
public com.liferay.social.kernel.model.SocialRequest[] findByCompanyId_PrevAndNext(long requestId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) throws com.liferay.social.kernel.exception.NoSuchRequestException Returns the social requests before and after the current social request in the ordered set where companyId = ?.- Specified by:
findByCompanyId_PrevAndNext
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
requestId
- the primary key of the current social requestcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next social request
- Throws:
com.liferay.social.kernel.exception.NoSuchRequestException
- if a social request with the primary key could not be found
-
getByCompanyId_PrevAndNext
protected com.liferay.social.kernel.model.SocialRequest getByCompanyId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.social.kernel.model.SocialRequest socialRequest, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator, boolean previous) -
removeByCompanyId
public void removeByCompanyId(long companyId) Removes all the social requests where companyId = ? from the database.- Specified by:
removeByCompanyId
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
companyId
- the company ID
-
countByCompanyId
public int countByCompanyId(long companyId) Returns the number of social requests where companyId = ?.- Specified by:
countByCompanyId
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
companyId
- the company ID- Returns:
- the number of matching social requests
-
findByUserId
Returns all the social requests where userId = ?.- Specified by:
findByUserId
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
userId
- the user ID- Returns:
- the matching social requests
-
findByUserId
public List<com.liferay.social.kernel.model.SocialRequest> findByUserId(long userId, int start, int end) Returns a range of all the social requests where userId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSocialRequestModelImpl
.- Specified by:
findByUserId
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
userId
- the user IDstart
- the lower bound of the range of social requestsend
- the upper bound of the range of social requests (not inclusive)- Returns:
- the range of matching social requests
-
findByUserId
public List<com.liferay.social.kernel.model.SocialRequest> findByUserId(long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) Returns an ordered range of all the social requests where userId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSocialRequestModelImpl
.- Specified by:
findByUserId
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching social requests
-
findByUserId
public List<com.liferay.social.kernel.model.SocialRequest> findByUserId(long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social requests where userId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSocialRequestModelImpl
.- Specified by:
findByUserId
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching social requests
-
findByUserId_First
public com.liferay.social.kernel.model.SocialRequest findByUserId_First(long userId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) throws com.liferay.social.kernel.exception.NoSuchRequestException Returns the first social request in the ordered set where userId = ?.- Specified by:
findByUserId_First
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
userId
- the user IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching social request
- Throws:
com.liferay.social.kernel.exception.NoSuchRequestException
- if a matching social request could not be found
-
fetchByUserId_First
public com.liferay.social.kernel.model.SocialRequest fetchByUserId_First(long userId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) Returns the first social request in the ordered set where userId = ?.- Specified by:
fetchByUserId_First
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
userId
- the user IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching social request, or
null
if a matching social request could not be found
-
findByUserId_Last
public com.liferay.social.kernel.model.SocialRequest findByUserId_Last(long userId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) throws com.liferay.social.kernel.exception.NoSuchRequestException Returns the last social request in the ordered set where userId = ?.- Specified by:
findByUserId_Last
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
userId
- the user IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching social request
- Throws:
com.liferay.social.kernel.exception.NoSuchRequestException
- if a matching social request could not be found
-
fetchByUserId_Last
public com.liferay.social.kernel.model.SocialRequest fetchByUserId_Last(long userId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) Returns the last social request in the ordered set where userId = ?.- Specified by:
fetchByUserId_Last
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
userId
- the user IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching social request, or
null
if a matching social request could not be found
-
findByUserId_PrevAndNext
public com.liferay.social.kernel.model.SocialRequest[] findByUserId_PrevAndNext(long requestId, long userId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) throws com.liferay.social.kernel.exception.NoSuchRequestException Returns the social requests before and after the current social request in the ordered set where userId = ?.- Specified by:
findByUserId_PrevAndNext
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
requestId
- the primary key of the current social requestuserId
- the user IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next social request
- Throws:
com.liferay.social.kernel.exception.NoSuchRequestException
- if a social request with the primary key could not be found
-
getByUserId_PrevAndNext
protected com.liferay.social.kernel.model.SocialRequest getByUserId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.social.kernel.model.SocialRequest socialRequest, long userId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator, boolean previous) -
removeByUserId
public void removeByUserId(long userId) Removes all the social requests where userId = ? from the database.- Specified by:
removeByUserId
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
userId
- the user ID
-
countByUserId
public int countByUserId(long userId) Returns the number of social requests where userId = ?.- Specified by:
countByUserId
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
userId
- the user ID- Returns:
- the number of matching social requests
-
findByReceiverUserId
public List<com.liferay.social.kernel.model.SocialRequest> findByReceiverUserId(long receiverUserId) Returns all the social requests where receiverUserId = ?.- Specified by:
findByReceiverUserId
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
receiverUserId
- the receiver user ID- Returns:
- the matching social requests
-
findByReceiverUserId
public List<com.liferay.social.kernel.model.SocialRequest> findByReceiverUserId(long receiverUserId, int start, int end) Returns a range of all the social requests where receiverUserId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSocialRequestModelImpl
.- Specified by:
findByReceiverUserId
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
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)- Returns:
- the range of matching social requests
-
findByReceiverUserId
public List<com.liferay.social.kernel.model.SocialRequest> findByReceiverUserId(long receiverUserId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) Returns an ordered range of all the social requests where receiverUserId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSocialRequestModelImpl
.- Specified by:
findByReceiverUserId
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching social requests
-
findByReceiverUserId
public List<com.liferay.social.kernel.model.SocialRequest> findByReceiverUserId(long receiverUserId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social requests where receiverUserId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSocialRequestModelImpl
.- Specified by:
findByReceiverUserId
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching social requests
-
findByReceiverUserId_First
public com.liferay.social.kernel.model.SocialRequest findByReceiverUserId_First(long receiverUserId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) throws com.liferay.social.kernel.exception.NoSuchRequestException Returns the first social request in the ordered set where receiverUserId = ?.- Specified by:
findByReceiverUserId_First
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
receiverUserId
- the receiver user IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching social request
- Throws:
com.liferay.social.kernel.exception.NoSuchRequestException
- if a matching social request could not be found
-
fetchByReceiverUserId_First
public com.liferay.social.kernel.model.SocialRequest fetchByReceiverUserId_First(long receiverUserId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) Returns the first social request in the ordered set where receiverUserId = ?.- Specified by:
fetchByReceiverUserId_First
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
receiverUserId
- the receiver user IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching social request, or
null
if a matching social request could not be found
-
findByReceiverUserId_Last
public com.liferay.social.kernel.model.SocialRequest findByReceiverUserId_Last(long receiverUserId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) throws com.liferay.social.kernel.exception.NoSuchRequestException Returns the last social request in the ordered set where receiverUserId = ?.- Specified by:
findByReceiverUserId_Last
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
receiverUserId
- the receiver user IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching social request
- Throws:
com.liferay.social.kernel.exception.NoSuchRequestException
- if a matching social request could not be found
-
fetchByReceiverUserId_Last
public com.liferay.social.kernel.model.SocialRequest fetchByReceiverUserId_Last(long receiverUserId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) Returns the last social request in the ordered set where receiverUserId = ?.- Specified by:
fetchByReceiverUserId_Last
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
receiverUserId
- the receiver user IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching social request, or
null
if a matching social request could not be found
-
findByReceiverUserId_PrevAndNext
public com.liferay.social.kernel.model.SocialRequest[] findByReceiverUserId_PrevAndNext(long requestId, long receiverUserId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) throws com.liferay.social.kernel.exception.NoSuchRequestException Returns the social requests before and after the current social request in the ordered set where receiverUserId = ?.- Specified by:
findByReceiverUserId_PrevAndNext
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
requestId
- the primary key of the current social requestreceiverUserId
- the receiver user IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next social request
- Throws:
com.liferay.social.kernel.exception.NoSuchRequestException
- if a social request with the primary key could not be found
-
getByReceiverUserId_PrevAndNext
protected com.liferay.social.kernel.model.SocialRequest getByReceiverUserId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.social.kernel.model.SocialRequest socialRequest, long receiverUserId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator, boolean previous) -
removeByReceiverUserId
public void removeByReceiverUserId(long receiverUserId) Removes all the social requests where receiverUserId = ? from the database.- Specified by:
removeByReceiverUserId
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
receiverUserId
- the receiver user ID
-
countByReceiverUserId
public int countByReceiverUserId(long receiverUserId) Returns the number of social requests where receiverUserId = ?.- Specified by:
countByReceiverUserId
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
receiverUserId
- the receiver user ID- Returns:
- the number of matching social requests
-
findByU_S
Returns all the social requests where userId = ? and status = ?.- Specified by:
findByU_S
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
userId
- the user IDstatus
- the status- Returns:
- the matching social requests
-
findByU_S
public List<com.liferay.social.kernel.model.SocialRequest> findByU_S(long userId, int status, int start, int end) Returns a range of all the social requests where userId = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSocialRequestModelImpl
.- Specified by:
findByU_S
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
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)- Returns:
- the range of matching social requests
-
findByU_S
public List<com.liferay.social.kernel.model.SocialRequest> findByU_S(long userId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) Returns an ordered range of all the social requests where userId = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSocialRequestModelImpl
.- Specified by:
findByU_S
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching social requests
-
findByU_S
public List<com.liferay.social.kernel.model.SocialRequest> findByU_S(long userId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social requests where userId = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSocialRequestModelImpl
.- Specified by:
findByU_S
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching social requests
-
findByU_S_First
public com.liferay.social.kernel.model.SocialRequest findByU_S_First(long userId, int status, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) throws com.liferay.social.kernel.exception.NoSuchRequestException Returns the first social request in the ordered set where userId = ? and status = ?.- Specified by:
findByU_S_First
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
userId
- the user IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching social request
- Throws:
com.liferay.social.kernel.exception.NoSuchRequestException
- if a matching social request could not be found
-
fetchByU_S_First
public com.liferay.social.kernel.model.SocialRequest fetchByU_S_First(long userId, int status, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) Returns the first social request in the ordered set where userId = ? and status = ?.- Specified by:
fetchByU_S_First
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
userId
- the user IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching social request, or
null
if a matching social request could not be found
-
findByU_S_Last
public com.liferay.social.kernel.model.SocialRequest findByU_S_Last(long userId, int status, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) throws com.liferay.social.kernel.exception.NoSuchRequestException Returns the last social request in the ordered set where userId = ? and status = ?.- Specified by:
findByU_S_Last
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
userId
- the user IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching social request
- Throws:
com.liferay.social.kernel.exception.NoSuchRequestException
- if a matching social request could not be found
-
fetchByU_S_Last
public com.liferay.social.kernel.model.SocialRequest fetchByU_S_Last(long userId, int status, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) Returns the last social request in the ordered set where userId = ? and status = ?.- Specified by:
fetchByU_S_Last
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
userId
- the user IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching social request, or
null
if a matching social request could not be found
-
findByU_S_PrevAndNext
public com.liferay.social.kernel.model.SocialRequest[] findByU_S_PrevAndNext(long requestId, long userId, int status, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) throws com.liferay.social.kernel.exception.NoSuchRequestException Returns the social requests before and after the current social request in the ordered set where userId = ? and status = ?.- Specified by:
findByU_S_PrevAndNext
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
requestId
- the primary key of the current social requestuserId
- the user IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next social request
- Throws:
com.liferay.social.kernel.exception.NoSuchRequestException
- if a social request with the primary key could not be found
-
getByU_S_PrevAndNext
protected com.liferay.social.kernel.model.SocialRequest getByU_S_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.social.kernel.model.SocialRequest socialRequest, long userId, int status, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator, boolean previous) -
removeByU_S
public void removeByU_S(long userId, int status) Removes all the social requests where userId = ? and status = ? from the database.- Specified by:
removeByU_S
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
userId
- the user IDstatus
- the status
-
countByU_S
public int countByU_S(long userId, int status) Returns the number of social requests where userId = ? and status = ?.- Specified by:
countByU_S
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
userId
- the user IDstatus
- the status- Returns:
- the number of matching social requests
-
findByC_C
public List<com.liferay.social.kernel.model.SocialRequest> findByC_C(long classNameId, long classPK) Returns all the social requests where classNameId = ? and classPK = ?.- Specified by:
findByC_C
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
classNameId
- the class name IDclassPK
- the class pk- Returns:
- the matching social requests
-
findByC_C
public List<com.liferay.social.kernel.model.SocialRequest> findByC_C(long classNameId, long classPK, int start, int end) Returns a range of all the social requests where classNameId = ? and classPK = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSocialRequestModelImpl
.- Specified by:
findByC_C
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
classNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of social requestsend
- the upper bound of the range of social requests (not inclusive)- Returns:
- the range of matching social requests
-
findByC_C
public List<com.liferay.social.kernel.model.SocialRequest> findByC_C(long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) Returns an ordered range of all the social requests where classNameId = ? and classPK = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSocialRequestModelImpl
.- Specified by:
findByC_C
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
classNameId
- the class name IDclassPK
- the class pkstart
- 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 (optionallynull
)- Returns:
- the ordered range of matching social requests
-
findByC_C
public List<com.liferay.social.kernel.model.SocialRequest> findByC_C(long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social requests where classNameId = ? and classPK = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSocialRequestModelImpl
.- Specified by:
findByC_C
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
classNameId
- the class name IDclassPK
- the class pkstart
- 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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching social requests
-
findByC_C_First
public com.liferay.social.kernel.model.SocialRequest findByC_C_First(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) throws com.liferay.social.kernel.exception.NoSuchRequestException Returns the first social request in the ordered set where classNameId = ? and classPK = ?.- Specified by:
findByC_C_First
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
classNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching social request
- Throws:
com.liferay.social.kernel.exception.NoSuchRequestException
- if a matching social request could not be found
-
fetchByC_C_First
public com.liferay.social.kernel.model.SocialRequest fetchByC_C_First(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) Returns the first social request in the ordered set where classNameId = ? and classPK = ?.- Specified by:
fetchByC_C_First
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
classNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching social request, or
null
if a matching social request could not be found
-
findByC_C_Last
public com.liferay.social.kernel.model.SocialRequest findByC_C_Last(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) throws com.liferay.social.kernel.exception.NoSuchRequestException Returns the last social request in the ordered set where classNameId = ? and classPK = ?.- Specified by:
findByC_C_Last
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
classNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching social request
- Throws:
com.liferay.social.kernel.exception.NoSuchRequestException
- if a matching social request could not be found
-
fetchByC_C_Last
public com.liferay.social.kernel.model.SocialRequest fetchByC_C_Last(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) Returns the last social request in the ordered set where classNameId = ? and classPK = ?.- Specified by:
fetchByC_C_Last
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
classNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching social request, or
null
if a matching social request could not be found
-
findByC_C_PrevAndNext
public com.liferay.social.kernel.model.SocialRequest[] findByC_C_PrevAndNext(long requestId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) throws com.liferay.social.kernel.exception.NoSuchRequestException Returns the social requests before and after the current social request in the ordered set where classNameId = ? and classPK = ?.- Specified by:
findByC_C_PrevAndNext
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
requestId
- the primary key of the current social requestclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next social request
- Throws:
com.liferay.social.kernel.exception.NoSuchRequestException
- if a social request with the primary key could not be found
-
getByC_C_PrevAndNext
protected com.liferay.social.kernel.model.SocialRequest getByC_C_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.social.kernel.model.SocialRequest socialRequest, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator, boolean previous) -
removeByC_C
public void removeByC_C(long classNameId, long classPK) Removes all the social requests where classNameId = ? and classPK = ? from the database.- Specified by:
removeByC_C
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
classNameId
- the class name IDclassPK
- the class pk
-
countByC_C
public int countByC_C(long classNameId, long classPK) Returns the number of social requests where classNameId = ? and classPK = ?.- Specified by:
countByC_C
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
classNameId
- the class name IDclassPK
- the class pk- Returns:
- the number of matching social requests
-
findByR_S
public List<com.liferay.social.kernel.model.SocialRequest> findByR_S(long receiverUserId, int status) Returns all the social requests where receiverUserId = ? and status = ?.- Specified by:
findByR_S
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
receiverUserId
- the receiver user IDstatus
- the status- Returns:
- the matching social requests
-
findByR_S
public List<com.liferay.social.kernel.model.SocialRequest> findByR_S(long receiverUserId, int status, int start, int end) Returns a range of all the social requests where receiverUserId = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSocialRequestModelImpl
.- Specified by:
findByR_S
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
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)- Returns:
- the range of matching social requests
-
findByR_S
public List<com.liferay.social.kernel.model.SocialRequest> findByR_S(long receiverUserId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) Returns an ordered range of all the social requests where receiverUserId = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSocialRequestModelImpl
.- Specified by:
findByR_S
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching social requests
-
findByR_S
public List<com.liferay.social.kernel.model.SocialRequest> findByR_S(long receiverUserId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social requests where receiverUserId = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSocialRequestModelImpl
.- Specified by:
findByR_S
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching social requests
-
findByR_S_First
public com.liferay.social.kernel.model.SocialRequest findByR_S_First(long receiverUserId, int status, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) throws com.liferay.social.kernel.exception.NoSuchRequestException Returns the first social request in the ordered set where receiverUserId = ? and status = ?.- Specified by:
findByR_S_First
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
receiverUserId
- the receiver user IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching social request
- Throws:
com.liferay.social.kernel.exception.NoSuchRequestException
- if a matching social request could not be found
-
fetchByR_S_First
public com.liferay.social.kernel.model.SocialRequest fetchByR_S_First(long receiverUserId, int status, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) Returns the first social request in the ordered set where receiverUserId = ? and status = ?.- Specified by:
fetchByR_S_First
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
receiverUserId
- the receiver user IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching social request, or
null
if a matching social request could not be found
-
findByR_S_Last
public com.liferay.social.kernel.model.SocialRequest findByR_S_Last(long receiverUserId, int status, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) throws com.liferay.social.kernel.exception.NoSuchRequestException Returns the last social request in the ordered set where receiverUserId = ? and status = ?.- Specified by:
findByR_S_Last
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
receiverUserId
- the receiver user IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching social request
- Throws:
com.liferay.social.kernel.exception.NoSuchRequestException
- if a matching social request could not be found
-
fetchByR_S_Last
public com.liferay.social.kernel.model.SocialRequest fetchByR_S_Last(long receiverUserId, int status, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) Returns the last social request in the ordered set where receiverUserId = ? and status = ?.- Specified by:
fetchByR_S_Last
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
receiverUserId
- the receiver user IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching social request, or
null
if a matching social request could not be found
-
findByR_S_PrevAndNext
public com.liferay.social.kernel.model.SocialRequest[] findByR_S_PrevAndNext(long requestId, long receiverUserId, int status, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) throws com.liferay.social.kernel.exception.NoSuchRequestException Returns the social requests before and after the current social request in the ordered set where receiverUserId = ? and status = ?.- Specified by:
findByR_S_PrevAndNext
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
requestId
- the primary key of the current social requestreceiverUserId
- the receiver user IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next social request
- Throws:
com.liferay.social.kernel.exception.NoSuchRequestException
- if a social request with the primary key could not be found
-
getByR_S_PrevAndNext
protected com.liferay.social.kernel.model.SocialRequest getByR_S_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.social.kernel.model.SocialRequest socialRequest, long receiverUserId, int status, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator, boolean previous) -
removeByR_S
public void removeByR_S(long receiverUserId, int status) Removes all the social requests where receiverUserId = ? and status = ? from the database.- Specified by:
removeByR_S
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
receiverUserId
- the receiver user IDstatus
- the status
-
countByR_S
public int countByR_S(long receiverUserId, int status) Returns the number of social requests where receiverUserId = ? and status = ?.- Specified by:
countByR_S
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
receiverUserId
- the receiver user IDstatus
- the status- Returns:
- the number of matching social requests
-
findByU_C_C_T_R
public com.liferay.social.kernel.model.SocialRequest findByU_C_C_T_R(long userId, long classNameId, long classPK, int type, long receiverUserId) throws com.liferay.social.kernel.exception.NoSuchRequestException Returns the social request where userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ? or throws aNoSuchRequestException
if it could not be found.- Specified by:
findByU_C_C_T_R
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
userId
- the user IDclassNameId
- the class name IDclassPK
- the class pktype
- the typereceiverUserId
- the receiver user ID- Returns:
- the matching social request
- Throws:
com.liferay.social.kernel.exception.NoSuchRequestException
- if a matching social request could not be found
-
fetchByU_C_C_T_R
public com.liferay.social.kernel.model.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 returnsnull
if it could not be found. Uses the finder cache.- Specified by:
fetchByU_C_C_T_R
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
userId
- the user IDclassNameId
- the class name IDclassPK
- the class pktype
- the typereceiverUserId
- the receiver user ID- Returns:
- the matching social request, or
null
if a matching social request could not be found
-
fetchByU_C_C_T_R
public com.liferay.social.kernel.model.SocialRequest fetchByU_C_C_T_R(long userId, long classNameId, long classPK, int type, long receiverUserId, boolean useFinderCache) Returns the social request where userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ? or returnsnull
if it could not be found, optionally using the finder cache.- Specified by:
fetchByU_C_C_T_R
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
userId
- the user IDclassNameId
- the class name IDclassPK
- the class pktype
- the typereceiverUserId
- the receiver user IDuseFinderCache
- whether to use the finder cache- Returns:
- the matching social request, or
null
if a matching social request could not be found
-
removeByU_C_C_T_R
public com.liferay.social.kernel.model.SocialRequest removeByU_C_C_T_R(long userId, long classNameId, long classPK, int type, long receiverUserId) throws com.liferay.social.kernel.exception.NoSuchRequestException Removes the social request where userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ? from the database.- Specified by:
removeByU_C_C_T_R
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
userId
- the user IDclassNameId
- the class name IDclassPK
- the class pktype
- the typereceiverUserId
- the receiver user ID- Returns:
- the social request that was removed
- Throws:
com.liferay.social.kernel.exception.NoSuchRequestException
-
countByU_C_C_T_R
public 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 = ?.- Specified by:
countByU_C_C_T_R
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
userId
- the user IDclassNameId
- the class name IDclassPK
- the class pktype
- the typereceiverUserId
- the receiver user ID- Returns:
- the number of matching social requests
-
findByU_C_C_T_S
public List<com.liferay.social.kernel.model.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 = ?.- Specified by:
findByU_C_C_T_S
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
userId
- the user IDclassNameId
- the class name IDclassPK
- the class pktype
- the typestatus
- the status- Returns:
- the matching social requests
-
findByU_C_C_T_S
public List<com.liferay.social.kernel.model.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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSocialRequestModelImpl
.- Specified by:
findByU_C_C_T_S
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
userId
- the user IDclassNameId
- the class name IDclassPK
- the class pktype
- the typestatus
- the statusstart
- the lower bound of the range of social requestsend
- the upper bound of the range of social requests (not inclusive)- Returns:
- the range of matching social requests
-
findByU_C_C_T_S
public List<com.liferay.social.kernel.model.SocialRequest> findByU_C_C_T_S(long userId, long classNameId, long classPK, int type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) Returns an ordered range of all the social requests where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSocialRequestModelImpl
.- Specified by:
findByU_C_C_T_S
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
userId
- the user IDclassNameId
- the class name IDclassPK
- the class pktype
- 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 (optionallynull
)- Returns:
- the ordered range of matching social requests
-
findByU_C_C_T_S
public List<com.liferay.social.kernel.model.SocialRequest> findByU_C_C_T_S(long userId, long classNameId, long classPK, int type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social requests where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSocialRequestModelImpl
.- Specified by:
findByU_C_C_T_S
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
userId
- the user IDclassNameId
- the class name IDclassPK
- the class pktype
- 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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching social requests
-
findByU_C_C_T_S_First
public com.liferay.social.kernel.model.SocialRequest findByU_C_C_T_S_First(long userId, long classNameId, long classPK, int type, int status, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) throws com.liferay.social.kernel.exception.NoSuchRequestException Returns the first social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.- Specified by:
findByU_C_C_T_S_First
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
userId
- the user IDclassNameId
- the class name IDclassPK
- the class pktype
- the typestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching social request
- Throws:
com.liferay.social.kernel.exception.NoSuchRequestException
- if a matching social request could not be found
-
fetchByU_C_C_T_S_First
public com.liferay.social.kernel.model.SocialRequest fetchByU_C_C_T_S_First(long userId, long classNameId, long classPK, int type, int status, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) Returns the first social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.- Specified by:
fetchByU_C_C_T_S_First
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
userId
- the user IDclassNameId
- the class name IDclassPK
- the class pktype
- the typestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching social request, or
null
if a matching social request could not be found
-
findByU_C_C_T_S_Last
public com.liferay.social.kernel.model.SocialRequest findByU_C_C_T_S_Last(long userId, long classNameId, long classPK, int type, int status, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) throws com.liferay.social.kernel.exception.NoSuchRequestException Returns the last social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.- Specified by:
findByU_C_C_T_S_Last
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
userId
- the user IDclassNameId
- the class name IDclassPK
- the class pktype
- the typestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching social request
- Throws:
com.liferay.social.kernel.exception.NoSuchRequestException
- if a matching social request could not be found
-
fetchByU_C_C_T_S_Last
public com.liferay.social.kernel.model.SocialRequest fetchByU_C_C_T_S_Last(long userId, long classNameId, long classPK, int type, int status, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) Returns the last social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.- Specified by:
fetchByU_C_C_T_S_Last
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
userId
- the user IDclassNameId
- the class name IDclassPK
- the class pktype
- the typestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching social request, or
null
if a matching social request could not be found
-
findByU_C_C_T_S_PrevAndNext
public com.liferay.social.kernel.model.SocialRequest[] findByU_C_C_T_S_PrevAndNext(long requestId, long userId, long classNameId, long classPK, int type, int status, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) throws com.liferay.social.kernel.exception.NoSuchRequestException 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 = ?.- Specified by:
findByU_C_C_T_S_PrevAndNext
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
requestId
- the primary key of the current social requestuserId
- the user IDclassNameId
- the class name IDclassPK
- the class pktype
- the typestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next social request
- Throws:
com.liferay.social.kernel.exception.NoSuchRequestException
- if a social request with the primary key could not be found
-
getByU_C_C_T_S_PrevAndNext
protected com.liferay.social.kernel.model.SocialRequest getByU_C_C_T_S_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.social.kernel.model.SocialRequest socialRequest, long userId, long classNameId, long classPK, int type, int status, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator, boolean previous) -
removeByU_C_C_T_S
public 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.- Specified by:
removeByU_C_C_T_S
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
userId
- the user IDclassNameId
- the class name IDclassPK
- the class pktype
- the typestatus
- the status
-
countByU_C_C_T_S
public 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 = ?.- Specified by:
countByU_C_C_T_S
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
userId
- the user IDclassNameId
- the class name IDclassPK
- the class pktype
- the typestatus
- the status- Returns:
- the number of matching social requests
-
findByC_C_T_R_S
public List<com.liferay.social.kernel.model.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 = ?.- Specified by:
findByC_C_T_R_S
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
classNameId
- the class name IDclassPK
- the class pktype
- the typereceiverUserId
- the receiver user IDstatus
- the status- Returns:
- the matching social requests
-
findByC_C_T_R_S
public List<com.liferay.social.kernel.model.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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSocialRequestModelImpl
.- Specified by:
findByC_C_T_R_S
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
classNameId
- the class name IDclassPK
- the class pktype
- 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)- Returns:
- the range of matching social requests
-
findByC_C_T_R_S
public List<com.liferay.social.kernel.model.SocialRequest> findByC_C_T_R_S(long classNameId, long classPK, int type, long receiverUserId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) Returns an ordered range of all the social requests where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSocialRequestModelImpl
.- Specified by:
findByC_C_T_R_S
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
classNameId
- the class name IDclassPK
- the class pktype
- 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 (optionallynull
)- Returns:
- the ordered range of matching social requests
-
findByC_C_T_R_S
public List<com.liferay.social.kernel.model.SocialRequest> findByC_C_T_R_S(long classNameId, long classPK, int type, long receiverUserId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social requests where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSocialRequestModelImpl
.- Specified by:
findByC_C_T_R_S
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
classNameId
- the class name IDclassPK
- the class pktype
- 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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching social requests
-
findByC_C_T_R_S_First
public com.liferay.social.kernel.model.SocialRequest findByC_C_T_R_S_First(long classNameId, long classPK, int type, long receiverUserId, int status, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) throws com.liferay.social.kernel.exception.NoSuchRequestException Returns the first social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.- Specified by:
findByC_C_T_R_S_First
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
classNameId
- the class name IDclassPK
- the class pktype
- the typereceiverUserId
- the receiver user IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching social request
- Throws:
com.liferay.social.kernel.exception.NoSuchRequestException
- if a matching social request could not be found
-
fetchByC_C_T_R_S_First
public com.liferay.social.kernel.model.SocialRequest fetchByC_C_T_R_S_First(long classNameId, long classPK, int type, long receiverUserId, int status, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) Returns the first social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.- Specified by:
fetchByC_C_T_R_S_First
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
classNameId
- the class name IDclassPK
- the class pktype
- the typereceiverUserId
- the receiver user IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching social request, or
null
if a matching social request could not be found
-
findByC_C_T_R_S_Last
public com.liferay.social.kernel.model.SocialRequest findByC_C_T_R_S_Last(long classNameId, long classPK, int type, long receiverUserId, int status, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) throws com.liferay.social.kernel.exception.NoSuchRequestException Returns the last social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.- Specified by:
findByC_C_T_R_S_Last
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
classNameId
- the class name IDclassPK
- the class pktype
- the typereceiverUserId
- the receiver user IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching social request
- Throws:
com.liferay.social.kernel.exception.NoSuchRequestException
- if a matching social request could not be found
-
fetchByC_C_T_R_S_Last
public com.liferay.social.kernel.model.SocialRequest fetchByC_C_T_R_S_Last(long classNameId, long classPK, int type, long receiverUserId, int status, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) Returns the last social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.- Specified by:
fetchByC_C_T_R_S_Last
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
classNameId
- the class name IDclassPK
- the class pktype
- the typereceiverUserId
- the receiver user IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching social request, or
null
if a matching social request could not be found
-
findByC_C_T_R_S_PrevAndNext
public com.liferay.social.kernel.model.SocialRequest[] findByC_C_T_R_S_PrevAndNext(long requestId, long classNameId, long classPK, int type, long receiverUserId, int status, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) throws com.liferay.social.kernel.exception.NoSuchRequestException 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 = ?.- Specified by:
findByC_C_T_R_S_PrevAndNext
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
requestId
- the primary key of the current social requestclassNameId
- the class name IDclassPK
- the class pktype
- the typereceiverUserId
- the receiver user IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next social request
- Throws:
com.liferay.social.kernel.exception.NoSuchRequestException
- if a social request with the primary key could not be found
-
getByC_C_T_R_S_PrevAndNext
protected com.liferay.social.kernel.model.SocialRequest getByC_C_T_R_S_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.social.kernel.model.SocialRequest socialRequest, long classNameId, long classPK, int type, long receiverUserId, int status, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator, boolean previous) -
removeByC_C_T_R_S
public 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.- Specified by:
removeByC_C_T_R_S
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
classNameId
- the class name IDclassPK
- the class pktype
- the typereceiverUserId
- the receiver user IDstatus
- the status
-
countByC_C_T_R_S
public 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 = ?.- Specified by:
countByC_C_T_R_S
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
classNameId
- the class name IDclassPK
- the class pktype
- the typereceiverUserId
- the receiver user IDstatus
- the status- Returns:
- the number of matching social requests
-
cacheResult
public void cacheResult(com.liferay.social.kernel.model.SocialRequest socialRequest) Caches the social request in the entity cache if it is enabled.- Specified by:
cacheResult
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Overrides:
cacheResult
in classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.social.kernel.model.SocialRequest>
- Parameters:
socialRequest
- the social request
-
cacheResult
Caches the social requests in the entity cache if it is enabled.- Specified by:
cacheResult
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
socialRequests
- the social requests
-
clearCache
public void clearCache()Clears the cache for all social requests.The
EntityCache
andFinderCache
are both cleared by this method.- Specified by:
clearCache
in interfacecom.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.social.kernel.model.SocialRequest>
- Overrides:
clearCache
in classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.social.kernel.model.SocialRequest>
-
clearCache
public void clearCache(com.liferay.social.kernel.model.SocialRequest socialRequest) Clears the cache for the social request.The
EntityCache
andFinderCache
are both cleared by this method.- Specified by:
clearCache
in interfacecom.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.social.kernel.model.SocialRequest>
- Overrides:
clearCache
in classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.social.kernel.model.SocialRequest>
-
clearCache
- Specified by:
clearCache
in interfacecom.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.social.kernel.model.SocialRequest>
- Overrides:
clearCache
in classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.social.kernel.model.SocialRequest>
-
clearCache
- Specified by:
clearCache
in interfacecom.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.social.kernel.model.SocialRequest>
-
cacheUniqueFindersCache
-
create
public com.liferay.social.kernel.model.SocialRequest create(long requestId) Creates a new social request with the primary key. Does not add the social request to the database.- Specified by:
create
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
requestId
- the primary key for the new social request- Returns:
- the new social request
-
remove
public com.liferay.social.kernel.model.SocialRequest remove(long requestId) throws com.liferay.social.kernel.exception.NoSuchRequestException Removes the social request with the primary key from the database. Also notifies the appropriate model listeners.- Specified by:
remove
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
requestId
- the primary key of the social request- Returns:
- the social request that was removed
- Throws:
com.liferay.social.kernel.exception.NoSuchRequestException
- if a social request with the primary key could not be found
-
remove
public com.liferay.social.kernel.model.SocialRequest remove(Serializable primaryKey) throws com.liferay.social.kernel.exception.NoSuchRequestException Removes the social request with the primary key from the database. Also notifies the appropriate model listeners.- Specified by:
remove
in interfacecom.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.social.kernel.model.SocialRequest>
- Overrides:
remove
in classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.social.kernel.model.SocialRequest>
- Parameters:
primaryKey
- the primary key of the social request- Returns:
- the social request that was removed
- Throws:
com.liferay.social.kernel.exception.NoSuchRequestException
- if a social request with the primary key could not be found
-
removeImpl
protected com.liferay.social.kernel.model.SocialRequest removeImpl(com.liferay.social.kernel.model.SocialRequest socialRequest) - Overrides:
removeImpl
in classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.social.kernel.model.SocialRequest>
-
updateImpl
public com.liferay.social.kernel.model.SocialRequest updateImpl(com.liferay.social.kernel.model.SocialRequest socialRequest) - Specified by:
updateImpl
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Overrides:
updateImpl
in classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.social.kernel.model.SocialRequest>
-
findByPrimaryKey
public com.liferay.social.kernel.model.SocialRequest findByPrimaryKey(Serializable primaryKey) throws com.liferay.social.kernel.exception.NoSuchRequestException Returns the social request with the primary key or throws acom.liferay.portal.kernel.exception.NoSuchModelException
if it could not be found.- Specified by:
findByPrimaryKey
in interfacecom.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.social.kernel.model.SocialRequest>
- Overrides:
findByPrimaryKey
in classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.social.kernel.model.SocialRequest>
- Parameters:
primaryKey
- the primary key of the social request- Returns:
- the social request
- Throws:
com.liferay.social.kernel.exception.NoSuchRequestException
- if a social request with the primary key could not be found
-
findByPrimaryKey
public com.liferay.social.kernel.model.SocialRequest findByPrimaryKey(long requestId) throws com.liferay.social.kernel.exception.NoSuchRequestException Returns the social request with the primary key or throws aNoSuchRequestException
if it could not be found.- Specified by:
findByPrimaryKey
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
requestId
- the primary key of the social request- Returns:
- the social request
- Throws:
com.liferay.social.kernel.exception.NoSuchRequestException
- if a social request with the primary key could not be found
-
fetchByPrimaryKey
Returns the social request with the primary key or returnsnull
if it could not be found.- Specified by:
fetchByPrimaryKey
in interfacecom.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.social.kernel.model.SocialRequest>
- Overrides:
fetchByPrimaryKey
in classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.social.kernel.model.SocialRequest>
- Parameters:
primaryKey
- the primary key of the social request- Returns:
- the social request, or
null
if a social request with the primary key could not be found
-
fetchByPrimaryKey
public com.liferay.social.kernel.model.SocialRequest fetchByPrimaryKey(long requestId) Returns the social request with the primary key or returnsnull
if it could not be found.- Specified by:
fetchByPrimaryKey
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
requestId
- the primary key of the social request- Returns:
- the social request, or
null
if a social request with the primary key could not be found
-
fetchByPrimaryKeys
public Map<Serializable,com.liferay.social.kernel.model.SocialRequest> fetchByPrimaryKeys(Set<Serializable> primaryKeys) - Specified by:
fetchByPrimaryKeys
in interfacecom.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.social.kernel.model.SocialRequest>
- Overrides:
fetchByPrimaryKeys
in classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.social.kernel.model.SocialRequest>
-
findAll
Returns all the social requests.- Specified by:
findAll
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Returns:
- the social requests
-
findAll
Returns a range of all the social requests.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSocialRequestModelImpl
.- Specified by:
findAll
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
start
- the lower bound of the range of social requestsend
- the upper bound of the range of social requests (not inclusive)- Returns:
- the range of social requests
-
findAll
public List<com.liferay.social.kernel.model.SocialRequest> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator) Returns an ordered range of all the social requests.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSocialRequestModelImpl
.- Specified by:
findAll
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of social requests
-
findAll
public List<com.liferay.social.kernel.model.SocialRequest> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.social.kernel.model.SocialRequest> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social requests.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSocialRequestModelImpl
.- Specified by:
findAll
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Parameters:
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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of social requests
-
removeAll
public void removeAll()Removes all the social requests from the database.- Specified by:
removeAll
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
-
countAll
public int countAll()Returns the number of social requests.- Specified by:
countAll
in interfacecom.liferay.social.kernel.service.persistence.SocialRequestPersistence
- Returns:
- the number of social requests
-
getBadColumnNames
- Specified by:
getBadColumnNames
in interfacecom.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.social.kernel.model.SocialRequest>
- Overrides:
getBadColumnNames
in classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.social.kernel.model.SocialRequest>
-
getEntityCache
protected com.liferay.portal.kernel.dao.orm.EntityCache getEntityCache()- Overrides:
getEntityCache
in classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.social.kernel.model.SocialRequest>
-
getPKDBName
- Overrides:
getPKDBName
in classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.social.kernel.model.SocialRequest>
-
getSelectSQL
- Overrides:
getSelectSQL
in classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.social.kernel.model.SocialRequest>
-
getCTColumnNames
public Set<String> getCTColumnNames(com.liferay.portal.kernel.change.tracking.CTColumnResolutionType ctColumnResolutionType) - Specified by:
getCTColumnNames
in interfacecom.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.social.kernel.model.SocialRequest>
-
getMappingTableNames
- Specified by:
getMappingTableNames
in interfacecom.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.social.kernel.model.SocialRequest>
-
getTableColumnsMap
- Specified by:
getTableColumnsMap
in interfacecom.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.social.kernel.model.SocialRequest>
- Overrides:
getTableColumnsMap
in classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.social.kernel.model.SocialRequest>
-
getTableName
- Specified by:
getTableName
in interfacecom.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.social.kernel.model.SocialRequest>
-
getUniqueIndexColumnNames
- Specified by:
getUniqueIndexColumnNames
in interfacecom.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.social.kernel.model.SocialRequest>
-
afterPropertiesSet
public void afterPropertiesSet()Initializes the social request persistence. -
destroy
public void destroy() -
getFinderCache
protected com.liferay.portal.kernel.dao.orm.FinderCache getFinderCache()- Overrides:
getFinderCache
in classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.social.kernel.model.SocialRequest>
-