Liferay 6.2-ce-ga5

com.liferay.portlet.social.service.persistence
Class SocialRequestUtil

java.lang.Object
  extended by com.liferay.portlet.social.service.persistence.SocialRequestUtil

@ProviderType
public class SocialRequestUtil
extends Object

The persistence utility for the social request service. This utility wraps SocialRequestPersistenceImpl and provides direct access to the database for CRUD operations. This utility should only be used by the service layer, as it must operate within a transaction. Never access this utility in a JSP, controller, model, or other front-end class.

Caching information and settings can be found in portal.properties

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

Constructor Summary
SocialRequestUtil()
           
 
Method Summary
static void cacheResult(List<SocialRequest> socialRequests)
          Caches the social requests in the entity cache if it is enabled.
static void cacheResult(SocialRequest socialRequest)
          Caches the social request in the entity cache if it is enabled.
static void clearCache()
           
static void clearCache(SocialRequest socialRequest)
           
static int countAll()
          Returns the number of social requests.
static 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 = ?.
static int countByCompanyId(long companyId)
          Returns the number of social requests where companyId = ?.
static int countByR_S(long receiverUserId, int status)
          Returns the number of social requests where receiverUserId = ? and status = ?.
static int countByReceiverUserId(long receiverUserId)
          Returns the number of social requests where receiverUserId = ?.
static 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 = ?.
static 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 = ?.
static int countByU_S(long userId, int status)
          Returns the number of social requests where userId = ? and status = ?.
static int countByUserId(long userId)
          Returns the number of social requests where userId = ?.
static int countByUuid_C(String uuid, long companyId)
          Returns the number of social requests where uuid = ? and companyId = ?.
static int countByUUID_G(String uuid, long groupId)
          Returns the number of social requests where uuid = ? and groupId = ?.
static int countByUuid(String uuid)
          Returns the number of social requests where uuid = ?.
static long countWithDynamicQuery(DynamicQuery dynamicQuery)
           
static SocialRequest create(long requestId)
          Creates a new social request with the primary key.
static SocialRequest fetchByC_C_T_R_S_First(long classNameId, long classPK, int type, long receiverUserId, int status, OrderByComparator orderByComparator)
          Returns the first social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.
static SocialRequest fetchByC_C_T_R_S_Last(long classNameId, long classPK, int type, long receiverUserId, int status, OrderByComparator orderByComparator)
          Returns the last social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.
static SocialRequest fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first social request in the ordered set where companyId = ?.
static SocialRequest fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last social request in the ordered set where companyId = ?.
static SocialRequest fetchByPrimaryKey(long requestId)
          Returns the social request with the primary key or returns null if it could not be found.
static SocialRequest fetchByR_S_First(long receiverUserId, int status, OrderByComparator orderByComparator)
          Returns the first social request in the ordered set where receiverUserId = ? and status = ?.
static SocialRequest fetchByR_S_Last(long receiverUserId, int status, OrderByComparator orderByComparator)
          Returns the last social request in the ordered set where receiverUserId = ? and status = ?.
static SocialRequest fetchByReceiverUserId_First(long receiverUserId, OrderByComparator orderByComparator)
          Returns the first social request in the ordered set where receiverUserId = ?.
static SocialRequest fetchByReceiverUserId_Last(long receiverUserId, OrderByComparator orderByComparator)
          Returns the last social request in the ordered set where receiverUserId = ?.
static 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.
static 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.
static SocialRequest fetchByU_C_C_T_S_First(long userId, long classNameId, long classPK, int type, int status, OrderByComparator orderByComparator)
          Returns the first social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.
static SocialRequest fetchByU_C_C_T_S_Last(long userId, long classNameId, long classPK, int type, int status, OrderByComparator orderByComparator)
          Returns the last social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.
static SocialRequest fetchByU_S_First(long userId, int status, OrderByComparator orderByComparator)
          Returns the first social request in the ordered set where userId = ? and status = ?.
static SocialRequest fetchByU_S_Last(long userId, int status, OrderByComparator orderByComparator)
          Returns the last social request in the ordered set where userId = ? and status = ?.
static SocialRequest fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first social request in the ordered set where userId = ?.
static SocialRequest fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last social request in the ordered set where userId = ?.
static SocialRequest fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first social request in the ordered set where uuid = ? and companyId = ?.
static SocialRequest fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last social request in the ordered set where uuid = ? and companyId = ?.
static SocialRequest fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first social request in the ordered set where uuid = ?.
static SocialRequest fetchByUUID_G(String uuid, long groupId)
          Returns the social request where uuid = ? and groupId = ? or returns null if it could not be found.
static 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.
static SocialRequest fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last social request in the ordered set where uuid = ?.
static List<SocialRequest> findAll()
          Returns all the social requests.
static List<SocialRequest> findAll(int start, int end)
          Returns a range of all the social requests.
static List<SocialRequest> findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social requests.
static SocialRequest findByC_C_T_R_S_First(long classNameId, long classPK, int type, long receiverUserId, int status, OrderByComparator orderByComparator)
          Returns the first social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.
