Liferay 7.0-ce-b4

com.liferay.portlet.social.service.persistence
Interface SocialRequestPersistence

All Superinterfaces:
BasePersistence<SocialRequest>
All Known Implementing Classes:
SocialRequestPersistenceImpl

@ProviderType
public interface SocialRequestPersistence
extends BasePersistence<SocialRequest>

The persistence interface for the social request service.

Caching information and settings can be found in portal.properties

See Also:
SocialRequestPersistenceImpl, SocialRequestUtil
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Method Summary
 void cacheResult(List<SocialRequest> socialRequests)
          Caches the social requests in the entity cache if it is enabled.
 void cacheResult(SocialRequest socialRequest)
          Caches the social request in the entity cache if it is enabled.
 int countAll()
          Returns the number of social requests.
 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 countByC_C(long classNameId, long classPK)
          Returns the number of social requests where classNameId = ? and classPK = ?.
 int countByCompanyId(long companyId)
          Returns the number of social requests where companyId = ?.
 int countByR_S(long receiverUserId, int status)
          Returns the number of social requests where receiverUserId = ? and status = ?.
 int countByReceiverUserId(long receiverUserId)
          Returns the number of social requests where receiverUserId = ?.
 int countByU_C_C_T_R(long userId, long classNameId, long classPK, int type, long receiverUserId)
          Returns the number of social requests where userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ?.
 int countByU_C_C_T_S(long userId, long classNameId, long classPK, int type, int status)
          Returns the number of social requests where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.
 int countByU_S(long userId, int status)
          Returns the number of social requests where userId = ? and status = ?.
 int countByUserId(long userId)
          Returns the number of social requests where userId = ?.
 int countByUuid_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 = ?.
 int countByUuid(String uuid)
          Returns the number of social requests where uuid = ?.
 SocialRequest create(long requestId)
          Creates a new social request with the primary key.
 SocialRequest fetchByC_C_First(long classNameId, long classPK, OrderByComparator<SocialRequest> orderByComparator)
          Returns the first social request in the ordered set where classNameId = ? and classPK = ?.
 SocialRequest fetchByC_C_Last(long classNameId, long classPK, OrderByComparator<SocialRequest> orderByComparator)
          Returns the last social request in the ordered set where classNameId = ? and classPK = ?.
 SocialRequest fetchByC_C_T_R_S_First(long classNameId, long classPK, int type, long receiverUserId, int status, OrderByComparator<SocialRequest> orderByComparator)
          Returns the first social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.
 SocialRequest fetchByC_C_T_R_S_Last(long classNameId, long classPK, int type, long receiverUserId, int status, OrderByComparator<SocialRequest> orderByComparator)
          Returns the last social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.
 SocialRequest fetchByCompanyId_First(long companyId, OrderByComparator<SocialRequest> orderByComparator)
          Returns the first social request in the ordered set where companyId = ?.
 SocialRequest fetchByCompanyId_Last(long companyId, OrderByComparator<SocialRequest> orderByComparator)
          Returns the last social request in the ordered set where companyId = ?.
 SocialRequest fetchByPrimaryKey(long requestId)
          Returns the social request with the primary key or returns null if it could not be found.
 Map<Serializable,SocialRequest> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
 SocialRequest fetchByR_S_First(long receiverUserId, int status, OrderByComparator<SocialRequest> orderByComparator)
          Returns the first social request in the ordered set where receiverUserId = ? and status = ?.
 SocialRequest fetchByR_S_Last(long receiverUserId, int status, OrderByComparator<SocialRequest> orderByComparator)
          Returns the last social request in the ordered set where receiverUserId = ? and status = ?.
 SocialRequest fetchByReceiverUserId_First(long receiverUserId, OrderByComparator<SocialRequest> orderByComparator)
          Returns the first social request in the ordered set where receiverUserId = ?.
 SocialRequest fetchByReceiverUserId_Last(long receiverUserId, OrderByComparator<SocialRequest> orderByComparator)
          Returns the last social request in the ordered set where receiverUserId = ?.
 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.
 SocialRequest fetchByU_C_C_T_R(long userId, long classNameId, long classPK, int type, long receiverUserId, boolean retrieveFromCache)
          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.
 SocialRequest fetchByU_C_C_T_S_First(long userId, long classNameId, long classPK, int type, int status, OrderByComparator<SocialRequest> orderByComparator)
          Returns the first social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.
 SocialRequest fetchByU_C_C_T_S_Last(long userId, long classNameId, long classPK, int type, int status, OrderByComparator<SocialRequest> orderByComparator)
          Returns the last social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.
 SocialRequest fetchByU_S_First(long userId, int status, OrderByComparator<SocialRequest> orderByComparator)
          Returns the first social request in the ordered set where userId = ? and status = ?.
 SocialRequest fetchByU_S_Last(long userId, int status, OrderByComparator<SocialRequest> orderByComparator)
          Returns the last social request in the ordered set where userId = ? and status = ?.
 SocialRequest fetchByUserId_First(long userId, OrderByComparator<SocialRequest> orderByComparator)
          Returns the first social request in the ordered set where userId = ?.
 SocialRequest fetchByUserId_Last(long userId, OrderByComparator<SocialRequest> orderByComparator)
          Returns the last social request in the ordered set where userId = ?.
 SocialRequest fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<SocialRequest> orderByComparator)
          Returns the first social request in the ordered set where uuid = ? and companyId = ?.
 SocialRequest fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<SocialRequest> orderByComparator)
          Returns the last social request in the ordered set where uuid = ? and companyId = ?.
 SocialRequest fetchByUuid_First(String uuid, OrderByComparator<SocialRequest> orderByComparator)
          Returns the first social request in the ordered set where uuid = ?.
 SocialRequest fetchByUUID_G(String uuid, long groupId)
          Returns the social request where uuid = ? and groupId = ? or returns null if it could not be found.
 SocialRequest fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the social request where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
 SocialRequest fetchByUuid_Last(String uuid, OrderByComparator<SocialRequest> orderByComparator)
          Returns the last social request in the ordered set where uuid = ?.
 List<SocialRequest> findAll()
          Returns all the social requests.
 List<SocialRequest> findAll(int start, int end)
          Returns a range of all the social requests.
 List<SocialRequest> findAll(int start, int end, OrderByComparator<SocialRequest> orderByComparator)
          Returns an ordered range of all the social requests.
 List<SocialRequest> findAll(int start, int end, OrderByComparator<SocialRequest> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the social requests.
 SocialRequest findByC_C_First(long classNameId, long classPK, OrderByComparator<SocialRequest> orderByComparator)
          Returns the first social request in the ordered set where classNameId = ? and classPK = ?.
 SocialRequest findByC_C_Last(long classNameId, long classPK, OrderByComparator<SocialRequest> orderByComparator)
          Returns the last social request in the ordered set where classNameId = ? and classPK = ?.
 SocialRequest[] findByC_C_PrevAndNext(long requestId, long classNameId, long classPK, OrderByComparator<SocialRequest> orderByComparator)
          Returns the social requests before and after the current social request in the ordered set where classNameId = ? and classPK = ?.
 SocialRequest findByC_C_T_R_S_First(long classNameId, long classPK, int type, long receiverUserId, int status, OrderByComparator<SocialRequest> orderByComparator)
          Returns the first social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.
 SocialRequest findByC_C_T_R_S_Last(long classNameId, long classPK, int type, long receiverUserId, int status, OrderByComparator<SocialRequest> orderByComparator)
          Returns the last social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.
 SocialRequest[] findByC_C_T_R_S_PrevAndNext(long requestId, long classNameId, long classPK, int type, long receiverUserId, int status, OrderByComparator<SocialRequest> orderByComparator)
          Returns the social requests before and after the current social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.
 List<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<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<SocialRequest> findByC_C_T_R_S(long classNameId, long classPK, int type, long receiverUserId, int status, int start, int end, OrderByComparator<SocialRequest> orderByComparator)
          Returns an ordered range of all the social requests where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.
 List<SocialRequest> findByC_C_T_R_S(long classNameId, long classPK, int type, long receiverUserId, int status, int start, int end, OrderByComparator<SocialRequest> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the social requests where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.
 List<SocialRequest> findByC_C(long classNameId, long classPK)
          Returns all the social requests where classNameId = ? and classPK = ?.
 List<SocialRequest> findByC_C(long classNameId, long classPK, int start, int end)
          Returns a range of all the social requests where classNameId = ? and classPK = ?.
 List<SocialRequest> findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator<SocialRequest> orderByComparator)
          Returns an ordered range of all the social requests where classNameId = ? and classPK = ?.
 List<SocialRequest> findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator<SocialRequest> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the social requests where classNameId = ? and classPK = ?.
 SocialRequest findByCompanyId_First(long companyId, OrderByComparator<SocialRequest> orderByComparator)
          Returns the first social request in the ordered set where companyId = ?.
 SocialRequest findByCompanyId_Last(long companyId, OrderByComparator<SocialRequest> orderByComparator)
          Returns the last social request in the ordered set where companyId = ?.
 SocialRequest[] findByCompanyId_PrevAndNext(long requestId, long companyId, OrderByComparator<SocialRequest> orderByComparator)
          Returns the social requests before and after the current social request in the ordered set where companyId = ?.
 List<SocialRequest> findByCompanyId(long companyId)
          Returns all the social requests where companyId = ?.
 List<SocialRequest> findByCompanyId(long companyId, int start, int end)
          Returns a range of all the social requests where companyId = ?.
 List<SocialRequest> findByCompanyId(long companyId, int start, int end, OrderByComparator<SocialRequest> orderByComparator)
          Returns an ordered range of all the social requests where companyId = ?.
 List<SocialRequest> findByCompanyId(long companyId, int start, int end, OrderByComparator<SocialRequest> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the social requests where companyId = ?.
 SocialRequest findByPrimaryKey(long requestId)
          Returns the social request with the primary key or throws a NoSuchRequestException if it could not be found.
 SocialRequest findByR_S_First(long receiverUserId, int status, OrderByComparator<SocialRequest> orderByComparator)
          Returns the first social request in the ordered set where receiverUserId = ? and status = ?.
 SocialRequest findByR_S_Last(long receiverUserId, int status, OrderByComparator<SocialRequest> orderByComparator)
          Returns the last social request in the ordered set where receiverUserId = ? and status = ?.
 SocialRequest[] findByR_S_PrevAndNext(long requestId, long receiverUserId, int status, OrderByComparator<SocialRequest> orderByComparator)
          Returns the social requests before and after the current social request in the ordered set where receiverUserId = ? and status = ?.
 List<SocialRequest> findByR_S(long receiverUserId, int status)
          Returns all the social requests where receiverUserId = ? and status = ?.
 List<SocialRequest> findByR_S(long receiverUserId, int status, int start, int end)
          Returns a range of all the social requests where receiverUserId = ? and status = ?.
 List<SocialRequest> findByR_S(long receiverUserId, int status, int start, int end, OrderByComparator<SocialRequest> orderByComparator)
          Returns an ordered range of all the social requests where receiverUserId = ? and status = ?.
 List<SocialRequest> findByR_S(long receiverUserId, int status, int start, int end, OrderByComparator<SocialRequest> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the social requests where receiverUserId = ? and status = ?.
 SocialRequest findByReceiverUserId_First(long receiverUserId, OrderByComparator<SocialRequest> orderByComparator)
          Returns the first social request in the ordered set where receiverUserId = ?.
 SocialRequest findByReceiverUserId_Last(long receiverUserId, OrderByComparator<SocialRequest> orderByComparator)
          Returns the last social request in the ordered set where receiverUserId = ?.
 SocialRequest[] findByReceiverUserId_PrevAndNext(long requestId, long receiverUserId, OrderByComparator<SocialRequest> orderByComparator)
          Returns the social requests before and after the current social request in the ordered set where receiverUserId = ?.
 List<SocialRequest> findByReceiverUserId(long receiverUserId)
          Returns all the social requests where receiverUserId = ?.
 List<SocialRequest> findByReceiverUserId(long receiverUserId, int start, int end)
          Returns a range of all the social requests where receiverUserId = ?.
 List<SocialRequest> findByReceiverUserId(long receiverUserId, int start, int end, OrderByComparator<SocialRequest> orderByComparator)
          Returns an ordered range of all the social requests where receiverUserId = ?.
 List<SocialRequest> findByReceiverUserId(long receiverUserId, int start, int end, OrderByComparator<SocialRequest> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the social requests where receiverUserId = ?.
 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.
 SocialRequest findByU_C_C_T_S_First(long userId, long classNameId, long classPK, int type, int status, OrderByComparator<SocialRequest> orderByComparator)
          Returns the first social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.
 SocialRequest findByU_C_C_T_S_Last(long userId, long classNameId, long classPK, int type, int status, OrderByComparator<SocialRequest> orderByComparator)
          Returns the last social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.
 SocialRequest[] findByU_C_C_T_S_PrevAndNext(long requestId, long userId, long classNameId, long classPK, int type, int status, OrderByComparator<SocialRequest> orderByComparator)
          Returns the social requests before and after the current social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.
 List<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<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<SocialRequest> findByU_C_C_T_S(long userId, long classNameId, long classPK, int type, int status, int start, int end, OrderByComparator<SocialRequest> orderByComparator)
          Returns an ordered range of all the social requests where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.
 List<SocialRequest> findByU_C_C_T_S(long userId, long classNameId, long classPK, int type, int status, int start, int end, OrderByComparator<SocialRequest> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the social requests where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.
 SocialRequest findByU_S_First(long userId, int status, OrderByComparator<SocialRequest> orderByComparator)
          Returns the first social request in the ordered set where userId = ? and status = ?.
 SocialRequest findByU_S_Last(long userId, int status, OrderByComparator<SocialRequest> orderByComparator)
          Returns the last social request in the ordered set where userId = ? and status = ?.
 SocialRequest[] findByU_S_PrevAndNext(long requestId, long userId, int status, OrderByComparator<SocialRequest> orderByComparator)
          Returns the social requests before and after the current social request in the ordered set where userId = ? and status = ?.
 List<SocialRequest> findByU_S(long userId, int status)
          Returns all the social requests where userId = ? and status = ?.
 List<SocialRequest> findByU_S(long userId, int status, int start, int end)
          Returns a range of all the social requests where userId = ? and status = ?.
 List<SocialRequest> findByU_S(long userId, int status, int start, int end, OrderByComparator<SocialRequest> orderByComparator)
          Returns an ordered range of all the social requests where userId = ? and status = ?.
 List<SocialRequest> findByU_S(long userId, int status, int start, int end, OrderByComparator<SocialRequest> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the social requests where userId = ? and status = ?.
 SocialRequest findByUserId_First(long userId, OrderByComparator<SocialRequest> orderByComparator)
          Returns the first social request in the ordered set where userId = ?.
 SocialRequest findByUserId_Last(long userId, OrderByComparator<SocialRequest> orderByComparator)
          Returns the last social request in the ordered set where userId = ?.
 SocialRequest[] findByUserId_PrevAndNext(long requestId, long userId, OrderByComparator<SocialRequest> orderByComparator)
          Returns the social requests before and after the current social request in the ordered set where userId = ?.
 List<SocialRequest> findByUserId(long userId)
          Returns all the social requests where userId = ?.
 List<SocialRequest> findByUserId(long userId, int start, int end)
          Returns a range of all the social requests where userId = ?.
 List<SocialRequest> findByUserId(long userId, int start, int end, OrderByComparator<SocialRequest> orderByComparator)
          Returns an ordered range of all the social requests where userId = ?.
 List<SocialRequest> findByUserId(long userId, int start, int end, OrderByComparator<SocialRequest> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the social requests where userId = ?.
 SocialRequest findByUuid_C_First(String uuid, long companyId, OrderByComparator<SocialRequest> orderByComparator)
          Returns the first social request in the ordered set where uuid = ? and companyId = ?.
 SocialRequest findByUuid_C_Last(String uuid, long companyId, OrderByComparator<SocialRequest> orderByComparator)
          Returns the last social request in the ordered set where uuid = ? and companyId = ?.
 SocialRequest[] findByUuid_C_PrevAndNext(long requestId, String uuid, long companyId, OrderByComparator<SocialRequest> orderByComparator)
          Returns the social requests before and after the current social request in the ordered set where uuid = ? and companyId = ?.
 List<SocialRequest> findByUuid_C(String uuid, long companyId)
          Returns all the social requests where uuid = ? and companyId = ?.
 List<SocialRequest> findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the social requests where uuid = ? and companyId = ?.
 List<SocialRequest> findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<SocialRequest> orderByComparator)
          Returns an ordered range of all the social requests where uuid = ? and companyId = ?.
 List<SocialRequest> findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<SocialRequest> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the social requests where uuid = ? and companyId = ?.
 SocialRequest findByUuid_First(String uuid, OrderByComparator<SocialRequest> orderByComparator)
          Returns the first social request in the ordered set where uuid = ?.
 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.
 SocialRequest findByUuid_Last(String uuid, OrderByComparator<SocialRequest> orderByComparator)
          Returns the last social request in the ordered set where uuid = ?.
 SocialRequest[] findByUuid_PrevAndNext(long requestId, String uuid, OrderByComparator<SocialRequest> orderByComparator)
          Returns the social requests before and after the current social request in the ordered set where uuid = ?.
 List<SocialRequest> findByUuid(String uuid)
          Returns all the social requests where uuid = ?.
 List<SocialRequest> findByUuid(String uuid, int start, int end)
          Returns a range of all the social requests where uuid = ?.
 List<SocialRequest> findByUuid(String uuid, int start, int end, OrderByComparator<SocialRequest> orderByComparator)
          Returns an ordered range of all the social requests where uuid = ?.
 List<SocialRequest> findByUuid(String uuid, int start, int end, OrderByComparator<SocialRequest> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the social requests where uuid = ?.
 Set<String> getBadColumnNames()
           
 SocialRequest remove(long requestId)
          Removes the social request with the primary key from the database.
 void removeAll()
          Removes all the social requests 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 removeByC_C(long classNameId, long classPK)
          Removes all the social requests where classNameId = ? and classPK = ? 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.
 SocialRequest removeByU_C_C_T_R(long userId, long classNameId, long classPK, int type, long receiverUserId)
          Removes the social request where userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ? from the database.
 void removeByU_C_C_T_S(long userId, long classNameId, long classPK, int type, int status)
          Removes all the social requests where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ? from the database.
 void removeByU_S(long userId, int status)
          Removes all the social requests where userId = ? and status = ? from the database.
 void removeByUserId(long userId)
          Removes all the social requests where userId = ? from the database.
 void removeByUuid_C(String uuid, long companyId)
          Removes all the social requests where uuid = ? and companyId = ? from the database.
 SocialRequest removeByUUID_G(String uuid, long groupId)
          Removes the social request where uuid = ? and groupId = ? from the database.
 void removeByUuid(String uuid)
          Removes all the social requests where uuid = ? from the database.
 SocialRequest updateImpl(SocialRequest socialRequest)
           
 
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence
clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, setDataSource, unregisterListener, update, update, update, update
 

Method Detail

findByUuid

List<SocialRequest> findByUuid(String uuid)
Returns all the social requests where uuid = ?.

Parameters:
uuid - the uuid
Returns:
the matching social requests

findByUuid

List<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 and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

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

List<SocialRequest> findByUuid(String uuid,
                               int start,
                               int end,
                               OrderByComparator<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 and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

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

List<SocialRequest> findByUuid(String uuid,
                               int start,
                               int end,
                               OrderByComparator<SocialRequest> orderByComparator,
                               boolean retrieveFromCache)
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 and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

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)
retrieveFromCache - whether to retrieve from the finder cache
Returns:
the ordered range of matching social requests

findByUuid_First

SocialRequest findByUuid_First(String uuid,
                               OrderByComparator<SocialRequest> orderByComparator)
                               throws NoSuchRequestException
Returns the first social request in the ordered set where uuid = ?.

Parameters:
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching social request
Throws:
NoSuchRequestException - if a matching social request could not be found

fetchByUuid_First

SocialRequest fetchByUuid_First(String uuid,
                                OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where uuid = ?.

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

SocialRequest findByUuid_Last(String uuid,
                              OrderByComparator<SocialRequest> orderByComparator)
                              throws NoSuchRequestException
Returns the last social request in the ordered set where uuid = ?.

Parameters:
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching social request
Throws:
NoSuchRequestException - if a matching social request could not be found

fetchByUuid_Last

SocialRequest fetchByUuid_Last(String uuid,
                               OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where uuid = ?.

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

SocialRequest[] findByUuid_PrevAndNext(long requestId,
                                       String uuid,
                                       OrderByComparator<SocialRequest> orderByComparator)
                                       throws NoSuchRequestException
Returns the social requests before and after the current social request in the ordered set where uuid = ?.

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:
NoSuchRequestException - if a social request with the primary key could not be found

removeByUuid

void removeByUuid(String uuid)
Removes all the social requests where uuid = ? from the database.

Parameters:
uuid - the uuid

countByUuid

int countByUuid(String uuid)
Returns the number of social requests where uuid = ?.

Parameters:
uuid - the uuid
Returns:
the number of matching social requests

findByUUID_G

SocialRequest findByUUID_G(String uuid,
                           long groupId)
                           throws NoSuchRequestException
Returns the social request where uuid = ? and groupId = ? or throws a NoSuchRequestException if it could not be found.

Parameters:
uuid - the uuid
groupId - the group ID
Returns:
the matching social request
Throws:
NoSuchRequestException - if a matching social request could not be found

fetchByUUID_G

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.

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

SocialRequest fetchByUUID_G(String uuid,
                            long groupId,
                            boolean retrieveFromCache)
Returns the social request where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.

Parameters:
uuid - the uuid
groupId - the group ID
retrieveFromCache - whether to retrieve from the finder cache
Returns:
the matching social request, or null if a matching social request could not be found

removeByUUID_G

SocialRequest removeByUUID_G(String uuid,
                             long groupId)
                             throws NoSuchRequestException
Removes the social request where uuid = ? and groupId = ? from the database.

Parameters:
uuid - the uuid
groupId - the group ID
Returns:
the social request that was removed
Throws:
NoSuchRequestException

countByUUID_G

int countByUUID_G(String uuid,
                  long groupId)
Returns the number of social requests where uuid = ? and groupId = ?.

Parameters:
uuid - the uuid
groupId - the group ID
Returns:
the number of matching social requests

findByUuid_C

List<SocialRequest> findByUuid_C(String uuid,
                                 long companyId)
Returns all the social requests where uuid = ? and companyId = ?.

Parameters:
uuid - the uuid
companyId - the company ID
Returns:
the matching social requests

findByUuid_C

List<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 and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

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

List<SocialRequest> findByUuid_C(String uuid,
                                 long companyId,
                                 int start,
                                 int end,
                                 OrderByComparator<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 and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

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

List<SocialRequest> findByUuid_C(String uuid,
                                 long companyId,
                                 int start,
                                 int end,
                                 OrderByComparator<SocialRequest> orderByComparator,
                                 boolean retrieveFromCache)
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 and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

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)
retrieveFromCache - whether to retrieve from the finder cache
Returns:
the ordered range of matching social requests

findByUuid_C_First

SocialRequest findByUuid_C_First(String uuid,
                                 long companyId,
                                 OrderByComparator<SocialRequest> orderByComparator)
                                 throws NoSuchRequestException
Returns the first social request in the ordered set where uuid = ? and companyId = ?.

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:
NoSuchRequestException - if a matching social request could not be found

fetchByUuid_C_First

SocialRequest fetchByUuid_C_First(String uuid,
                                  long companyId,
                                  OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where uuid = ? and companyId = ?.

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

SocialRequest findByUuid_C_Last(String uuid,
                                long companyId,
                                OrderByComparator<SocialRequest> orderByComparator)
                                throws NoSuchRequestException
Returns the last social request in the ordered set where uuid = ? and companyId = ?.

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:
NoSuchRequestException - if a matching social request could not be found

fetchByUuid_C_Last

SocialRequest fetchByUuid_C_Last(String uuid,
                                 long companyId,
                                 OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where uuid = ? and companyId = ?.

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

SocialRequest[] findByUuid_C_PrevAndNext(long requestId,
                                         String uuid,
                                         long companyId,
                                         OrderByComparator<SocialRequest> orderByComparator)
                                         throws NoSuchRequestException
Returns the social requests before and after the current social request in the ordered set where uuid = ? and companyId = ?.

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:
NoSuchRequestException - if a social request with the primary key could not be found

removeByUuid_C

void removeByUuid_C(String uuid,
                    long companyId)
Removes all the social requests where uuid = ? and companyId = ? from the database.

Parameters:
uuid - the uuid
companyId - the company ID

countByUuid_C

int countByUuid_C(String uuid,
                  long companyId)
Returns the number of social requests where uuid = ? and companyId = ?.

Parameters:
uuid - the uuid
companyId - the company ID
Returns:
the number of matching social requests

findByCompanyId

List<SocialRequest> findByCompanyId(long companyId)
Returns all the social requests where companyId = ?.

Parameters:
companyId - the company ID
Returns:
the matching social requests

findByCompanyId

List<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 and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

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

List<SocialRequest> findByCompanyId(long companyId,
                                    int start,
                                    int end,
                                    OrderByComparator<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 and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

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

List<SocialRequest> findByCompanyId(long companyId,
                                    int start,
                                    int end,
                                    OrderByComparator<SocialRequest> orderByComparator,
                                    boolean retrieveFromCache)
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 and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

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)
retrieveFromCache - whether to retrieve from the finder cache
Returns:
the ordered range of matching social requests

findByCompanyId_First

SocialRequest findByCompanyId_First(long companyId,
                                    OrderByComparator<SocialRequest> orderByComparator)
                                    throws NoSuchRequestException
Returns the first social request in the ordered set where companyId = ?.

Parameters:
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching social request
Throws:
NoSuchRequestException - if a matching social request could not be found

fetchByCompanyId_First

SocialRequest fetchByCompanyId_First(long companyId,
                                     OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where companyId = ?.

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

SocialRequest findByCompanyId_Last(long companyId,
                                   OrderByComparator<SocialRequest> orderByComparator)
                                   throws NoSuchRequestException
Returns the last social request in the ordered set where companyId = ?.

Parameters:
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching social request
Throws:
NoSuchRequestException - if a matching social request could not be found

fetchByCompanyId_Last

SocialRequest fetchByCompanyId_Last(long companyId,
                                    OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where companyId = ?.

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

SocialRequest[] findByCompanyId_PrevAndNext(long requestId,
                                            long companyId,
                                            OrderByComparator<SocialRequest> orderByComparator)
                                            throws NoSuchRequestException
Returns the social requests before and after the current social request in the ordered set where companyId = ?.

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:
NoSuchRequestException - if a social request with the primary key could not be found

removeByCompanyId

void removeByCompanyId(long companyId)
Removes all the social requests where companyId = ? from the database.

Parameters:
companyId - the company ID

countByCompanyId

int countByCompanyId(long companyId)
Returns the number of social requests where companyId = ?.

Parameters:
companyId - the company ID
Returns:
the number of matching social requests

findByUserId

List<SocialRequest> findByUserId(long userId)
Returns all the social requests where userId = ?.

Parameters:
userId - the user ID
Returns:
the matching social requests

findByUserId

List<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 and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

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

List<SocialRequest> findByUserId(long userId,
                                 int start,
                                 int end,
                                 OrderByComparator<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 and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

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

List<SocialRequest> findByUserId(long userId,
                                 int start,
                                 int end,
                                 OrderByComparator<SocialRequest> orderByComparator,
                                 boolean retrieveFromCache)
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 and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

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)
retrieveFromCache - whether to retrieve from the finder cache
Returns:
the ordered range of matching social requests

findByUserId_First

SocialRequest findByUserId_First(long userId,
                                 OrderByComparator<SocialRequest> orderByComparator)
                                 throws NoSuchRequestException
Returns the first social request in the ordered set where userId = ?.

Parameters:
userId - the user ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching social request
Throws:
NoSuchRequestException - if a matching social request could not be found

fetchByUserId_First

SocialRequest fetchByUserId_First(long userId,
                                  OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where userId = ?.

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

SocialRequest findByUserId_Last(long userId,
                                OrderByComparator<SocialRequest> orderByComparator)
                                throws NoSuchRequestException
Returns the last social request in the ordered set where userId = ?.

Parameters:
userId - the user ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching social request
Throws:
NoSuchRequestException - if a matching social request could not be found

fetchByUserId_Last

SocialRequest fetchByUserId_Last(long userId,
                                 OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where userId = ?.

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

SocialRequest[] findByUserId_PrevAndNext(long requestId,
                                         long userId,
                                         OrderByComparator<SocialRequest> orderByComparator)
                                         throws NoSuchRequestException
Returns the social requests before and after the current social request in the ordered set where userId = ?.

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:
NoSuchRequestException - if a social request with the primary key could not be found

removeByUserId

void removeByUserId(long userId)
Removes all the social requests where userId = ? from the database.

Parameters:
userId - the user ID

countByUserId

int countByUserId(long userId)
Returns the number of social requests where userId = ?.

Parameters:
userId - the user ID
Returns:
the number of matching social requests

findByReceiverUserId

List<SocialRequest> findByReceiverUserId(long receiverUserId)
Returns all the social requests where receiverUserId = ?.

Parameters:
receiverUserId - the receiver user ID
Returns:
the matching social requests

findByReceiverUserId

List<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 and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

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

List<SocialRequest> findByReceiverUserId(long receiverUserId,
                                         int start,
                                         int end,
                                         OrderByComparator<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 and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

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

List<SocialRequest> findByReceiverUserId(long receiverUserId,
                                         int start,
                                         int end,
                                         OrderByComparator<SocialRequest> orderByComparator,
                                         boolean retrieveFromCache)
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 and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

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)
retrieveFromCache - whether to retrieve from the finder cache
Returns:
the ordered range of matching social requests

findByReceiverUserId_First

SocialRequest findByReceiverUserId_First(long receiverUserId,
                                         OrderByComparator<SocialRequest> orderByComparator)
                                         throws NoSuchRequestException
Returns the first social request in the ordered set where receiverUserId = ?.

Parameters:
receiverUserId - the receiver user ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching social request
Throws:
NoSuchRequestException - if a matching social request could not be found

fetchByReceiverUserId_First

SocialRequest fetchByReceiverUserId_First(long receiverUserId,
                                          OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where receiverUserId = ?.

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

SocialRequest findByReceiverUserId_Last(long receiverUserId,
                                        OrderByComparator<SocialRequest> orderByComparator)
                                        throws NoSuchRequestException
Returns the last social request in the ordered set where receiverUserId = ?.

Parameters:
receiverUserId - the receiver user ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching social request
Throws:
NoSuchRequestException - if a matching social request could not be found

fetchByReceiverUserId_Last

SocialRequest fetchByReceiverUserId_Last(long receiverUserId,
                                         OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where receiverUserId = ?.

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

SocialRequest[] findByReceiverUserId_PrevAndNext(long requestId,
                                                 long receiverUserId,
                                                 OrderByComparator<SocialRequest> orderByComparator)
                                                 throws NoSuchRequestException
Returns the social requests before and after the current social request in the ordered set where receiverUserId = ?.

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:
NoSuchRequestException - if a social request with the primary key could not be found

removeByReceiverUserId

void removeByReceiverUserId(long receiverUserId)
Removes all the social requests where receiverUserId = ? from the database.

Parameters:
receiverUserId - the receiver user ID

countByReceiverUserId

int countByReceiverUserId(long receiverUserId)
Returns the number of social requests where receiverUserId = ?.

Parameters:
receiverUserId - the receiver user ID
Returns:
the number of matching social requests

findByU_S

List<SocialRequest> findByU_S(long userId,
                              int status)
Returns all the social requests where userId = ? and status = ?.

Parameters:
userId - the user ID
status - the status
Returns:
the matching social requests

findByU_S

List<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 and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

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

List<SocialRequest> findByU_S(long userId,
                              int status,
                              int start,
                              int end,
                              OrderByComparator<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 and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

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

List<SocialRequest> findByU_S(long userId,
                              int status,
                              int start,
                              int end,
                              OrderByComparator<SocialRequest> orderByComparator,
                              boolean retrieveFromCache)
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 and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

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)
retrieveFromCache - whether to retrieve from the finder cache
Returns:
the ordered range of matching social requests

findByU_S_First

SocialRequest findByU_S_First(long userId,
                              int status,
                              OrderByComparator<SocialRequest> orderByComparator)
                              throws NoSuchRequestException
Returns the first social request in the ordered set where userId = ? and status = ?.

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:
NoSuchRequestException - if a matching social request could not be found

fetchByU_S_First

SocialRequest fetchByU_S_First(long userId,
                               int status,
                               OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where userId = ? and status = ?.

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

SocialRequest findByU_S_Last(long userId,
                             int status,
                             OrderByComparator<SocialRequest> orderByComparator)
                             throws NoSuchRequestException
Returns the last social request in the ordered set where userId = ? and status = ?.

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:
NoSuchRequestException - if a matching social request could not be found

fetchByU_S_Last

SocialRequest fetchByU_S_Last(long userId,
                              int status,
                              OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where userId = ? and status = ?.

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

SocialRequest[] findByU_S_PrevAndNext(long requestId,
                                      long userId,
                                      int status,
                                      OrderByComparator<SocialRequest> orderByComparator)
                                      throws NoSuchRequestException
Returns the social requests before and after the current social request in the ordered set where userId = ? and status = ?.

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:
NoSuchRequestException - if a social request with the primary key could not be found

removeByU_S

void removeByU_S(long userId,
                 int status)
Removes all the social requests where userId = ? and status = ? from the database.

Parameters:
userId - the user ID
status - the status

countByU_S

int countByU_S(long userId,
               int status)
Returns the number of social requests where userId = ? and status = ?.

Parameters:
userId - the user ID
status - the status
Returns:
the number of matching social requests

findByC_C

List<SocialRequest> findByC_C(long classNameId,
                              long classPK)
Returns all the social requests where classNameId = ? and classPK = ?.

Parameters:
classNameId - the class name ID
classPK - the class p k
Returns:
the matching social requests

findByC_C

List<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 and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
classNameId - the class name ID
classPK - the class p k
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

List<SocialRequest> findByC_C(long classNameId,
                              long classPK,
                              int start,
                              int end,
                              OrderByComparator<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 and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
classNameId - the class name ID
classPK - the class p k
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

List<SocialRequest> findByC_C(long classNameId,
                              long classPK,
                              int start,
                              int end,
                              OrderByComparator<SocialRequest> orderByComparator,
                              boolean retrieveFromCache)
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 and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
classNameId - the class name ID
classPK - the class p k
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)
retrieveFromCache - whether to retrieve from the finder cache
Returns:
the ordered range of matching social requests

findByC_C_First

SocialRequest findByC_C_First(long classNameId,
                              long classPK,
                              OrderByComparator<SocialRequest> orderByComparator)
                              throws NoSuchRequestException
Returns the first social request in the ordered set where classNameId = ? and classPK = ?.

Parameters:
classNameId - the class name ID
classPK - the class p k
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching social request
Throws:
NoSuchRequestException - if a matching social request could not be found

fetchByC_C_First

SocialRequest fetchByC_C_First(long classNameId,
                               long classPK,
                               OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where classNameId = ? and classPK = ?.

Parameters:
classNameId - the class name ID
classPK - the class p k
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

SocialRequest findByC_C_Last(long classNameId,
                             long classPK,
                             OrderByComparator<SocialRequest> orderByComparator)
                             throws NoSuchRequestException
Returns the last social request in the ordered set where classNameId = ? and classPK = ?.

Parameters:
classNameId - the class name ID
classPK - the class p k
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching social request
Throws:
NoSuchRequestException - if a matching social request could not be found

fetchByC_C_Last

SocialRequest fetchByC_C_Last(long classNameId,
                              long classPK,
                              OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where classNameId = ? and classPK = ?.

Parameters:
classNameId - the class name ID
classPK - the class p k
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

SocialRequest[] findByC_C_PrevAndNext(long requestId,
                                      long classNameId,
                                      long classPK,
                                      OrderByComparator<SocialRequest> orderByComparator)
                                      throws NoSuchRequestException
Returns the social requests before and after the current social request in the ordered set where classNameId = ? and classPK = ?.

Parameters:
requestId - the primary key of the current social request
classNameId - the class name ID
classPK - the class p k
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next social request
Throws:
NoSuchRequestException - if a social request with the primary key could not be found

removeByC_C

void removeByC_C(long classNameId,
                 long classPK)
Removes all the social requests where classNameId = ? and classPK = ? from the database.

Parameters:
classNameId - the class name ID
classPK - the class p k

countByC_C

int countByC_C(long classNameId,
               long classPK)
Returns the number of social requests where classNameId = ? and classPK = ?.

Parameters:
classNameId - the class name ID
classPK - the class p k
Returns:
the number of matching social requests

findByR_S

List<SocialRequest> findByR_S(long receiverUserId,
                              int status)
Returns all the social requests where receiverUserId = ? and status = ?.

Parameters:
receiverUserId - the receiver user ID
status - the status
Returns:
the matching social requests

findByR_S

List<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 and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

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

List<SocialRequest> findByR_S(long receiverUserId,
                              int status,
                              int start,
                              int end,
                              OrderByComparator<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 and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

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

List<SocialRequest> findByR_S(long receiverUserId,
                              int status,
                              int start,
                              int end,
                              OrderByComparator<SocialRequest> orderByComparator,
                              boolean retrieveFromCache)
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 and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

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)
retrieveFromCache - whether to retrieve from the finder cache
Returns:
the ordered range of matching social requests

findByR_S_First

SocialRequest findByR_S_First(long receiverUserId,
                              int status,
                              OrderByComparator<SocialRequest> orderByComparator)
                              throws NoSuchRequestException
Returns the first social request in the ordered set where receiverUserId = ? and status = ?.

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:
NoSuchRequestException - if a matching social request could not be found

fetchByR_S_First

SocialRequest fetchByR_S_First(long receiverUserId,
                               int status,
                               OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where receiverUserId = ? and status = ?.

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

SocialRequest findByR_S_Last(long receiverUserId,
                             int status,
                             OrderByComparator<SocialRequest> orderByComparator)
                             throws NoSuchRequestException
Returns the last social request in the ordered set where receiverUserId = ? and status = ?.

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:
NoSuchRequestException - if a matching social request could not be found

fetchByR_S_Last

SocialRequest fetchByR_S_Last(long receiverUserId,
                              int status,
                              OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where receiverUserId = ? and status = ?.

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

SocialRequest[] findByR_S_PrevAndNext(long requestId,
                                      long receiverUserId,
                                      int status,
                                      OrderByComparator<SocialRequest> orderByComparator)
                                      throws NoSuchRequestException
Returns the social requests before and after the current social request in the ordered set where receiverUserId = ? and status = ?.

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:
NoSuchRequestException - if a social request with the primary key could not be found

removeByR_S

void removeByR_S(long receiverUserId,
                 int status)
Removes all the social requests where receiverUserId = ? and status = ? from the database.

Parameters:
receiverUserId - the receiver user ID
status - the status

countByR_S

int countByR_S(long receiverUserId,
               int status)
Returns the number of social requests where receiverUserId = ? and status = ?.

Parameters:
receiverUserId - the receiver user ID
status - the status
Returns:
the number of matching social requests

findByU_C_C_T_R

SocialRequest findByU_C_C_T_R(long userId,
                              long classNameId,
                              long classPK,
                              int type,
                              long receiverUserId)
                              throws 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.

Parameters:
userId - the user ID
classNameId - the class name ID
classPK - the class p k
type - the type
receiverUserId - the receiver user ID
Returns:
the matching social request
Throws:
NoSuchRequestException - if a matching social request could not be found

fetchByU_C_C_T_R

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.

Parameters:
userId - the user ID
classNameId - the class name ID
classPK - the class p k
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

SocialRequest fetchByU_C_C_T_R(long userId,
                               long classNameId,
                               long classPK,
                               int type,
                               long receiverUserId,
                               boolean retrieveFromCache)
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.

Parameters:
userId - the user ID
classNameId - the class name ID
classPK - the class p k
type - the type
receiverUserId - the receiver user ID
retrieveFromCache - whether to retrieve from the finder cache
Returns:
the matching social request, or null if a matching social request could not be found

removeByU_C_C_T_R

SocialRequest removeByU_C_C_T_R(long userId,
                                long classNameId,
                                long classPK,
                                int type,
                                long receiverUserId)
                                throws NoSuchRequestException
Removes the social request where userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ? from the database.

Parameters:
userId - the user ID
classNameId - the class name ID
classPK - the class p k
type - the type
receiverUserId - the receiver user ID
Returns:
the social request that was removed
Throws:
NoSuchRequestException

countByU_C_C_T_R

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 = ?.

Parameters:
userId - the user ID
classNameId - the class name ID
classPK - the class p k
type - the type
receiverUserId - the receiver user ID
Returns:
the number of matching social requests

findByU_C_C_T_S

List<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 = ?.

Parameters:
userId - the user ID
classNameId - the class name ID
classPK - the class p k
type - the type
status - the status
Returns:
the matching social requests

findByU_C_C_T_S

List<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 and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
userId - the user ID
classNameId - the class name ID
classPK - the class p k
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

List<SocialRequest> findByU_C_C_T_S(long userId,
                                    long classNameId,
                                    long classPK,
                                    int type,
                                    int status,
                                    int start,
                                    int end,
                                    OrderByComparator<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 and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
userId - the user ID
classNameId - the class name ID
classPK - the class p k
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

List<SocialRequest> findByU_C_C_T_S(long userId,
                                    long classNameId,
                                    long classPK,
                                    int type,
                                    int status,
                                    int start,
                                    int end,
                                    OrderByComparator<SocialRequest> orderByComparator,
                                    boolean retrieveFromCache)
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 and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
userId - the user ID
classNameId - the class name ID
classPK - the class p k
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)
retrieveFromCache - whether to retrieve from the finder cache
Returns:
the ordered range of matching social requests

findByU_C_C_T_S_First

SocialRequest findByU_C_C_T_S_First(long userId,
                                    long classNameId,
                                    long classPK,
                                    int type,
                                    int status,
                                    OrderByComparator<SocialRequest> orderByComparator)
                                    throws NoSuchRequestException
Returns the first social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.

Parameters:
userId - the user ID
classNameId - the class name ID
classPK - the class p k
type - the type
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching social request
Throws:
NoSuchRequestException - if a matching social request could not be found

fetchByU_C_C_T_S_First

SocialRequest fetchByU_C_C_T_S_First(long userId,
                                     long classNameId,
                                     long classPK,
                                     int type,
                                     int status,
                                     OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.

Parameters:
userId - the user ID
classNameId - the class name ID
classPK - the class p k
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

SocialRequest findByU_C_C_T_S_Last(long userId,
                                   long classNameId,
                                   long classPK,
                                   int type,
                                   int status,
                                   OrderByComparator<SocialRequest> orderByComparator)
                                   throws NoSuchRequestException
Returns the last social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.

Parameters:
userId - the user ID
classNameId - the class name ID
classPK - the class p k
type - the type
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching social request
Throws:
NoSuchRequestException - if a matching social request could not be found

fetchByU_C_C_T_S_Last

SocialRequest fetchByU_C_C_T_S_Last(long userId,
                                    long classNameId,
                                    long classPK,
                                    int type,
                                    int status,
                                    OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.

Parameters:
userId - the user ID
classNameId - the class name ID
classPK - the class p k
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

SocialRequest[] findByU_C_C_T_S_PrevAndNext(long requestId,
                                            long userId,
                                            long classNameId,
                                            long classPK,
                                            int type,
                                            int status,
                                            OrderByComparator<SocialRequest> orderByComparator)
                                            throws 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 = ?.

Parameters:
requestId - the primary key of the current social request
userId - the user ID
classNameId - the class name ID
classPK - the class p k
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:
NoSuchRequestException - if a social request with the primary key could not be found

removeByU_C_C_T_S

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.

Parameters:
userId - the user ID
classNameId - the class name ID
classPK - the class p k
type - the type
status - the status

countByU_C_C_T_S

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 = ?.

Parameters:
userId - the user ID
classNameId - the class name ID
classPK - the class p k
type - the type
status - the status
Returns:
the number of matching social requests

findByC_C_T_R_S

List<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 = ?.

Parameters:
classNameId - the class name ID
classPK - the class p k
type - the type
receiverUserId - the receiver user ID
status - the status
Returns:
the matching social requests

findByC_C_T_R_S

List<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 and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
classNameId - the class name ID
classPK - the class p k
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

List<SocialRequest> findByC_C_T_R_S(long classNameId,
                                    long classPK,
                                    int type,
                                    long receiverUserId,
                                    int status,
                                    int start,
                                    int end,
                                    OrderByComparator<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 and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
classNameId - the class name ID
classPK - the class p k
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

List<SocialRequest> findByC_C_T_R_S(long classNameId,
                                    long classPK,
                                    int type,
                                    long receiverUserId,
                                    int status,
                                    int start,
                                    int end,
                                    OrderByComparator<SocialRequest> orderByComparator,
                                    boolean retrieveFromCache)
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 and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
classNameId - the class name ID
classPK - the class p k
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)
retrieveFromCache - whether to retrieve from the finder cache
Returns:
the ordered range of matching social requests

findByC_C_T_R_S_First

SocialRequest findByC_C_T_R_S_First(long classNameId,
                                    long classPK,
                                    int type,
                                    long receiverUserId,
                                    int status,
                                    OrderByComparator<SocialRequest> orderByComparator)
                                    throws NoSuchRequestException
Returns the first social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.

Parameters:
classNameId - the class name ID
classPK - the class p k
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:
NoSuchRequestException - if a matching social request could not be found

fetchByC_C_T_R_S_First

SocialRequest fetchByC_C_T_R_S_First(long classNameId,
                                     long classPK,
                                     int type,
                                     long receiverUserId,
                                     int status,
                                     OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.

Parameters:
classNameId - the class name ID
classPK - the class p k
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

SocialRequest findByC_C_T_R_S_Last(long classNameId,
                                   long classPK,
                                   int type,
                                   long receiverUserId,
                                   int status,
                                   OrderByComparator<SocialRequest> orderByComparator)
                                   throws NoSuchRequestException
Returns the last social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.

Parameters:
classNameId - the class name ID
classPK - the class p k
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:
NoSuchRequestException - if a matching social request could not be found

fetchByC_C_T_R_S_Last

SocialRequest fetchByC_C_T_R_S_Last(long classNameId,
                                    long classPK,
                                    int type,
                                    long receiverUserId,
                                    int status,
                                    OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.

Parameters:
classNameId - the class name ID
classPK - the class p k
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

SocialRequest[] findByC_C_T_R_S_PrevAndNext(long requestId,
                                            long classNameId,
                                            long classPK,
                                            int type,
                                            long receiverUserId,
                                            int status,
                                            OrderByComparator<SocialRequest> orderByComparator)
                                            throws 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 = ?.

Parameters:
requestId - the primary key of the current social request
classNameId - the class name ID
classPK - the class p k
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:
NoSuchRequestException - if a social request with the primary key could not be found

removeByC_C_T_R_S

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.

Parameters:
classNameId - the class name ID
classPK - the class p k
type - the type
receiverUserId - the receiver user ID
status - the status

countByC_C_T_R_S

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 = ?.

Parameters:
classNameId - the class name ID
classPK - the class p k
type - the type
receiverUserId - the receiver user ID
status - the status
Returns:
the number of matching social requests

cacheResult

void cacheResult(SocialRequest socialRequest)
Caches the social request in the entity cache if it is enabled.

Parameters:
socialRequest - the social request

cacheResult

void cacheResult(List<SocialRequest> socialRequests)
Caches the social requests in the entity cache if it is enabled.

Parameters:
socialRequests - the social requests

create

SocialRequest create(long requestId)
Creates a new social request with the primary key. Does not add the social request to the database.

Parameters:
requestId - the primary key for the new social request
Returns:
the new social request

remove

SocialRequest remove(long requestId)
                     throws NoSuchRequestException
Removes the social request with the primary key from the database. Also notifies the appropriate model listeners.

Parameters:
requestId - the primary key of the social request
Returns:
the social request that was removed
Throws:
NoSuchRequestException - if a social request with the primary key could not be found

updateImpl

SocialRequest updateImpl(SocialRequest socialRequest)

findByPrimaryKey

SocialRequest findByPrimaryKey(long requestId)
                               throws NoSuchRequestException
Returns the social request with the primary key or throws a NoSuchRequestException if it could not be found.

Parameters:
requestId - the primary key of the social request
Returns:
the social request
Throws:
NoSuchRequestException - if a social request with the primary key could not be found

fetchByPrimaryKey

SocialRequest fetchByPrimaryKey(long requestId)
Returns the social request with the primary key or returns null if it could not be found.

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

Map<Serializable,SocialRequest> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
Specified by:
fetchByPrimaryKeys in interface BasePersistence<SocialRequest>

findAll

List<SocialRequest> findAll()
Returns all the social requests.

Returns:
the social requests

findAll

List<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 and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

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

List<SocialRequest> findAll(int start,
                            int end,
                            OrderByComparator<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 and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

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

List<SocialRequest> findAll(int start,
                            int end,
                            OrderByComparator<SocialRequest> orderByComparator,
                            boolean retrieveFromCache)
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 and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

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)
retrieveFromCache - whether to retrieve from the finder cache
Returns:
the ordered range of social requests

removeAll

void removeAll()
Removes all the social requests from the database.


countAll

int countAll()
Returns the number of social requests.

Returns:
the number of social requests

getBadColumnNames

Set<String> getBadColumnNames()
Specified by:
getBadColumnNames in interface BasePersistence<SocialRequest>

Liferay 7.0-ce-b4