Class SocialRequestPersistenceImpl

Object
com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.social.kernel.model.SocialRequest>
com.liferay.portlet.social.service.persistence.impl.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

public class SocialRequestPersistenceImpl extends com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.social.kernel.model.SocialRequest> implements com.liferay.social.kernel.service.persistence.SocialRequestPersistence
The persistence implementation for the social request service.

Caching information and settings can be found in portal.properties

Author:
Brian Wing Shun Chan
{$generated.description}
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
    static final String
     
    static final String
     

    Fields 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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    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
     
    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
    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
    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
     
    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 returns null if it could not be found.
    com.liferay.social.kernel.model.SocialRequest
    Returns the social request with the primary key or returns null if it could not be found.
    Map<Serializable,com.liferay.social.kernel.model.SocialRequest>
     
    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 returns null 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 returns null 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 returns null 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 returns null 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>
    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 a NoSuchRequestException if it could not be found.
    com.liferay.social.kernel.model.SocialRequest
    Returns the social request with the primary key or throws a com.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 a NoSuchRequestException 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>
    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 a NoSuchRequestException 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
    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

      public static final String FINDER_CLASS_NAME_ENTITY
    • FINDER_CLASS_NAME_LIST_WITH_PAGINATION

      public static final String FINDER_CLASS_NAME_LIST_WITH_PAGINATION
    • FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION

      public static final String FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION
  • Constructor Details

    • SocialRequestPersistenceImpl

      public SocialRequestPersistenceImpl()
  • Method Details

    • findByUuid

      public List<com.liferay.social.kernel.model.SocialRequest> findByUuid(String uuid)
      Returns all the social requests where uuid = ?.
      Specified by:
      findByUuid in interface com.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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SocialRequestModelImpl.

      Specified by:
      findByUuid in interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      uuid - the uuid
      start - the lower bound of the range of social requests
      end - 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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SocialRequestModelImpl.

      Specified by:
      findByUuid in interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      uuid - the uuid
      start - the lower bound of the range of social requests
      end - the upper bound of the range of social requests (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SocialRequestModelImpl.

      Specified by:
      findByUuid in interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      uuid - the uuid
      start - the lower bound of the range of social requests
      end - the upper bound of the range of social requests (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      uuid - the uuid
      orderByComparator - the comparator to order the set by (optionally null)
      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 interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      uuid - the uuid
      orderByComparator - the comparator to order the set by (optionally null)
      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 interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      uuid - the uuid
      orderByComparator - the comparator to order the set by (optionally null)
      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 interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      uuid - the uuid
      orderByComparator - the comparator to order the set by (optionally null)
      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 interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      requestId - the primary key of the current social request
      uuid - the uuid
      orderByComparator - the comparator to order the set by (optionally null)
      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

      public void removeByUuid(String uuid)
      Removes all the social requests where uuid = ? from the database.
      Specified by:
      removeByUuid in interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      uuid - the uuid
    • countByUuid

      public int countByUuid(String uuid)
      Returns the number of social requests where uuid = ?.
      Specified by:
      countByUuid in interface com.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 a NoSuchRequestException if it could not be found.
      Specified by:
      findByUUID_G in interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      uuid - the uuid
      groupId - 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

      public com.liferay.social.kernel.model.SocialRequest fetchByUUID_G(String uuid, long groupId)
      Returns the social request where uuid = ? and groupId = ? or returns null if it could not be found. Uses the finder cache.
      Specified by:
      fetchByUUID_G in interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      uuid - the uuid
      groupId - 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 returns null if it could not be found, optionally using the finder cache.
      Specified by:
      fetchByUUID_G in interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      uuid - the uuid
      groupId - the group ID
      useFinderCache - 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 interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      uuid - the uuid
      groupId - the group ID
      Returns:
      the social request that was removed
      Throws:
      com.liferay.social.kernel.exception.NoSuchRequestException
    • countByUUID_G

      public int countByUUID_G(String uuid, long groupId)
      Returns the number of social requests where uuid = ? and groupId = ?.
      Specified by:
      countByUUID_G in interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      uuid - the uuid
      groupId - 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 interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      uuid - the uuid
      companyId - 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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SocialRequestModelImpl.

      Specified by:
      findByUuid_C in interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      uuid - the uuid
      companyId - the company ID
      start - the lower bound of the range of social requests
      end - 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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SocialRequestModelImpl.

      Specified by:
      findByUuid_C in interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      uuid - the uuid
      companyId - the company ID
      start - the lower bound of the range of social requests
      end - the upper bound of the range of social requests (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SocialRequestModelImpl.

      Specified by:
      findByUuid_C in interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      uuid - the uuid
      companyId - the company ID
      start - the lower bound of the range of social requests
      end - the upper bound of the range of social requests (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      uuid - the uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      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 interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      uuid - the uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      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 interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      uuid - the uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      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 interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      uuid - the uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      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 interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      requestId - the primary key of the current social request
      uuid - the uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      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

      public void removeByUuid_C(String uuid, long companyId)
      Removes all the social requests where uuid = ? and companyId = ? from the database.
      Specified by:
      removeByUuid_C in interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      uuid - the uuid
      companyId - the company ID
    • countByUuid_C

      public int countByUuid_C(String uuid, long companyId)
      Returns the number of social requests where uuid = ? and companyId = ?.
      Specified by:
      countByUuid_C in interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      uuid - the uuid
      companyId - the company ID
      Returns:
      the number of matching social requests
    • findByCompanyId

      public List<com.liferay.social.kernel.model.SocialRequest> findByCompanyId(long companyId)
      Returns all the social requests where companyId = ?.
      Specified by:
      findByCompanyId in interface com.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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SocialRequestModelImpl.

      Specified by:
      findByCompanyId in interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      companyId - the company ID
      start - the lower bound of the range of social requests
      end - 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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SocialRequestModelImpl.

      Specified by:
      findByCompanyId in interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      companyId - the company ID
      start - the lower bound of the range of social requests
      end - the upper bound of the range of social requests (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SocialRequestModelImpl.

      Specified by:
      findByCompanyId in interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      companyId - the company ID
      start - the lower bound of the range of social requests
      end - the upper bound of the range of social requests (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      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 interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      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 interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      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 interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      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 interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      requestId - the primary key of the current social request
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      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 interface com.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 interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      companyId - the company ID
      Returns:
      the number of matching social requests
    • findByUserId

      public List<com.liferay.social.kernel.model.SocialRequest> findByUserId(long userId)
      Returns all the social requests where userId = ?.
      Specified by:
      findByUserId in interface com.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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SocialRequestModelImpl.

      Specified by:
      findByUserId in interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      userId - the user ID
      start - the lower bound of the range of social requests
      end - 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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SocialRequestModelImpl.

      Specified by:
      findByUserId in interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      userId - the user ID
      start - the lower bound of the range of social requests
      end - the upper bound of the range of social requests (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SocialRequestModelImpl.

      Specified by:
      findByUserId in interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      userId - the user ID
      start - the lower bound of the range of social requests
      end - the upper bound of the range of social requests (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      userId - the user ID
      orderByComparator - the comparator to order the set by (optionally null)
      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 interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      userId - the user ID
      orderByComparator - the comparator to order the set by (optionally null)
      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 interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      userId - the user ID
      orderByComparator - the comparator to order the set by (optionally null)
      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 interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      userId - the user ID
      orderByComparator - the comparator to order the set by (optionally null)
      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 interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      requestId - the primary key of the current social request
      userId - the user ID
      orderByComparator - the comparator to order the set by (optionally null)
      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 interface com.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 interface com.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 interface com.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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SocialRequestModelImpl.

      Specified by:
      findByReceiverUserId in interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      receiverUserId - the receiver user ID
      start - the lower bound of the range of social requests
      end - 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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SocialRequestModelImpl.

      Specified by:
      findByReceiverUserId in interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      receiverUserId - the receiver user ID
      start - the lower bound of the range of social requests
      end - the upper bound of the range of social requests (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SocialRequestModelImpl.

      Specified by:
      findByReceiverUserId in interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      receiverUserId - the receiver user ID
      start - the lower bound of the range of social requests
      end - the upper bound of the range of social requests (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      receiverUserId - the receiver user ID
      orderByComparator - the comparator to order the set by (optionally null)
      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 interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      receiverUserId - the receiver user ID
      orderByComparator - the comparator to order the set by (optionally null)
      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 interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      receiverUserId - the receiver user ID
      orderByComparator - the comparator to order the set by (optionally null)
      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 interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      receiverUserId - the receiver user ID
      orderByComparator - the comparator to order the set by (optionally null)
      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 interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      requestId - the primary key of the current social request
      receiverUserId - the receiver user ID
      orderByComparator - the comparator to order the set by (optionally null)
      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 interface com.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 interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      receiverUserId - the receiver user ID
      Returns:
      the number of matching social requests
    • findByU_S

      public List<com.liferay.social.kernel.model.SocialRequest> findByU_S(long userId, int status)
      Returns all the social requests where userId = ? and status = ?.
      Specified by:
      findByU_S in interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      userId - the user ID
      status - 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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SocialRequestModelImpl.

      Specified by:
      findByU_S in interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      userId - the user ID
      status - the status
      start - the lower bound of the range of social requests
      end - 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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SocialRequestModelImpl.

      Specified by:
      findByU_S in interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      userId - the user ID
      status - the status
      start - the lower bound of the range of social requests
      end - the upper bound of the range of social requests (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SocialRequestModelImpl.

      Specified by:
      findByU_S in interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      userId - the user ID
      status - the status
      start - the lower bound of the range of social requests
      end - the upper bound of the range of social requests (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      userId - the user ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      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 interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      userId - the user ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      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 interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      userId - the user ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      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 interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      userId - the user ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      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 interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      requestId - the primary key of the current social request
      userId - the user ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      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 interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      userId - the user ID
      status - 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 interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      userId - the user ID
      status - 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 interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      classNameId - the class name ID
      classPK - 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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SocialRequestModelImpl.

      Specified by:
      findByC_C in interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      start - the lower bound of the range of social requests
      end - 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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SocialRequestModelImpl.

      Specified by:
      findByC_C in interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      start - the lower bound of the range of social requests
      end - the upper bound of the range of social requests (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SocialRequestModelImpl.

      Specified by:
      findByC_C in interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      start - the lower bound of the range of social requests
      end - the upper bound of the range of social requests (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      orderByComparator - the comparator to order the set by (optionally null)
      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 interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      orderByComparator - the comparator to order the set by (optionally null)
      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 interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      orderByComparator - the comparator to order the set by (optionally null)
      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 interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      orderByComparator - the comparator to order the set by (optionally null)
      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 interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      requestId - the primary key of the current social request
      classNameId - the class name ID
      classPK - the class pk
      orderByComparator - the comparator to order the set by (optionally null)
      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 interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      classNameId - the class name ID
      classPK - 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 interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      classNameId - the class name ID
      classPK - 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 interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      receiverUserId - the receiver user ID
      status - 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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SocialRequestModelImpl.

      Specified by:
      findByR_S in interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      receiverUserId - the receiver user ID
      status - the status
      start - the lower bound of the range of social requests
      end - 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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SocialRequestModelImpl.

      Specified by:
      findByR_S in interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      receiverUserId - the receiver user ID
      status - the status
      start - the lower bound of the range of social requests
      end - the upper bound of the range of social requests (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SocialRequestModelImpl.

      Specified by:
      findByR_S in interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      receiverUserId - the receiver user ID
      status - the status
      start - the lower bound of the range of social requests
      end - the upper bound of the range of social requests (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      receiverUserId - the receiver user ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      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 interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      receiverUserId - the receiver user ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      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 interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      receiverUserId - the receiver user ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      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 interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      receiverUserId - the receiver user ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      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 interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      requestId - the primary key of the current social request
      receiverUserId - the receiver user ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      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 interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      receiverUserId - the receiver user ID
      status - 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 interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      receiverUserId - the receiver user ID
      status - 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 a NoSuchRequestException if it could not be found.
      Specified by:
      findByU_C_C_T_R in interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      userId - the user ID
      classNameId - the class name ID
      classPK - the class pk
      type - the type
      receiverUserId - 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 returns null if it could not be found. Uses the finder cache.
      Specified by:
      fetchByU_C_C_T_R in interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      userId - the user ID
      classNameId - the class name ID
      classPK - the class pk
      type - the type
      receiverUserId - 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 returns null if it could not be found, optionally using the finder cache.
      Specified by:
      fetchByU_C_C_T_R in interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      userId - the user ID
      classNameId - the class name ID
      classPK - the class pk
      type - the type
      receiverUserId - the receiver user ID
      useFinderCache - 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 interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      userId - the user ID
      classNameId - the class name ID
      classPK - the class pk
      type - the type
      receiverUserId - 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 interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      userId - the user ID
      classNameId - the class name ID
      classPK - the class pk
      type - the type
      receiverUserId - 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 interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      userId - the user ID
      classNameId - the class name ID
      classPK - the class pk
      type - the type
      status - 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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SocialRequestModelImpl.

      Specified by:
      findByU_C_C_T_S in interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      userId - the user ID
      classNameId - the class name ID
      classPK - the class pk
      type - the type
      status - the status
      start - the lower bound of the range of social requests
      end - 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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SocialRequestModelImpl.

      Specified by:
      findByU_C_C_T_S in interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      userId - the user ID
      classNameId - the class name ID
      classPK - the class pk
      type - the type
      status - the status
      start - the lower bound of the range of social requests
      end - the upper bound of the range of social requests (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SocialRequestModelImpl.

      Specified by:
      findByU_C_C_T_S in interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      userId - the user ID
      classNameId - the class name ID
      classPK - the class pk
      type - the type
      status - the status
      start - the lower bound of the range of social requests
      end - the upper bound of the range of social requests (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      userId - the user ID
      classNameId - the class name ID
      classPK - the class pk
      type - the type
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      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 interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      userId - the user ID
      classNameId - the class name ID
      classPK - the class pk
      type - the type
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      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 interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      userId - the user ID
      classNameId - the class name ID
      classPK - the class pk
      type - the type
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      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 interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      userId - the user ID
      classNameId - the class name ID
      classPK - the class pk
      type - the type
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      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 interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      requestId - the primary key of the current social request
      userId - the user ID
      classNameId - the class name ID
      classPK - the class pk
      type - the type
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      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 interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      userId - the user ID
      classNameId - the class name ID
      classPK - the class pk
      type - the type
      status - 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 interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      userId - the user ID
      classNameId - the class name ID
      classPK - the class pk
      type - the type
      status - 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 interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      type - the type
      receiverUserId - the receiver user ID
      status - 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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SocialRequestModelImpl.

      Specified by:
      findByC_C_T_R_S in interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      type - the type
      receiverUserId - the receiver user ID
      status - the status
      start - the lower bound of the range of social requests
      end - 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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SocialRequestModelImpl.

      Specified by:
      findByC_C_T_R_S in interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      type - the type
      receiverUserId - the receiver user ID
      status - the status
      start - the lower bound of the range of social requests
      end - the upper bound of the range of social requests (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SocialRequestModelImpl.

      Specified by:
      findByC_C_T_R_S in interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      type - the type
      receiverUserId - the receiver user ID
      status - the status
      start - the lower bound of the range of social requests
      end - the upper bound of the range of social requests (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      type - the type
      receiverUserId - the receiver user ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      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 interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      type - the type
      receiverUserId - the receiver user ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      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 interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      type - the type
      receiverUserId - the receiver user ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      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 interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      type - the type
      receiverUserId - the receiver user ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      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 interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      requestId - the primary key of the current social request
      classNameId - the class name ID
      classPK - the class pk
      type - the type
      receiverUserId - the receiver user ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      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 interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      type - the type
      receiverUserId - the receiver user ID
      status - 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 interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      type - the type
      receiverUserId - the receiver user ID
      status - 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 interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Overrides:
      cacheResult in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.social.kernel.model.SocialRequest>
      Parameters:
      socialRequest - the social request
    • cacheResult

      public void cacheResult(List<com.liferay.social.kernel.model.SocialRequest> socialRequests)
      Caches the social requests in the entity cache if it is enabled.
      Specified by:
      cacheResult in interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      socialRequests - the social requests
    • clearCache

      public void clearCache()
      Clears the cache for all social requests.

      The EntityCache and FinderCache are both cleared by this method.

      Specified by:
      clearCache in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.social.kernel.model.SocialRequest>
      Overrides:
      clearCache in class com.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 and FinderCache are both cleared by this method.

      Specified by:
      clearCache in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.social.kernel.model.SocialRequest>
      Overrides:
      clearCache in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.social.kernel.model.SocialRequest>
    • clearCache

      public void clearCache(List<com.liferay.social.kernel.model.SocialRequest> socialRequests)
      Specified by:
      clearCache in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.social.kernel.model.SocialRequest>
      Overrides:
      clearCache in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.social.kernel.model.SocialRequest>
    • clearCache

      public void clearCache(Set<Serializable> primaryKeys)
      Specified by:
      clearCache in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.social.kernel.model.SocialRequest>
    • cacheUniqueFindersCache

      protected void cacheUniqueFindersCache(SocialRequestModelImpl socialRequestModelImpl)
    • 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 interface com.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 interface com.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 interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.social.kernel.model.SocialRequest>
      Overrides:
      remove in class com.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 class com.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 interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Overrides:
      updateImpl in class com.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 a com.liferay.portal.kernel.exception.NoSuchModelException if it could not be found.
      Specified by:
      findByPrimaryKey in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.social.kernel.model.SocialRequest>
      Overrides:
      findByPrimaryKey in class com.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 a NoSuchRequestException if it could not be found.
      Specified by:
      findByPrimaryKey in interface com.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

      public com.liferay.social.kernel.model.SocialRequest fetchByPrimaryKey(Serializable primaryKey)
      Returns the social request with the primary key or returns null if it could not be found.
      Specified by:
      fetchByPrimaryKey in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.social.kernel.model.SocialRequest>
      Overrides:
      fetchByPrimaryKey in class com.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 returns null if it could not be found.
      Specified by:
      fetchByPrimaryKey in interface com.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 interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.social.kernel.model.SocialRequest>
      Overrides:
      fetchByPrimaryKeys in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.social.kernel.model.SocialRequest>
    • findAll

      public List<com.liferay.social.kernel.model.SocialRequest> findAll()
      Returns all the social requests.
      Specified by:
      findAll in interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Returns:
      the social requests
    • findAll

      public List<com.liferay.social.kernel.model.SocialRequest> findAll(int start, int end)
      Returns a range of all the social requests.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SocialRequestModelImpl.

      Specified by:
      findAll in interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      start - the lower bound of the range of social requests
      end - 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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SocialRequestModelImpl.

      Specified by:
      findAll in interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      start - the lower bound of the range of social requests
      end - the upper bound of the range of social requests (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SocialRequestModelImpl.

      Specified by:
      findAll in interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Parameters:
      start - the lower bound of the range of social requests
      end - the upper bound of the range of social requests (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
    • countAll

      public int countAll()
      Returns the number of social requests.
      Specified by:
      countAll in interface com.liferay.social.kernel.service.persistence.SocialRequestPersistence
      Returns:
      the number of social requests
    • getBadColumnNames

      public Set<String> getBadColumnNames()
      Specified by:
      getBadColumnNames in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.social.kernel.model.SocialRequest>
      Overrides:
      getBadColumnNames in class com.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 class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.social.kernel.model.SocialRequest>
    • getPKDBName

      protected String getPKDBName()
      Overrides:
      getPKDBName in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.social.kernel.model.SocialRequest>
    • getSelectSQL

      protected String getSelectSQL()
      Overrides:
      getSelectSQL in class com.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 interface com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.social.kernel.model.SocialRequest>
    • getMappingTableNames

      public List<String> getMappingTableNames()
      Specified by:
      getMappingTableNames in interface com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.social.kernel.model.SocialRequest>
    • getTableColumnsMap

      public Map<String,Integer> getTableColumnsMap()
      Specified by:
      getTableColumnsMap in interface com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.social.kernel.model.SocialRequest>
      Overrides:
      getTableColumnsMap in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.social.kernel.model.SocialRequest>
    • getTableName

      public String getTableName()
      Specified by:
      getTableName in interface com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.social.kernel.model.SocialRequest>
    • getUniqueIndexColumnNames

      public List<String[]> getUniqueIndexColumnNames()
      Specified by:
      getUniqueIndexColumnNames in interface com.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 class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.social.kernel.model.SocialRequest>