static SocialRequest findByC_C_T_R_S_Last(long classNameId, long classPK, int type, long receiverUserId, int status, OrderByComparator orderByComparator)
          Returns the last social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.
static SocialRequest[] findByC_C_T_R_S_PrevAndNext(long requestId, long classNameId, long classPK, int type, long receiverUserId, int status, OrderByComparator orderByComparator)
          Returns the social requests before and after the current social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.
static 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 = ?.
static 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 = ?.
static List<SocialRequest> findByC_C_T_R_S(long classNameId, long classPK, int type, long receiverUserId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social requests where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.
static SocialRequest findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first social request in the ordered set where companyId = ?.
static SocialRequest findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last social request in the ordered set where companyId = ?.
static SocialRequest[] findByCompanyId_PrevAndNext(long requestId, long companyId, OrderByComparator orderByComparator)
          Returns the social requests before and after the current social request in the ordered set where companyId = ?.
static List<SocialRequest> findByCompanyId(long companyId)
          Returns all the social requests where companyId = ?.
static List<SocialRequest> findByCompanyId(long companyId, int start, int end)
          Returns a range of all the social requests where companyId = ?.
static List<SocialRequest> findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social requests where companyId = ?.
static SocialRequest findByPrimaryKey(long requestId)
          Returns the social request with the primary key or throws a NoSuchRequestException if it could not be found.
static SocialRequest findByR_S_First(long receiverUserId, int status, OrderByComparator orderByComparator)
          Returns the first social request in the ordered set where receiverUserId = ? and status = ?.
static SocialRequest findByR_S_Last(long receiverUserId, int status, OrderByComparator orderByComparator)
          Returns the last social request in the ordered set where receiverUserId = ? and status = ?.
static SocialRequest[] findByR_S_PrevAndNext(long requestId, long receiverUserId, int status, OrderByComparator orderByComparator)
          Returns the social requests before and after the current social request in the ordered set where receiverUserId = ? and status = ?.
static List<SocialRequest> findByR_S(long receiverUserId, int status)
          Returns all the social requests where receiverUserId = ? and status = ?.
static List<SocialRequest> findByR_S(long receiverUserId, int status, int start, int end)
          Returns a range of all the social requests where receiverUserId = ? and status = ?.
static List<SocialRequest> findByR_S(long receiverUserId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social requests where receiverUserId = ? and status = ?.
static SocialRequest findByReceiverUserId_First(long receiverUserId, OrderByComparator orderByComparator)
          Returns the first social request in the ordered set where receiverUserId = ?.
static SocialRequest findByReceiverUserId_Last(long receiverUserId, OrderByComparator orderByComparator)
          Returns the last social request in the ordered set where receiverUserId = ?.
static SocialRequest[] findByReceiverUserId_PrevAndNext(long requestId, long receiverUserId, OrderByComparator orderByComparator)
          Returns the social requests before and after the current social request in the ordered set where receiverUserId = ?.
static List<SocialRequest> findByReceiverUserId(long receiverUserId)
          Returns all the social requests where receiverUserId = ?.
static List<SocialRequest> findByReceiverUserId(long receiverUserId, int start, int end)
          Returns a range of all the social requests where receiverUserId = ?.
static List<SocialRequest> findByReceiverUserId(long receiverUserId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social requests where receiverUserId = ?.
static 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.
static SocialRequest findByU_C_C_T_S_First(long userId, long classNameId, long classPK, int type, int status, OrderByComparator orderByComparator)
          Returns the first social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.
static SocialRequest findByU_C_C_T_S_Last(long userId, long classNameId, long classPK, int type, int status, OrderByComparator orderByComparator)
          Returns the last social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.
static SocialRequest[] findByU_C_C_T_S_PrevAndNext(long requestId, long userId, long classNameId, long classPK, int type, int status, OrderByComparator orderByComparator)
          Returns the social requests before and after the current social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.
static 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 = ?.
static 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 = ?.
static List<SocialRequest> findByU_C_C_T_S(long userId, long classNameId, long classPK, int type, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social requests where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.
static SocialRequest findByU_S_First(long userId, int status, OrderByComparator orderByComparator)
          Returns the first social request in the ordered set where userId = ? and status = ?.
static SocialRequest findByU_S_Last(long userId, int status, OrderByComparator orderByComparator)
          Returns the last social request in the ordered set where userId = ? and status = ?.
static SocialRequest[] findByU_S_PrevAndNext(long requestId, long userId, int status, OrderByComparator orderByComparator)
          Returns the social requests before and after the current social request in the ordered set where userId = ? and status = ?.
static List<SocialRequest> findByU_S(long userId, int status)
          Returns all the social requests where userId = ? and status = ?.
static List<SocialRequest> findByU_S(long userId, int status, int start, int end)
          Returns a range of all the social requests where userId = ? and status = ?.
static List<SocialRequest> findByU_S(long userId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social requests where userId = ? and status = ?.
static SocialRequest findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first social request in the ordered set where userId = ?.
static SocialRequest findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last social request in the ordered set where userId = ?.
static SocialRequest[] findByUserId_PrevAndNext(long requestId, long userId, OrderByComparator orderByComparator)
          Returns the social requests before and after the current social request in the ordered set where userId = ?.
static List<SocialRequest> findByUserId(long userId)
          Returns all the social requests where userId = ?.
static List<SocialRequest> findByUserId(long userId, int start, int end)
          Returns a range of all the social requests where userId = ?.
static List<SocialRequest> findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social requests where userId = ?.
static SocialRequest findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first social request in the ordered set where uuid = ? and companyId = ?.
static SocialRequest findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last social request in the ordered set where uuid = ? and companyId = ?.
static SocialRequest[] findByUuid_C_PrevAndNext(long requestId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the social requests before and after the current social request in the ordered set where uuid = ? and companyId = ?.
static List<SocialRequest> findByUuid_C(String uuid, long companyId)
          Returns all the social requests where uuid = ? and companyId = ?.
static List<SocialRequest> findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the social requests where uuid = ? and companyId = ?.
static List<SocialRequest> findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social requests where uuid = ? and companyId = ?.
static SocialRequest findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first social request in the ordered set where uuid = ?.
static 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.
static SocialRequest findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last social request in the ordered set where uuid = ?.
static SocialRequest[] findByUuid_PrevAndNext(long requestId, String uuid, OrderByComparator orderByComparator)
          Returns the social requests before and after the current social request in the ordered set where uuid = ?.
static List<SocialRequest> findByUuid(String uuid)
          Returns all the social requests where uuid = ?.
static List<SocialRequest> findByUuid(String uuid, int start, int end)
          Returns a range of all the social requests where uuid = ?.
static List<SocialRequest> findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social requests where uuid = ?.
static List<SocialRequest> findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<SocialRequest> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<SocialRequest> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static SocialRequestPersistence getPersistence()
           
static SocialRequest remove(long requestId)
          Removes the social request with the primary key from the database.
static void removeAll()
          Removes all the social requests from the database.
static 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.
static void removeByCompanyId(long companyId)
          Removes all the social requests where companyId = ? from the database.
static void removeByR_S(long receiverUserId, int status)
          Removes all the social requests where receiverUserId = ? and status = ? from the database.
static void removeByReceiverUserId(long receiverUserId)
          Removes all the social requests where receiverUserId = ? from the database.
static 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.
static 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.
static void removeByU_S(long userId, int status)
          Removes all the social requests where userId = ? and status = ? from the database.
static void removeByUserId(long userId)
          Removes all the social requests where userId = ? from the database.
static void removeByUuid_C(String uuid, long companyId)
          Removes all the social requests where uuid = ? and companyId = ? from the database.
static SocialRequest removeByUUID_G(String uuid, long groupId)
          Removes the social request where uuid = ? and groupId = ? from the database.
static void removeByUuid(String uuid)
          Removes all the social requests where uuid = ? from the database.
 void setPersistence(SocialRequestPersistence persistence)
          Deprecated. As of 6.2.0
static SocialRequest update(SocialRequest socialRequest)
           
static SocialRequest update(SocialRequest socialRequest, ServiceContext serviceContext)
           
static SocialRequest updateImpl(SocialRequest socialRequest)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SocialRequestUtil

public SocialRequestUtil()
Method Detail

clearCache

public static void clearCache()
See Also:
BasePersistence.clearCache()

clearCache

public static void clearCache(SocialRequest socialRequest)
See Also:
BasePersistence.clearCache(com.liferay.portal.model.BaseModel)

countWithDynamicQuery

public static long countWithDynamicQuery(DynamicQuery dynamicQuery)
                                  throws SystemException
Throws:
SystemException
See Also:
BasePersistence.countWithDynamicQuery(DynamicQuery)

findWithDynamicQuery

public static List<SocialRequest> findWithDynamicQuery(DynamicQuery dynamicQuery)
                                                throws SystemException
Throws:
SystemException
See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery)

findWithDynamicQuery

public static List<SocialRequest> findWithDynamicQuery(DynamicQuery dynamicQuery,
                                                       int start,
                                                       int end)
                                                throws SystemException
Throws:
SystemException
See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)

findWithDynamicQuery

public static List<SocialRequest> findWithDynamicQuery(DynamicQuery dynamicQuery,
                                                       int start,
                                                       int end,
                                                       OrderByComparator orderByComparator)
                                                throws SystemException
Throws:
SystemException
See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)

update

public static SocialRequest update(SocialRequest socialRequest)
                            throws SystemException
Throws:
SystemException
See Also:
BasePersistence.update(com.liferay.portal.model.BaseModel)

update

public static SocialRequest update(SocialRequest socialRequest,
                                   ServiceContext serviceContext)
                            throws SystemException
Throws:
SystemException
See Also:
BasePersistence.update(com.liferay.portal.model.BaseModel, ServiceContext)

findByUuid

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

Parameters:
uuid - the uuid
Returns:
the matching social requests
Throws:
SystemException - if a system exception occurred

findByUuid

public static List<SocialRequest> findByUuid(String uuid,
                                             int start,
                                             int end)
                                      throws SystemException
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
Throws:
SystemException - if a system exception occurred

findByUuid

public static List<SocialRequest> findByUuid(String uuid,
                                             int start,
                                             int end,
                                             OrderByComparator orderByComparator)
                                      throws SystemException
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
Throws:
SystemException - if a system exception occurred

findByUuid_First

public static SocialRequest findByUuid_First(String uuid,
                                             OrderByComparator orderByComparator)
                                      throws SystemException,
                                             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
SystemException - if a system exception occurred

fetchByUuid_First

public static SocialRequest fetchByUuid_First(String uuid,
                                              OrderByComparator orderByComparator)
                                       throws SystemException
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
Throws:
SystemException - if a system exception occurred

findByUuid_Last

public static SocialRequest findByUuid_Last(String uuid,
                                            OrderByComparator orderByComparator)
                                     throws SystemException,
                                            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
SystemException - if a system exception occurred

fetchByUuid_Last

public static SocialRequest fetchByUuid_Last(String uuid,
                                             OrderByComparator orderByComparator)
                                      throws SystemException
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
Throws:
SystemException - if a system exception occurred

findByUuid_PrevAndNext

public static SocialRequest[] findByUuid_PrevAndNext(long requestId,
                                                     String uuid,
                                                     OrderByComparator orderByComparator)
                                              throws SystemException,
                                                     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
SystemException - if a system exception occurred

removeByUuid

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

Parameters:
uuid - the uuid
Throws:
SystemException - if a system exception occurred

countByUuid

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

Parameters:
uuid - the uuid
Returns:
the number of matching social requests
Throws:
SystemException - if a system exception occurred

findByUUID_G

public static SocialRequest findByUUID_G(String uuid,
                                         long groupId)
                                  throws SystemException,
                                         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
SystemException - if a system exception occurred

fetchByUUID_G

public static SocialRequest fetchByUUID_G(String uuid,
                                          long groupId)
                                   throws SystemException
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
Throws:
SystemException - if a system exception occurred

fetchByUUID_G

public static SocialRequest fetchByUUID_G(String uuid,
                                          long groupId,
                                          boolean retrieveFromCache)
                                   throws SystemException
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 use the finder cache
Returns:
the matching social request, or null if a matching social request could not be found
Throws:
SystemException - if a system exception occurred

removeByUUID_G

public static SocialRequest removeByUUID_G(String uuid,
                                           long groupId)
                                    throws SystemException,
                                           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:
SystemException - if a system exception occurred
NoSuchRequestException

countByUUID_G

public static int countByUUID_G(String uuid,
                                long groupId)
                         throws SystemException
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
Throws:
SystemException - if a system exception occurred

findByUuid_C

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

Parameters:
uuid - the uuid
companyId - the company ID
Returns:
the matching social requests
Throws:
SystemException - if a system exception occurred

findByUuid_C

public static List<SocialRequest> findByUuid_C(String uuid,
                                               long companyId,
                                               int start,
                                               int end)
                                        throws SystemException
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
Throws:
SystemException - if a system exception occurred

findByUuid_C

public static List<SocialRequest> findByUuid_C(String uuid,
                                               long companyId,
                                               int start,
                                               int end,
                                               OrderByComparator orderByComparator)
                                        throws SystemException
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
Throws:
SystemException - if a system exception occurred

findByUuid_C_First

public static SocialRequest findByUuid_C_First(String uuid,
                                               long companyId,
                                               OrderByComparator orderByComparator)
                                        throws SystemException,
                                               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
SystemException - if a system exception occurred

fetchByUuid_C_First

public static SocialRequest fetchByUuid_C_First(String uuid,
                                                long companyId,
                                                OrderByComparator orderByComparator)
                                         throws SystemException
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
Throws:
SystemException - if a system exception occurred

findByUuid_C_Last

public static SocialRequest findByUuid_C_Last(String uuid,
                                              long companyId,
                                              OrderByComparator orderByComparator)
                                       throws SystemException,
                                              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
SystemException - if a system exception occurred

fetchByUuid_C_Last

public static SocialRequest fetchByUuid_C_Last(String uuid,
                                               long companyId,
                                               OrderByComparator orderByComparator)
                                        throws SystemException
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
Throws:
SystemException - if a system exception occurred

findByUuid_C_PrevAndNext

public static SocialRequest[] findByUuid_C_PrevAndNext(long requestId,
                                                       String uuid,
                                                       long companyId,
                                                       OrderByComparator orderByComparator)
                                                throws SystemException,
                                                       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
SystemException - if a system exception occurred

removeByUuid_C

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

Parameters:
uuid - the uuid
companyId - the company ID
Throws:
SystemException - if a system exception occurred

countByUuid_C

public static int countByUuid_C(String uuid,
                                long companyId)
                         throws SystemException
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
Throws:
SystemException - if a system exception occurred

findByCompanyId

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

Parameters:
companyId - the company ID
Returns:
the matching social requests
Throws:
SystemException - if a system exception occurred

findByCompanyId

public static List<SocialRequest> findByCompanyId(long companyId,
                                                  int start,
                                                  int end)
                                           throws SystemException
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
Throws:
SystemException - if a system exception occurred

findByCompanyId

public static List<SocialRequest> findByCompanyId(long companyId,
                                                  int start,
                                                  int end,
                                                  OrderByComparator orderByComparator)
                                           throws SystemException
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
Throws:
SystemException - if a system exception occurred

findByCompanyId_First

public static SocialRequest findByCompanyId_First(long companyId,
                                                  OrderByComparator orderByComparator)
                                           throws SystemException,
                                                  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
SystemException - if a system exception occurred

fetchByCompanyId_First

public static SocialRequest fetchByCompanyId_First(long companyId,
                                                   OrderByComparator orderByComparator)
                                            throws SystemException
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
Throws:
SystemException - if a system exception occurred

findByCompanyId_Last

public static SocialRequest findByCompanyId_Last(long companyId,
                                                 OrderByComparator orderByComparator)
                                          throws SystemException,
                                                 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
SystemException - if a system exception occurred

fetchByCompanyId_Last

public static SocialRequest fetchByCompanyId_Last(long companyId,
                                                  OrderByComparator orderByComparator)
                                           throws SystemException
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
Throws:
SystemException - if a system exception occurred

findByCompanyId_PrevAndNext

public static SocialRequest[] findByCompanyId_PrevAndNext(long requestId,
                                                          long companyId,
                                                          OrderByComparator orderByComparator)
                                                   throws SystemException,
                                                          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
SystemException - if a system exception occurred

removeByCompanyId

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

Parameters:
companyId - the company ID
Throws:
SystemException - if a system exception occurred

countByCompanyId

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

Parameters:
companyId - the company ID
Returns:
the number of matching social requests
Throws:
SystemException - if a system exception occurred

findByUserId

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

Parameters:
userId - the user ID
Returns:
the matching social requests
Throws:
SystemException - if a system exception occurred

findByUserId

public static List<SocialRequest> findByUserId(long userId,
                                               int start,
                                               int end)
                                        throws SystemException
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
Throws:
SystemException - if a system exception occurred

findByUserId

public static List<SocialRequest> findByUserId(long userId,
                                               int start,
                                               int end,
                                               OrderByComparator orderByComparator)
                                        throws SystemException
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
Throws:
SystemException - if a system exception occurred

findByUserId_First

public static SocialRequest findByUserId_First(long userId,
                                               OrderByComparator orderByComparator)
                                        throws SystemException,
                                               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
SystemException - if a system exception occurred

fetchByUserId_First

public static SocialRequest fetchByUserId_First(long userId,
                                                OrderByComparator orderByComparator)
                                         throws SystemException
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
Throws:
SystemException - if a system exception occurred

findByUserId_Last

public static SocialRequest findByUserId_Last(long userId,
                                              OrderByComparator orderByComparator)
                                       throws SystemException,
                                              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
SystemException - if a system exception occurred

fetchByUserId_Last

public static SocialRequest fetchByUserId_Last(long userId,
                                               OrderByComparator orderByComparator)
                                        throws SystemException
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
Throws:
SystemException - if a system exception occurred

findByUserId_PrevAndNext

public static SocialRequest[] findByUserId_PrevAndNext(long requestId,
                                                       long userId,
                                                       OrderByComparator orderByComparator)
                                                throws SystemException,
                                                       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
SystemException - if a system exception occurred

removeByUserId

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

Parameters:
userId - the user ID
Throws:
SystemException - if a system exception occurred

countByUserId

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

Parameters:
userId - the user ID
Returns:
the number of matching social requests
Throws:
SystemException - if a system exception occurred

findByReceiverUserId

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

Parameters:
receiverUserId - the receiver user ID
Returns:
the matching social requests
Throws:
SystemException - if a system exception occurred

findByReceiverUserId

public static List<SocialRequest> findByReceiverUserId(long receiverUserId,
                                                       int start,
                                                       int end)
                                                throws SystemException
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
Throws:
SystemException - if a system exception occurred

findByReceiverUserId

public static List<SocialRequest> findByReceiverUserId(long receiverUserId,
                                                       int start,
                                                       int end,
                                                       OrderByComparator orderByComparator)
                                                throws SystemException
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
Throws:
SystemException - if a system exception occurred

findByReceiverUserId_First

public static SocialRequest findByReceiverUserId_First(long receiverUserId,
                                                       OrderByComparator orderByComparator)
                                                throws SystemException,
                                                       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
SystemException - if a system exception occurred

fetchByReceiverUserId_First

public static SocialRequest fetchByReceiverUserId_First(long receiverUserId,
                                                        OrderByComparator orderByComparator)
                                                 throws SystemException
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
Throws:
SystemException - if a system exception occurred

findByReceiverUserId_Last

public static SocialRequest findByReceiverUserId_Last(long receiverUserId,
                                                      OrderByComparator orderByComparator)
                                               throws SystemException,
                                                      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
SystemException - if a system exception occurred

fetchByReceiverUserId_Last

public static SocialRequest fetchByReceiverUserId_Last(long receiverUserId,
                                                       OrderByComparator orderByComparator)
                                                throws SystemException
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
Throws:
SystemException - if a system exception occurred

findByReceiverUserId_PrevAndNext

public static SocialRequest[] findByReceiverUserId_PrevAndNext(long requestId,
                                                               long receiverUserId,
                                                               OrderByComparator orderByComparator)
                                                        throws SystemException,
                                                               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
SystemException - if a system exception occurred

removeByReceiverUserId

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

Parameters:
receiverUserId - the receiver user ID
Throws:
SystemException - if a system exception occurred

countByReceiverUserId

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

Parameters:
receiverUserId - the receiver user ID
Returns:
the number of matching social requests
Throws:
SystemException - if a system exception occurred

findByU_S

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

Parameters:
userId - the user ID
status - the status
Returns:
the matching social requests
Throws:
SystemException - if a system exception occurred

findByU_S

public static List<SocialRequest> findByU_S(long userId,
                                            int status,
                                            int start,
                                            int end)
                                     throws SystemException
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
Throws:
SystemException - if a system exception occurred

findByU_S

public static List<SocialRequest> findByU_S(long userId,
                                            int status,
                                            int start,
                                            int end,
                                            OrderByComparator orderByComparator)
                                     throws SystemException
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
Throws:
SystemException - if a system exception occurred

findByU_S_First

public static SocialRequest findByU_S_First(long userId,
                                            int status,
                                            OrderByComparator orderByComparator)
                                     throws SystemException,
                                            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
SystemException - if a system exception occurred

fetchByU_S_First

public static SocialRequest fetchByU_S_First(long userId,
                                             int status,
                                             OrderByComparator orderByComparator)
                                      throws SystemException
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
Throws:
SystemException - if a system exception occurred

findByU_S_Last

public static SocialRequest findByU_S_Last(long userId,
                                           int status,
                                           OrderByComparator orderByComparator)
                                    throws SystemException,
                                           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
SystemException - if a system exception occurred

fetchByU_S_Last

public static SocialRequest fetchByU_S_Last(long userId,
                                            int status,
                                            OrderByComparator orderByComparator)
                                     throws SystemException
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
Throws:
SystemException - if a system exception occurred

findByU_S_PrevAndNext

public static SocialRequest[] findByU_S_PrevAndNext(long requestId,
                                                    long userId,
                                                    int status,
                                                    OrderByComparator orderByComparator)
                                             throws SystemException,
                                                    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
SystemException - if a system exception occurred

removeByU_S

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

Parameters:
userId - the user ID
status - the status
Throws:
SystemException - if a system exception occurred

countByU_S

public static int countByU_S(long userId,
                             int status)
                      throws SystemException
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
Throws:
SystemException - if a system exception occurred

findByR_S

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

Parameters:
receiverUserId - the receiver user ID
status - the status
Returns:
the matching social requests
Throws:
SystemException - if a system exception occurred

findByR_S

public static List<SocialRequest> findByR_S(long receiverUserId,
                                            int status,
                                            int start,
                                            int end)
                                     throws SystemException
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
Throws:
SystemException - if a system exception occurred

findByR_S

public static List<SocialRequest> findByR_S(long receiverUserId,
                                            int status,
                                            int start,
                                            int end,
                                            OrderByComparator orderByComparator)
                                     throws SystemException
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
Throws:
SystemException - if a system exception occurred

findByR_S_First

public static SocialRequest findByR_S_First(long receiverUserId,
                                            int status,
                                            OrderByComparator orderByComparator)
                                     throws SystemException,
                                            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
SystemException - if a system exception occurred

fetchByR_S_First

public static SocialRequest fetchByR_S_First(long receiverUserId,
                                             int status,
                                             OrderByComparator orderByComparator)
                                      throws SystemException
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
Throws:
SystemException - if a system exception occurred

findByR_S_Last

public static SocialRequest findByR_S_Last(long receiverUserId,
                                           int status,
                                           OrderByComparator orderByComparator)
                                    throws SystemException,
                                           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
SystemException - if a system exception occurred

fetchByR_S_Last

public static SocialRequest fetchByR_S_Last(long receiverUserId,
                                            int status,
                                            OrderByComparator orderByComparator)
                                     throws SystemException
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
Throws:
SystemException - if a system exception occurred

findByR_S_PrevAndNext

public static SocialRequest[] findByR_S_PrevAndNext(long requestId,
                                                    long receiverUserId,
                                                    int status,
                                                    OrderByComparator orderByComparator)
                                             throws SystemException,
                                                    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
SystemException - if a system exception occurred

removeByR_S

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

Parameters:
receiverUserId - the receiver user ID
status - the status
Throws:
SystemException - if a system exception occurred

countByR_S

public static int countByR_S(long receiverUserId,
                             int status)
                      throws SystemException
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
Throws:
SystemException - if a system exception occurred

findByU_C_C_T_R

public static SocialRequest findByU_C_C_T_R(long userId,
                                            long classNameId,
                                            long classPK,
                                            int type,
                                            long receiverUserId)
                                     throws SystemException,
                                            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
SystemException - if a system exception occurred

fetchByU_C_C_T_R

public static SocialRequest fetchByU_C_C_T_R(long userId,
                                             long classNameId,
                                             long classPK,
                                             int type,
                                             long receiverUserId)
                                      throws SystemException
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
Throws:
SystemException - if a system exception occurred

fetchByU_C_C_T_R

public static SocialRequest fetchByU_C_C_T_R(long userId,
                                             long classNameId,
                                             long classPK,
                                             int type,
                                             long receiverUserId,
                                             boolean retrieveFromCache)
                                      throws SystemException
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 use the finder cache
Returns:
the matching social request, or null if a matching social request could not be found
Throws:
SystemException - if a system exception occurred

removeByU_C_C_T_R

public static SocialRequest removeByU_C_C_T_R(long userId,
                                              long classNameId,
                                              long classPK,
                                              int type,
                                              long receiverUserId)
                                       throws SystemException,
                                              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:
SystemException - if a system exception occurred
NoSuchRequestException

countByU_C_C_T_R

public static int countByU_C_C_T_R(long userId,
                                   long classNameId,
                                   long classPK,
                                   int type,
                                   long receiverUserId)
                            throws SystemException
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
Throws:
SystemException - if a system exception occurred

findByU_C_C_T_S

public static List<SocialRequest> findByU_C_C_T_S(long userId,
                                                  long classNameId,
                                                  long classPK,
                                                  int type,
                                                  int status)
                                           throws SystemException
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
Throws:
SystemException - if a system exception occurred

findByU_C_C_T_S

public static List<SocialRequest> findByU_C_C_T_S(long userId,
                                                  long classNameId,
                                                  long classPK,
                                                  int type,
                                                  int status,
                                                  int start,
                                                  int end)
                                           throws SystemException
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
Throws:
SystemException - if a system exception occurred

findByU_C_C_T_S

public static List<SocialRequest> findByU_C_C_T_S(long userId,
                                                  long classNameId,
                                                  long classPK,
                                                  int type,
                                                  int status,
                                                  int start,
                                                  int end,
                                                  OrderByComparator orderByComparator)
                                           throws SystemException
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
Throws:
SystemException - if a system exception occurred

findByU_C_C_T_S_First

public static SocialRequest findByU_C_C_T_S_First(long userId,
                                                  long classNameId,
                                                  long classPK,
                                                  int type,
                                                  int status,
                                                  OrderByComparator orderByComparator)
                                           throws SystemException,
                                                  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
SystemException - if a system exception occurred

fetchByU_C_C_T_S_First

public static SocialRequest fetchByU_C_C_T_S_First(long userId,
                                                   long classNameId,
                                                   long classPK,
                                                   int type,
                                                   int status,
                                                   OrderByComparator orderByComparator)
                                            throws SystemException
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
Throws:
SystemException - if a system exception occurred

findByU_C_C_T_S_Last

public static SocialRequest findByU_C_C_T_S_Last(long userId,
                                                 long classNameId,
                                                 long classPK,
                                                 int type,
                                                 int status,
                                                 OrderByComparator orderByComparator)
                                          throws SystemException,
                                                 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
SystemException - if a system exception occurred

fetchByU_C_C_T_S_Last

public static SocialRequest fetchByU_C_C_T_S_Last(long userId,
                                                  long classNameId,
                                                  long classPK,
                                                  int type,
                                                  int status,
                                                  OrderByComparator orderByComparator)
                                           throws SystemException
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
Throws:
SystemException - if a system exception occurred

findByU_C_C_T_S_PrevAndNext

public static SocialRequest[] findByU_C_C_T_S_PrevAndNext(long requestId,
                                                          long userId,
                                                          long classNameId,
                                                          long classPK,
                                                          int type,
                                                          int status,
                                                          OrderByComparator orderByComparator)
                                                   throws SystemException,
                                                          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
SystemException - if a system exception occurred

removeByU_C_C_T_S

public static void removeByU_C_C_T_S(long userId,
                                     long classNameId,
                                     long classPK,
                                     int type,
                                     int status)
                              throws SystemException
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
Throws:
SystemException - if a system exception occurred

countByU_C_C_T_S

public static int countByU_C_C_T_S(long userId,
                                   long classNameId,
                                   long classPK,
                                   int type,
                                   int status)
                            throws SystemException
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
Throws:
SystemException - if a system exception occurred

findByC_C_T_R_S

public static List<SocialRequest> findByC_C_T_R_S(long classNameId,
                                                  long classPK,
                                                  int type,
                                                  long receiverUserId,
                                                  int status)
                                           throws SystemException
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
Throws:
SystemException - if a system exception occurred

findByC_C_T_R_S

public static List<SocialRequest> findByC_C_T_R_S(long classNameId,
                                                  long classPK,
                                                  int type,
                                                  long receiverUserId,
                                                  int status,
                                                  int start,
                                                  int end)
                                           throws SystemException
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
Throws:
SystemException - if a system exception occurred

findByC_C_T_R_S

public static List<SocialRequest> findByC_C_T_R_S(long classNameId,
                                                  long classPK,
                                                  int type,
                                                  long receiverUserId,
                                                  int status,
                                                  int start,
                                                  int end,
                                                  OrderByComparator orderByComparator)
                                           throws SystemException
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
Throws:
SystemException - if a system exception occurred

findByC_C_T_R_S_First

public static SocialRequest findByC_C_T_R_S_First(long classNameId,
                                                  long classPK,
                                                  int type,
                                                  long receiverUserId,
                                                  int status,
                                                  OrderByComparator orderByComparator)
                                           throws SystemException,
                                                  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
SystemException - if a system exception occurred

fetchByC_C_T_R_S_First

public static SocialRequest fetchByC_C_T_R_S_First(long classNameId,
                                                   long classPK,
                                                   int type,
                                                   long receiverUserId,
                                                   int status,
                                                   OrderByComparator orderByComparator)
                                            throws SystemException
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
Throws:
SystemException - if a system exception occurred

findByC_C_T_R_S_Last

public static SocialRequest findByC_C_T_R_S_Last(long classNameId,
                                                 long classPK,
                                                 int type,
                                                 long receiverUserId,
                                                 int status,
                                                 OrderByComparator orderByComparator)
                                          throws SystemException,
                                                 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
SystemException - if a system exception occurred

fetchByC_C_T_R_S_Last

public static SocialRequest fetchByC_C_T_R_S_Last(long classNameId,
                                                  long classPK,
                                                  int type,
                                                  long receiverUserId,
                                                  int status,
                                                  OrderByComparator orderByComparator)
                                           throws SystemException
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
Throws:
SystemException - if a system exception occurred

findByC_C_T_R_S_PrevAndNext

public static SocialRequest[] findByC_C_T_R_S_PrevAndNext(long requestId,
                                                          long classNameId,
                                                          long classPK,
                                                          int type,
                                                          long receiverUserId,
                                                          int status,
                                                          OrderByComparator orderByComparator)
                                                   throws SystemException,
                                                          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
SystemException - if a system exception occurred

removeByC_C_T_R_S

public static void removeByC_C_T_R_S(long classNameId,
                                     long classPK,
                                     int type,
                                     long receiverUserId,
                                     int status)
                              throws SystemException
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
Throws:
SystemException - if a system exception occurred

countByC_C_T_R_S

public static int countByC_C_T_R_S(long classNameId,
                                   long classPK,
                                   int type,
                                   long receiverUserId,
                                   int status)
                            throws SystemException
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
Throws:
SystemException - if a system exception occurred

cacheResult

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

Parameters:
socialRequest - the social request

cacheResult

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

Parameters:
socialRequests - the social requests

create

public static 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

public static SocialRequest remove(long requestId)
                            throws SystemException,
                                   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
SystemException - if a system exception occurred

updateImpl

public static SocialRequest updateImpl(SocialRequest socialRequest)
                                throws SystemException
Throws:
SystemException

findByPrimaryKey

public static SocialRequest findByPrimaryKey(long requestId)
                                      throws SystemException,
                                             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
SystemException - if a system exception occurred

fetchByPrimaryKey

public static SocialRequest fetchByPrimaryKey(long requestId)
                                       throws SystemException
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
Throws:
SystemException - if a system exception occurred

findAll

public static List<SocialRequest> findAll()
                                   throws SystemException
Returns all the social requests.

Returns:
the social requests
Throws:
SystemException - if a system exception occurred

findAll

public static List<SocialRequest> findAll(int start,
                                          int end)
                                   throws SystemException
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
Throws:
SystemException - if a system exception occurred

findAll

public static List<SocialRequest> findAll(int start,
                                          int end,
                                          OrderByComparator orderByComparator)
                                   throws SystemException
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
Throws:
SystemException - if a system exception occurred

removeAll

public static void removeAll()
                      throws SystemException
Removes all the social requests from the database.

Throws:
SystemException - if a system exception occurred

countAll

public static int countAll()
                    throws SystemException
Returns the number of social requests.

Returns:
the number of social requests
Throws:
SystemException - if a system exception occurred

getPersistence

public static SocialRequestPersistence getPersistence()

setPersistence

public void setPersistence(SocialRequestPersistence persistence)
Deprecated. As of 6.2.0


Liferay 6.2-ce-ga5