public class SocialRequestUtil
extends Object
com.liferay.portlet.social.service.persistence.impl.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
SocialRequestPersistence
Constructor and Description |
---|
SocialRequestUtil() |
Modifier and Type | Method and Description |
---|---|
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 |
countByC_C(long classNameId,
long classPK)
Returns the number of social requests where classNameId = ? and classPK = ?.
|
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_First(long classNameId,
long classPK,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where classNameId = ? and classPK = ?.
|
static SocialRequest |
fetchByC_C_Last(long classNameId,
long classPK,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where classNameId = ? and classPK = ?.
|
static SocialRequest |
fetchByC_C_T_R_S_First(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.
|
static SocialRequest |
fetchByC_C_T_R_S_Last(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.
|
static SocialRequest |
fetchByCompanyId_First(long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where companyId = ?.
|
static SocialRequest |
fetchByCompanyId_Last(long companyId,
OrderByComparator<SocialRequest> 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 Map<Serializable,SocialRequest> |
fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
static SocialRequest |
fetchByR_S_First(long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where receiverUserId = ? and status = ?.
|
static SocialRequest |
fetchByR_S_Last(long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where receiverUserId = ? and status = ?.
|
static SocialRequest |
fetchByReceiverUserId_First(long receiverUserId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where receiverUserId = ?.
|
static SocialRequest |
fetchByReceiverUserId_Last(long receiverUserId,
OrderByComparator<SocialRequest> 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 useFinderCache)
Returns the social request where userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ? or returns
null if it could not be found, optionally using the finder cache. |
static SocialRequest |
fetchByU_C_C_T_S_First(long userId,
long classNameId,
long classPK,
int type,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.
|
static SocialRequest |
fetchByU_C_C_T_S_Last(long userId,
long classNameId,
long classPK,
int type,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.
|
static SocialRequest |
fetchByU_S_First(long userId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where userId = ? and status = ?.
|
static SocialRequest |
fetchByU_S_Last(long userId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where userId = ? and status = ?.
|
static SocialRequest |
fetchByUserId_First(long userId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where userId = ?.
|
static SocialRequest |
fetchByUserId_Last(long userId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where userId = ?.
|
static SocialRequest |
fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where uuid = ? and companyId = ?.
|
static SocialRequest |
fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where uuid = ? and companyId = ?.
|
static SocialRequest |
fetchByUuid_First(String uuid,
OrderByComparator<SocialRequest> 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 useFinderCache)
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<SocialRequest> 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<SocialRequest> orderByComparator)
Returns an ordered range of all the social requests.
|
static List<SocialRequest> |
findAll(int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the social requests.
|
static SocialRequest |
findByC_C_First(long classNameId,
long classPK,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where classNameId = ? and classPK = ?.
|
static SocialRequest |
findByC_C_Last(long classNameId,
long classPK,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where classNameId = ? and classPK = ?.
|
static SocialRequest[] |
findByC_C_PrevAndNext(long requestId,
long classNameId,
long classPK,
OrderByComparator<SocialRequest> orderByComparator)
Returns the social requests before and after the current social request in the ordered set where classNameId = ? and classPK = ?.
|
static SocialRequest |
findByC_C_T_R_S_First(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.
|
static SocialRequest |
findByC_C_T_R_S_Last(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.
|
static SocialRequest[] |
findByC_C_T_R_S_PrevAndNext(long requestId,
long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the social requests before and after the current social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.
|
static 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<SocialRequest> orderByComparator)
Returns an ordered 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<SocialRequest> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the social requests where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.
|
static List<SocialRequest> |
findByC_C(long classNameId,
long classPK)
Returns all the social requests where classNameId = ? and classPK = ?.
|
static List<SocialRequest> |
findByC_C(long classNameId,
long classPK,
int start,
int end)
Returns a range of all the social requests where classNameId = ? and classPK = ?.
|
static List<SocialRequest> |
findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator)
Returns an ordered range of all the social requests where classNameId = ? and classPK = ?.
|
static List<SocialRequest> |
findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the social requests where classNameId = ? and classPK = ?.
|
static SocialRequest |
findByCompanyId_First(long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where companyId = ?.
|
static SocialRequest |
findByCompanyId_Last(long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where companyId = ?.
|
static SocialRequest[] |
findByCompanyId_PrevAndNext(long requestId,
long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the social requests before and after the current social request in the ordered set where companyId = ?.
|
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<SocialRequest> orderByComparator)
Returns an ordered range of all the social requests where companyId = ?.
|
static List<SocialRequest> |
findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean useFinderCache)
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<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where receiverUserId = ? and status = ?.
|
static SocialRequest |
findByR_S_Last(long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where receiverUserId = ? and status = ?.
|
static SocialRequest[] |
findByR_S_PrevAndNext(long requestId,
long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the social requests before and after the current social request in the ordered set where receiverUserId = ? and status = ?.
|
static 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<SocialRequest> orderByComparator)
Returns an ordered range of all the social requests where receiverUserId = ? and status = ?.
|
static List<SocialRequest> |
findByR_S(long receiverUserId,
int status,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the social requests where receiverUserId = ? and status = ?.
|
static SocialRequest |
findByReceiverUserId_First(long receiverUserId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where receiverUserId = ?.
|
static SocialRequest |
findByReceiverUserId_Last(long receiverUserId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where receiverUserId = ?.
|
static SocialRequest[] |
findByReceiverUserId_PrevAndNext(long requestId,
long receiverUserId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the social requests before and after the current social request in the ordered set where receiverUserId = ?.
|
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<SocialRequest> orderByComparator)
Returns an ordered range of all the social requests where receiverUserId = ?.
|
static List<SocialRequest> |
findByReceiverUserId(long receiverUserId,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean useFinderCache)
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<SocialRequest> 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<SocialRequest> 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<SocialRequest> orderByComparator)
Returns the social requests before and after the current social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.
|
static 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<SocialRequest> orderByComparator)
Returns an ordered 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<SocialRequest> orderByComparator,
boolean useFinderCache)
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<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where userId = ? and status = ?.
|
static SocialRequest |
findByU_S_Last(long userId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where userId = ? and status = ?.
|
static SocialRequest[] |
findByU_S_PrevAndNext(long requestId,
long userId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the social requests before and after the current social request in the ordered set where userId = ? and status = ?.
|
static 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<SocialRequest> orderByComparator)
Returns an ordered range of all the social requests where userId = ? and status = ?.
|
static List<SocialRequest> |
findByU_S(long userId,
int status,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the social requests where userId = ? and status = ?.
|
static SocialRequest |
findByUserId_First(long userId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where userId = ?.
|
static SocialRequest |
findByUserId_Last(long userId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where userId = ?.
|
static SocialRequest[] |
findByUserId_PrevAndNext(long requestId,
long userId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the social requests before and after the current social request in the ordered set where userId = ?.
|
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<SocialRequest> orderByComparator)
Returns an ordered range of all the social requests where userId = ?.
|
static List<SocialRequest> |
findByUserId(long userId,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the social requests where userId = ?.
|
static SocialRequest |
findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where uuid = ? and companyId = ?.
|
static SocialRequest |
findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where uuid = ? and companyId = ?.
|
static SocialRequest[] |
findByUuid_C_PrevAndNext(long requestId,
String uuid,
long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the social requests before and after the current social request in the ordered set where uuid = ? and companyId = ?.
|
static 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<SocialRequest> orderByComparator)
Returns an ordered range of all the social requests where uuid = ? and companyId = ?.
|
static List<SocialRequest> |
findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the social requests where uuid = ? and companyId = ?.
|
static SocialRequest |
findByUuid_First(String uuid,
OrderByComparator<SocialRequest> 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<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where uuid = ?.
|
static SocialRequest[] |
findByUuid_PrevAndNext(long requestId,
String uuid,
OrderByComparator<SocialRequest> orderByComparator)
Returns the social requests before and after the current social request in the ordered set where uuid = ?.
|
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<SocialRequest> orderByComparator)
Returns an ordered range of all the social requests where uuid = ?.
|
static List<SocialRequest> |
findByUuid(String uuid,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean useFinderCache)
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<SocialRequest> 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 |
removeByC_C(long classNameId,
long classPK)
Removes all the social requests where classNameId = ? and classPK = ? 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.
|
static SocialRequest |
update(SocialRequest socialRequest) |
static SocialRequest |
update(SocialRequest socialRequest,
ServiceContext serviceContext) |
static SocialRequest |
updateImpl(SocialRequest socialRequest) |
public static void clearCache()
BasePersistence.clearCache()
public static void clearCache(SocialRequest socialRequest)
public static long countWithDynamicQuery(DynamicQuery dynamicQuery)
public static Map<Serializable,SocialRequest> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
BasePersistence.fetchByPrimaryKeys(Set)
public static List<SocialRequest> findWithDynamicQuery(DynamicQuery dynamicQuery)
public static List<SocialRequest> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
public static List<SocialRequest> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<SocialRequest> orderByComparator)
public static SocialRequest update(SocialRequest socialRequest)
public static SocialRequest update(SocialRequest socialRequest, ServiceContext serviceContext)
public static List<SocialRequest> findByUuid(String uuid)
uuid
- the uuidpublic static List<SocialRequest> findByUuid(String uuid, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SocialRequestModelImpl
.
uuid
- the uuidstart
- the lower bound of the range of social requestsend
- the upper bound of the range of social requests (not inclusive)public static List<SocialRequest> findByUuid(String uuid, int start, int end, OrderByComparator<SocialRequest> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SocialRequestModelImpl
.
uuid
- the uuidstart
- the lower bound of the range of social requestsend
- the upper bound of the range of social requests (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static List<SocialRequest> findByUuid(String uuid, int start, int end, OrderByComparator<SocialRequest> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SocialRequestModelImpl
.
uuid
- the uuidstart
- the lower bound of the range of social requestsend
- the upper bound of the range of social requests (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static SocialRequest findByUuid_First(String uuid, OrderByComparator<SocialRequest> orderByComparator) throws NoSuchRequestException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchRequestException
- if a matching social request could not be foundpublic static SocialRequest fetchByUuid_First(String uuid, OrderByComparator<SocialRequest> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching social request could not be foundpublic static SocialRequest findByUuid_Last(String uuid, OrderByComparator<SocialRequest> orderByComparator) throws NoSuchRequestException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchRequestException
- if a matching social request could not be foundpublic static SocialRequest fetchByUuid_Last(String uuid, OrderByComparator<SocialRequest> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching social request could not be foundpublic static SocialRequest[] findByUuid_PrevAndNext(long requestId, String uuid, OrderByComparator<SocialRequest> orderByComparator) throws NoSuchRequestException
requestId
- the primary key of the current social requestuuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchRequestException
- if a social request with the primary key could not be foundpublic static void removeByUuid(String uuid)
uuid
- the uuidpublic static int countByUuid(String uuid)
uuid
- the uuidpublic static SocialRequest findByUUID_G(String uuid, long groupId) throws NoSuchRequestException
NoSuchRequestException
if it could not be found.uuid
- the uuidgroupId
- the group IDNoSuchRequestException
- if a matching social request could not be foundpublic static SocialRequest fetchByUUID_G(String uuid, long groupId)
null
if it could not be found. Uses the finder cache.uuid
- the uuidgroupId
- the group IDnull
if a matching social request could not be foundpublic static SocialRequest fetchByUUID_G(String uuid, long groupId, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.uuid
- the uuidgroupId
- the group IDuseFinderCache
- whether to use the finder cachenull
if a matching social request could not be foundpublic static SocialRequest removeByUUID_G(String uuid, long groupId) throws NoSuchRequestException
uuid
- the uuidgroupId
- the group IDNoSuchRequestException
public static int countByUUID_G(String uuid, long groupId)
uuid
- the uuidgroupId
- the group IDpublic static List<SocialRequest> findByUuid_C(String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDpublic static List<SocialRequest> findByUuid_C(String uuid, long companyId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SocialRequestModelImpl
.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of social requestsend
- the upper bound of the range of social requests (not inclusive)public static List<SocialRequest> findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<SocialRequest> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SocialRequestModelImpl
.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of social requestsend
- the upper bound of the range of social requests (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static List<SocialRequest> findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<SocialRequest> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SocialRequestModelImpl
.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of social requestsend
- the upper bound of the range of social requests (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static SocialRequest findByUuid_C_First(String uuid, long companyId, OrderByComparator<SocialRequest> orderByComparator) throws NoSuchRequestException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchRequestException
- if a matching social request could not be foundpublic static SocialRequest fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<SocialRequest> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching social request could not be foundpublic static SocialRequest findByUuid_C_Last(String uuid, long companyId, OrderByComparator<SocialRequest> orderByComparator) throws NoSuchRequestException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchRequestException
- if a matching social request could not be foundpublic static SocialRequest fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<SocialRequest> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching social request could not be foundpublic static SocialRequest[] findByUuid_C_PrevAndNext(long requestId, String uuid, long companyId, OrderByComparator<SocialRequest> orderByComparator) throws NoSuchRequestException
requestId
- the primary key of the current social requestuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchRequestException
- if a social request with the primary key could not be foundpublic static void removeByUuid_C(String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDpublic static int countByUuid_C(String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDpublic static List<SocialRequest> findByCompanyId(long companyId)
companyId
- the company IDpublic static List<SocialRequest> findByCompanyId(long companyId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SocialRequestModelImpl
.
companyId
- the company IDstart
- the lower bound of the range of social requestsend
- the upper bound of the range of social requests (not inclusive)public static List<SocialRequest> findByCompanyId(long companyId, int start, int end, OrderByComparator<SocialRequest> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SocialRequestModelImpl
.
companyId
- the company IDstart
- the lower bound of the range of social requestsend
- the upper bound of the range of social requests (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static List<SocialRequest> findByCompanyId(long companyId, int start, int end, OrderByComparator<SocialRequest> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SocialRequestModelImpl
.
companyId
- the company IDstart
- the lower bound of the range of social requestsend
- the upper bound of the range of social requests (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static SocialRequest findByCompanyId_First(long companyId, OrderByComparator<SocialRequest> orderByComparator) throws NoSuchRequestException
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchRequestException
- if a matching social request could not be foundpublic static SocialRequest fetchByCompanyId_First(long companyId, OrderByComparator<SocialRequest> orderByComparator)
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching social request could not be foundpublic static SocialRequest findByCompanyId_Last(long companyId, OrderByComparator<SocialRequest> orderByComparator) throws NoSuchRequestException
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchRequestException
- if a matching social request could not be foundpublic static SocialRequest fetchByCompanyId_Last(long companyId, OrderByComparator<SocialRequest> orderByComparator)
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching social request could not be foundpublic static SocialRequest[] findByCompanyId_PrevAndNext(long requestId, long companyId, OrderByComparator<SocialRequest> orderByComparator) throws NoSuchRequestException
requestId
- the primary key of the current social requestcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchRequestException
- if a social request with the primary key could not be foundpublic static void removeByCompanyId(long companyId)
companyId
- the company IDpublic static int countByCompanyId(long companyId)
companyId
- the company IDpublic static List<SocialRequest> findByUserId(long userId)
userId
- the user IDpublic static List<SocialRequest> findByUserId(long userId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SocialRequestModelImpl
.
userId
- the user IDstart
- the lower bound of the range of social requestsend
- the upper bound of the range of social requests (not inclusive)public static List<SocialRequest> findByUserId(long userId, int start, int end, OrderByComparator<SocialRequest> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SocialRequestModelImpl
.
userId
- the user IDstart
- the lower bound of the range of social requestsend
- the upper bound of the range of social requests (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static List<SocialRequest> findByUserId(long userId, int start, int end, OrderByComparator<SocialRequest> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SocialRequestModelImpl
.
userId
- the user IDstart
- the lower bound of the range of social requestsend
- the upper bound of the range of social requests (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static SocialRequest findByUserId_First(long userId, OrderByComparator<SocialRequest> orderByComparator) throws NoSuchRequestException
userId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchRequestException
- if a matching social request could not be foundpublic static SocialRequest fetchByUserId_First(long userId, OrderByComparator<SocialRequest> orderByComparator)
userId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching social request could not be foundpublic static SocialRequest findByUserId_Last(long userId, OrderByComparator<SocialRequest> orderByComparator) throws NoSuchRequestException
userId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchRequestException
- if a matching social request could not be foundpublic static SocialRequest fetchByUserId_Last(long userId, OrderByComparator<SocialRequest> orderByComparator)
userId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching social request could not be foundpublic static SocialRequest[] findByUserId_PrevAndNext(long requestId, long userId, OrderByComparator<SocialRequest> orderByComparator) throws NoSuchRequestException
requestId
- the primary key of the current social requestuserId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchRequestException
- if a social request with the primary key could not be foundpublic static void removeByUserId(long userId)
userId
- the user IDpublic static int countByUserId(long userId)
userId
- the user IDpublic static List<SocialRequest> findByReceiverUserId(long receiverUserId)
receiverUserId
- the receiver user IDpublic static List<SocialRequest> findByReceiverUserId(long receiverUserId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SocialRequestModelImpl
.
receiverUserId
- the receiver user IDstart
- the lower bound of the range of social requestsend
- the upper bound of the range of social requests (not inclusive)public static List<SocialRequest> findByReceiverUserId(long receiverUserId, int start, int end, OrderByComparator<SocialRequest> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SocialRequestModelImpl
.
receiverUserId
- the receiver user IDstart
- the lower bound of the range of social requestsend
- the upper bound of the range of social requests (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static List<SocialRequest> findByReceiverUserId(long receiverUserId, int start, int end, OrderByComparator<SocialRequest> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SocialRequestModelImpl
.
receiverUserId
- the receiver user IDstart
- the lower bound of the range of social requestsend
- the upper bound of the range of social requests (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static SocialRequest findByReceiverUserId_First(long receiverUserId, OrderByComparator<SocialRequest> orderByComparator) throws NoSuchRequestException
receiverUserId
- the receiver user IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchRequestException
- if a matching social request could not be foundpublic static SocialRequest fetchByReceiverUserId_First(long receiverUserId, OrderByComparator<SocialRequest> orderByComparator)
receiverUserId
- the receiver user IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching social request could not be foundpublic static SocialRequest findByReceiverUserId_Last(long receiverUserId, OrderByComparator<SocialRequest> orderByComparator) throws NoSuchRequestException
receiverUserId
- the receiver user IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchRequestException
- if a matching social request could not be foundpublic static SocialRequest fetchByReceiverUserId_Last(long receiverUserId, OrderByComparator<SocialRequest> orderByComparator)
receiverUserId
- the receiver user IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching social request could not be foundpublic static SocialRequest[] findByReceiverUserId_PrevAndNext(long requestId, long receiverUserId, OrderByComparator<SocialRequest> orderByComparator) throws NoSuchRequestException
requestId
- the primary key of the current social requestreceiverUserId
- the receiver user IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchRequestException
- if a social request with the primary key could not be foundpublic static void removeByReceiverUserId(long receiverUserId)
receiverUserId
- the receiver user IDpublic static int countByReceiverUserId(long receiverUserId)
receiverUserId
- the receiver user IDpublic static List<SocialRequest> findByU_S(long userId, int status)
userId
- the user IDstatus
- the statuspublic static List<SocialRequest> findByU_S(long userId, int status, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SocialRequestModelImpl
.
userId
- the user IDstatus
- the statusstart
- the lower bound of the range of social requestsend
- the upper bound of the range of social requests (not inclusive)public static List<SocialRequest> findByU_S(long userId, int status, int start, int end, OrderByComparator<SocialRequest> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SocialRequestModelImpl
.
userId
- the user IDstatus
- the statusstart
- the lower bound of the range of social requestsend
- the upper bound of the range of social requests (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static List<SocialRequest> findByU_S(long userId, int status, int start, int end, OrderByComparator<SocialRequest> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SocialRequestModelImpl
.
userId
- the user IDstatus
- the statusstart
- the lower bound of the range of social requestsend
- the upper bound of the range of social requests (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static SocialRequest findByU_S_First(long userId, int status, OrderByComparator<SocialRequest> orderByComparator) throws NoSuchRequestException
userId
- the user IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchRequestException
- if a matching social request could not be foundpublic static SocialRequest fetchByU_S_First(long userId, int status, OrderByComparator<SocialRequest> orderByComparator)
userId
- the user IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching social request could not be foundpublic static SocialRequest findByU_S_Last(long userId, int status, OrderByComparator<SocialRequest> orderByComparator) throws NoSuchRequestException
userId
- the user IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchRequestException
- if a matching social request could not be foundpublic static SocialRequest fetchByU_S_Last(long userId, int status, OrderByComparator<SocialRequest> orderByComparator)
userId
- the user IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching social request could not be foundpublic static SocialRequest[] findByU_S_PrevAndNext(long requestId, long userId, int status, OrderByComparator<SocialRequest> orderByComparator) throws NoSuchRequestException
requestId
- the primary key of the current social requestuserId
- the user IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchRequestException
- if a social request with the primary key could not be foundpublic static void removeByU_S(long userId, int status)
userId
- the user IDstatus
- the statuspublic static int countByU_S(long userId, int status)
userId
- the user IDstatus
- the statuspublic static List<SocialRequest> findByC_C(long classNameId, long classPK)
classNameId
- the class name IDclassPK
- the class pkpublic static List<SocialRequest> findByC_C(long classNameId, long classPK, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SocialRequestModelImpl
.
classNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of social requestsend
- the upper bound of the range of social requests (not inclusive)public static List<SocialRequest> findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator<SocialRequest> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SocialRequestModelImpl
.
classNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of social requestsend
- the upper bound of the range of social requests (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static List<SocialRequest> findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator<SocialRequest> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SocialRequestModelImpl
.
classNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of social requestsend
- the upper bound of the range of social requests (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static SocialRequest findByC_C_First(long classNameId, long classPK, OrderByComparator<SocialRequest> orderByComparator) throws NoSuchRequestException
classNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)NoSuchRequestException
- if a matching social request could not be foundpublic static SocialRequest fetchByC_C_First(long classNameId, long classPK, OrderByComparator<SocialRequest> orderByComparator)
classNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching social request could not be foundpublic static SocialRequest findByC_C_Last(long classNameId, long classPK, OrderByComparator<SocialRequest> orderByComparator) throws NoSuchRequestException
classNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)NoSuchRequestException
- if a matching social request could not be foundpublic static SocialRequest fetchByC_C_Last(long classNameId, long classPK, OrderByComparator<SocialRequest> orderByComparator)
classNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching social request could not be foundpublic static SocialRequest[] findByC_C_PrevAndNext(long requestId, long classNameId, long classPK, OrderByComparator<SocialRequest> orderByComparator) throws NoSuchRequestException
requestId
- the primary key of the current social requestclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)NoSuchRequestException
- if a social request with the primary key could not be foundpublic static void removeByC_C(long classNameId, long classPK)
classNameId
- the class name IDclassPK
- the class pkpublic static int countByC_C(long classNameId, long classPK)
classNameId
- the class name IDclassPK
- the class pkpublic static List<SocialRequest> findByR_S(long receiverUserId, int status)
receiverUserId
- the receiver user IDstatus
- the statuspublic static List<SocialRequest> findByR_S(long receiverUserId, int status, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SocialRequestModelImpl
.
receiverUserId
- the receiver user IDstatus
- the statusstart
- the lower bound of the range of social requestsend
- the upper bound of the range of social requests (not inclusive)public static List<SocialRequest> findByR_S(long receiverUserId, int status, int start, int end, OrderByComparator<SocialRequest> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SocialRequestModelImpl
.
receiverUserId
- the receiver user IDstatus
- the statusstart
- the lower bound of the range of social requestsend
- the upper bound of the range of social requests (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static List<SocialRequest> findByR_S(long receiverUserId, int status, int start, int end, OrderByComparator<SocialRequest> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SocialRequestModelImpl
.
receiverUserId
- the receiver user IDstatus
- the statusstart
- the lower bound of the range of social requestsend
- the upper bound of the range of social requests (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static SocialRequest findByR_S_First(long receiverUserId, int status, OrderByComparator<SocialRequest> orderByComparator) throws NoSuchRequestException
receiverUserId
- the receiver user IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchRequestException
- if a matching social request could not be foundpublic static SocialRequest fetchByR_S_First(long receiverUserId, int status, OrderByComparator<SocialRequest> orderByComparator)
receiverUserId
- the receiver user IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching social request could not be foundpublic static SocialRequest findByR_S_Last(long receiverUserId, int status, OrderByComparator<SocialRequest> orderByComparator) throws NoSuchRequestException
receiverUserId
- the receiver user IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchRequestException
- if a matching social request could not be foundpublic static SocialRequest fetchByR_S_Last(long receiverUserId, int status, OrderByComparator<SocialRequest> orderByComparator)
receiverUserId
- the receiver user IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching social request could not be foundpublic static SocialRequest[] findByR_S_PrevAndNext(long requestId, long receiverUserId, int status, OrderByComparator<SocialRequest> orderByComparator) throws NoSuchRequestException
requestId
- the primary key of the current social requestreceiverUserId
- the receiver user IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchRequestException
- if a social request with the primary key could not be foundpublic static void removeByR_S(long receiverUserId, int status)
receiverUserId
- the receiver user IDstatus
- the statuspublic static int countByR_S(long receiverUserId, int status)
receiverUserId
- the receiver user IDstatus
- the statuspublic static SocialRequest findByU_C_C_T_R(long userId, long classNameId, long classPK, int type, long receiverUserId) throws NoSuchRequestException
NoSuchRequestException
if it could not be found.userId
- the user IDclassNameId
- the class name IDclassPK
- the class pktype
- the typereceiverUserId
- the receiver user IDNoSuchRequestException
- if a matching social request could not be foundpublic static SocialRequest fetchByU_C_C_T_R(long userId, long classNameId, long classPK, int type, long receiverUserId)
null
if it could not be found. Uses the finder cache.userId
- the user IDclassNameId
- the class name IDclassPK
- the class pktype
- the typereceiverUserId
- the receiver user IDnull
if a matching social request could not be foundpublic static SocialRequest fetchByU_C_C_T_R(long userId, long classNameId, long classPK, int type, long receiverUserId, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.userId
- the user IDclassNameId
- the class name IDclassPK
- the class pktype
- the typereceiverUserId
- the receiver user IDuseFinderCache
- whether to use the finder cachenull
if a matching social request could not be foundpublic static SocialRequest removeByU_C_C_T_R(long userId, long classNameId, long classPK, int type, long receiverUserId) throws NoSuchRequestException
userId
- the user IDclassNameId
- the class name IDclassPK
- the class pktype
- the typereceiverUserId
- the receiver user IDNoSuchRequestException
public static int countByU_C_C_T_R(long userId, long classNameId, long classPK, int type, long receiverUserId)
userId
- the user IDclassNameId
- the class name IDclassPK
- the class pktype
- the typereceiverUserId
- the receiver user IDpublic static List<SocialRequest> findByU_C_C_T_S(long userId, long classNameId, long classPK, int type, int status)
userId
- the user IDclassNameId
- the class name IDclassPK
- the class pktype
- the typestatus
- the statuspublic static List<SocialRequest> findByU_C_C_T_S(long userId, long classNameId, long classPK, int type, int status, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SocialRequestModelImpl
.
userId
- the user IDclassNameId
- the class name IDclassPK
- the class pktype
- the typestatus
- the statusstart
- the lower bound of the range of social requestsend
- the upper bound of the range of social requests (not inclusive)public static List<SocialRequest> findByU_C_C_T_S(long userId, long classNameId, long classPK, int type, int status, int start, int end, OrderByComparator<SocialRequest> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SocialRequestModelImpl
.
userId
- the user IDclassNameId
- the class name IDclassPK
- the class pktype
- the typestatus
- the statusstart
- the lower bound of the range of social requestsend
- the upper bound of the range of social requests (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static List<SocialRequest> findByU_C_C_T_S(long userId, long classNameId, long classPK, int type, int status, int start, int end, OrderByComparator<SocialRequest> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SocialRequestModelImpl
.
userId
- the user IDclassNameId
- the class name IDclassPK
- the class pktype
- the typestatus
- the statusstart
- the lower bound of the range of social requestsend
- the upper bound of the range of social requests (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static SocialRequest findByU_C_C_T_S_First(long userId, long classNameId, long classPK, int type, int status, OrderByComparator<SocialRequest> orderByComparator) throws NoSuchRequestException
userId
- the user IDclassNameId
- the class name IDclassPK
- the class pktype
- the typestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchRequestException
- if a matching social request could not be foundpublic static SocialRequest fetchByU_C_C_T_S_First(long userId, long classNameId, long classPK, int type, int status, OrderByComparator<SocialRequest> orderByComparator)
userId
- the user IDclassNameId
- the class name IDclassPK
- the class pktype
- the typestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching social request could not be foundpublic static SocialRequest findByU_C_C_T_S_Last(long userId, long classNameId, long classPK, int type, int status, OrderByComparator<SocialRequest> orderByComparator) throws NoSuchRequestException
userId
- the user IDclassNameId
- the class name IDclassPK
- the class pktype
- the typestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchRequestException
- if a matching social request could not be foundpublic static SocialRequest fetchByU_C_C_T_S_Last(long userId, long classNameId, long classPK, int type, int status, OrderByComparator<SocialRequest> orderByComparator)
userId
- the user IDclassNameId
- the class name IDclassPK
- the class pktype
- the typestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching social request could not be foundpublic static SocialRequest[] findByU_C_C_T_S_PrevAndNext(long requestId, long userId, long classNameId, long classPK, int type, int status, OrderByComparator<SocialRequest> orderByComparator) throws NoSuchRequestException
requestId
- the primary key of the current social requestuserId
- the user IDclassNameId
- the class name IDclassPK
- the class pktype
- the typestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchRequestException
- if a social request with the primary key could not be foundpublic static void removeByU_C_C_T_S(long userId, long classNameId, long classPK, int type, int status)
userId
- the user IDclassNameId
- the class name IDclassPK
- the class pktype
- the typestatus
- the statuspublic static int countByU_C_C_T_S(long userId, long classNameId, long classPK, int type, int status)
userId
- the user IDclassNameId
- the class name IDclassPK
- the class pktype
- the typestatus
- the statuspublic static List<SocialRequest> findByC_C_T_R_S(long classNameId, long classPK, int type, long receiverUserId, int status)
classNameId
- the class name IDclassPK
- the class pktype
- the typereceiverUserId
- the receiver user IDstatus
- the statuspublic static List<SocialRequest> findByC_C_T_R_S(long classNameId, long classPK, int type, long receiverUserId, int status, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SocialRequestModelImpl
.
classNameId
- the class name IDclassPK
- the class pktype
- the typereceiverUserId
- the receiver user IDstatus
- the statusstart
- the lower bound of the range of social requestsend
- the upper bound of the range of social requests (not inclusive)public static List<SocialRequest> findByC_C_T_R_S(long classNameId, long classPK, int type, long receiverUserId, int status, int start, int end, OrderByComparator<SocialRequest> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SocialRequestModelImpl
.
classNameId
- the class name IDclassPK
- the class pktype
- the typereceiverUserId
- the receiver user IDstatus
- the statusstart
- the lower bound of the range of social requestsend
- the upper bound of the range of social requests (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static List<SocialRequest> findByC_C_T_R_S(long classNameId, long classPK, int type, long receiverUserId, int status, int start, int end, OrderByComparator<SocialRequest> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SocialRequestModelImpl
.
classNameId
- the class name IDclassPK
- the class pktype
- the typereceiverUserId
- the receiver user IDstatus
- the statusstart
- the lower bound of the range of social requestsend
- the upper bound of the range of social requests (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static SocialRequest findByC_C_T_R_S_First(long classNameId, long classPK, int type, long receiverUserId, int status, OrderByComparator<SocialRequest> orderByComparator) throws NoSuchRequestException
classNameId
- the class name IDclassPK
- the class pktype
- the typereceiverUserId
- the receiver user IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchRequestException
- if a matching social request could not be foundpublic static SocialRequest fetchByC_C_T_R_S_First(long classNameId, long classPK, int type, long receiverUserId, int status, OrderByComparator<SocialRequest> orderByComparator)
classNameId
- the class name IDclassPK
- the class pktype
- the typereceiverUserId
- the receiver user IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching social request could not be foundpublic static SocialRequest findByC_C_T_R_S_Last(long classNameId, long classPK, int type, long receiverUserId, int status, OrderByComparator<SocialRequest> orderByComparator) throws NoSuchRequestException
classNameId
- the class name IDclassPK
- the class pktype
- the typereceiverUserId
- the receiver user IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchRequestException
- if a matching social request could not be foundpublic static SocialRequest fetchByC_C_T_R_S_Last(long classNameId, long classPK, int type, long receiverUserId, int status, OrderByComparator<SocialRequest> orderByComparator)
classNameId
- the class name IDclassPK
- the class pktype
- the typereceiverUserId
- the receiver user IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching social request could not be foundpublic static SocialRequest[] findByC_C_T_R_S_PrevAndNext(long requestId, long classNameId, long classPK, int type, long receiverUserId, int status, OrderByComparator<SocialRequest> orderByComparator) throws NoSuchRequestException
requestId
- the primary key of the current social requestclassNameId
- the class name IDclassPK
- the class pktype
- the typereceiverUserId
- the receiver user IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchRequestException
- if a social request with the primary key could not be foundpublic static void removeByC_C_T_R_S(long classNameId, long classPK, int type, long receiverUserId, int status)
classNameId
- the class name IDclassPK
- the class pktype
- the typereceiverUserId
- the receiver user IDstatus
- the statuspublic static int countByC_C_T_R_S(long classNameId, long classPK, int type, long receiverUserId, int status)
classNameId
- the class name IDclassPK
- the class pktype
- the typereceiverUserId
- the receiver user IDstatus
- the statuspublic static void cacheResult(SocialRequest socialRequest)
socialRequest
- the social requestpublic static void cacheResult(List<SocialRequest> socialRequests)
socialRequests
- the social requestspublic static SocialRequest create(long requestId)
requestId
- the primary key for the new social requestpublic static SocialRequest remove(long requestId) throws NoSuchRequestException
requestId
- the primary key of the social requestNoSuchRequestException
- if a social request with the primary key could not be foundpublic static SocialRequest updateImpl(SocialRequest socialRequest)
public static SocialRequest findByPrimaryKey(long requestId) throws NoSuchRequestException
NoSuchRequestException
if it could not be found.requestId
- the primary key of the social requestNoSuchRequestException
- if a social request with the primary key could not be foundpublic static SocialRequest fetchByPrimaryKey(long requestId)
null
if it could not be found.requestId
- the primary key of the social requestnull
if a social request with the primary key could not be foundpublic static List<SocialRequest> findAll()
public static List<SocialRequest> findAll(int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SocialRequestModelImpl
.
start
- the lower bound of the range of social requestsend
- the upper bound of the range of social requests (not inclusive)public static List<SocialRequest> findAll(int start, int end, OrderByComparator<SocialRequest> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SocialRequestModelImpl
.
start
- the lower bound of the range of social requestsend
- the upper bound of the range of social requests (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static List<SocialRequest> findAll(int start, int end, OrderByComparator<SocialRequest> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SocialRequestModelImpl
.
start
- the lower bound of the range of social requestsend
- the upper bound of the range of social requests (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static void removeAll()
public static int countAll()
public static SocialRequestPersistence getPersistence()