Class SocialRequestUtil
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
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcacheResult(SocialRequest socialRequest) Caches the social request in the entity cache if it is enabled.static voidcacheResult(List<SocialRequest> socialRequests) Caches the social requests in the entity cache if it is enabled.static voidstatic voidclearCache(SocialRequest socialRequest) static intcountAll()Returns the number of social requests.static intcountByC_C(long classNameId, long classPK) Returns the number of social requests where classNameId = ? and classPK = ?.static intcountByC_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 intcountByCompanyId(long companyId) Returns the number of social requests where companyId = ?.static intcountByR_S(long receiverUserId, int status) Returns the number of social requests where receiverUserId = ? and status = ?.static intcountByReceiverUserId(long receiverUserId) Returns the number of social requests where receiverUserId = ?.static intcountByU_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 intcountByU_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 intcountByU_S(long userId, int status) Returns the number of social requests where userId = ? and status = ?.static intcountByUserId(long userId) Returns the number of social requests where userId = ?.static intcountByUuid(String uuid) Returns the number of social requests where uuid = ?.static intcountByUuid_C(String uuid, long companyId) Returns the number of social requests where uuid = ? and companyId = ?.static intcountByUUID_G(String uuid, long groupId) Returns the number of social requests where uuid = ? and groupId = ?.static longcountWithDynamicQuery(DynamicQuery dynamicQuery) static SocialRequestcreate(long requestId) Creates a new social request with the primary key.static SocialRequestfetchByC_C_First(long classNameId, long classPK, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where classNameId = ? and classPK = ?.static SocialRequestfetchByC_C_Last(long classNameId, long classPK, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where classNameId = ? and classPK = ?.static SocialRequestfetchByC_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 SocialRequestfetchByC_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 SocialRequestfetchByCompanyId_First(long companyId, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where companyId = ?.static SocialRequestfetchByCompanyId_Last(long companyId, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where companyId = ?.static SocialRequestfetchByPrimaryKey(long requestId) Returns the social request with the primary key or returnsnullif it could not be found.static Map<Serializable,SocialRequest> fetchByPrimaryKeys(Set<Serializable> primaryKeys) static SocialRequestfetchByR_S_First(long receiverUserId, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where receiverUserId = ? and status = ?.static SocialRequestfetchByR_S_Last(long receiverUserId, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where receiverUserId = ? and status = ?.static SocialRequestfetchByReceiverUserId_First(long receiverUserId, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where receiverUserId = ?.static SocialRequestfetchByReceiverUserId_Last(long receiverUserId, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where receiverUserId = ?.static SocialRequestfetchByU_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 returnsnullif it could not be found.static SocialRequestfetchByU_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 returnsnullif it could not be found, optionally using the finder cache.static SocialRequestfetchByU_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 SocialRequestfetchByU_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 SocialRequestfetchByU_S_First(long userId, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where userId = ? and status = ?.static SocialRequestfetchByU_S_Last(long userId, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where userId = ? and status = ?.static SocialRequestfetchByUserId_First(long userId, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where userId = ?.static SocialRequestfetchByUserId_Last(long userId, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where userId = ?.static SocialRequestfetchByUuid_C_First(String uuid, long companyId, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where uuid = ? and companyId = ?.static SocialRequestfetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where uuid = ? and companyId = ?.static SocialRequestfetchByUuid_First(String uuid, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where uuid = ?.static SocialRequestfetchByUUID_G(String uuid, long groupId) Returns the social request where uuid = ? and groupId = ? or returnsnullif it could not be found.static SocialRequestfetchByUUID_G(String uuid, long groupId, boolean useFinderCache) Returns the social request where uuid = ? and groupId = ? or returnsnullif it could not be found, optionally using the finder cache.static SocialRequestfetchByUuid_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 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 SocialRequestfindByC_C_First(long classNameId, long classPK, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where classNameId = ? and classPK = ?.static SocialRequestfindByC_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 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 SocialRequestfindByC_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 SocialRequestfindByC_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>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 SocialRequestfindByCompanyId_First(long companyId, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where companyId = ?.static SocialRequestfindByCompanyId_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 SocialRequestfindByPrimaryKey(long requestId) Returns the social request with the primary key or throws aNoSuchRequestExceptionif it could not be found.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 SocialRequestfindByR_S_First(long receiverUserId, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where receiverUserId = ? and status = ?.static SocialRequestfindByR_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>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 SocialRequestfindByReceiverUserId_First(long receiverUserId, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where receiverUserId = ?.static SocialRequestfindByReceiverUserId_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 SocialRequestfindByU_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 aNoSuchRequestExceptionif it could not be found.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 SocialRequestfindByU_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 SocialRequestfindByU_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_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 SocialRequestfindByU_S_First(long userId, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where userId = ? and status = ?.static SocialRequestfindByU_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>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 SocialRequestfindByUserId_First(long userId, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where userId = ?.static SocialRequestfindByUserId_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>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>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 SocialRequestfindByUuid_C_First(String uuid, long companyId, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where uuid = ? and companyId = ?.static SocialRequestfindByUuid_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 SocialRequestfindByUuid_First(String uuid, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where uuid = ?.static SocialRequestfindByUUID_G(String uuid, long groupId) Returns the social request where uuid = ? and groupId = ? or throws aNoSuchRequestExceptionif it could not be found.static SocialRequestfindByUuid_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>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 SocialRequestPersistencestatic SocialRequestremove(long requestId) Removes the social request with the primary key from the database.static voidRemoves all the social requests from the database.static voidremoveByC_C(long classNameId, long classPK) Removes all the social requests where classNameId = ? and classPK = ? from the database.static voidremoveByC_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 voidremoveByCompanyId(long companyId) Removes all the social requests where companyId = ? from the database.static voidremoveByR_S(long receiverUserId, int status) Removes all the social requests where receiverUserId = ? and status = ? from the database.static voidremoveByReceiverUserId(long receiverUserId) Removes all the social requests where receiverUserId = ? from the database.static SocialRequestremoveByU_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 voidremoveByU_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 voidremoveByU_S(long userId, int status) Removes all the social requests where userId = ? and status = ? from the database.static voidremoveByUserId(long userId) Removes all the social requests where userId = ? from the database.static voidremoveByUuid(String uuid) Removes all the social requests where uuid = ? from the database.static voidremoveByUuid_C(String uuid, long companyId) Removes all the social requests where uuid = ? and companyId = ? from the database.static SocialRequestremoveByUUID_G(String uuid, long groupId) Removes the social request where uuid = ? and groupId = ? from the database.static voidsetPersistence(SocialRequestPersistence persistence) static SocialRequestupdate(SocialRequest socialRequest) static SocialRequestupdate(SocialRequest socialRequest, ServiceContext serviceContext) static SocialRequestupdateImpl(SocialRequest socialRequest)
-
Constructor Details
-
SocialRequestUtil
public SocialRequestUtil()
-
-
Method Details
-
clearCache
public static void clearCache()- See Also:
-
clearCache
-
countWithDynamicQuery
-
fetchByPrimaryKeys
- See Also:
-
findWithDynamicQuery
-
findWithDynamicQuery
public static List<SocialRequest> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end) -
findWithDynamicQuery
public static List<SocialRequest> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<SocialRequest> orderByComparator) -
update
-
update
-
findByUuid
Returns all the social requests where uuid = ?.- Parameters:
uuid- the uuid- Returns:
- the matching social requests
-
findByUuid
Returns a range of all the social requests where uuid = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromSocialRequestModelImpl.- Parameters:
uuid- the uuidstart- the lower bound of the range of social requestsend- the upper bound of the range of social requests (not inclusive)- Returns:
- the range of matching social requests
-
findByUuid
public static List<SocialRequest> findByUuid(String uuid, int start, int end, OrderByComparator<SocialRequest> orderByComparator) Returns an ordered range of all the social requests where uuid = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromSocialRequestModelImpl.- Parameters:
uuid- the uuidstart- the lower bound of the range of social requestsend- the upper bound of the range of social requests (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching social requests
-
findByUuid
public 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 = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromSocialRequestModelImpl.- Parameters:
uuid- the uuidstart- the lower bound of the range of social requestsend- the upper bound of the range of social requests (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching social requests
-
findByUuid_First
public static SocialRequest findByUuid_First(String uuid, OrderByComparator<SocialRequest> orderByComparator) throws NoSuchRequestException Returns the first social request in the ordered set where uuid = ?.- Parameters:
uuid- the uuidorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching social request
- Throws:
NoSuchRequestException- if a matching social request could not be foundNoSuchRequestException
-
fetchByUuid_First
public static SocialRequest fetchByUuid_First(String uuid, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where uuid = ?.- Parameters:
uuid- the uuidorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching social request, or
nullif a matching social request could not be found
-
findByUuid_Last
public static SocialRequest findByUuid_Last(String uuid, OrderByComparator<SocialRequest> orderByComparator) throws NoSuchRequestException Returns the last social request in the ordered set where uuid = ?.- Parameters:
uuid- the uuidorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching social request
- Throws:
NoSuchRequestException- if a matching social request could not be foundNoSuchRequestException
-
fetchByUuid_Last
public static SocialRequest fetchByUuid_Last(String uuid, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where uuid = ?.- Parameters:
uuid- the uuidorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching social request, or
nullif a matching social request could not be found
-
findByUuid_PrevAndNext
public static SocialRequest[] findByUuid_PrevAndNext(long requestId, String uuid, OrderByComparator<SocialRequest> orderByComparator) throws NoSuchRequestException Returns the social requests before and after the current social request in the ordered set where uuid = ?.- Parameters:
requestId- the primary key of the current social requestuuid- the uuidorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next social request
- Throws:
NoSuchRequestException- if a social request with the primary key could not be foundNoSuchRequestException
-
removeByUuid
Removes all the social requests where uuid = ? from the database.- Parameters:
uuid- the uuid
-
countByUuid
Returns the number of social requests where uuid = ?.- Parameters:
uuid- the uuid- Returns:
- the number of matching social requests
-
findByUUID_G
Returns the social request where uuid = ? and groupId = ? or throws aNoSuchRequestExceptionif it could not be found.- Parameters:
uuid- the uuidgroupId- the group ID- Returns:
- the matching social request
- Throws:
NoSuchRequestException- if a matching social request could not be foundNoSuchRequestException
-
fetchByUUID_G
Returns the social request where uuid = ? and groupId = ? or returnsnullif it could not be found. Uses the finder cache.- Parameters:
uuid- the uuidgroupId- the group ID- Returns:
- the matching social request, or
nullif a matching social request could not be found
-
fetchByUUID_G
Returns the social request where uuid = ? and groupId = ? or returnsnullif it could not be found, optionally using the finder cache.- Parameters:
uuid- the uuidgroupId- the group IDuseFinderCache- whether to use the finder cache- Returns:
- the matching social request, or
nullif a matching social request could not be found
-
removeByUUID_G
Removes the social request where uuid = ? and groupId = ? from the database.- Parameters:
uuid- the uuidgroupId- the group ID- Returns:
- the social request that was removed
- Throws:
NoSuchRequestException
-
countByUUID_G
Returns the number of social requests where uuid = ? and groupId = ?.- Parameters:
uuid- the uuidgroupId- the group ID- Returns:
- the number of matching social requests
-
findByUuid_C
Returns all the social requests where uuid = ? and companyId = ?.- Parameters:
uuid- the uuidcompanyId- the company ID- Returns:
- the matching social requests
-
findByUuid_C
Returns a range of all the social requests where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromSocialRequestModelImpl.- Parameters:
uuid- the uuidcompanyId- the company IDstart- the lower bound of the range of social requestsend- the upper bound of the range of social requests (not inclusive)- Returns:
- the range of matching social requests
-
findByUuid_C
public 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 = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromSocialRequestModelImpl.- Parameters:
uuid- the uuidcompanyId- the company IDstart- the lower bound of the range of social requestsend- the upper bound of the range of social requests (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching social requests
-
findByUuid_C
public 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 = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromSocialRequestModelImpl.- Parameters:
uuid- the uuidcompanyId- the company IDstart- the lower bound of the range of social requestsend- the upper bound of the range of social requests (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching social requests
-
findByUuid_C_First
public static SocialRequest findByUuid_C_First(String uuid, long companyId, OrderByComparator<SocialRequest> orderByComparator) throws NoSuchRequestException Returns the first social request in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid- the uuidcompanyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching social request
- Throws:
NoSuchRequestException- if a matching social request could not be foundNoSuchRequestException
-
fetchByUuid_C_First
public 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 = ?.- Parameters:
uuid- the uuidcompanyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching social request, or
nullif a matching social request could not be found
-
findByUuid_C_Last
public static SocialRequest findByUuid_C_Last(String uuid, long companyId, OrderByComparator<SocialRequest> orderByComparator) throws NoSuchRequestException Returns the last social request in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid- the uuidcompanyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching social request
- Throws:
NoSuchRequestException- if a matching social request could not be foundNoSuchRequestException
-
fetchByUuid_C_Last
public 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 = ?.- Parameters:
uuid- the uuidcompanyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching social request, or
nullif a matching social request could not be found
-
findByUuid_C_PrevAndNext
public static SocialRequest[] findByUuid_C_PrevAndNext(long requestId, String uuid, long companyId, OrderByComparator<SocialRequest> orderByComparator) throws NoSuchRequestException Returns the social requests before and after the current social request in the ordered set where uuid = ? and companyId = ?.- Parameters:
requestId- the primary key of the current social requestuuid- the uuidcompanyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next social request
- Throws:
NoSuchRequestException- if a social request with the primary key could not be foundNoSuchRequestException
-
removeByUuid_C
Removes all the social requests where uuid = ? and companyId = ? from the database.- Parameters:
uuid- the uuidcompanyId- the company ID
-
countByUuid_C
Returns the number of social requests where uuid = ? and companyId = ?.- Parameters:
uuid- the uuidcompanyId- the company ID- Returns:
- the number of matching social requests
-
findByCompanyId
Returns all the social requests where companyId = ?.- Parameters:
companyId- the company ID- Returns:
- the matching social requests
-
findByCompanyId
Returns a range of all the social requests where companyId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromSocialRequestModelImpl.- Parameters:
companyId- the company IDstart- the lower bound of the range of social requestsend- the upper bound of the range of social requests (not inclusive)- Returns:
- the range of matching social requests
-
findByCompanyId
public static List<SocialRequest> findByCompanyId(long companyId, int start, int end, OrderByComparator<SocialRequest> orderByComparator) Returns an ordered range of all the social requests where companyId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromSocialRequestModelImpl.- Parameters:
companyId- the company IDstart- the lower bound of the range of social requestsend- the upper bound of the range of social requests (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching social requests
-
findByCompanyId
public 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 = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromSocialRequestModelImpl.- Parameters:
companyId- the company IDstart- the lower bound of the range of social requestsend- the upper bound of the range of social requests (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching social requests
-
findByCompanyId_First
public static SocialRequest findByCompanyId_First(long companyId, OrderByComparator<SocialRequest> orderByComparator) throws NoSuchRequestException Returns the first social request in the ordered set where companyId = ?.- Parameters:
companyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching social request
- Throws:
NoSuchRequestException- if a matching social request could not be foundNoSuchRequestException
-
fetchByCompanyId_First
public static SocialRequest fetchByCompanyId_First(long companyId, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where companyId = ?.- Parameters:
companyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching social request, or
nullif a matching social request could not be found
-
findByCompanyId_Last
public static SocialRequest findByCompanyId_Last(long companyId, OrderByComparator<SocialRequest> orderByComparator) throws NoSuchRequestException Returns the last social request in the ordered set where companyId = ?.- Parameters:
companyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching social request
- Throws:
NoSuchRequestException- if a matching social request could not be foundNoSuchRequestException
-
fetchByCompanyId_Last
public static SocialRequest fetchByCompanyId_Last(long companyId, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where companyId = ?.- Parameters:
companyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching social request, or
nullif a matching social request could not be found
-
findByCompanyId_PrevAndNext
public static SocialRequest[] findByCompanyId_PrevAndNext(long requestId, long companyId, OrderByComparator<SocialRequest> orderByComparator) throws NoSuchRequestException Returns the social requests before and after the current social request in the ordered set where companyId = ?.- Parameters:
requestId- the primary key of the current social requestcompanyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next social request
- Throws:
NoSuchRequestException- if a social request with the primary key could not be foundNoSuchRequestException
-
removeByCompanyId
public static void removeByCompanyId(long companyId) Removes all the social requests where companyId = ? from the database.- Parameters:
companyId- the company ID
-
countByCompanyId
public static int countByCompanyId(long companyId) Returns the number of social requests where companyId = ?.- Parameters:
companyId- the company ID- Returns:
- the number of matching social requests
-
findByUserId
Returns all the social requests where userId = ?.- Parameters:
userId- the user ID- Returns:
- the matching social requests
-
findByUserId
Returns a range of all the social requests where userId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromSocialRequestModelImpl.- Parameters:
userId- the user IDstart- the lower bound of the range of social requestsend- the upper bound of the range of social requests (not inclusive)- Returns:
- the range of matching social requests
-
findByUserId
public static List<SocialRequest> findByUserId(long userId, int start, int end, OrderByComparator<SocialRequest> orderByComparator) Returns an ordered range of all the social requests where userId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromSocialRequestModelImpl.- Parameters:
userId- the user IDstart- the lower bound of the range of social requestsend- the upper bound of the range of social requests (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching social requests
-
findByUserId
public 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 = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromSocialRequestModelImpl.- Parameters:
userId- the user IDstart- the lower bound of the range of social requestsend- the upper bound of the range of social requests (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching social requests
-
findByUserId_First
public static SocialRequest findByUserId_First(long userId, OrderByComparator<SocialRequest> orderByComparator) throws NoSuchRequestException Returns the first social request in the ordered set where userId = ?.- Parameters:
userId- the user IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching social request
- Throws:
NoSuchRequestException- if a matching social request could not be foundNoSuchRequestException
-
fetchByUserId_First
public static SocialRequest fetchByUserId_First(long userId, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where userId = ?.- Parameters:
userId- the user IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching social request, or
nullif a matching social request could not be found
-
findByUserId_Last
public static SocialRequest findByUserId_Last(long userId, OrderByComparator<SocialRequest> orderByComparator) throws NoSuchRequestException Returns the last social request in the ordered set where userId = ?.- Parameters:
userId- the user IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching social request
- Throws:
NoSuchRequestException- if a matching social request could not be foundNoSuchRequestException
-
fetchByUserId_Last
public static SocialRequest fetchByUserId_Last(long userId, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where userId = ?.- Parameters:
userId- the user IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching social request, or
nullif a matching social request could not be found
-
findByUserId_PrevAndNext
public static SocialRequest[] findByUserId_PrevAndNext(long requestId, long userId, OrderByComparator<SocialRequest> orderByComparator) throws NoSuchRequestException Returns the social requests before and after the current social request in the ordered set where userId = ?.- Parameters:
requestId- the primary key of the current social requestuserId- the user IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next social request
- Throws:
NoSuchRequestException- if a social request with the primary key could not be foundNoSuchRequestException
-
removeByUserId
public static void removeByUserId(long userId) Removes all the social requests where userId = ? from the database.- Parameters:
userId- the user ID
-
countByUserId
public static int countByUserId(long userId) Returns the number of social requests where userId = ?.- Parameters:
userId- the user ID- Returns:
- the number of matching social requests
-
findByReceiverUserId
Returns all the social requests where receiverUserId = ?.- Parameters:
receiverUserId- the receiver user ID- Returns:
- the matching social requests
-
findByReceiverUserId
Returns a range of all the social requests where receiverUserId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromSocialRequestModelImpl.- Parameters:
receiverUserId- the receiver user IDstart- the lower bound of the range of social requestsend- the upper bound of the range of social requests (not inclusive)- Returns:
- the range of matching social requests
-
findByReceiverUserId
public static List<SocialRequest> findByReceiverUserId(long receiverUserId, int start, int end, OrderByComparator<SocialRequest> orderByComparator) Returns an ordered range of all the social requests where receiverUserId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromSocialRequestModelImpl.- Parameters:
receiverUserId- the receiver user IDstart- the lower bound of the range of social requestsend- the upper bound of the range of social requests (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching social requests
-
findByReceiverUserId
public 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 = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromSocialRequestModelImpl.- Parameters:
receiverUserId- the receiver user IDstart- the lower bound of the range of social requestsend- the upper bound of the range of social requests (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching social requests
-
findByReceiverUserId_First
public static SocialRequest findByReceiverUserId_First(long receiverUserId, OrderByComparator<SocialRequest> orderByComparator) throws NoSuchRequestException Returns the first social request in the ordered set where receiverUserId = ?.- Parameters:
receiverUserId- the receiver user IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching social request
- Throws:
NoSuchRequestException- if a matching social request could not be foundNoSuchRequestException
-
fetchByReceiverUserId_First
public static SocialRequest fetchByReceiverUserId_First(long receiverUserId, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where receiverUserId = ?.- Parameters:
receiverUserId- the receiver user IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching social request, or
nullif a matching social request could not be found
-
findByReceiverUserId_Last
public static SocialRequest findByReceiverUserId_Last(long receiverUserId, OrderByComparator<SocialRequest> orderByComparator) throws NoSuchRequestException Returns the last social request in the ordered set where receiverUserId = ?.- Parameters:
receiverUserId- the receiver user IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching social request
- Throws:
NoSuchRequestException- if a matching social request could not be foundNoSuchRequestException
-
fetchByReceiverUserId_Last
public static SocialRequest fetchByReceiverUserId_Last(long receiverUserId, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where receiverUserId = ?.- Parameters:
receiverUserId- the receiver user IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching social request, or
nullif a matching social request could not be found
-
findByReceiverUserId_PrevAndNext
public static SocialRequest[] findByReceiverUserId_PrevAndNext(long requestId, long receiverUserId, OrderByComparator<SocialRequest> orderByComparator) throws NoSuchRequestException Returns the social requests before and after the current social request in the ordered set where receiverUserId = ?.- Parameters:
requestId- the primary key of the current social requestreceiverUserId- the receiver user IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next social request
- Throws:
NoSuchRequestException- if a social request with the primary key could not be foundNoSuchRequestException
-
removeByReceiverUserId
public static void removeByReceiverUserId(long receiverUserId) Removes all the social requests where receiverUserId = ? from the database.- Parameters:
receiverUserId- the receiver user ID
-
countByReceiverUserId
public static int countByReceiverUserId(long receiverUserId) Returns the number of social requests where receiverUserId = ?.- Parameters:
receiverUserId- the receiver user ID- Returns:
- the number of matching social requests
-
findByU_S
Returns all the social requests where userId = ? and status = ?.- Parameters:
userId- the user IDstatus- the status- Returns:
- the matching social requests
-
findByU_S
Returns a range of all the social requests where userId = ? and status = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromSocialRequestModelImpl.- Parameters:
userId- the user IDstatus- the statusstart- the lower bound of the range of social requestsend- the upper bound of the range of social requests (not inclusive)- Returns:
- the range of matching social requests
-
findByU_S
public 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 = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromSocialRequestModelImpl.- Parameters:
userId- the user IDstatus- the statusstart- the lower bound of the range of social requestsend- the upper bound of the range of social requests (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching social requests
-
findByU_S
public 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 = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromSocialRequestModelImpl.- Parameters:
userId- the user IDstatus- the statusstart- the lower bound of the range of social requestsend- the upper bound of the range of social requests (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching social requests
-
findByU_S_First
public static SocialRequest findByU_S_First(long userId, int status, OrderByComparator<SocialRequest> orderByComparator) throws NoSuchRequestException Returns the first social request in the ordered set where userId = ? and status = ?.- Parameters:
userId- the user IDstatus- the statusorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching social request
- Throws:
NoSuchRequestException- if a matching social request could not be foundNoSuchRequestException
-
fetchByU_S_First
public 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 = ?.- Parameters:
userId- the user IDstatus- the statusorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching social request, or
nullif a matching social request could not be found
-
findByU_S_Last
public static SocialRequest findByU_S_Last(long userId, int status, OrderByComparator<SocialRequest> orderByComparator) throws NoSuchRequestException Returns the last social request in the ordered set where userId = ? and status = ?.- Parameters:
userId- the user IDstatus- the statusorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching social request
- Throws:
NoSuchRequestException- if a matching social request could not be foundNoSuchRequestException
-
fetchByU_S_Last
public 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 = ?.- Parameters:
userId- the user IDstatus- the statusorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching social request, or
nullif a matching social request could not be found
-
findByU_S_PrevAndNext
public static SocialRequest[] findByU_S_PrevAndNext(long requestId, long userId, int status, OrderByComparator<SocialRequest> orderByComparator) throws NoSuchRequestException Returns the social requests before and after the current social request in the ordered set where userId = ? and status = ?.- Parameters:
requestId- the primary key of the current social requestuserId- the user IDstatus- the statusorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next social request
- Throws:
NoSuchRequestException- if a social request with the primary key could not be foundNoSuchRequestException
-
removeByU_S
public static void removeByU_S(long userId, int status) Removes all the social requests where userId = ? and status = ? from the database.- Parameters:
userId- the user IDstatus- the status
-
countByU_S
public static int countByU_S(long userId, int status) Returns the number of social requests where userId = ? and status = ?.- Parameters:
userId- the user IDstatus- the status- Returns:
- the number of matching social requests
-
findByC_C
Returns all the social requests where classNameId = ? and classPK = ?.- Parameters:
classNameId- the class name IDclassPK- the class pk- Returns:
- the matching social requests
-
findByC_C
Returns a range of all the social requests where classNameId = ? and classPK = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromSocialRequestModelImpl.- Parameters:
classNameId- the class name IDclassPK- the class pkstart- the lower bound of the range of social requestsend- the upper bound of the range of social requests (not inclusive)- Returns:
- the range of matching social requests
-
findByC_C
public 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 = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromSocialRequestModelImpl.- Parameters:
classNameId- the class name IDclassPK- the class pkstart- the lower bound of the range of social requestsend- the upper bound of the range of social requests (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching social requests
-
findByC_C
public 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 = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromSocialRequestModelImpl.- Parameters:
classNameId- the class name IDclassPK- the class pkstart- the lower bound of the range of social requestsend- the upper bound of the range of social requests (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching social requests
-
findByC_C_First
public static SocialRequest findByC_C_First(long classNameId, long classPK, OrderByComparator<SocialRequest> orderByComparator) throws NoSuchRequestException Returns the first social request in the ordered set where classNameId = ? and classPK = ?.- Parameters:
classNameId- the class name IDclassPK- the class pkorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching social request
- Throws:
NoSuchRequestException- if a matching social request could not be foundNoSuchRequestException
-
fetchByC_C_First
public 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 = ?.- Parameters:
classNameId- the class name IDclassPK- the class pkorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching social request, or
nullif a matching social request could not be found
-
findByC_C_Last
public static SocialRequest findByC_C_Last(long classNameId, long classPK, OrderByComparator<SocialRequest> orderByComparator) throws NoSuchRequestException Returns the last social request in the ordered set where classNameId = ? and classPK = ?.- Parameters:
classNameId- the class name IDclassPK- the class pkorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching social request
- Throws:
NoSuchRequestException- if a matching social request could not be foundNoSuchRequestException
-
fetchByC_C_Last
public 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 = ?.- Parameters:
classNameId- the class name IDclassPK- the class pkorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching social request, or
nullif a matching social request could not be found
-
findByC_C_PrevAndNext
public static SocialRequest[] findByC_C_PrevAndNext(long requestId, long classNameId, long classPK, OrderByComparator<SocialRequest> orderByComparator) throws NoSuchRequestException Returns the social requests before and after the current social request in the ordered set where classNameId = ? and classPK = ?.- Parameters:
requestId- the primary key of the current social requestclassNameId- the class name IDclassPK- the class pkorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next social request
- Throws:
NoSuchRequestException- if a social request with the primary key could not be foundNoSuchRequestException
-
removeByC_C
public static void removeByC_C(long classNameId, long classPK) Removes all the social requests where classNameId = ? and classPK = ? from the database.- Parameters:
classNameId- the class name IDclassPK- the class pk
-
countByC_C
public static int countByC_C(long classNameId, long classPK) Returns the number of social requests where classNameId = ? and classPK = ?.- Parameters:
classNameId- the class name IDclassPK- the class pk- Returns:
- the number of matching social requests
-
findByR_S
Returns all the social requests where receiverUserId = ? and status = ?.- Parameters:
receiverUserId- the receiver user IDstatus- the status- Returns:
- the matching social requests
-
findByR_S
Returns a range of all the social requests where receiverUserId = ? and status = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromSocialRequestModelImpl.- Parameters:
receiverUserId- the receiver user IDstatus- the statusstart- the lower bound of the range of social requestsend- the upper bound of the range of social requests (not inclusive)- Returns:
- the range of matching social requests
-
findByR_S
public 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 = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromSocialRequestModelImpl.- Parameters:
receiverUserId- the receiver user IDstatus- the statusstart- the lower bound of the range of social requestsend- the upper bound of the range of social requests (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching social requests
-
findByR_S
public 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 = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromSocialRequestModelImpl.- Parameters:
receiverUserId- the receiver user IDstatus- the statusstart- the lower bound of the range of social requestsend- the upper bound of the range of social requests (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching social requests
-
findByR_S_First
public static SocialRequest findByR_S_First(long receiverUserId, int status, OrderByComparator<SocialRequest> orderByComparator) throws NoSuchRequestException Returns the first social request in the ordered set where receiverUserId = ? and status = ?.- Parameters:
receiverUserId- the receiver user IDstatus- the statusorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching social request
- Throws:
NoSuchRequestException- if a matching social request could not be foundNoSuchRequestException
-
fetchByR_S_First
public 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 = ?.- Parameters:
receiverUserId- the receiver user IDstatus- the statusorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching social request, or
nullif a matching social request could not be found
-
findByR_S_Last
public static SocialRequest findByR_S_Last(long receiverUserId, int status, OrderByComparator<SocialRequest> orderByComparator) throws NoSuchRequestException Returns the last social request in the ordered set where receiverUserId = ? and status = ?.- Parameters:
receiverUserId- the receiver user IDstatus- the statusorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching social request
- Throws:
NoSuchRequestException- if a matching social request could not be foundNoSuchRequestException
-
fetchByR_S_Last
public 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 = ?.- Parameters:
receiverUserId- the receiver user IDstatus- the statusorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching social request, or
nullif a matching social request could not be found
-
findByR_S_PrevAndNext
public static SocialRequest[] findByR_S_PrevAndNext(long requestId, long receiverUserId, int status, OrderByComparator<SocialRequest> orderByComparator) throws NoSuchRequestException Returns the social requests before and after the current social request in the ordered set where receiverUserId = ? and status = ?.- Parameters:
requestId- the primary key of the current social requestreceiverUserId- the receiver user IDstatus- the statusorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next social request
- Throws:
NoSuchRequestException- if a social request with the primary key could not be foundNoSuchRequestException
-
removeByR_S
public static void removeByR_S(long receiverUserId, int status) Removes all the social requests where receiverUserId = ? and status = ? from the database.- Parameters:
receiverUserId- the receiver user IDstatus- the status
-
countByR_S
public static int countByR_S(long receiverUserId, int status) Returns the number of social requests where receiverUserId = ? and status = ?.- Parameters:
receiverUserId- the receiver user IDstatus- the status- Returns:
- the number of matching social requests
-
findByU_C_C_T_R
public static SocialRequest findByU_C_C_T_R(long userId, long classNameId, long classPK, int type, long receiverUserId) throws NoSuchRequestException Returns the social request where userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ? or throws aNoSuchRequestExceptionif it could not be found.- Parameters:
userId- the user IDclassNameId- the class name IDclassPK- the class pktype- the typereceiverUserId- the receiver user ID- Returns:
- the matching social request
- Throws:
NoSuchRequestException- if a matching social request could not be foundNoSuchRequestException
-
fetchByU_C_C_T_R
public 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 returnsnullif it could not be found. Uses the finder cache.- Parameters:
userId- the user IDclassNameId- the class name IDclassPK- the class pktype- the typereceiverUserId- the receiver user ID- Returns:
- the matching social request, or
nullif a matching social request could not be found
-
fetchByU_C_C_T_R
public 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 returnsnullif it could not be found, optionally using the finder cache.- Parameters:
userId- the user IDclassNameId- the class name IDclassPK- the class pktype- the typereceiverUserId- the receiver user IDuseFinderCache- whether to use the finder cache- Returns:
- the matching social request, or
nullif a matching social request could not be found
-
removeByU_C_C_T_R
public static SocialRequest removeByU_C_C_T_R(long userId, long classNameId, long classPK, int type, long receiverUserId) throws NoSuchRequestException Removes the social request where userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ? from the database.- Parameters:
userId- the user IDclassNameId- the class name IDclassPK- the class pktype- the typereceiverUserId- the receiver user ID- Returns:
- the social request that was removed
- Throws:
NoSuchRequestException
-
countByU_C_C_T_R
public 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 = ?.- Parameters:
userId- the user IDclassNameId- the class name IDclassPK- the class pktype- the typereceiverUserId- the receiver user ID- Returns:
- the number of matching social requests
-
findByU_C_C_T_S
public 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 = ?.- Parameters:
userId- the user IDclassNameId- the class name IDclassPK- the class pktype- the typestatus- the status- Returns:
- the matching social requests
-
findByU_C_C_T_S
public 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 = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromSocialRequestModelImpl.- Parameters:
userId- the user IDclassNameId- the class name IDclassPK- the class pktype- the typestatus- the statusstart- the lower bound of the range of social requestsend- the upper bound of the range of social requests (not inclusive)- Returns:
- the range of matching social requests
-
findByU_C_C_T_S
public 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 = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromSocialRequestModelImpl.- Parameters:
userId- the user IDclassNameId- the class name IDclassPK- the class pktype- the typestatus- the statusstart- the lower bound of the range of social requestsend- the upper bound of the range of social requests (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching social requests
-
findByU_C_C_T_S
public 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 = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromSocialRequestModelImpl.- Parameters:
userId- the user IDclassNameId- the class name IDclassPK- the class pktype- the typestatus- the statusstart- the lower bound of the range of social requestsend- the upper bound of the range of social requests (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching social requests
-
findByU_C_C_T_S_First
public static SocialRequest findByU_C_C_T_S_First(long userId, long classNameId, long classPK, int type, int status, OrderByComparator<SocialRequest> orderByComparator) throws NoSuchRequestException Returns the first social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.- Parameters:
userId- the user IDclassNameId- the class name IDclassPK- the class pktype- the typestatus- the statusorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching social request
- Throws:
NoSuchRequestException- if a matching social request could not be foundNoSuchRequestException
-
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<SocialRequest> orderByComparator) Returns the first social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.- Parameters:
userId- the user IDclassNameId- the class name IDclassPK- the class pktype- the typestatus- the statusorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching social request, or
nullif a matching social request could not be found
-
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<SocialRequest> orderByComparator) throws NoSuchRequestException Returns the last social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.- Parameters:
userId- the user IDclassNameId- the class name IDclassPK- the class pktype- the typestatus- the statusorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching social request
- Throws:
NoSuchRequestException- if a matching social request could not be foundNoSuchRequestException
-
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<SocialRequest> orderByComparator) Returns the last social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.- Parameters:
userId- the user IDclassNameId- the class name IDclassPK- the class pktype- the typestatus- the statusorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching social request, or
nullif a matching social request could not be found
-
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<SocialRequest> orderByComparator) throws NoSuchRequestException Returns the social requests before and after the current social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.- Parameters:
requestId- the primary key of the current social requestuserId- the user IDclassNameId- the class name IDclassPK- the class pktype- the typestatus- the statusorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next social request
- Throws:
NoSuchRequestException- if a social request with the primary key could not be foundNoSuchRequestException
-
removeByU_C_C_T_S
public 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.- Parameters:
userId- the user IDclassNameId- the class name IDclassPK- the class pktype- the typestatus- the status
-
countByU_C_C_T_S
public 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 = ?.- Parameters:
userId- the user IDclassNameId- the class name IDclassPK- the class pktype- the typestatus- the status- Returns:
- the number of matching social requests
-
findByC_C_T_R_S
public 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 = ?.- Parameters:
classNameId- the class name IDclassPK- the class pktype- the typereceiverUserId- the receiver user IDstatus- the status- Returns:
- the matching social requests
-
findByC_C_T_R_S
public 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 = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromSocialRequestModelImpl.- Parameters:
classNameId- the class name IDclassPK- the class pktype- the typereceiverUserId- the receiver user IDstatus- the statusstart- the lower bound of the range of social requestsend- the upper bound of the range of social requests (not inclusive)- Returns:
- the range of matching social requests
-
findByC_C_T_R_S
public 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 = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromSocialRequestModelImpl.- Parameters:
classNameId- the class name IDclassPK- the class pktype- the typereceiverUserId- the receiver user IDstatus- the statusstart- the lower bound of the range of social requestsend- the upper bound of the range of social requests (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching social requests
-
findByC_C_T_R_S
public 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 = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromSocialRequestModelImpl.- Parameters:
classNameId- the class name IDclassPK- the class pktype- the typereceiverUserId- the receiver user IDstatus- the statusstart- the lower bound of the range of social requestsend- the upper bound of the range of social requests (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching social requests
-
findByC_C_T_R_S_First
public static SocialRequest findByC_C_T_R_S_First(long classNameId, long classPK, int type, long receiverUserId, int status, OrderByComparator<SocialRequest> orderByComparator) throws NoSuchRequestException Returns the first social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.- Parameters:
classNameId- the class name IDclassPK- the class pktype- the typereceiverUserId- the receiver user IDstatus- the statusorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching social request
- Throws:
NoSuchRequestException- if a matching social request could not be foundNoSuchRequestException
-
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<SocialRequest> orderByComparator) Returns the first social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.- Parameters:
classNameId- the class name IDclassPK- the class pktype- the typereceiverUserId- the receiver user IDstatus- the statusorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching social request, or
nullif a matching social request could not be found
-
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<SocialRequest> orderByComparator) throws NoSuchRequestException Returns the last social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.- Parameters:
classNameId- the class name IDclassPK- the class pktype- the typereceiverUserId- the receiver user IDstatus- the statusorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching social request
- Throws:
NoSuchRequestException- if a matching social request could not be foundNoSuchRequestException
-
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<SocialRequest> orderByComparator) Returns the last social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.- Parameters:
classNameId- the class name IDclassPK- the class pktype- the typereceiverUserId- the receiver user IDstatus- the statusorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching social request, or
nullif a matching social request could not be found
-
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<SocialRequest> orderByComparator) throws NoSuchRequestException Returns the social requests before and after the current social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.- Parameters:
requestId- the primary key of the current social requestclassNameId- the class name IDclassPK- the class pktype- the typereceiverUserId- the receiver user IDstatus- the statusorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next social request
- Throws:
NoSuchRequestException- if a social request with the primary key could not be foundNoSuchRequestException
-
removeByC_C_T_R_S
public 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.- Parameters:
classNameId- the class name IDclassPK- the class pktype- the typereceiverUserId- the receiver user IDstatus- the status
-
countByC_C_T_R_S
public 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 = ?.- Parameters:
classNameId- the class name IDclassPK- the class pktype- the typereceiverUserId- the receiver user IDstatus- the status- Returns:
- the number of matching social requests
-
cacheResult
Caches the social request in the entity cache if it is enabled.- Parameters:
socialRequest- the social request
-
cacheResult
Caches the social requests in the entity cache if it is enabled.- Parameters:
socialRequests- the social requests
-
create
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
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 foundNoSuchRequestException
-
updateImpl
-
findByPrimaryKey
Returns the social request with the primary key or throws aNoSuchRequestExceptionif 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 foundNoSuchRequestException
-
fetchByPrimaryKey
Returns the social request with the primary key or returnsnullif it could not be found.- Parameters:
requestId- the primary key of the social request- Returns:
- the social request, or
nullif a social request with the primary key could not be found
-
findAll
Returns all the social requests.- Returns:
- the social requests
-
findAll
Returns a range of all the social requests.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromSocialRequestModelImpl.- Parameters:
start- the lower bound of the range of social requestsend- the upper bound of the range of social requests (not inclusive)- Returns:
- the range of social requests
-
findAll
public static List<SocialRequest> findAll(int start, int end, OrderByComparator<SocialRequest> orderByComparator) Returns an ordered range of all the social requests.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromSocialRequestModelImpl.- Parameters:
start- the lower bound of the range of social requestsend- the upper bound of the range of social requests (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of social requests
-
findAll
public static List<SocialRequest> findAll(int start, int end, OrderByComparator<SocialRequest> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social requests.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromSocialRequestModelImpl.- Parameters:
start- the lower bound of the range of social requestsend- the upper bound of the range of social requests (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of social requests
-
removeAll
public static void removeAll()Removes all the social requests from the database. -
countAll
public static int countAll()Returns the number of social requests.- Returns:
- the number of social requests
-
getPersistence
-
setPersistence
-