Uses of Interface
com.liferay.social.kernel.model.SocialRequest
Packages that use SocialRequest
Package
Description
This package defines the social related portlet service local and remote interfaces, utilities, and wrappers.
-
Uses of SocialRequest in com.liferay.social.kernel.model
Classes in com.liferay.social.kernel.model that implement SocialRequestFields in com.liferay.social.kernel.model with type parameters of type SocialRequestModifier and TypeFieldDescriptionstatic final Accessor<SocialRequest,Long> SocialRequest.REQUEST_ID_ACCESSORMethods in com.liferay.social.kernel.model that return SocialRequestModifier and TypeMethodDescriptionSocialRequestModel.cloneWithOriginalValues()SocialRequestWrapper.cloneWithOriginalValues()Methods in com.liferay.social.kernel.model that return types with arguments of type SocialRequestModifier and TypeMethodDescriptionSocialRequestWrapper.getAttributeGetterFunctions()SocialRequestWrapper.getAttributeSetterBiConsumers()Methods in com.liferay.social.kernel.model with parameters of type SocialRequestModifier and TypeMethodDescriptionprotected abstract SocialRequestFeedEntryBaseSocialRequestInterpreter.doInterpret(SocialRequest request, ThemeDisplay themeDisplay) protected abstract booleanBaseSocialRequestInterpreter.doProcessConfirmation(SocialRequest request, ThemeDisplay themeDisplay) protected booleanBaseSocialRequestInterpreter.doProcessRejection(SocialRequest request, ThemeDisplay themeDisplay) BaseSocialRequestInterpreter.interpret(SocialRequest request, ThemeDisplay themeDisplay) SocialRequestInterpreter.interpret(SocialRequest request, ThemeDisplay themeDisplay) booleanBaseSocialRequestInterpreter.processConfirmation(SocialRequest request, ThemeDisplay themeDisplay) booleanSocialRequestInterpreter.processConfirmation(SocialRequest request, ThemeDisplay themeDisplay) voidBaseSocialRequestInterpreter.processDuplicateRequestsFromUser(SocialRequest request, int oldStatus) voidBaseSocialRequestInterpreter.processDuplicateRequestsToUser(SocialRequest request, int oldStatus) booleanBaseSocialRequestInterpreter.processRejection(SocialRequest request, ThemeDisplay themeDisplay) booleanSocialRequestInterpreter.processRejection(SocialRequest request, ThemeDisplay themeDisplay) protected SocialRequestWrapperSocialRequestWrapper.wrap(SocialRequest socialRequest) Constructors in com.liferay.social.kernel.model with parameters of type SocialRequest -
Uses of SocialRequest in com.liferay.social.kernel.model.impl
Methods in com.liferay.social.kernel.model.impl with parameters of type SocialRequestModifier and TypeMethodDescriptionSocialRequestInterpreterImpl.interpret(SocialRequest request, ThemeDisplay themeDisplay) booleanSocialRequestInterpreterImpl.processConfirmation(SocialRequest request, ThemeDisplay themeDisplay) booleanSocialRequestInterpreterImpl.processRejection(SocialRequest request, ThemeDisplay themeDisplay) -
Uses of SocialRequest in com.liferay.social.kernel.service
Methods in com.liferay.social.kernel.service that return SocialRequestModifier and TypeMethodDescriptionSocialRequestLocalService.addRequest(long userId, long groupId, String className, long classPK, int type, String extraData, long receiverUserId) Adds a social request to the database.static SocialRequestSocialRequestLocalServiceUtil.addRequest(long userId, long groupId, String className, long classPK, int type, String extraData, long receiverUserId) Adds a social request to the database.SocialRequestLocalServiceWrapper.addRequest(long userId, long groupId, String className, long classPK, int type, String extraData, long receiverUserId) Adds a social request to the database.SocialRequestLocalService.addSocialRequest(SocialRequest socialRequest) Adds the social request to the database.static SocialRequestSocialRequestLocalServiceUtil.addSocialRequest(SocialRequest socialRequest) Adds the social request to the database.SocialRequestLocalServiceWrapper.addSocialRequest(SocialRequest socialRequest) Adds the social request to the database.SocialRequestLocalService.createSocialRequest(long requestId) Creates a new social request with the primary key.static SocialRequestSocialRequestLocalServiceUtil.createSocialRequest(long requestId) Creates a new social request with the primary key.SocialRequestLocalServiceWrapper.createSocialRequest(long requestId) Creates a new social request with the primary key.SocialRequestLocalService.deleteSocialRequest(long requestId) Deletes the social request with the primary key from the database.SocialRequestLocalService.deleteSocialRequest(SocialRequest socialRequest) Deletes the social request from the database.static SocialRequestSocialRequestLocalServiceUtil.deleteSocialRequest(long requestId) Deletes the social request with the primary key from the database.static SocialRequestSocialRequestLocalServiceUtil.deleteSocialRequest(SocialRequest socialRequest) Deletes the social request from the database.SocialRequestLocalServiceWrapper.deleteSocialRequest(long requestId) Deletes the social request with the primary key from the database.SocialRequestLocalServiceWrapper.deleteSocialRequest(SocialRequest socialRequest) Deletes the social request from the database.SocialRequestLocalService.fetchSocialRequest(long requestId) static SocialRequestSocialRequestLocalServiceUtil.fetchSocialRequest(long requestId) SocialRequestLocalServiceWrapper.fetchSocialRequest(long requestId) SocialRequestLocalService.fetchSocialRequestByUuidAndGroupId(String uuid, long groupId) Returns the social request matching the UUID and group.static SocialRequestSocialRequestLocalServiceUtil.fetchSocialRequestByUuidAndGroupId(String uuid, long groupId) Returns the social request matching the UUID and group.SocialRequestLocalServiceWrapper.fetchSocialRequestByUuidAndGroupId(String uuid, long groupId) Returns the social request matching the UUID and group.SocialRequestLocalService.getSocialRequest(long requestId) Returns the social request with the primary key.static SocialRequestSocialRequestLocalServiceUtil.getSocialRequest(long requestId) Returns the social request with the primary key.SocialRequestLocalServiceWrapper.getSocialRequest(long requestId) Returns the social request with the primary key.SocialRequestLocalService.getSocialRequestByUuidAndGroupId(String uuid, long groupId) Returns the social request matching the UUID and group.static SocialRequestSocialRequestLocalServiceUtil.getSocialRequestByUuidAndGroupId(String uuid, long groupId) Returns the social request matching the UUID and group.SocialRequestLocalServiceWrapper.getSocialRequestByUuidAndGroupId(String uuid, long groupId) Returns the social request matching the UUID and group.SocialRequestLocalService.updateRequest(long requestId, int status, ThemeDisplay themeDisplay) Updates the social request replacing its status.static SocialRequestSocialRequestLocalServiceUtil.updateRequest(long requestId, int status, ThemeDisplay themeDisplay) Updates the social request replacing its status.SocialRequestLocalServiceWrapper.updateRequest(long requestId, int status, ThemeDisplay themeDisplay) Updates the social request replacing its status.SocialRequestService.updateRequest(long requestId, int status, ThemeDisplay themeDisplay) static SocialRequestSocialRequestServiceUtil.updateRequest(long requestId, int status, ThemeDisplay themeDisplay) SocialRequestServiceWrapper.updateRequest(long requestId, int status, ThemeDisplay themeDisplay) SocialRequestLocalService.updateSocialRequest(SocialRequest socialRequest) Updates the social request in the database or adds it if it does not yet exist.static SocialRequestSocialRequestLocalServiceUtil.updateSocialRequest(SocialRequest socialRequest) Updates the social request in the database or adds it if it does not yet exist.SocialRequestLocalServiceWrapper.updateSocialRequest(SocialRequest socialRequest) Updates the social request in the database or adds it if it does not yet exist.Methods in com.liferay.social.kernel.service that return types with arguments of type SocialRequestModifier and TypeMethodDescriptionSocialRequestLocalService.getCTPersistence()SocialRequestLocalServiceWrapper.getCTPersistence()SocialRequestLocalService.getModelClass()SocialRequestLocalServiceWrapper.getModelClass()SocialRequestLocalService.getReceiverUserRequests(long receiverUserId, int start, int end) Returns a range of all the social requests for the receiving user.SocialRequestLocalService.getReceiverUserRequests(long receiverUserId, int status, int start, int end) Returns a range of all the social requests with the given status for the receiving user.static List<SocialRequest>SocialRequestLocalServiceUtil.getReceiverUserRequests(long receiverUserId, int start, int end) Returns a range of all the social requests for the receiving user.static List<SocialRequest>SocialRequestLocalServiceUtil.getReceiverUserRequests(long receiverUserId, int status, int start, int end) Returns a range of all the social requests with the given status for the receiving user.SocialRequestLocalServiceWrapper.getReceiverUserRequests(long receiverUserId, int start, int end) Returns a range of all the social requests for the receiving user.SocialRequestLocalServiceWrapper.getReceiverUserRequests(long receiverUserId, int status, int start, int end) Returns a range of all the social requests with the given status for the receiving user.SocialRequestLocalService.getSocialRequests(int start, int end) Returns a range of all the social requests.static List<SocialRequest>SocialRequestLocalServiceUtil.getSocialRequests(int start, int end) Returns a range of all the social requests.SocialRequestLocalServiceWrapper.getSocialRequests(int start, int end) Returns a range of all the social requests.SocialRequestLocalService.getSocialRequestsByUuidAndCompanyId(String uuid, long companyId) Returns all the social requests matching the UUID and company.SocialRequestLocalService.getSocialRequestsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<SocialRequest> orderByComparator) Returns a range of social requests matching the UUID and company.static List<SocialRequest>SocialRequestLocalServiceUtil.getSocialRequestsByUuidAndCompanyId(String uuid, long companyId) Returns all the social requests matching the UUID and company.static List<SocialRequest>SocialRequestLocalServiceUtil.getSocialRequestsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<SocialRequest> orderByComparator) Returns a range of social requests matching the UUID and company.SocialRequestLocalServiceWrapper.getSocialRequestsByUuidAndCompanyId(String uuid, long companyId) Returns all the social requests matching the UUID and company.SocialRequestLocalServiceWrapper.getSocialRequestsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<SocialRequest> orderByComparator) Returns a range of social requests matching the UUID and company.SocialRequestLocalService.getUserRequests(long userId, int start, int end) Returns a range of all the social requests for the requesting user.SocialRequestLocalService.getUserRequests(long userId, int status, int start, int end) Returns a range of all the social requests with the given status for the requesting user.static List<SocialRequest>SocialRequestLocalServiceUtil.getUserRequests(long userId, int start, int end) Returns a range of all the social requests for the requesting user.static List<SocialRequest>SocialRequestLocalServiceUtil.getUserRequests(long userId, int status, int start, int end) Returns a range of all the social requests with the given status for the requesting user.SocialRequestLocalServiceWrapper.getUserRequests(long userId, int start, int end) Returns a range of all the social requests for the requesting user.SocialRequestLocalServiceWrapper.getUserRequests(long userId, int status, int start, int end) Returns a range of all the social requests with the given status for the requesting user.Methods in com.liferay.social.kernel.service with parameters of type SocialRequestModifier and TypeMethodDescriptionSocialRequestLocalService.addSocialRequest(SocialRequest socialRequest) Adds the social request to the database.static SocialRequestSocialRequestLocalServiceUtil.addSocialRequest(SocialRequest socialRequest) Adds the social request to the database.SocialRequestLocalServiceWrapper.addSocialRequest(SocialRequest socialRequest) Adds the social request to the database.voidSocialRequestLocalService.deleteRequest(SocialRequest request) Removes the social request from the database.static voidSocialRequestLocalServiceUtil.deleteRequest(SocialRequest request) Removes the social request from the database.voidSocialRequestLocalServiceWrapper.deleteRequest(SocialRequest request) Removes the social request from the database.SocialRequestLocalService.deleteSocialRequest(SocialRequest socialRequest) Deletes the social request from the database.static SocialRequestSocialRequestLocalServiceUtil.deleteSocialRequest(SocialRequest socialRequest) Deletes the social request from the database.SocialRequestLocalServiceWrapper.deleteSocialRequest(SocialRequest socialRequest) Deletes the social request from the database.SocialRequestInterpreterLocalService.interpret(SocialRequest request, ThemeDisplay themeDisplay) Creates a human readable request feed entry for the social request using an available compatible request interpreter.static SocialRequestFeedEntrySocialRequestInterpreterLocalServiceUtil.interpret(SocialRequest request, ThemeDisplay themeDisplay) Creates a human readable request feed entry for the social request using an available compatible request interpreter.SocialRequestInterpreterLocalServiceWrapper.interpret(SocialRequest request, ThemeDisplay themeDisplay) Creates a human readable request feed entry for the social request using an available compatible request interpreter.voidSocialRequestInterpreterLocalService.processConfirmation(SocialRequest request, ThemeDisplay themeDisplay) Processes the confirmation of the social request.static voidSocialRequestInterpreterLocalServiceUtil.processConfirmation(SocialRequest request, ThemeDisplay themeDisplay) Processes the confirmation of the social request.voidSocialRequestInterpreterLocalServiceWrapper.processConfirmation(SocialRequest request, ThemeDisplay themeDisplay) Processes the confirmation of the social request.voidSocialRequestInterpreterLocalService.processRejection(SocialRequest request, ThemeDisplay themeDisplay) Processes the rejection of the social request.static voidSocialRequestInterpreterLocalServiceUtil.processRejection(SocialRequest request, ThemeDisplay themeDisplay) Processes the rejection of the social request.voidSocialRequestInterpreterLocalServiceWrapper.processRejection(SocialRequest request, ThemeDisplay themeDisplay) Processes the rejection of the social request.SocialRequestLocalService.updateSocialRequest(SocialRequest socialRequest) Updates the social request in the database or adds it if it does not yet exist.static SocialRequestSocialRequestLocalServiceUtil.updateSocialRequest(SocialRequest socialRequest) Updates the social request in the database or adds it if it does not yet exist.SocialRequestLocalServiceWrapper.updateSocialRequest(SocialRequest socialRequest) Updates the social request in the database or adds it if it does not yet exist.Method parameters in com.liferay.social.kernel.service with type arguments of type SocialRequestModifier and TypeMethodDescriptionSocialRequestLocalService.getSocialRequestsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<SocialRequest> orderByComparator) Returns a range of social requests matching the UUID and company.static List<SocialRequest>SocialRequestLocalServiceUtil.getSocialRequestsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<SocialRequest> orderByComparator) Returns a range of social requests matching the UUID and company.SocialRequestLocalServiceWrapper.getSocialRequestsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<SocialRequest> orderByComparator) Returns a range of social requests matching the UUID and company.<R,E extends Throwable>
RSocialRequestLocalService.updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<CTPersistence<SocialRequest>, R, E> updateUnsafeFunction) <R,E extends Throwable>
RSocialRequestLocalServiceWrapper.updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<CTPersistence<SocialRequest>, R, E> updateUnsafeFunction) -
Uses of SocialRequest in com.liferay.social.kernel.service.persistence
Methods in com.liferay.social.kernel.service.persistence that return SocialRequestModifier and TypeMethodDescriptionSocialRequestPersistence.create(long requestId) Creates a new social request with the primary key.static SocialRequestSocialRequestUtil.create(long requestId) Creates a new social request with the primary key.SocialRequestPersistence.fetchByC_C_First(long classNameId, long classPK, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where classNameId = ? and classPK = ?.static SocialRequestSocialRequestUtil.fetchByC_C_First(long classNameId, long classPK, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where classNameId = ? and classPK = ?.SocialRequestPersistence.fetchByC_C_Last(long classNameId, long classPK, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where classNameId = ? and classPK = ?.static SocialRequestSocialRequestUtil.fetchByC_C_Last(long classNameId, long classPK, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where classNameId = ? and classPK = ?.SocialRequestPersistence.fetchByC_C_T_R_S_First(long classNameId, long classPK, int type, long receiverUserId, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.static SocialRequestSocialRequestUtil.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 = ?.SocialRequestPersistence.fetchByC_C_T_R_S_Last(long classNameId, long classPK, int type, long receiverUserId, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.static SocialRequestSocialRequestUtil.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 = ?.SocialRequestPersistence.fetchByCompanyId_First(long companyId, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where companyId = ?.static SocialRequestSocialRequestUtil.fetchByCompanyId_First(long companyId, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where companyId = ?.SocialRequestPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where companyId = ?.static SocialRequestSocialRequestUtil.fetchByCompanyId_Last(long companyId, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where companyId = ?.SocialRequestPersistence.fetchByPrimaryKey(long requestId) Returns the social request with the primary key or returnsnullif it could not be found.static SocialRequestSocialRequestUtil.fetchByPrimaryKey(long requestId) Returns the social request with the primary key or returnsnullif it could not be found.SocialRequestPersistence.fetchByR_S_First(long receiverUserId, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where receiverUserId = ? and status = ?.static SocialRequestSocialRequestUtil.fetchByR_S_First(long receiverUserId, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where receiverUserId = ? and status = ?.SocialRequestPersistence.fetchByR_S_Last(long receiverUserId, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where receiverUserId = ? and status = ?.static SocialRequestSocialRequestUtil.fetchByR_S_Last(long receiverUserId, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where receiverUserId = ? and status = ?.SocialRequestPersistence.fetchByReceiverUserId_First(long receiverUserId, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where receiverUserId = ?.static SocialRequestSocialRequestUtil.fetchByReceiverUserId_First(long receiverUserId, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where receiverUserId = ?.SocialRequestPersistence.fetchByReceiverUserId_Last(long receiverUserId, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where receiverUserId = ?.static SocialRequestSocialRequestUtil.fetchByReceiverUserId_Last(long receiverUserId, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where receiverUserId = ?.SocialRequestPersistence.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.SocialRequestPersistence.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.static SocialRequestSocialRequestUtil.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.static SocialRequestSocialRequestUtil.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.SocialRequestPersistence.fetchByU_C_C_T_S_First(long userId, long classNameId, long classPK, int type, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.static SocialRequestSocialRequestUtil.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 = ?.SocialRequestPersistence.fetchByU_C_C_T_S_Last(long userId, long classNameId, long classPK, int type, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.static SocialRequestSocialRequestUtil.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 = ?.SocialRequestPersistence.fetchByU_S_First(long userId, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where userId = ? and status = ?.static SocialRequestSocialRequestUtil.fetchByU_S_First(long userId, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where userId = ? and status = ?.SocialRequestPersistence.fetchByU_S_Last(long userId, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where userId = ? and status = ?.static SocialRequestSocialRequestUtil.fetchByU_S_Last(long userId, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where userId = ? and status = ?.SocialRequestPersistence.fetchByUserId_First(long userId, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where userId = ?.static SocialRequestSocialRequestUtil.fetchByUserId_First(long userId, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where userId = ?.SocialRequestPersistence.fetchByUserId_Last(long userId, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where userId = ?.static SocialRequestSocialRequestUtil.fetchByUserId_Last(long userId, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where userId = ?.SocialRequestPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where uuid = ? and companyId = ?.static SocialRequestSocialRequestUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where uuid = ? and companyId = ?.SocialRequestPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where uuid = ? and companyId = ?.static SocialRequestSocialRequestUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where uuid = ? and companyId = ?.SocialRequestPersistence.fetchByUuid_First(String uuid, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where uuid = ?.static SocialRequestSocialRequestUtil.fetchByUuid_First(String uuid, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where uuid = ?.SocialRequestPersistence.fetchByUUID_G(String uuid, long groupId) Returns the social request where uuid = ? and groupId = ? or returnsnullif it could not be found.SocialRequestPersistence.fetchByUUID_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 SocialRequestSocialRequestUtil.fetchByUUID_G(String uuid, long groupId) Returns the social request where uuid = ? and groupId = ? or returnsnullif it could not be found.static SocialRequestSocialRequestUtil.fetchByUUID_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.SocialRequestPersistence.fetchByUuid_Last(String uuid, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where uuid = ?.static SocialRequestSocialRequestUtil.fetchByUuid_Last(String uuid, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where uuid = ?.SocialRequestPersistence.findByC_C_First(long classNameId, long classPK, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where classNameId = ? and classPK = ?.static SocialRequestSocialRequestUtil.findByC_C_First(long classNameId, long classPK, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where classNameId = ? and classPK = ?.SocialRequestPersistence.findByC_C_Last(long classNameId, long classPK, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where classNameId = ? and classPK = ?.static SocialRequestSocialRequestUtil.findByC_C_Last(long classNameId, long classPK, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where classNameId = ? and classPK = ?.SocialRequestPersistence.findByC_C_PrevAndNext(long requestId, long classNameId, long classPK, OrderByComparator<SocialRequest> orderByComparator) Returns the social requests before and after the current social request in the ordered set where classNameId = ? and classPK = ?.static SocialRequest[]SocialRequestUtil.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 = ?.SocialRequestPersistence.findByC_C_T_R_S_First(long classNameId, long classPK, int type, long receiverUserId, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.static SocialRequestSocialRequestUtil.findByC_C_T_R_S_First(long classNameId, long classPK, int type, long receiverUserId, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.SocialRequestPersistence.findByC_C_T_R_S_Last(long classNameId, long classPK, int type, long receiverUserId, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.static SocialRequestSocialRequestUtil.findByC_C_T_R_S_Last(long classNameId, long classPK, int type, long receiverUserId, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.SocialRequestPersistence.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 SocialRequest[]SocialRequestUtil.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 = ?.SocialRequestPersistence.findByCompanyId_First(long companyId, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where companyId = ?.static SocialRequestSocialRequestUtil.findByCompanyId_First(long companyId, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where companyId = ?.SocialRequestPersistence.findByCompanyId_Last(long companyId, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where companyId = ?.static SocialRequestSocialRequestUtil.findByCompanyId_Last(long companyId, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where companyId = ?.SocialRequestPersistence.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 SocialRequest[]SocialRequestUtil.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 = ?.SocialRequestPersistence.findByPrimaryKey(long requestId) Returns the social request with the primary key or throws aNoSuchRequestExceptionif it could not be found.static SocialRequestSocialRequestUtil.findByPrimaryKey(long requestId) Returns the social request with the primary key or throws aNoSuchRequestExceptionif it could not be found.SocialRequestPersistence.findByR_S_First(long receiverUserId, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where receiverUserId = ? and status = ?.static SocialRequestSocialRequestUtil.findByR_S_First(long receiverUserId, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where receiverUserId = ? and status = ?.SocialRequestPersistence.findByR_S_Last(long receiverUserId, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where receiverUserId = ? and status = ?.static SocialRequestSocialRequestUtil.findByR_S_Last(long receiverUserId, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where receiverUserId = ? and status = ?.SocialRequestPersistence.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 SocialRequest[]SocialRequestUtil.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 = ?.SocialRequestPersistence.findByReceiverUserId_First(long receiverUserId, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where receiverUserId = ?.static SocialRequestSocialRequestUtil.findByReceiverUserId_First(long receiverUserId, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where receiverUserId = ?.SocialRequestPersistence.findByReceiverUserId_Last(long receiverUserId, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where receiverUserId = ?.static SocialRequestSocialRequestUtil.findByReceiverUserId_Last(long receiverUserId, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where receiverUserId = ?.SocialRequestPersistence.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 SocialRequest[]SocialRequestUtil.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 = ?.SocialRequestPersistence.findByU_C_C_T_R(long userId, long classNameId, long classPK, int type, long receiverUserId) Returns the social request where userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ? or throws aNoSuchRequestExceptionif it could not be found.static SocialRequestSocialRequestUtil.findByU_C_C_T_R(long userId, long classNameId, long classPK, int type, long receiverUserId) Returns the social request where userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ? or throws aNoSuchRequestExceptionif it could not be found.SocialRequestPersistence.findByU_C_C_T_S_First(long userId, long classNameId, long classPK, int type, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.static SocialRequestSocialRequestUtil.findByU_C_C_T_S_First(long userId, long classNameId, long classPK, int type, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.SocialRequestPersistence.findByU_C_C_T_S_Last(long userId, long classNameId, long classPK, int type, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.static SocialRequestSocialRequestUtil.findByU_C_C_T_S_Last(long userId, long classNameId, long classPK, int type, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.SocialRequestPersistence.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 SocialRequest[]SocialRequestUtil.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 = ?.SocialRequestPersistence.findByU_S_First(long userId, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where userId = ? and status = ?.static SocialRequestSocialRequestUtil.findByU_S_First(long userId, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where userId = ? and status = ?.SocialRequestPersistence.findByU_S_Last(long userId, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where userId = ? and status = ?.static SocialRequestSocialRequestUtil.findByU_S_Last(long userId, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where userId = ? and status = ?.SocialRequestPersistence.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 SocialRequest[]SocialRequestUtil.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 = ?.SocialRequestPersistence.findByUserId_First(long userId, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where userId = ?.static SocialRequestSocialRequestUtil.findByUserId_First(long userId, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where userId = ?.SocialRequestPersistence.findByUserId_Last(long userId, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where userId = ?.static SocialRequestSocialRequestUtil.findByUserId_Last(long userId, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where userId = ?.SocialRequestPersistence.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 SocialRequest[]SocialRequestUtil.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 = ?.SocialRequestPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where uuid = ? and companyId = ?.static SocialRequestSocialRequestUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where uuid = ? and companyId = ?.SocialRequestPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where uuid = ? and companyId = ?.static SocialRequestSocialRequestUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where uuid = ? and companyId = ?.SocialRequestPersistence.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 SocialRequest[]SocialRequestUtil.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 = ?.SocialRequestPersistence.findByUuid_First(String uuid, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where uuid = ?.static SocialRequestSocialRequestUtil.findByUuid_First(String uuid, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where uuid = ?.SocialRequestPersistence.findByUUID_G(String uuid, long groupId) Returns the social request where uuid = ? and groupId = ? or throws aNoSuchRequestExceptionif it could not be found.static SocialRequestSocialRequestUtil.findByUUID_G(String uuid, long groupId) Returns the social request where uuid = ? and groupId = ? or throws aNoSuchRequestExceptionif it could not be found.SocialRequestPersistence.findByUuid_Last(String uuid, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where uuid = ?.static SocialRequestSocialRequestUtil.findByUuid_Last(String uuid, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where uuid = ?.SocialRequestPersistence.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 SocialRequest[]SocialRequestUtil.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 = ?.SocialRequestPersistence.remove(long requestId) Removes the social request with the primary key from the database.static SocialRequestSocialRequestUtil.remove(long requestId) Removes the social request with the primary key from the database.SocialRequestPersistence.removeByU_C_C_T_R(long userId, long classNameId, long classPK, int type, long receiverUserId) Removes the social request where userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ? from the database.static SocialRequestSocialRequestUtil.removeByU_C_C_T_R(long userId, long classNameId, long classPK, int type, long receiverUserId) Removes the social request where userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ? from the database.SocialRequestPersistence.removeByUUID_G(String uuid, long groupId) Removes the social request where uuid = ? and groupId = ? from the database.static SocialRequestSocialRequestUtil.removeByUUID_G(String uuid, long groupId) Removes the social request where uuid = ? and groupId = ? from the database.static SocialRequestSocialRequestUtil.update(SocialRequest socialRequest) static SocialRequestSocialRequestUtil.update(SocialRequest socialRequest, ServiceContext serviceContext) SocialRequestPersistence.updateImpl(SocialRequest socialRequest) static SocialRequestSocialRequestUtil.updateImpl(SocialRequest socialRequest) Methods in com.liferay.social.kernel.service.persistence that return types with arguments of type SocialRequestModifier and TypeMethodDescriptionstatic Map<Serializable,SocialRequest> SocialRequestUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys) SocialRequestPersistence.findAll()Returns all the social requests.SocialRequestPersistence.findAll(int start, int end) Returns a range of all the social requests.SocialRequestPersistence.findAll(int start, int end, OrderByComparator<SocialRequest> orderByComparator) Returns an ordered range of all the social requests.SocialRequestPersistence.findAll(int start, int end, OrderByComparator<SocialRequest> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social requests.static List<SocialRequest>SocialRequestUtil.findAll()Returns all the social requests.static List<SocialRequest>SocialRequestUtil.findAll(int start, int end) Returns a range of all the social requests.static List<SocialRequest>SocialRequestUtil.findAll(int start, int end, OrderByComparator<SocialRequest> orderByComparator) Returns an ordered range of all the social requests.static List<SocialRequest>SocialRequestUtil.findAll(int start, int end, OrderByComparator<SocialRequest> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social requests.SocialRequestPersistence.findByC_C(long classNameId, long classPK) Returns all the social requests where classNameId = ? and classPK = ?.SocialRequestPersistence.findByC_C(long classNameId, long classPK, int start, int end) Returns a range of all the social requests where classNameId = ? and classPK = ?.SocialRequestPersistence.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 = ?.SocialRequestPersistence.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 List<SocialRequest>SocialRequestUtil.findByC_C(long classNameId, long classPK) Returns all the social requests where classNameId = ? and classPK = ?.static List<SocialRequest>SocialRequestUtil.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>SocialRequestUtil.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>SocialRequestUtil.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 = ?.SocialRequestPersistence.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 = ?.SocialRequestPersistence.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 = ?.SocialRequestPersistence.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 = ?.SocialRequestPersistence.findByC_C_T_R_S(long classNameId, long classPK, int type, long receiverUserId, int status, int start, int end, OrderByComparator<SocialRequest> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social requests where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.static List<SocialRequest>SocialRequestUtil.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>SocialRequestUtil.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>SocialRequestUtil.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>SocialRequestUtil.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 = ?.SocialRequestPersistence.findByCompanyId(long companyId) Returns all the social requests where companyId = ?.SocialRequestPersistence.findByCompanyId(long companyId, int start, int end) Returns a range of all the social requests where companyId = ?.SocialRequestPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<SocialRequest> orderByComparator) Returns an ordered range of all the social requests where companyId = ?.SocialRequestPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<SocialRequest> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social requests where companyId = ?.static List<SocialRequest>SocialRequestUtil.findByCompanyId(long companyId) Returns all the social requests where companyId = ?.static List<SocialRequest>SocialRequestUtil.findByCompanyId(long companyId, int start, int end) Returns a range of all the social requests where companyId = ?.static List<SocialRequest>SocialRequestUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<SocialRequest> orderByComparator) Returns an ordered range of all the social requests where companyId = ?.static List<SocialRequest>SocialRequestUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<SocialRequest> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social requests where companyId = ?.SocialRequestPersistence.findByR_S(long receiverUserId, int status) Returns all the social requests where receiverUserId = ? and status = ?.SocialRequestPersistence.findByR_S(long receiverUserId, int status, int start, int end) Returns a range of all the social requests where receiverUserId = ? and status = ?.SocialRequestPersistence.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 = ?.SocialRequestPersistence.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 List<SocialRequest>SocialRequestUtil.findByR_S(long receiverUserId, int status) Returns all the social requests where receiverUserId = ? and status = ?.static List<SocialRequest>SocialRequestUtil.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>SocialRequestUtil.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>SocialRequestUtil.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 = ?.SocialRequestPersistence.findByReceiverUserId(long receiverUserId) Returns all the social requests where receiverUserId = ?.SocialRequestPersistence.findByReceiverUserId(long receiverUserId, int start, int end) Returns a range of all the social requests where receiverUserId = ?.SocialRequestPersistence.findByReceiverUserId(long receiverUserId, int start, int end, OrderByComparator<SocialRequest> orderByComparator) Returns an ordered range of all the social requests where receiverUserId = ?.SocialRequestPersistence.findByReceiverUserId(long receiverUserId, int start, int end, OrderByComparator<SocialRequest> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social requests where receiverUserId = ?.static List<SocialRequest>SocialRequestUtil.findByReceiverUserId(long receiverUserId) Returns all the social requests where receiverUserId = ?.static List<SocialRequest>SocialRequestUtil.findByReceiverUserId(long receiverUserId, int start, int end) Returns a range of all the social requests where receiverUserId = ?.static List<SocialRequest>SocialRequestUtil.findByReceiverUserId(long receiverUserId, int start, int end, OrderByComparator<SocialRequest> orderByComparator) Returns an ordered range of all the social requests where receiverUserId = ?.static List<SocialRequest>SocialRequestUtil.findByReceiverUserId(long receiverUserId, int start, int end, OrderByComparator<SocialRequest> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social requests where receiverUserId = ?.SocialRequestPersistence.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 = ?.SocialRequestPersistence.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 = ?.SocialRequestPersistence.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 = ?.SocialRequestPersistence.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 List<SocialRequest>SocialRequestUtil.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>SocialRequestUtil.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>SocialRequestUtil.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>SocialRequestUtil.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 = ?.SocialRequestPersistence.findByU_S(long userId, int status) Returns all the social requests where userId = ? and status = ?.SocialRequestPersistence.findByU_S(long userId, int status, int start, int end) Returns a range of all the social requests where userId = ? and status = ?.SocialRequestPersistence.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 = ?.SocialRequestPersistence.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 List<SocialRequest>SocialRequestUtil.findByU_S(long userId, int status) Returns all the social requests where userId = ? and status = ?.static List<SocialRequest>SocialRequestUtil.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>SocialRequestUtil.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>SocialRequestUtil.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 = ?.SocialRequestPersistence.findByUserId(long userId) Returns all the social requests where userId = ?.SocialRequestPersistence.findByUserId(long userId, int start, int end) Returns a range of all the social requests where userId = ?.SocialRequestPersistence.findByUserId(long userId, int start, int end, OrderByComparator<SocialRequest> orderByComparator) Returns an ordered range of all the social requests where userId = ?.SocialRequestPersistence.findByUserId(long userId, int start, int end, OrderByComparator<SocialRequest> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social requests where userId = ?.static List<SocialRequest>SocialRequestUtil.findByUserId(long userId) Returns all the social requests where userId = ?.static List<SocialRequest>SocialRequestUtil.findByUserId(long userId, int start, int end) Returns a range of all the social requests where userId = ?.static List<SocialRequest>SocialRequestUtil.findByUserId(long userId, int start, int end, OrderByComparator<SocialRequest> orderByComparator) Returns an ordered range of all the social requests where userId = ?.static List<SocialRequest>SocialRequestUtil.findByUserId(long userId, int start, int end, OrderByComparator<SocialRequest> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social requests where userId = ?.SocialRequestPersistence.findByUuid(String uuid) Returns all the social requests where uuid = ?.SocialRequestPersistence.findByUuid(String uuid, int start, int end) Returns a range of all the social requests where uuid = ?.SocialRequestPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<SocialRequest> orderByComparator) Returns an ordered range of all the social requests where uuid = ?.SocialRequestPersistence.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>SocialRequestUtil.findByUuid(String uuid) Returns all the social requests where uuid = ?.static List<SocialRequest>SocialRequestUtil.findByUuid(String uuid, int start, int end) Returns a range of all the social requests where uuid = ?.static List<SocialRequest>SocialRequestUtil.findByUuid(String uuid, int start, int end, OrderByComparator<SocialRequest> orderByComparator) Returns an ordered range of all the social requests where uuid = ?.static List<SocialRequest>SocialRequestUtil.findByUuid(String uuid, int start, int end, OrderByComparator<SocialRequest> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social requests where uuid = ?.SocialRequestPersistence.findByUuid_C(String uuid, long companyId) Returns all the social requests where uuid = ? and companyId = ?.SocialRequestPersistence.findByUuid_C(String uuid, long companyId, int start, int end) Returns a range of all the social requests where uuid = ? and companyId = ?.SocialRequestPersistence.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 = ?.SocialRequestPersistence.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 List<SocialRequest>SocialRequestUtil.findByUuid_C(String uuid, long companyId) Returns all the social requests where uuid = ? and companyId = ?.static List<SocialRequest>SocialRequestUtil.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>SocialRequestUtil.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>SocialRequestUtil.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 List<SocialRequest>SocialRequestUtil.findWithDynamicQuery(DynamicQuery dynamicQuery) static List<SocialRequest>SocialRequestUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end) static List<SocialRequest>SocialRequestUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<SocialRequest> orderByComparator) Methods in com.liferay.social.kernel.service.persistence with parameters of type SocialRequestModifier and TypeMethodDescriptionvoidSocialRequestPersistence.cacheResult(SocialRequest socialRequest) Caches the social request in the entity cache if it is enabled.static voidSocialRequestUtil.cacheResult(SocialRequest socialRequest) Caches the social request in the entity cache if it is enabled.static voidSocialRequestUtil.clearCache(SocialRequest socialRequest) static SocialRequestSocialRequestUtil.update(SocialRequest socialRequest) static SocialRequestSocialRequestUtil.update(SocialRequest socialRequest, ServiceContext serviceContext) SocialRequestPersistence.updateImpl(SocialRequest socialRequest) static SocialRequestSocialRequestUtil.updateImpl(SocialRequest socialRequest) Method parameters in com.liferay.social.kernel.service.persistence with type arguments of type SocialRequestModifier and TypeMethodDescriptionvoidSocialRequestPersistence.cacheResult(List<SocialRequest> socialRequests) Caches the social requests in the entity cache if it is enabled.static voidSocialRequestUtil.cacheResult(List<SocialRequest> socialRequests) Caches the social requests in the entity cache if it is enabled.SocialRequestPersistence.fetchByC_C_First(long classNameId, long classPK, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where classNameId = ? and classPK = ?.static SocialRequestSocialRequestUtil.fetchByC_C_First(long classNameId, long classPK, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where classNameId = ? and classPK = ?.SocialRequestPersistence.fetchByC_C_Last(long classNameId, long classPK, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where classNameId = ? and classPK = ?.static SocialRequestSocialRequestUtil.fetchByC_C_Last(long classNameId, long classPK, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where classNameId = ? and classPK = ?.SocialRequestPersistence.fetchByC_C_T_R_S_First(long classNameId, long classPK, int type, long receiverUserId, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.static SocialRequestSocialRequestUtil.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 = ?.SocialRequestPersistence.fetchByC_C_T_R_S_Last(long classNameId, long classPK, int type, long receiverUserId, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.static SocialRequestSocialRequestUtil.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 = ?.SocialRequestPersistence.fetchByCompanyId_First(long companyId, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where companyId = ?.static SocialRequestSocialRequestUtil.fetchByCompanyId_First(long companyId, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where companyId = ?.SocialRequestPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where companyId = ?.static SocialRequestSocialRequestUtil.fetchByCompanyId_Last(long companyId, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where companyId = ?.SocialRequestPersistence.fetchByR_S_First(long receiverUserId, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where receiverUserId = ? and status = ?.static SocialRequestSocialRequestUtil.fetchByR_S_First(long receiverUserId, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where receiverUserId = ? and status = ?.SocialRequestPersistence.fetchByR_S_Last(long receiverUserId, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where receiverUserId = ? and status = ?.static SocialRequestSocialRequestUtil.fetchByR_S_Last(long receiverUserId, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where receiverUserId = ? and status = ?.SocialRequestPersistence.fetchByReceiverUserId_First(long receiverUserId, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where receiverUserId = ?.static SocialRequestSocialRequestUtil.fetchByReceiverUserId_First(long receiverUserId, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where receiverUserId = ?.SocialRequestPersistence.fetchByReceiverUserId_Last(long receiverUserId, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where receiverUserId = ?.static SocialRequestSocialRequestUtil.fetchByReceiverUserId_Last(long receiverUserId, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where receiverUserId = ?.SocialRequestPersistence.fetchByU_C_C_T_S_First(long userId, long classNameId, long classPK, int type, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.static SocialRequestSocialRequestUtil.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 = ?.SocialRequestPersistence.fetchByU_C_C_T_S_Last(long userId, long classNameId, long classPK, int type, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.static SocialRequestSocialRequestUtil.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 = ?.SocialRequestPersistence.fetchByU_S_First(long userId, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where userId = ? and status = ?.static SocialRequestSocialRequestUtil.fetchByU_S_First(long userId, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where userId = ? and status = ?.SocialRequestPersistence.fetchByU_S_Last(long userId, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where userId = ? and status = ?.static SocialRequestSocialRequestUtil.fetchByU_S_Last(long userId, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where userId = ? and status = ?.SocialRequestPersistence.fetchByUserId_First(long userId, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where userId = ?.static SocialRequestSocialRequestUtil.fetchByUserId_First(long userId, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where userId = ?.SocialRequestPersistence.fetchByUserId_Last(long userId, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where userId = ?.static SocialRequestSocialRequestUtil.fetchByUserId_Last(long userId, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where userId = ?.SocialRequestPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where uuid = ? and companyId = ?.static SocialRequestSocialRequestUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where uuid = ? and companyId = ?.SocialRequestPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where uuid = ? and companyId = ?.static SocialRequestSocialRequestUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where uuid = ? and companyId = ?.SocialRequestPersistence.fetchByUuid_First(String uuid, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where uuid = ?.static SocialRequestSocialRequestUtil.fetchByUuid_First(String uuid, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where uuid = ?.SocialRequestPersistence.fetchByUuid_Last(String uuid, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where uuid = ?.static SocialRequestSocialRequestUtil.fetchByUuid_Last(String uuid, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where uuid = ?.SocialRequestPersistence.findAll(int start, int end, OrderByComparator<SocialRequest> orderByComparator) Returns an ordered range of all the social requests.SocialRequestPersistence.findAll(int start, int end, OrderByComparator<SocialRequest> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social requests.static List<SocialRequest>SocialRequestUtil.findAll(int start, int end, OrderByComparator<SocialRequest> orderByComparator) Returns an ordered range of all the social requests.static List<SocialRequest>SocialRequestUtil.findAll(int start, int end, OrderByComparator<SocialRequest> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social requests.SocialRequestPersistence.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 = ?.SocialRequestPersistence.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 List<SocialRequest>SocialRequestUtil.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>SocialRequestUtil.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 = ?.SocialRequestPersistence.findByC_C_First(long classNameId, long classPK, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where classNameId = ? and classPK = ?.static SocialRequestSocialRequestUtil.findByC_C_First(long classNameId, long classPK, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where classNameId = ? and classPK = ?.SocialRequestPersistence.findByC_C_Last(long classNameId, long classPK, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where classNameId = ? and classPK = ?.static SocialRequestSocialRequestUtil.findByC_C_Last(long classNameId, long classPK, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where classNameId = ? and classPK = ?.SocialRequestPersistence.findByC_C_PrevAndNext(long requestId, long classNameId, long classPK, OrderByComparator<SocialRequest> orderByComparator) Returns the social requests before and after the current social request in the ordered set where classNameId = ? and classPK = ?.static SocialRequest[]SocialRequestUtil.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 = ?.SocialRequestPersistence.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 = ?.SocialRequestPersistence.findByC_C_T_R_S(long classNameId, long classPK, int type, long receiverUserId, int status, int start, int end, OrderByComparator<SocialRequest> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social requests where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.static List<SocialRequest>SocialRequestUtil.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>SocialRequestUtil.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 = ?.SocialRequestPersistence.findByC_C_T_R_S_First(long classNameId, long classPK, int type, long receiverUserId, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.static SocialRequestSocialRequestUtil.findByC_C_T_R_S_First(long classNameId, long classPK, int type, long receiverUserId, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.SocialRequestPersistence.findByC_C_T_R_S_Last(long classNameId, long classPK, int type, long receiverUserId, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.static SocialRequestSocialRequestUtil.findByC_C_T_R_S_Last(long classNameId, long classPK, int type, long receiverUserId, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.SocialRequestPersistence.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 SocialRequest[]SocialRequestUtil.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 = ?.SocialRequestPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<SocialRequest> orderByComparator) Returns an ordered range of all the social requests where companyId = ?.SocialRequestPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<SocialRequest> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social requests where companyId = ?.static List<SocialRequest>SocialRequestUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<SocialRequest> orderByComparator) Returns an ordered range of all the social requests where companyId = ?.static List<SocialRequest>SocialRequestUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<SocialRequest> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social requests where companyId = ?.SocialRequestPersistence.findByCompanyId_First(long companyId, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where companyId = ?.static SocialRequestSocialRequestUtil.findByCompanyId_First(long companyId, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where companyId = ?.SocialRequestPersistence.findByCompanyId_Last(long companyId, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where companyId = ?.static SocialRequestSocialRequestUtil.findByCompanyId_Last(long companyId, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where companyId = ?.SocialRequestPersistence.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 SocialRequest[]SocialRequestUtil.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 = ?.SocialRequestPersistence.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 = ?.SocialRequestPersistence.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 List<SocialRequest>SocialRequestUtil.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>SocialRequestUtil.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 = ?.SocialRequestPersistence.findByR_S_First(long receiverUserId, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where receiverUserId = ? and status = ?.static SocialRequestSocialRequestUtil.findByR_S_First(long receiverUserId, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where receiverUserId = ? and status = ?.SocialRequestPersistence.findByR_S_Last(long receiverUserId, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where receiverUserId = ? and status = ?.static SocialRequestSocialRequestUtil.findByR_S_Last(long receiverUserId, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where receiverUserId = ? and status = ?.SocialRequestPersistence.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 SocialRequest[]SocialRequestUtil.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 = ?.SocialRequestPersistence.findByReceiverUserId(long receiverUserId, int start, int end, OrderByComparator<SocialRequest> orderByComparator) Returns an ordered range of all the social requests where receiverUserId = ?.SocialRequestPersistence.findByReceiverUserId(long receiverUserId, int start, int end, OrderByComparator<SocialRequest> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social requests where receiverUserId = ?.static List<SocialRequest>SocialRequestUtil.findByReceiverUserId(long receiverUserId, int start, int end, OrderByComparator<SocialRequest> orderByComparator) Returns an ordered range of all the social requests where receiverUserId = ?.static List<SocialRequest>SocialRequestUtil.findByReceiverUserId(long receiverUserId, int start, int end, OrderByComparator<SocialRequest> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social requests where receiverUserId = ?.SocialRequestPersistence.findByReceiverUserId_First(long receiverUserId, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where receiverUserId = ?.static SocialRequestSocialRequestUtil.findByReceiverUserId_First(long receiverUserId, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where receiverUserId = ?.SocialRequestPersistence.findByReceiverUserId_Last(long receiverUserId, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where receiverUserId = ?.static SocialRequestSocialRequestUtil.findByReceiverUserId_Last(long receiverUserId, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where receiverUserId = ?.SocialRequestPersistence.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 SocialRequest[]SocialRequestUtil.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 = ?.SocialRequestPersistence.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 = ?.SocialRequestPersistence.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 List<SocialRequest>SocialRequestUtil.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>SocialRequestUtil.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 = ?.SocialRequestPersistence.findByU_C_C_T_S_First(long userId, long classNameId, long classPK, int type, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.static SocialRequestSocialRequestUtil.findByU_C_C_T_S_First(long userId, long classNameId, long classPK, int type, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.SocialRequestPersistence.findByU_C_C_T_S_Last(long userId, long classNameId, long classPK, int type, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.static SocialRequestSocialRequestUtil.findByU_C_C_T_S_Last(long userId, long classNameId, long classPK, int type, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.SocialRequestPersistence.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 SocialRequest[]SocialRequestUtil.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 = ?.SocialRequestPersistence.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 = ?.SocialRequestPersistence.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 List<SocialRequest>SocialRequestUtil.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>SocialRequestUtil.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 = ?.SocialRequestPersistence.findByU_S_First(long userId, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where userId = ? and status = ?.static SocialRequestSocialRequestUtil.findByU_S_First(long userId, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where userId = ? and status = ?.SocialRequestPersistence.findByU_S_Last(long userId, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where userId = ? and status = ?.static SocialRequestSocialRequestUtil.findByU_S_Last(long userId, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where userId = ? and status = ?.SocialRequestPersistence.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 SocialRequest[]SocialRequestUtil.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 = ?.SocialRequestPersistence.findByUserId(long userId, int start, int end, OrderByComparator<SocialRequest> orderByComparator) Returns an ordered range of all the social requests where userId = ?.SocialRequestPersistence.findByUserId(long userId, int start, int end, OrderByComparator<SocialRequest> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social requests where userId = ?.static List<SocialRequest>SocialRequestUtil.findByUserId(long userId, int start, int end, OrderByComparator<SocialRequest> orderByComparator) Returns an ordered range of all the social requests where userId = ?.static List<SocialRequest>SocialRequestUtil.findByUserId(long userId, int start, int end, OrderByComparator<SocialRequest> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social requests where userId = ?.SocialRequestPersistence.findByUserId_First(long userId, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where userId = ?.static SocialRequestSocialRequestUtil.findByUserId_First(long userId, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where userId = ?.SocialRequestPersistence.findByUserId_Last(long userId, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where userId = ?.static SocialRequestSocialRequestUtil.findByUserId_Last(long userId, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where userId = ?.SocialRequestPersistence.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 SocialRequest[]SocialRequestUtil.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 = ?.SocialRequestPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<SocialRequest> orderByComparator) Returns an ordered range of all the social requests where uuid = ?.SocialRequestPersistence.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>SocialRequestUtil.findByUuid(String uuid, int start, int end, OrderByComparator<SocialRequest> orderByComparator) Returns an ordered range of all the social requests where uuid = ?.static List<SocialRequest>SocialRequestUtil.findByUuid(String uuid, int start, int end, OrderByComparator<SocialRequest> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social requests where uuid = ?.SocialRequestPersistence.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 = ?.SocialRequestPersistence.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 List<SocialRequest>SocialRequestUtil.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>SocialRequestUtil.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 = ?.SocialRequestPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where uuid = ? and companyId = ?.static SocialRequestSocialRequestUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where uuid = ? and companyId = ?.SocialRequestPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where uuid = ? and companyId = ?.static SocialRequestSocialRequestUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where uuid = ? and companyId = ?.SocialRequestPersistence.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 SocialRequest[]SocialRequestUtil.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 = ?.SocialRequestPersistence.findByUuid_First(String uuid, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where uuid = ?.static SocialRequestSocialRequestUtil.findByUuid_First(String uuid, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where uuid = ?.SocialRequestPersistence.findByUuid_Last(String uuid, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where uuid = ?.static SocialRequestSocialRequestUtil.findByUuid_Last(String uuid, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where uuid = ?.SocialRequestPersistence.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 SocialRequest[]SocialRequestUtil.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>SocialRequestUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<SocialRequest> orderByComparator)