|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SocialRequest | |
|---|---|
| com.liferay.portlet.social.model | |
| com.liferay.portlet.social.model.impl | |
| com.liferay.portlet.social.service | This package defines the social related portlet service local and remote interfaces, utilities, and wrappers. |
| com.liferay.portlet.social.service.base | |
| com.liferay.portlet.social.service.http | |
| com.liferay.portlet.social.service.impl | This package defines the social related portlet local service implementations. |
| com.liferay.portlet.social.service.persistence | |
| com.liferay.portlet.social.service.persistence.impl | |
| com.liferay.portlet.social.util | |
| Uses of SocialRequest in com.liferay.portlet.social.model |
|---|
| Classes in com.liferay.portlet.social.model that implement SocialRequest | |
|---|---|
class |
SocialRequestWrapper
This class is a wrapper for SocialRequest. |
| Fields in com.liferay.portlet.social.model with type parameters of type SocialRequest | |
|---|---|
static Accessor<SocialRequest,Long> |
SocialRequest.REQUEST_ID_ACCESSOR
|
| Methods in com.liferay.portlet.social.model that return SocialRequest | |
|---|---|
SocialRequest |
SocialRequestWrapper.getWrappedModel()
|
SocialRequest |
SocialRequestWrapper.toEscapedModel()
|
SocialRequest |
SocialRequestModel.toEscapedModel()
|
SocialRequest |
SocialRequestWrapper.toUnescapedModel()
|
SocialRequest |
SocialRequestModel.toUnescapedModel()
|
| Methods in com.liferay.portlet.social.model that return types with arguments of type SocialRequest | |
|---|---|
CacheModel<SocialRequest> |
SocialRequestWrapper.toCacheModel()
|
CacheModel<SocialRequest> |
SocialRequestModel.toCacheModel()
|
| Methods in com.liferay.portlet.social.model with parameters of type SocialRequest | |
|---|---|
int |
SocialRequestWrapper.compareTo(SocialRequest socialRequest)
|
int |
SocialRequestModel.compareTo(SocialRequest socialRequest)
|
protected abstract SocialRequestFeedEntry |
BaseSocialRequestInterpreter.doInterpret(SocialRequest request,
ThemeDisplay themeDisplay)
|
protected abstract boolean |
BaseSocialRequestInterpreter.doProcessConfirmation(SocialRequest request,
ThemeDisplay themeDisplay)
|
protected boolean |
BaseSocialRequestInterpreter.doProcessRejection(SocialRequest request,
ThemeDisplay themeDisplay)
|
SocialRequestFeedEntry |
BaseSocialRequestInterpreter.interpret(SocialRequest request,
ThemeDisplay themeDisplay)
|
SocialRequestFeedEntry |
SocialRequestInterpreter.interpret(SocialRequest request,
ThemeDisplay themeDisplay)
|
boolean |
BaseSocialRequestInterpreter.processConfirmation(SocialRequest request,
ThemeDisplay themeDisplay)
|
boolean |
SocialRequestInterpreter.processConfirmation(SocialRequest request,
ThemeDisplay themeDisplay)
|
void |
BaseSocialRequestInterpreter.processDuplicateRequestsFromUser(SocialRequest request,
int oldStatus)
|
void |
BaseSocialRequestInterpreter.processDuplicateRequestsToUser(SocialRequest request,
int oldStatus)
|
boolean |
BaseSocialRequestInterpreter.processRejection(SocialRequest request,
ThemeDisplay themeDisplay)
|
boolean |
SocialRequestInterpreter.processRejection(SocialRequest request,
ThemeDisplay themeDisplay)
|
static SocialRequestSoap |
SocialRequestSoap.toSoapModel(SocialRequest model)
|
static SocialRequestSoap[] |
SocialRequestSoap.toSoapModels(SocialRequest[] models)
|
static SocialRequestSoap[][] |
SocialRequestSoap.toSoapModels(SocialRequest[][] models)
|
| Method parameters in com.liferay.portlet.social.model with type arguments of type SocialRequest | |
|---|---|
static SocialRequestSoap[] |
SocialRequestSoap.toSoapModels(List<SocialRequest> models)
|
| Constructors in com.liferay.portlet.social.model with parameters of type SocialRequest | |
|---|---|
SocialRequestWrapper(SocialRequest socialRequest)
|
|
| Uses of SocialRequest in com.liferay.portlet.social.model.impl |
|---|
| Classes in com.liferay.portlet.social.model.impl that implement SocialRequest | |
|---|---|
class |
SocialRequestBaseImpl
The extended model base implementation for the SocialRequest service. |
class |
SocialRequestImpl
|
| Methods in com.liferay.portlet.social.model.impl that return SocialRequest | |
|---|---|
SocialRequest |
SocialRequestCacheModel.toEntityModel()
|
SocialRequest |
SocialRequestModelImpl.toEscapedModel()
|
static SocialRequest |
SocialRequestModelImpl.toModel(SocialRequestSoap soapModel)
Converts the soap model instance into a normal model instance. |
| Methods in com.liferay.portlet.social.model.impl that return types with arguments of type SocialRequest | |
|---|---|
CacheModel<SocialRequest> |
SocialRequestModelImpl.toCacheModel()
|
static List<SocialRequest> |
SocialRequestModelImpl.toModels(SocialRequestSoap[] soapModels)
Converts the soap model instances into normal model instances. |
| Methods in com.liferay.portlet.social.model.impl with parameters of type SocialRequest | |
|---|---|
int |
SocialRequestModelImpl.compareTo(SocialRequest socialRequest)
|
SocialRequestFeedEntry |
SocialRequestInterpreterImpl.interpret(SocialRequest request,
ThemeDisplay themeDisplay)
|
boolean |
SocialRequestInterpreterImpl.processConfirmation(SocialRequest request,
ThemeDisplay themeDisplay)
|
boolean |
SocialRequestInterpreterImpl.processRejection(SocialRequest request,
ThemeDisplay themeDisplay)
|
| Uses of SocialRequest in com.liferay.portlet.social.service |
|---|
| Methods in com.liferay.portlet.social.service that return SocialRequest | |
|---|---|
SocialRequest |
SocialRequestLocalServiceWrapper.addRequest(long userId,
long groupId,
String className,
long classPK,
int type,
String extraData,
long receiverUserId)
Adds a social request to the database. |
SocialRequest |
SocialRequestLocalService.addRequest(long userId,
long groupId,
String className,
long classPK,
int type,
String extraData,
long receiverUserId)
Adds a social request to the database. |
static SocialRequest |
SocialRequestLocalServiceUtil.addRequest(long userId,
long groupId,
String className,
long classPK,
int type,
String extraData,
long receiverUserId)
Adds a social request to the database. |
SocialRequest |
SocialRequestLocalServiceWrapper.addSocialRequest(SocialRequest socialRequest)
Adds the social request to the database. |
SocialRequest |
SocialRequestLocalService.addSocialRequest(SocialRequest socialRequest)
Adds the social request to the database. |
static SocialRequest |
SocialRequestLocalServiceUtil.addSocialRequest(SocialRequest socialRequest)
Adds the social request to the database. |
SocialRequest |
SocialRequestLocalServiceWrapper.createSocialRequest(long requestId)
Creates a new social request with the primary key. |
SocialRequest |
SocialRequestLocalService.createSocialRequest(long requestId)
Creates a new social request with the primary key. |
static SocialRequest |
SocialRequestLocalServiceUtil.createSocialRequest(long requestId)
Creates a new social request with the primary key. |
SocialRequest |
SocialRequestLocalServiceWrapper.deleteSocialRequest(long requestId)
Deletes the social request with the primary key from the database. |
SocialRequest |
SocialRequestLocalService.deleteSocialRequest(long requestId)
Deletes the social request with the primary key from the database. |
static SocialRequest |
SocialRequestLocalServiceUtil.deleteSocialRequest(long requestId)
Deletes the social request with the primary key from the database. |
SocialRequest |
SocialRequestLocalServiceWrapper.deleteSocialRequest(SocialRequest socialRequest)
Deletes the social request from the database. |
SocialRequest |
SocialRequestLocalService.deleteSocialRequest(SocialRequest socialRequest)
Deletes the social request from the database. |
static SocialRequest |
SocialRequestLocalServiceUtil.deleteSocialRequest(SocialRequest socialRequest)
Deletes the social request from the database. |
SocialRequest |
SocialRequestLocalServiceWrapper.fetchSocialRequest(long requestId)
|
SocialRequest |
SocialRequestLocalService.fetchSocialRequest(long requestId)
|
static SocialRequest |
SocialRequestLocalServiceUtil.fetchSocialRequest(long requestId)
|
SocialRequest |
SocialRequestLocalServiceWrapper.fetchSocialRequestByUuidAndGroupId(String uuid,
long groupId)
Returns the social request matching the UUID and group. |
SocialRequest |
SocialRequestLocalService.fetchSocialRequestByUuidAndGroupId(String uuid,
long groupId)
Returns the social request matching the UUID and group. |
static SocialRequest |
SocialRequestLocalServiceUtil.fetchSocialRequestByUuidAndGroupId(String uuid,
long groupId)
Returns the social request matching the UUID and group. |
SocialRequest |
SocialRequestLocalServiceWrapper.getSocialRequest(long requestId)
Returns the social request with the primary key. |
SocialRequest |
SocialRequestLocalService.getSocialRequest(long requestId)
Returns the social request with the primary key. |
static SocialRequest |
SocialRequestLocalServiceUtil.getSocialRequest(long requestId)
Returns the social request with the primary key. |
SocialRequest |
SocialRequestLocalServiceWrapper.getSocialRequestByUuidAndGroupId(String uuid,
long groupId)
Returns the social request matching the UUID and group. |
SocialRequest |
SocialRequestLocalService.getSocialRequestByUuidAndGroupId(String uuid,
long groupId)
Returns the social request matching the UUID and group. |
static SocialRequest |
SocialRequestLocalServiceUtil.getSocialRequestByUuidAndGroupId(String uuid,
long groupId)
Returns the social request matching the UUID and group. |
static SocialRequest |
SocialRequestServiceUtil.updateRequest(long requestId,
int status,
ThemeDisplay themeDisplay)
|
SocialRequest |
SocialRequestServiceWrapper.updateRequest(long requestId,
int status,
ThemeDisplay themeDisplay)
|
SocialRequest |
SocialRequestLocalServiceWrapper.updateRequest(long requestId,
int status,
ThemeDisplay themeDisplay)
Updates the social request replacing its status. |
SocialRequest |
SocialRequestLocalService.updateRequest(long requestId,
int status,
ThemeDisplay themeDisplay)
Updates the social request replacing its status. |
static SocialRequest |
SocialRequestLocalServiceUtil.updateRequest(long requestId,
int status,
ThemeDisplay themeDisplay)
Updates the social request replacing its status. |
SocialRequest |
SocialRequestService.updateRequest(long requestId,
int status,
ThemeDisplay themeDisplay)
|
SocialRequest |
SocialRequestLocalServiceWrapper.updateSocialRequest(SocialRequest socialRequest)
Updates the social request in the database or adds it if it does not yet exist. |
SocialRequest |
SocialRequestLocalService.updateSocialRequest(SocialRequest socialRequest)
Updates the social request in the database or adds it if it does not yet exist. |
static SocialRequest |
SocialRequestLocalServiceUtil.updateSocialRequest(SocialRequest socialRequest)
Updates the social request in the database or adds it if it does not yet exist. |
| Methods in com.liferay.portlet.social.service that return types with arguments of type SocialRequest | |
|---|---|
List<SocialRequest> |
SocialRequestLocalServiceWrapper.getReceiverUserRequests(long receiverUserId,
int start,
int end)
Returns a range of all the social requests for the receiving user. |
List<SocialRequest> |
SocialRequestLocalService.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 start,
int end)
Returns a range of all the social requests for the receiving user. |
List<SocialRequest> |
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. |
List<SocialRequest> |
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 status,
int start,
int end)
Returns a range of all the social requests with the given status for the receiving user. |
List<SocialRequest> |
SocialRequestLocalServiceWrapper.getSocialRequests(int start,
int end)
Returns a range of all the social requests. |
List<SocialRequest> |
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. |
List<SocialRequest> |
SocialRequestLocalServiceWrapper.getSocialRequestsByUuidAndCompanyId(String uuid,
long companyId)
Returns all the social requests matching the UUID and company. |
List<SocialRequest> |
SocialRequestLocalService.getSocialRequestsByUuidAndCompanyId(String uuid,
long companyId)
Returns all the 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. |
List<SocialRequest> |
SocialRequestLocalServiceWrapper.getSocialRequestsByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator)
Returns a range of social requests matching the UUID and company. |
List<SocialRequest> |
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,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator)
Returns a range of social requests matching the UUID and company. |
List<SocialRequest> |
SocialRequestLocalServiceWrapper.getUserRequests(long userId,
int start,
int end)
Returns a range of all the social requests for the requesting user. |
List<SocialRequest> |
SocialRequestLocalService.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 start,
int end)
Returns a range of all the social requests for the requesting user. |
List<SocialRequest> |
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. |
List<SocialRequest> |
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 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.portlet.social.service with parameters of type SocialRequest | |
|---|---|
SocialRequest |
SocialRequestLocalServiceWrapper.addSocialRequest(SocialRequest socialRequest)
Adds the social request to the database. |
SocialRequest |
SocialRequestLocalService.addSocialRequest(SocialRequest socialRequest)
Adds the social request to the database. |
static SocialRequest |
SocialRequestLocalServiceUtil.addSocialRequest(SocialRequest socialRequest)
Adds the social request to the database. |
void |
SocialRequestLocalServiceWrapper.deleteRequest(SocialRequest request)
Removes the social request from the database. |
void |
SocialRequestLocalService.deleteRequest(SocialRequest request)
Removes the social request from the database. |
static void |
SocialRequestLocalServiceUtil.deleteRequest(SocialRequest request)
Removes the social request from the database. |
SocialRequest |
SocialRequestLocalServiceWrapper.deleteSocialRequest(SocialRequest socialRequest)
Deletes the social request from the database. |
SocialRequest |
SocialRequestLocalService.deleteSocialRequest(SocialRequest socialRequest)
Deletes the social request from the database. |
static SocialRequest |
SocialRequestLocalServiceUtil.deleteSocialRequest(SocialRequest socialRequest)
Deletes the social request from the database. |
SocialRequestFeedEntry |
SocialRequestInterpreterLocalService.interpret(SocialRequest request,
ThemeDisplay themeDisplay)
Creates a human readable request feed entry for the social request using an available compatible request interpreter. |
SocialRequestFeedEntry |
SocialRequestInterpreterLocalServiceWrapper.interpret(SocialRequest request,
ThemeDisplay themeDisplay)
Creates a human readable request feed entry for the social request using an available compatible request interpreter. |
static SocialRequestFeedEntry |
SocialRequestInterpreterLocalServiceUtil.interpret(SocialRequest request,
ThemeDisplay themeDisplay)
Creates a human readable request feed entry for the social request using an available compatible request interpreter. |
void |
SocialRequestInterpreterLocalService.processConfirmation(SocialRequest request,
ThemeDisplay themeDisplay)
Processes the confirmation of the social request. |
void |
SocialRequestInterpreterLocalServiceWrapper.processConfirmation(SocialRequest request,
ThemeDisplay themeDisplay)
Processes the confirmation of the social request. |
static void |
SocialRequestInterpreterLocalServiceUtil.processConfirmation(SocialRequest request,
ThemeDisplay themeDisplay)
Processes the confirmation of the social request. |
void |
SocialRequestInterpreterLocalService.processRejection(SocialRequest request,
ThemeDisplay themeDisplay)
Processes the rejection of the social request. |
void |
SocialRequestInterpreterLocalServiceWrapper.processRejection(SocialRequest request,
ThemeDisplay themeDisplay)
Processes the rejection of the social request. |
static void |
SocialRequestInterpreterLocalServiceUtil.processRejection(SocialRequest request,
ThemeDisplay themeDisplay)
Processes the rejection of the social request. |
SocialRequest |
SocialRequestLocalServiceWrapper.updateSocialRequest(SocialRequest socialRequest)
Updates the social request in the database or adds it if it does not yet exist. |
SocialRequest |
SocialRequestLocalService.updateSocialRequest(SocialRequest socialRequest)
Updates the social request in the database or adds it if it does not yet exist. |
static SocialRequest |
SocialRequestLocalServiceUtil.updateSocialRequest(SocialRequest socialRequest)
Updates the social request in the database or adds it if it does not yet exist. |
| Method parameters in com.liferay.portlet.social.service with type arguments of type SocialRequest | |
|---|---|
List<SocialRequest> |
SocialRequestLocalServiceWrapper.getSocialRequestsByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator)
Returns a range of social requests matching the UUID and company. |
List<SocialRequest> |
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,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator)
Returns a range of social requests matching the UUID and company. |
| Uses of SocialRequest in com.liferay.portlet.social.service.base |
|---|
| Methods in com.liferay.portlet.social.service.base that return SocialRequest | |
|---|---|
SocialRequest |
SocialRequestLocalServiceBaseImpl.addSocialRequest(SocialRequest socialRequest)
Adds the social request to the database. |
SocialRequest |
SocialRequestLocalServiceBaseImpl.createSocialRequest(long requestId)
Creates a new social request with the primary key. |
SocialRequest |
SocialRequestLocalServiceBaseImpl.deleteSocialRequest(long requestId)
Deletes the social request with the primary key from the database. |
SocialRequest |
SocialRequestLocalServiceBaseImpl.deleteSocialRequest(SocialRequest socialRequest)
Deletes the social request from the database. |
SocialRequest |
SocialRequestLocalServiceBaseImpl.fetchSocialRequest(long requestId)
|
SocialRequest |
SocialRequestLocalServiceBaseImpl.fetchSocialRequestByUuidAndGroupId(String uuid,
long groupId)
Returns the social request matching the UUID and group. |
SocialRequest |
SocialRequestLocalServiceBaseImpl.getSocialRequest(long requestId)
Returns the social request with the primary key. |
SocialRequest |
SocialRequestLocalServiceBaseImpl.getSocialRequestByUuidAndGroupId(String uuid,
long groupId)
Returns the social request matching the UUID and group. |
SocialRequest |
SocialRequestLocalServiceBaseImpl.updateSocialRequest(SocialRequest socialRequest)
Updates the social request in the database or adds it if it does not yet exist. |
| Methods in com.liferay.portlet.social.service.base that return types with arguments of type SocialRequest | |
|---|---|
List<SocialRequest> |
SocialRequestLocalServiceBaseImpl.getSocialRequests(int start,
int end)
Returns a range of all the social requests. |
List<SocialRequest> |
SocialRequestLocalServiceBaseImpl.getSocialRequestsByUuidAndCompanyId(String uuid,
long companyId)
Returns all the social requests matching the UUID and company. |
List<SocialRequest> |
SocialRequestLocalServiceBaseImpl.getSocialRequestsByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator)
Returns a range of social requests matching the UUID and company. |
| Methods in com.liferay.portlet.social.service.base with parameters of type SocialRequest | |
|---|---|
SocialRequest |
SocialRequestLocalServiceBaseImpl.addSocialRequest(SocialRequest socialRequest)
Adds the social request to the database. |
SocialRequest |
SocialRequestLocalServiceBaseImpl.deleteSocialRequest(SocialRequest socialRequest)
Deletes the social request from the database. |
SocialRequest |
SocialRequestLocalServiceBaseImpl.updateSocialRequest(SocialRequest socialRequest)
Updates the social request in the database or adds it if it does not yet exist. |
| Method parameters in com.liferay.portlet.social.service.base with type arguments of type SocialRequest | |
|---|---|
List<SocialRequest> |
SocialRequestLocalServiceBaseImpl.getSocialRequestsByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator)
Returns a range of social requests matching the UUID and company. |
| Uses of SocialRequest in com.liferay.portlet.social.service.http |
|---|
| Methods in com.liferay.portlet.social.service.http that return SocialRequest | |
|---|---|
static SocialRequest |
SocialRequestServiceHttp.updateRequest(HttpPrincipal httpPrincipal,
long requestId,
int status,
ThemeDisplay themeDisplay)
|
| Uses of SocialRequest in com.liferay.portlet.social.service.impl |
|---|
| Methods in com.liferay.portlet.social.service.impl that return SocialRequest | |
|---|---|
SocialRequest |
SocialRequestLocalServiceImpl.addRequest(long userId,
long groupId,
String className,
long classPK,
int type,
String extraData,
long receiverUserId)
Adds a social request to the database. |
SocialRequest |
SocialRequestServiceImpl.updateRequest(long requestId,
int status,
ThemeDisplay themeDisplay)
|
SocialRequest |
SocialRequestLocalServiceImpl.updateRequest(long requestId,
int status,
ThemeDisplay themeDisplay)
Updates the social request replacing its status. |
| Methods in com.liferay.portlet.social.service.impl that return types with arguments of type SocialRequest | |
|---|---|
List<SocialRequest> |
SocialRequestLocalServiceImpl.getReceiverUserRequests(long receiverUserId,
int start,
int end)
Returns a range of all the social requests for the receiving user. |
List<SocialRequest> |
SocialRequestLocalServiceImpl.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. |
List<SocialRequest> |
SocialRequestLocalServiceImpl.getUserRequests(long userId,
int start,
int end)
Returns a range of all the social requests for the requesting user. |
List<SocialRequest> |
SocialRequestLocalServiceImpl.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.portlet.social.service.impl with parameters of type SocialRequest | |
|---|---|
void |
SocialRequestLocalServiceImpl.deleteRequest(SocialRequest request)
Removes the social request from the database. |
protected String |
SocialRequestInterpreterLocalServiceImpl.getSocialRequestPortletId(SocialRequest request)
|
SocialRequestFeedEntry |
SocialRequestInterpreterLocalServiceImpl.interpret(SocialRequest request,
ThemeDisplay themeDisplay)
Creates a human readable request feed entry for the social request using an available compatible request interpreter. |
protected boolean |
SocialRequestInterpreterLocalServiceImpl.matches(SocialRequestInterpreterImpl requestInterpreter,
String className,
SocialRequest request)
|
void |
SocialRequestInterpreterLocalServiceImpl.processConfirmation(SocialRequest request,
ThemeDisplay themeDisplay)
Processes the confirmation of the social request. |
void |
SocialRequestInterpreterLocalServiceImpl.processRejection(SocialRequest request,
ThemeDisplay themeDisplay)
Processes the rejection of the social request. |
| Uses of SocialRequest in com.liferay.portlet.social.service.persistence |
|---|
| Methods in com.liferay.portlet.social.service.persistence that return SocialRequest | |
|---|---|
SocialRequest |
SocialRequestPersistence.create(long requestId)
Creates a new social request with the primary key. |
static SocialRequest |
SocialRequestUtil.create(long requestId)
Creates a new social request with the primary key. |
SocialRequest |
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 SocialRequest |
SocialRequestUtil.fetchByC_C_First(long classNameId,
long classPK,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where classNameId = ? and classPK = ?. |
SocialRequest |
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 SocialRequest |
SocialRequestUtil.fetchByC_C_Last(long classNameId,
long classPK,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where classNameId = ? and classPK = ?. |
SocialRequest |
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 SocialRequest |
SocialRequestUtil.fetchByC_C_T_R_S_First(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?. |
SocialRequest |
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 SocialRequest |
SocialRequestUtil.fetchByC_C_T_R_S_Last(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?. |
SocialRequest |
SocialRequestPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where companyId = ?. |
static SocialRequest |
SocialRequestUtil.fetchByCompanyId_First(long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where companyId = ?. |
SocialRequest |
SocialRequestPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where companyId = ?. |
static SocialRequest |
SocialRequestUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where companyId = ?. |
SocialRequest |
SocialRequestPersistence.fetchByPrimaryKey(long requestId)
Returns the social request with the primary key or returns null if it could not be found. |
static SocialRequest |
SocialRequestUtil.fetchByPrimaryKey(long requestId)
Returns the social request with the primary key or returns null if it could not be found. |
SocialRequest |
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 SocialRequest |
SocialRequestUtil.fetchByR_S_First(long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where receiverUserId = ? and status = ?. |
SocialRequest |
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 SocialRequest |
SocialRequestUtil.fetchByR_S_Last(long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where receiverUserId = ? and status = ?. |
SocialRequest |
SocialRequestPersistence.fetchByReceiverUserId_First(long receiverUserId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where receiverUserId = ?. |
static SocialRequest |
SocialRequestUtil.fetchByReceiverUserId_First(long receiverUserId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where receiverUserId = ?. |
SocialRequest |
SocialRequestPersistence.fetchByReceiverUserId_Last(long receiverUserId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where receiverUserId = ?. |
static SocialRequest |
SocialRequestUtil.fetchByReceiverUserId_Last(long receiverUserId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where receiverUserId = ?. |
SocialRequest |
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 returns null if it could not be found. |
static SocialRequest |
SocialRequestUtil.fetchByU_C_C_T_R(long userId,
long classNameId,
long classPK,
int type,
long receiverUserId)
Returns the social request where userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ? or returns null if it could not be found. |
SocialRequest |
SocialRequestPersistence.fetchByU_C_C_T_R(long userId,
long classNameId,
long classPK,
int type,
long receiverUserId,
boolean retrieveFromCache)
Returns the social request where userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ? or returns null if it could not be found, optionally using the finder cache. |
static SocialRequest |
SocialRequestUtil.fetchByU_C_C_T_R(long userId,
long classNameId,
long classPK,
int type,
long receiverUserId,
boolean retrieveFromCache)
Returns the social request where userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ? or returns null if it could not be found, optionally using the finder cache. |
SocialRequest |
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 SocialRequest |
SocialRequestUtil.fetchByU_C_C_T_S_First(long userId,
long classNameId,
long classPK,
int type,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?. |
SocialRequest |
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 SocialRequest |
SocialRequestUtil.fetchByU_C_C_T_S_Last(long userId,
long classNameId,
long classPK,
int type,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?. |
SocialRequest |
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 SocialRequest |
SocialRequestUtil.fetchByU_S_First(long userId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where userId = ? and status = ?. |
SocialRequest |
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 SocialRequest |
SocialRequestUtil.fetchByU_S_Last(long userId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where userId = ? and status = ?. |
SocialRequest |
SocialRequestPersistence.fetchByUserId_First(long userId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where userId = ?. |
static SocialRequest |
SocialRequestUtil.fetchByUserId_First(long userId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where userId = ?. |
SocialRequest |
SocialRequestPersistence.fetchByUserId_Last(long userId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where userId = ?. |
static SocialRequest |
SocialRequestUtil.fetchByUserId_Last(long userId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where userId = ?. |
SocialRequest |
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 SocialRequest |
SocialRequestUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where uuid = ? and companyId = ?. |
SocialRequest |
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 SocialRequest |
SocialRequestUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where uuid = ? and companyId = ?. |
SocialRequest |
SocialRequestPersistence.fetchByUuid_First(String uuid,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where uuid = ?. |
static SocialRequest |
SocialRequestUtil.fetchByUuid_First(String uuid,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where uuid = ?. |
SocialRequest |
SocialRequestPersistence.fetchByUUID_G(String uuid,
long groupId)
Returns the social request where uuid = ? and groupId = ? or returns null if it could not be found. |
static SocialRequest |
SocialRequestUtil.fetchByUUID_G(String uuid,
long groupId)
Returns the social request where uuid = ? and groupId = ? or returns null if it could not be found. |
SocialRequest |
SocialRequestPersistence.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the social request where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
static SocialRequest |
SocialRequestUtil.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the social request where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
SocialRequest |
SocialRequestPersistence.fetchByUuid_Last(String uuid,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where uuid = ?. |
static SocialRequest |
SocialRequestUtil.fetchByUuid_Last(String uuid,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where uuid = ?. |
SocialRequest |
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 SocialRequest |
SocialRequestUtil.findByC_C_First(long classNameId,
long classPK,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where classNameId = ? and classPK = ?. |
SocialRequest |
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 SocialRequest |
SocialRequestUtil.findByC_C_Last(long classNameId,
long classPK,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where classNameId = ? and classPK = ?. |
SocialRequest[] |
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 = ?. |
SocialRequest |
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 SocialRequest |
SocialRequestUtil.findByC_C_T_R_S_First(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?. |
SocialRequest |
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 SocialRequest |
SocialRequestUtil.findByC_C_T_R_S_Last(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?. |
SocialRequest[] |
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 = ?. |
SocialRequest |
SocialRequestPersistence.findByCompanyId_First(long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where companyId = ?. |
static SocialRequest |
SocialRequestUtil.findByCompanyId_First(long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where companyId = ?. |
SocialRequest |
SocialRequestPersistence.findByCompanyId_Last(long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where companyId = ?. |
static SocialRequest |
SocialRequestUtil.findByCompanyId_Last(long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where companyId = ?. |
SocialRequest[] |
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 = ?. |
SocialRequest |
SocialRequestPersistence.findByPrimaryKey(long requestId)
Returns the social request with the primary key or throws a NoSuchRequestException if it could not be found. |
static SocialRequest |
SocialRequestUtil.findByPrimaryKey(long requestId)
Returns the social request with the primary key or throws a NoSuchRequestException if it could not be found. |
SocialRequest |
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 SocialRequest |
SocialRequestUtil.findByR_S_First(long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where receiverUserId = ? and status = ?. |
SocialRequest |
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 SocialRequest |
SocialRequestUtil.findByR_S_Last(long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where receiverUserId = ? and status = ?. |
SocialRequest[] |
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 = ?. |
SocialRequest |
SocialRequestPersistence.findByReceiverUserId_First(long receiverUserId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where receiverUserId = ?. |
static SocialRequest |
SocialRequestUtil.findByReceiverUserId_First(long receiverUserId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where receiverUserId = ?. |
SocialRequest |
SocialRequestPersistence.findByReceiverUserId_Last(long receiverUserId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where receiverUserId = ?. |
static SocialRequest |
SocialRequestUtil.findByReceiverUserId_Last(long receiverUserId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where receiverUserId = ?. |
SocialRequest[] |
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 = ?. |
SocialRequest |
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 a NoSuchRequestException if it could not be found. |
static SocialRequest |
SocialRequestUtil.findByU_C_C_T_R(long userId,
long classNameId,
long classPK,
int type,
long receiverUserId)
Returns the social request where userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ? or throws a NoSuchRequestException if it could not be found. |
SocialRequest |
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 SocialRequest |
SocialRequestUtil.findByU_C_C_T_S_First(long userId,
long classNameId,
long classPK,
int type,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?. |
SocialRequest |
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 SocialRequest |
SocialRequestUtil.findByU_C_C_T_S_Last(long userId,
long classNameId,
long classPK,
int type,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?. |
SocialRequest[] |
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 = ?. |
SocialRequest |
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 SocialRequest |
SocialRequestUtil.findByU_S_First(long userId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where userId = ? and status = ?. |
SocialRequest |
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 SocialRequest |
SocialRequestUtil.findByU_S_Last(long userId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where userId = ? and status = ?. |
SocialRequest[] |
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 = ?. |
SocialRequest |
SocialRequestPersistence.findByUserId_First(long userId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where userId = ?. |
static SocialRequest |
SocialRequestUtil.findByUserId_First(long userId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where userId = ?. |
SocialRequest |
SocialRequestPersistence.findByUserId_Last(long userId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where userId = ?. |
static SocialRequest |
SocialRequestUtil.findByUserId_Last(long userId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where userId = ?. |
SocialRequest[] |
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 = ?. |
SocialRequest |
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 SocialRequest |
SocialRequestUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where uuid = ? and companyId = ?. |
SocialRequest |
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 SocialRequest |
SocialRequestUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where uuid = ? and companyId = ?. |
SocialRequest[] |
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 = ?. |
SocialRequest |
SocialRequestPersistence.findByUuid_First(String uuid,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where uuid = ?. |
static SocialRequest |
SocialRequestUtil.findByUuid_First(String uuid,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where uuid = ?. |
SocialRequest |
SocialRequestPersistence.findByUUID_G(String uuid,
long groupId)
Returns the social request where uuid = ? and groupId = ? or throws a NoSuchRequestException if it could not be found. |
static SocialRequest |
SocialRequestUtil.findByUUID_G(String uuid,
long groupId)
Returns the social request where uuid = ? and groupId = ? or throws a NoSuchRequestException if it could not be found. |
SocialRequest |
SocialRequestPersistence.findByUuid_Last(String uuid,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where uuid = ?. |
static SocialRequest |
SocialRequestUtil.findByUuid_Last(String uuid,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where uuid = ?. |
SocialRequest[] |
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 = ?. |
SocialRequest |
SocialRequestPersistence.remove(long requestId)
Removes the social request with the primary key from the database. |
static SocialRequest |
SocialRequestUtil.remove(long requestId)
Removes the social request with the primary key from the database. |
SocialRequest |
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 SocialRequest |
SocialRequestUtil.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. |
SocialRequest |
SocialRequestPersistence.removeByUUID_G(String uuid,
long groupId)
Removes the social request where uuid = ? and groupId = ? from the database. |
static SocialRequest |
SocialRequestUtil.removeByUUID_G(String uuid,
long groupId)
Removes the social request where uuid = ? and groupId = ? from the database. |
static SocialRequest |
SocialRequestUtil.update(SocialRequest socialRequest)
|
static SocialRequest |
SocialRequestUtil.update(SocialRequest socialRequest,
ServiceContext serviceContext)
|
SocialRequest |
SocialRequestPersistence.updateImpl(SocialRequest socialRequest)
|
static SocialRequest |
SocialRequestUtil.updateImpl(SocialRequest socialRequest)
|
| Methods in com.liferay.portlet.social.service.persistence that return types with arguments of type SocialRequest | |
|---|---|
Map<Serializable,SocialRequest> |
SocialRequestPersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
static Map<Serializable,SocialRequest> |
SocialRequestUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
List<SocialRequest> |
SocialRequestPersistence.findAll()
Returns all the social requests. |
static List<SocialRequest> |
SocialRequestUtil.findAll()
Returns all the social requests. |
List<SocialRequest> |
SocialRequestPersistence.findAll(int start,
int end)
Returns a range of all the social requests. |
static List<SocialRequest> |
SocialRequestUtil.findAll(int start,
int end)
Returns a range of all the social requests. |
List<SocialRequest> |
SocialRequestPersistence.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)
Returns an ordered range of all the social requests. |
List<SocialRequest> |
SocialRequestPersistence.findAll(int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the social requests. |
static List<SocialRequest> |
SocialRequestUtil.findAll(int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the social requests. |
List<SocialRequest> |
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 = ?. |
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 = ?. |
List<SocialRequest> |
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 = ?. |
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 = ?. |
List<SocialRequest> |
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 = ?. |
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 = ?. |
List<SocialRequest> |
SocialRequestPersistence.findByC_C_T_R_S(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the social requests where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?. |
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 retrieveFromCache)
Returns an ordered range of all the social requests where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?. |
List<SocialRequest> |
SocialRequestPersistence.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)
Returns all the social requests where classNameId = ? and classPK = ?. |
List<SocialRequest> |
SocialRequestPersistence.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)
Returns a range of all the social requests where classNameId = ? and classPK = ?. |
List<SocialRequest> |
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 = ?. |
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 = ?. |
List<SocialRequest> |
SocialRequestPersistence.findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the social requests where classNameId = ? and classPK = ?. |
static List<SocialRequest> |
SocialRequestUtil.findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the social requests where classNameId = ? and classPK = ?. |
List<SocialRequest> |
SocialRequestPersistence.findByCompanyId(long companyId)
Returns all the social requests where companyId = ?. |
static List<SocialRequest> |
SocialRequestUtil.findByCompanyId(long companyId)
Returns all the social requests where companyId = ?. |
List<SocialRequest> |
SocialRequestPersistence.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)
Returns a range of all the social requests where companyId = ?. |
List<SocialRequest> |
SocialRequestPersistence.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)
Returns an ordered range of all the social requests where companyId = ?. |
List<SocialRequest> |
SocialRequestPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean retrieveFromCache)
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 retrieveFromCache)
Returns an ordered range of all the social requests where companyId = ?. |
List<SocialRequest> |
SocialRequestPersistence.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)
Returns all the social requests where receiverUserId = ? and status = ?. |
List<SocialRequest> |
SocialRequestPersistence.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)
Returns a range of all the social requests where receiverUserId = ? and status = ?. |
List<SocialRequest> |
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 = ?. |
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 = ?. |
List<SocialRequest> |
SocialRequestPersistence.findByR_S(long receiverUserId,
int status,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the social requests where receiverUserId = ? and status = ?. |
static List<SocialRequest> |
SocialRequestUtil.findByR_S(long receiverUserId,
int status,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the social requests where receiverUserId = ? and status = ?. |
List<SocialRequest> |
SocialRequestPersistence.findByReceiverUserId(long receiverUserId)
Returns all the social requests where receiverUserId = ?. |
static List<SocialRequest> |
SocialRequestUtil.findByReceiverUserId(long receiverUserId)
Returns all the social requests where receiverUserId = ?. |
List<SocialRequest> |
SocialRequestPersistence.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)
Returns a range of all the social requests where receiverUserId = ?. |
List<SocialRequest> |
SocialRequestPersistence.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)
Returns an ordered range of all the social requests where receiverUserId = ?. |
List<SocialRequest> |
SocialRequestPersistence.findByReceiverUserId(long receiverUserId,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean retrieveFromCache)
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 retrieveFromCache)
Returns an ordered range of all the social requests where receiverUserId = ?. |
List<SocialRequest> |
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 = ?. |
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 = ?. |
List<SocialRequest> |
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 = ?. |
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 = ?. |
List<SocialRequest> |
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 = ?. |
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 = ?. |
List<SocialRequest> |
SocialRequestPersistence.findByU_C_C_T_S(long userId,
long classNameId,
long classPK,
int type,
int status,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the social requests where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?. |
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 retrieveFromCache)
Returns an ordered range of all the social requests where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?. |
List<SocialRequest> |
SocialRequestPersistence.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)
Returns all the social requests where userId = ? and status = ?. |
List<SocialRequest> |
SocialRequestPersistence.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)
Returns a range of all the social requests where userId = ? and status = ?. |
List<SocialRequest> |
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 = ?. |
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 = ?. |
List<SocialRequest> |
SocialRequestPersistence.findByU_S(long userId,
int status,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the social requests where userId = ? and status = ?. |
static List<SocialRequest> |
SocialRequestUtil.findByU_S(long userId,
int status,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the social requests where userId = ? and status = ?. |
List<SocialRequest> |
SocialRequestPersistence.findByUserId(long userId)
Returns all the social requests where userId = ?. |
static List<SocialRequest> |
SocialRequestUtil.findByUserId(long userId)
Returns all the social requests where userId = ?. |
List<SocialRequest> |
SocialRequestPersistence.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)
Returns a range of all the social requests where userId = ?. |
List<SocialRequest> |
SocialRequestPersistence.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)
Returns an ordered range of all the social requests where userId = ?. |
List<SocialRequest> |
SocialRequestPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean retrieveFromCache)
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 retrieveFromCache)
Returns an ordered range of all the social requests where userId = ?. |
List<SocialRequest> |
SocialRequestPersistence.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)
Returns all the social requests where uuid = ? and companyId = ?. |
List<SocialRequest> |
SocialRequestPersistence.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)
Returns a range of all the social requests where uuid = ? and companyId = ?. |
List<SocialRequest> |
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 = ?. |
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 = ?. |
List<SocialRequest> |
SocialRequestPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the social requests where uuid = ? and companyId = ?. |
static List<SocialRequest> |
SocialRequestUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the social requests where uuid = ? and companyId = ?. |
List<SocialRequest> |
SocialRequestPersistence.findByUuid(String uuid)
Returns all the social requests where uuid = ?. |
static List<SocialRequest> |
SocialRequestUtil.findByUuid(String uuid)
Returns all the social requests where uuid = ?. |
List<SocialRequest> |
SocialRequestPersistence.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)
Returns a range of all the social requests where uuid = ?. |
List<SocialRequest> |
SocialRequestPersistence.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)
Returns an ordered range of all the social requests where uuid = ?. |
List<SocialRequest> |
SocialRequestPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean retrieveFromCache)
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 retrieveFromCache)
Returns an ordered range of all the social requests where uuid = ?. |
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.portlet.social.service.persistence with parameters of type SocialRequest | |
|---|---|
void |
SocialRequestPersistence.cacheResult(SocialRequest socialRequest)
Caches the social request in the entity cache if it is enabled. |
static void |
SocialRequestUtil.cacheResult(SocialRequest socialRequest)
Caches the social request in the entity cache if it is enabled. |
static void |
SocialRequestUtil.clearCache(SocialRequest socialRequest)
|
static SocialRequest |
SocialRequestUtil.update(SocialRequest socialRequest)
|
static SocialRequest |
SocialRequestUtil.update(SocialRequest socialRequest,
ServiceContext serviceContext)
|
SocialRequest |
SocialRequestPersistence.updateImpl(SocialRequest socialRequest)
|
static SocialRequest |
SocialRequestUtil.updateImpl(SocialRequest socialRequest)
|
| Method parameters in com.liferay.portlet.social.service.persistence with type arguments of type SocialRequest | |
|---|---|
void |
SocialRequestPersistence.cacheResult(List<SocialRequest> socialRequests)
Caches the social requests in the entity cache if it is enabled. |
static void |
SocialRequestUtil.cacheResult(List<SocialRequest> socialRequests)
Caches the social requests in the entity cache if it is enabled. |
SocialRequest |
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 SocialRequest |
SocialRequestUtil.fetchByC_C_First(long classNameId,
long classPK,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where classNameId = ? and classPK = ?. |
SocialRequest |
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 SocialRequest |
SocialRequestUtil.fetchByC_C_Last(long classNameId,
long classPK,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where classNameId = ? and classPK = ?. |
SocialRequest |
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 SocialRequest |
SocialRequestUtil.fetchByC_C_T_R_S_First(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?. |
SocialRequest |
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 SocialRequest |
SocialRequestUtil.fetchByC_C_T_R_S_Last(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?. |
SocialRequest |
SocialRequestPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where companyId = ?. |
static SocialRequest |
SocialRequestUtil.fetchByCompanyId_First(long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where companyId = ?. |
SocialRequest |
SocialRequestPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where companyId = ?. |
static SocialRequest |
SocialRequestUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where companyId = ?. |
SocialRequest |
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 SocialRequest |
SocialRequestUtil.fetchByR_S_First(long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where receiverUserId = ? and status = ?. |
SocialRequest |
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 SocialRequest |
SocialRequestUtil.fetchByR_S_Last(long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where receiverUserId = ? and status = ?. |
SocialRequest |
SocialRequestPersistence.fetchByReceiverUserId_First(long receiverUserId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where receiverUserId = ?. |
static SocialRequest |
SocialRequestUtil.fetchByReceiverUserId_First(long receiverUserId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where receiverUserId = ?. |
SocialRequest |
SocialRequestPersistence.fetchByReceiverUserId_Last(long receiverUserId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where receiverUserId = ?. |
static SocialRequest |
SocialRequestUtil.fetchByReceiverUserId_Last(long receiverUserId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where receiverUserId = ?. |
SocialRequest |
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 SocialRequest |
SocialRequestUtil.fetchByU_C_C_T_S_First(long userId,
long classNameId,
long classPK,
int type,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?. |
SocialRequest |
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 SocialRequest |
SocialRequestUtil.fetchByU_C_C_T_S_Last(long userId,
long classNameId,
long classPK,
int type,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?. |
SocialRequest |
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 SocialRequest |
SocialRequestUtil.fetchByU_S_First(long userId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where userId = ? and status = ?. |
SocialRequest |
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 SocialRequest |
SocialRequestUtil.fetchByU_S_Last(long userId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where userId = ? and status = ?. |
SocialRequest |
SocialRequestPersistence.fetchByUserId_First(long userId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where userId = ?. |
static SocialRequest |
SocialRequestUtil.fetchByUserId_First(long userId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where userId = ?. |
SocialRequest |
SocialRequestPersistence.fetchByUserId_Last(long userId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where userId = ?. |
static SocialRequest |
SocialRequestUtil.fetchByUserId_Last(long userId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where userId = ?. |
SocialRequest |
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 SocialRequest |
SocialRequestUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where uuid = ? and companyId = ?. |
SocialRequest |
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 SocialRequest |
SocialRequestUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where uuid = ? and companyId = ?. |
SocialRequest |
SocialRequestPersistence.fetchByUuid_First(String uuid,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where uuid = ?. |
static SocialRequest |
SocialRequestUtil.fetchByUuid_First(String uuid,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where uuid = ?. |
SocialRequest |
SocialRequestPersistence.fetchByUuid_Last(String uuid,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where uuid = ?. |
static SocialRequest |
SocialRequestUtil.fetchByUuid_Last(String uuid,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where uuid = ?. |
List<SocialRequest> |
SocialRequestPersistence.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)
Returns an ordered range of all the social requests. |
List<SocialRequest> |
SocialRequestPersistence.findAll(int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the social requests. |
static List<SocialRequest> |
SocialRequestUtil.findAll(int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the social requests. |
SocialRequest |
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 SocialRequest |
SocialRequestUtil.findByC_C_First(long classNameId,
long classPK,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where classNameId = ? and classPK = ?. |
SocialRequest |
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 SocialRequest |
SocialRequestUtil.findByC_C_Last(long classNameId,
long classPK,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where classNameId = ? and classPK = ?. |
SocialRequest[] |
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 = ?. |
SocialRequest |
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 SocialRequest |
SocialRequestUtil.findByC_C_T_R_S_First(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?. |
SocialRequest |
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 SocialRequest |
SocialRequestUtil.findByC_C_T_R_S_Last(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?. |
SocialRequest[] |
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 = ?. |
List<SocialRequest> |
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 = ?. |
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 = ?. |
List<SocialRequest> |
SocialRequestPersistence.findByC_C_T_R_S(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the social requests where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?. |
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 retrieveFromCache)
Returns an ordered range of all the social requests where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?. |
List<SocialRequest> |
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 = ?. |
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 = ?. |
List<SocialRequest> |
SocialRequestPersistence.findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the social requests where classNameId = ? and classPK = ?. |
static List<SocialRequest> |
SocialRequestUtil.findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the social requests where classNameId = ? and classPK = ?. |
SocialRequest |
SocialRequestPersistence.findByCompanyId_First(long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where companyId = ?. |
static SocialRequest |
SocialRequestUtil.findByCompanyId_First(long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where companyId = ?. |
SocialRequest |
SocialRequestPersistence.findByCompanyId_Last(long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where companyId = ?. |
static SocialRequest |
SocialRequestUtil.findByCompanyId_Last(long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where companyId = ?. |
SocialRequest[] |
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 = ?. |
List<SocialRequest> |
SocialRequestPersistence.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)
Returns an ordered range of all the social requests where companyId = ?. |
List<SocialRequest> |
SocialRequestPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean retrieveFromCache)
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 retrieveFromCache)
Returns an ordered range of all the social requests where companyId = ?. |
SocialRequest |
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 SocialRequest |
SocialRequestUtil.findByR_S_First(long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where receiverUserId = ? and status = ?. |
SocialRequest |
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 SocialRequest |
SocialRequestUtil.findByR_S_Last(long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where receiverUserId = ? and status = ?. |
SocialRequest[] |
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 = ?. |
List<SocialRequest> |
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 = ?. |
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 = ?. |
List<SocialRequest> |
SocialRequestPersistence.findByR_S(long receiverUserId,
int status,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the social requests where receiverUserId = ? and status = ?. |
static List<SocialRequest> |
SocialRequestUtil.findByR_S(long receiverUserId,
int status,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the social requests where receiverUserId = ? and status = ?. |
SocialRequest |
SocialRequestPersistence.findByReceiverUserId_First(long receiverUserId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where receiverUserId = ?. |
static SocialRequest |
SocialRequestUtil.findByReceiverUserId_First(long receiverUserId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where receiverUserId = ?. |
SocialRequest |
SocialRequestPersistence.findByReceiverUserId_Last(long receiverUserId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where receiverUserId = ?. |
static SocialRequest |
SocialRequestUtil.findByReceiverUserId_Last(long receiverUserId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where receiverUserId = ?. |
SocialRequest[] |
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 = ?. |
List<SocialRequest> |
SocialRequestPersistence.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)
Returns an ordered range of all the social requests where receiverUserId = ?. |
List<SocialRequest> |
SocialRequestPersistence.findByReceiverUserId(long receiverUserId,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean retrieveFromCache)
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 retrieveFromCache)
Returns an ordered range of all the social requests where receiverUserId = ?. |
SocialRequest |
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 SocialRequest |
SocialRequestUtil.findByU_C_C_T_S_First(long userId,
long classNameId,
long classPK,
int type,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?. |
SocialRequest |
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 SocialRequest |
SocialRequestUtil.findByU_C_C_T_S_Last(long userId,
long classNameId,
long classPK,
int type,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?. |
SocialRequest[] |
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 = ?. |
List<SocialRequest> |
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 = ?. |
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 = ?. |
List<SocialRequest> |
SocialRequestPersistence.findByU_C_C_T_S(long userId,
long classNameId,
long classPK,
int type,
int status,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the social requests where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?. |
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 retrieveFromCache)
Returns an ordered range of all the social requests where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?. |
SocialRequest |
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 SocialRequest |
SocialRequestUtil.findByU_S_First(long userId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where userId = ? and status = ?. |
SocialRequest |
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 SocialRequest |
SocialRequestUtil.findByU_S_Last(long userId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where userId = ? and status = ?. |
SocialRequest[] |
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 = ?. |
List<SocialRequest> |
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 = ?. |
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 = ?. |
List<SocialRequest> |
SocialRequestPersistence.findByU_S(long userId,
int status,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the social requests where userId = ? and status = ?. |
static List<SocialRequest> |
SocialRequestUtil.findByU_S(long userId,
int status,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the social requests where userId = ? and status = ?. |
SocialRequest |
SocialRequestPersistence.findByUserId_First(long userId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where userId = ?. |
static SocialRequest |
SocialRequestUtil.findByUserId_First(long userId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where userId = ?. |
SocialRequest |
SocialRequestPersistence.findByUserId_Last(long userId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where userId = ?. |
static SocialRequest |
SocialRequestUtil.findByUserId_Last(long userId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where userId = ?. |
SocialRequest[] |
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 = ?. |
List<SocialRequest> |
SocialRequestPersistence.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)
Returns an ordered range of all the social requests where userId = ?. |
List<SocialRequest> |
SocialRequestPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean retrieveFromCache)
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 retrieveFromCache)
Returns an ordered range of all the social requests where userId = ?. |
SocialRequest |
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 SocialRequest |
SocialRequestUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where uuid = ? and companyId = ?. |
SocialRequest |
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 SocialRequest |
SocialRequestUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where uuid = ? and companyId = ?. |
SocialRequest[] |
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 = ?. |
List<SocialRequest> |
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 = ?. |
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 = ?. |
List<SocialRequest> |
SocialRequestPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the social requests where uuid = ? and companyId = ?. |
static List<SocialRequest> |
SocialRequestUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the social requests where uuid = ? and companyId = ?. |
SocialRequest |
SocialRequestPersistence.findByUuid_First(String uuid,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where uuid = ?. |
static SocialRequest |
SocialRequestUtil.findByUuid_First(String uuid,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where uuid = ?. |
SocialRequest |
SocialRequestPersistence.findByUuid_Last(String uuid,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where uuid = ?. |
static SocialRequest |
SocialRequestUtil.findByUuid_Last(String uuid,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where uuid = ?. |
SocialRequest[] |
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 = ?. |
List<SocialRequest> |
SocialRequestPersistence.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)
Returns an ordered range of all the social requests where uuid = ?. |
List<SocialRequest> |
SocialRequestPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean retrieveFromCache)
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 retrieveFromCache)
Returns an ordered range of all the social requests where uuid = ?. |
static List<SocialRequest> |
SocialRequestUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator)
|
| Uses of SocialRequest in com.liferay.portlet.social.service.persistence.impl |
|---|
| Methods in com.liferay.portlet.social.service.persistence.impl that return SocialRequest | |
|---|---|
SocialRequest |
SocialRequestPersistenceImpl.create(long requestId)
Creates a new social request with the primary key. |
SocialRequest |
SocialRequestPersistenceImpl.fetchByC_C_First(long classNameId,
long classPK,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where classNameId = ? and classPK = ?. |
SocialRequest |
SocialRequestPersistenceImpl.fetchByC_C_Last(long classNameId,
long classPK,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where classNameId = ? and classPK = ?. |
SocialRequest |
SocialRequestPersistenceImpl.fetchByC_C_T_R_S_First(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?. |
SocialRequest |
SocialRequestPersistenceImpl.fetchByC_C_T_R_S_Last(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?. |
SocialRequest |
SocialRequestPersistenceImpl.fetchByCompanyId_First(long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where companyId = ?. |
SocialRequest |
SocialRequestPersistenceImpl.fetchByCompanyId_Last(long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where companyId = ?. |
SocialRequest |
SocialRequestPersistenceImpl.fetchByPrimaryKey(long requestId)
Returns the social request with the primary key or returns null if it could not be found. |
SocialRequest |
SocialRequestPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
Returns the social request with the primary key or returns null if it could not be found. |
SocialRequest |
SocialRequestPersistenceImpl.fetchByR_S_First(long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where receiverUserId = ? and status = ?. |
SocialRequest |
SocialRequestPersistenceImpl.fetchByR_S_Last(long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where receiverUserId = ? and status = ?. |
SocialRequest |
SocialRequestPersistenceImpl.fetchByReceiverUserId_First(long receiverUserId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where receiverUserId = ?. |
SocialRequest |
SocialRequestPersistenceImpl.fetchByReceiverUserId_Last(long receiverUserId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where receiverUserId = ?. |
SocialRequest |
SocialRequestPersistenceImpl.fetchByU_C_C_T_R(long userId,
long classNameId,
long classPK,
int type,
long receiverUserId)
Returns the social request where userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ? or returns null if it could not be found. |
SocialRequest |
SocialRequestPersistenceImpl.fetchByU_C_C_T_R(long userId,
long classNameId,
long classPK,
int type,
long receiverUserId,
boolean retrieveFromCache)
Returns the social request where userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ? or returns null if it could not be found, optionally using the finder cache. |
SocialRequest |
SocialRequestPersistenceImpl.fetchByU_C_C_T_S_First(long userId,
long classNameId,
long classPK,
int type,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?. |
SocialRequest |
SocialRequestPersistenceImpl.fetchByU_C_C_T_S_Last(long userId,
long classNameId,
long classPK,
int type,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?. |
SocialRequest |
SocialRequestPersistenceImpl.fetchByU_S_First(long userId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where userId = ? and status = ?. |
SocialRequest |
SocialRequestPersistenceImpl.fetchByU_S_Last(long userId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where userId = ? and status = ?. |
SocialRequest |
SocialRequestPersistenceImpl.fetchByUserId_First(long userId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where userId = ?. |
SocialRequest |
SocialRequestPersistenceImpl.fetchByUserId_Last(long userId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where userId = ?. |
SocialRequest |
SocialRequestPersistenceImpl.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where uuid = ? and companyId = ?. |
SocialRequest |
SocialRequestPersistenceImpl.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where uuid = ? and companyId = ?. |
SocialRequest |
SocialRequestPersistenceImpl.fetchByUuid_First(String uuid,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where uuid = ?. |
SocialRequest |
SocialRequestPersistenceImpl.fetchByUUID_G(String uuid,
long groupId)
Returns the social request where uuid = ? and groupId = ? or returns null if it could not be found. |
SocialRequest |
SocialRequestPersistenceImpl.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the social request where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
SocialRequest |
SocialRequestPersistenceImpl.fetchByUuid_Last(String uuid,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where uuid = ?. |
SocialRequest |
SocialRequestPersistenceImpl.findByC_C_First(long classNameId,
long classPK,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where classNameId = ? and classPK = ?. |
SocialRequest |
SocialRequestPersistenceImpl.findByC_C_Last(long classNameId,
long classPK,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where classNameId = ? and classPK = ?. |
SocialRequest[] |
SocialRequestPersistenceImpl.findByC_C_PrevAndNext(long requestId,
long classNameId,
long classPK,
OrderByComparator<SocialRequest> orderByComparator)
Returns the social requests before and after the current social request in the ordered set where classNameId = ? and classPK = ?. |
SocialRequest |
SocialRequestPersistenceImpl.findByC_C_T_R_S_First(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?. |
SocialRequest |
SocialRequestPersistenceImpl.findByC_C_T_R_S_Last(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?. |
SocialRequest[] |
SocialRequestPersistenceImpl.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 = ?. |
SocialRequest |
SocialRequestPersistenceImpl.findByCompanyId_First(long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where companyId = ?. |
SocialRequest |
SocialRequestPersistenceImpl.findByCompanyId_Last(long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where companyId = ?. |
SocialRequest[] |
SocialRequestPersistenceImpl.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 = ?. |
SocialRequest |
SocialRequestPersistenceImpl.findByPrimaryKey(long requestId)
Returns the social request with the primary key or throws a NoSuchRequestException if it could not be found. |
SocialRequest |
SocialRequestPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
Returns the social request with the primary key or throws a NoSuchModelException if it could not be found. |
SocialRequest |
SocialRequestPersistenceImpl.findByR_S_First(long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where receiverUserId = ? and status = ?. |
SocialRequest |
SocialRequestPersistenceImpl.findByR_S_Last(long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where receiverUserId = ? and status = ?. |
SocialRequest[] |
SocialRequestPersistenceImpl.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 = ?. |
SocialRequest |
SocialRequestPersistenceImpl.findByReceiverUserId_First(long receiverUserId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where receiverUserId = ?. |
SocialRequest |
SocialRequestPersistenceImpl.findByReceiverUserId_Last(long receiverUserId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where receiverUserId = ?. |
SocialRequest[] |
SocialRequestPersistenceImpl.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 = ?. |
SocialRequest |
SocialRequestPersistenceImpl.findByU_C_C_T_R(long userId,
long classNameId,
long classPK,
int type,
long receiverUserId)
Returns the social request where userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ? or throws a NoSuchRequestException if it could not be found. |
SocialRequest |
SocialRequestPersistenceImpl.findByU_C_C_T_S_First(long userId,
long classNameId,
long classPK,
int type,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?. |
SocialRequest |
SocialRequestPersistenceImpl.findByU_C_C_T_S_Last(long userId,
long classNameId,
long classPK,
int type,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?. |
SocialRequest[] |
SocialRequestPersistenceImpl.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 = ?. |
SocialRequest |
SocialRequestPersistenceImpl.findByU_S_First(long userId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where userId = ? and status = ?. |
SocialRequest |
SocialRequestPersistenceImpl.findByU_S_Last(long userId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where userId = ? and status = ?. |
SocialRequest[] |
SocialRequestPersistenceImpl.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 = ?. |
SocialRequest |
SocialRequestPersistenceImpl.findByUserId_First(long userId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where userId = ?. |
SocialRequest |
SocialRequestPersistenceImpl.findByUserId_Last(long userId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where userId = ?. |
SocialRequest[] |
SocialRequestPersistenceImpl.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 = ?. |
SocialRequest |
SocialRequestPersistenceImpl.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where uuid = ? and companyId = ?. |
SocialRequest |
SocialRequestPersistenceImpl.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where uuid = ? and companyId = ?. |
SocialRequest[] |
SocialRequestPersistenceImpl.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 = ?. |
SocialRequest |
SocialRequestPersistenceImpl.findByUuid_First(String uuid,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where uuid = ?. |
SocialRequest |
SocialRequestPersistenceImpl.findByUUID_G(String uuid,
long groupId)
Returns the social request where uuid = ? and groupId = ? or throws a NoSuchRequestException if it could not be found. |
SocialRequest |
SocialRequestPersistenceImpl.findByUuid_Last(String uuid,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where uuid = ?. |
SocialRequest[] |
SocialRequestPersistenceImpl.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 = ?. |
protected SocialRequest |
SocialRequestPersistenceImpl.getByC_C_PrevAndNext(Session session,
SocialRequest socialRequest,
long classNameId,
long classPK,
OrderByComparator<SocialRequest> orderByComparator,
boolean previous)
|
protected SocialRequest |
SocialRequestPersistenceImpl.getByC_C_T_R_S_PrevAndNext(Session session,
SocialRequest socialRequest,
long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator,
boolean previous)
|
protected SocialRequest |
SocialRequestPersistenceImpl.getByCompanyId_PrevAndNext(Session session,
SocialRequest socialRequest,
long companyId,
OrderByComparator<SocialRequest> orderByComparator,
boolean previous)
|
protected SocialRequest |
SocialRequestPersistenceImpl.getByR_S_PrevAndNext(Session session,
SocialRequest socialRequest,
long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator,
boolean previous)
|
protected SocialRequest |
SocialRequestPersistenceImpl.getByReceiverUserId_PrevAndNext(Session session,
SocialRequest socialRequest,
long receiverUserId,
OrderByComparator<SocialRequest> orderByComparator,
boolean previous)
|
protected SocialRequest |
SocialRequestPersistenceImpl.getByU_C_C_T_S_PrevAndNext(Session session,
SocialRequest socialRequest,
long userId,
long classNameId,
long classPK,
int type,
int status,
OrderByComparator<SocialRequest> orderByComparator,
boolean previous)
|
protected SocialRequest |
SocialRequestPersistenceImpl.getByU_S_PrevAndNext(Session session,
SocialRequest socialRequest,
long userId,
int status,
OrderByComparator<SocialRequest> orderByComparator,
boolean previous)
|
protected SocialRequest |
SocialRequestPersistenceImpl.getByUserId_PrevAndNext(Session session,
SocialRequest socialRequest,
long userId,
OrderByComparator<SocialRequest> orderByComparator,
boolean previous)
|
protected SocialRequest |
SocialRequestPersistenceImpl.getByUuid_C_PrevAndNext(Session session,
SocialRequest socialRequest,
String uuid,
long companyId,
OrderByComparator<SocialRequest> orderByComparator,
boolean previous)
|
protected SocialRequest |
SocialRequestPersistenceImpl.getByUuid_PrevAndNext(Session session,
SocialRequest socialRequest,
String uuid,
OrderByComparator<SocialRequest> orderByComparator,
boolean previous)
|
SocialRequest |
SocialRequestPersistenceImpl.remove(long requestId)
Removes the social request with the primary key from the database. |
SocialRequest |
SocialRequestPersistenceImpl.remove(Serializable primaryKey)
Removes the social request with the primary key from the database. |
SocialRequest |
SocialRequestPersistenceImpl.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. |
SocialRequest |
SocialRequestPersistenceImpl.removeByUUID_G(String uuid,
long groupId)
Removes the social request where uuid = ? and groupId = ? from the database. |
protected SocialRequest |
SocialRequestPersistenceImpl.removeImpl(SocialRequest socialRequest)
|
protected SocialRequest |
SocialRequestPersistenceImpl.toUnwrappedModel(SocialRequest socialRequest)
|
SocialRequest |
SocialRequestPersistenceImpl.updateImpl(SocialRequest socialRequest)
|
| Methods in com.liferay.portlet.social.service.persistence.impl that return types with arguments of type SocialRequest | |
|---|---|
Map<Serializable,SocialRequest> |
SocialRequestPersistenceImpl.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
List<SocialRequest> |
SocialRequestPersistenceImpl.findAll()
Returns all the social requests. |
List<SocialRequest> |
SocialRequestPersistenceImpl.findAll(int start,
int end)
Returns a range of all the social requests. |
List<SocialRequest> |
SocialRequestPersistenceImpl.findAll(int start,
int end,
OrderByComparator<SocialRequest> orderByComparator)
Returns an ordered range of all the social requests. |
List<SocialRequest> |
SocialRequestPersistenceImpl.findAll(int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the social requests. |
List<SocialRequest> |
SocialRequestPersistenceImpl.findByC_C_T_R_S(long classNameId,
long classPK,
int type,
long receiverUserId,
int status)
Returns all the social requests where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?. |
List<SocialRequest> |
SocialRequestPersistenceImpl.findByC_C_T_R_S(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
int start,
int end)
Returns a range of all the social requests where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?. |
List<SocialRequest> |
SocialRequestPersistenceImpl.findByC_C_T_R_S(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator)
Returns an ordered range of all the social requests where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?. |
List<SocialRequest> |
SocialRequestPersistenceImpl.findByC_C_T_R_S(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the social requests where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?. |
List<SocialRequest> |
SocialRequestPersistenceImpl.findByC_C(long classNameId,
long classPK)
Returns all the social requests where classNameId = ? and classPK = ?. |
List<SocialRequest> |
SocialRequestPersistenceImpl.findByC_C(long classNameId,
long classPK,
int start,
int end)
Returns a range of all the social requests where classNameId = ? and classPK = ?. |
List<SocialRequest> |
SocialRequestPersistenceImpl.findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator)
Returns an ordered range of all the social requests where classNameId = ? and classPK = ?. |
List<SocialRequest> |
SocialRequestPersistenceImpl.findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the social requests where classNameId = ? and classPK = ?. |
List<SocialRequest> |
SocialRequestPersistenceImpl.findByCompanyId(long companyId)
Returns all the social requests where companyId = ?. |
List<SocialRequest> |
SocialRequestPersistenceImpl.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the social requests where companyId = ?. |
List<SocialRequest> |
SocialRequestPersistenceImpl.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator)
Returns an ordered range of all the social requests where companyId = ?. |
List<SocialRequest> |
SocialRequestPersistenceImpl.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the social requests where companyId = ?. |
List<SocialRequest> |
SocialRequestPersistenceImpl.findByR_S(long receiverUserId,
int status)
Returns all the social requests where receiverUserId = ? and status = ?. |
List<SocialRequest> |
SocialRequestPersistenceImpl.findByR_S(long receiverUserId,
int status,
int start,
int end)
Returns a range of all the social requests where receiverUserId = ? and status = ?. |
List<SocialRequest> |
SocialRequestPersistenceImpl.findByR_S(long receiverUserId,
int status,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator)
Returns an ordered range of all the social requests where receiverUserId = ? and status = ?. |
List<SocialRequest> |
SocialRequestPersistenceImpl.findByR_S(long receiverUserId,
int status,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the social requests where receiverUserId = ? and status = ?. |
List<SocialRequest> |
SocialRequestPersistenceImpl.findByReceiverUserId(long receiverUserId)
Returns all the social requests where receiverUserId = ?. |
List<SocialRequest> |
SocialRequestPersistenceImpl.findByReceiverUserId(long receiverUserId,
int start,
int end)
Returns a range of all the social requests where receiverUserId = ?. |
List<SocialRequest> |
SocialRequestPersistenceImpl.findByReceiverUserId(long receiverUserId,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator)
Returns an ordered range of all the social requests where receiverUserId = ?. |
List<SocialRequest> |
SocialRequestPersistenceImpl.findByReceiverUserId(long receiverUserId,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the social requests where receiverUserId = ?. |
List<SocialRequest> |
SocialRequestPersistenceImpl.findByU_C_C_T_S(long userId,
long classNameId,
long classPK,
int type,
int status)
Returns all the social requests where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?. |
List<SocialRequest> |
SocialRequestPersistenceImpl.findByU_C_C_T_S(long userId,
long classNameId,
long classPK,
int type,
int status,
int start,
int end)
Returns a range of all the social requests where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?. |
List<SocialRequest> |
SocialRequestPersistenceImpl.findByU_C_C_T_S(long userId,
long classNameId,
long classPK,
int type,
int status,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator)
Returns an ordered range of all the social requests where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?. |
List<SocialRequest> |
SocialRequestPersistenceImpl.findByU_C_C_T_S(long userId,
long classNameId,
long classPK,
int type,
int status,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the social requests where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?. |
List<SocialRequest> |
SocialRequestPersistenceImpl.findByU_S(long userId,
int status)
Returns all the social requests where userId = ? and status = ?. |
List<SocialRequest> |
SocialRequestPersistenceImpl.findByU_S(long userId,
int status,
int start,
int end)
Returns a range of all the social requests where userId = ? and status = ?. |
List<SocialRequest> |
SocialRequestPersistenceImpl.findByU_S(long userId,
int status,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator)
Returns an ordered range of all the social requests where userId = ? and status = ?. |
List<SocialRequest> |
SocialRequestPersistenceImpl.findByU_S(long userId,
int status,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the social requests where userId = ? and status = ?. |
List<SocialRequest> |
SocialRequestPersistenceImpl.findByUserId(long userId)
Returns all the social requests where userId = ?. |
List<SocialRequest> |
SocialRequestPersistenceImpl.findByUserId(long userId,
int start,
int end)
Returns a range of all the social requests where userId = ?. |
List<SocialRequest> |
SocialRequestPersistenceImpl.findByUserId(long userId,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator)
Returns an ordered range of all the social requests where userId = ?. |
List<SocialRequest> |
SocialRequestPersistenceImpl.findByUserId(long userId,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the social requests where userId = ?. |
List<SocialRequest> |
SocialRequestPersistenceImpl.findByUuid_C(String uuid,
long companyId)
Returns all the social requests where uuid = ? and companyId = ?. |
List<SocialRequest> |
SocialRequestPersistenceImpl.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the social requests where uuid = ? and companyId = ?. |
List<SocialRequest> |
SocialRequestPersistenceImpl.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator)
Returns an ordered range of all the social requests where uuid = ? and companyId = ?. |
List<SocialRequest> |
SocialRequestPersistenceImpl.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the social requests where uuid = ? and companyId = ?. |
List<SocialRequest> |
SocialRequestPersistenceImpl.findByUuid(String uuid)
Returns all the social requests where uuid = ?. |
List<SocialRequest> |
SocialRequestPersistenceImpl.findByUuid(String uuid,
int start,
int end)
Returns a range of all the social requests where uuid = ?. |
List<SocialRequest> |
SocialRequestPersistenceImpl.findByUuid(String uuid,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator)
Returns an ordered range of all the social requests where uuid = ?. |
List<SocialRequest> |
SocialRequestPersistenceImpl.findByUuid(String uuid,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the social requests where uuid = ?. |
| Methods in com.liferay.portlet.social.service.persistence.impl with parameters of type SocialRequest | |
|---|---|
void |
SocialRequestPersistenceImpl.cacheResult(SocialRequest socialRequest)
Caches the social request in the entity cache if it is enabled. |
void |
SocialRequestPersistenceImpl.clearCache(SocialRequest socialRequest)
Clears the cache for the social request. |
protected SocialRequest |
SocialRequestPersistenceImpl.getByC_C_PrevAndNext(Session session,
SocialRequest socialRequest,
long classNameId,
long classPK,
OrderByComparator<SocialRequest> orderByComparator,
boolean previous)
|
protected SocialRequest |
SocialRequestPersistenceImpl.getByC_C_T_R_S_PrevAndNext(Session session,
SocialRequest socialRequest,
long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator,
boolean previous)
|
protected SocialRequest |
SocialRequestPersistenceImpl.getByCompanyId_PrevAndNext(Session session,
SocialRequest socialRequest,
long companyId,
OrderByComparator<SocialRequest> orderByComparator,
boolean previous)
|
protected SocialRequest |
SocialRequestPersistenceImpl.getByR_S_PrevAndNext(Session session,
SocialRequest socialRequest,
long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator,
boolean previous)
|
protected SocialRequest |
SocialRequestPersistenceImpl.getByReceiverUserId_PrevAndNext(Session session,
SocialRequest socialRequest,
long receiverUserId,
OrderByComparator<SocialRequest> orderByComparator,
boolean previous)
|
protected SocialRequest |
SocialRequestPersistenceImpl.getByU_C_C_T_S_PrevAndNext(Session session,
SocialRequest socialRequest,
long userId,
long classNameId,
long classPK,
int type,
int status,
OrderByComparator<SocialRequest> orderByComparator,
boolean previous)
|
protected SocialRequest |
SocialRequestPersistenceImpl.getByU_S_PrevAndNext(Session session,
SocialRequest socialRequest,
long userId,
int status,
OrderByComparator<SocialRequest> orderByComparator,
boolean previous)
|
protected SocialRequest |
SocialRequestPersistenceImpl.getByUserId_PrevAndNext(Session session,
SocialRequest socialRequest,
long userId,
OrderByComparator<SocialRequest> orderByComparator,
boolean previous)
|
protected SocialRequest |
SocialRequestPersistenceImpl.getByUuid_C_PrevAndNext(Session session,
SocialRequest socialRequest,
String uuid,
long companyId,
OrderByComparator<SocialRequest> orderByComparator,
boolean previous)
|
protected SocialRequest |
SocialRequestPersistenceImpl.getByUuid_PrevAndNext(Session session,
SocialRequest socialRequest,
String uuid,
OrderByComparator<SocialRequest> orderByComparator,
boolean previous)
|
protected SocialRequest |
SocialRequestPersistenceImpl.removeImpl(SocialRequest socialRequest)
|
protected SocialRequest |
SocialRequestPersistenceImpl.toUnwrappedModel(SocialRequest socialRequest)
|
SocialRequest |
SocialRequestPersistenceImpl.updateImpl(SocialRequest socialRequest)
|
| Method parameters in com.liferay.portlet.social.service.persistence.impl with type arguments of type SocialRequest | |
|---|---|
void |
SocialRequestPersistenceImpl.cacheResult(List<SocialRequest> socialRequests)
Caches the social requests in the entity cache if it is enabled. |
void |
SocialRequestPersistenceImpl.clearCache(List<SocialRequest> socialRequests)
|
SocialRequest |
SocialRequestPersistenceImpl.fetchByC_C_First(long classNameId,
long classPK,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where classNameId = ? and classPK = ?. |
SocialRequest |
SocialRequestPersistenceImpl.fetchByC_C_Last(long classNameId,
long classPK,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where classNameId = ? and classPK = ?. |
SocialRequest |
SocialRequestPersistenceImpl.fetchByC_C_T_R_S_First(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?. |
SocialRequest |
SocialRequestPersistenceImpl.fetchByC_C_T_R_S_Last(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?. |
SocialRequest |
SocialRequestPersistenceImpl.fetchByCompanyId_First(long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where companyId = ?. |
SocialRequest |
SocialRequestPersistenceImpl.fetchByCompanyId_Last(long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where companyId = ?. |
SocialRequest |
SocialRequestPersistenceImpl.fetchByR_S_First(long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where receiverUserId = ? and status = ?. |
SocialRequest |
SocialRequestPersistenceImpl.fetchByR_S_Last(long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where receiverUserId = ? and status = ?. |
SocialRequest |
SocialRequestPersistenceImpl.fetchByReceiverUserId_First(long receiverUserId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where receiverUserId = ?. |
SocialRequest |
SocialRequestPersistenceImpl.fetchByReceiverUserId_Last(long receiverUserId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where receiverUserId = ?. |
SocialRequest |
SocialRequestPersistenceImpl.fetchByU_C_C_T_S_First(long userId,
long classNameId,
long classPK,
int type,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?. |
SocialRequest |
SocialRequestPersistenceImpl.fetchByU_C_C_T_S_Last(long userId,
long classNameId,
long classPK,
int type,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?. |
SocialRequest |
SocialRequestPersistenceImpl.fetchByU_S_First(long userId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where userId = ? and status = ?. |
SocialRequest |
SocialRequestPersistenceImpl.fetchByU_S_Last(long userId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where userId = ? and status = ?. |
SocialRequest |
SocialRequestPersistenceImpl.fetchByUserId_First(long userId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where userId = ?. |
SocialRequest |
SocialRequestPersistenceImpl.fetchByUserId_Last(long userId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where userId = ?. |
SocialRequest |
SocialRequestPersistenceImpl.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where uuid = ? and companyId = ?. |
SocialRequest |
SocialRequestPersistenceImpl.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where uuid = ? and companyId = ?. |
SocialRequest |
SocialRequestPersistenceImpl.fetchByUuid_First(String uuid,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where uuid = ?. |
SocialRequest |
SocialRequestPersistenceImpl.fetchByUuid_Last(String uuid,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where uuid = ?. |
List<SocialRequest> |
SocialRequestPersistenceImpl.findAll(int start,
int end,
OrderByComparator<SocialRequest> orderByComparator)
Returns an ordered range of all the social requests. |
List<SocialRequest> |
SocialRequestPersistenceImpl.findAll(int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the social requests. |
SocialRequest |
SocialRequestPersistenceImpl.findByC_C_First(long classNameId,
long classPK,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where classNameId = ? and classPK = ?. |
SocialRequest |
SocialRequestPersistenceImpl.findByC_C_Last(long classNameId,
long classPK,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where classNameId = ? and classPK = ?. |
SocialRequest[] |
SocialRequestPersistenceImpl.findByC_C_PrevAndNext(long requestId,
long classNameId,
long classPK,
OrderByComparator<SocialRequest> orderByComparator)
Returns the social requests before and after the current social request in the ordered set where classNameId = ? and classPK = ?. |
SocialRequest |
SocialRequestPersistenceImpl.findByC_C_T_R_S_First(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?. |
SocialRequest |
SocialRequestPersistenceImpl.findByC_C_T_R_S_Last(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?. |
SocialRequest[] |
SocialRequestPersistenceImpl.findByC_C_T_R_S_PrevAndNext(long requestId,
long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the social requests before and after the current social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?. |
List<SocialRequest> |
SocialRequestPersistenceImpl.findByC_C_T_R_S(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator)
Returns an ordered range of all the social requests where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?. |
List<SocialRequest> |
SocialRequestPersistenceImpl.findByC_C_T_R_S(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the social requests where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?. |
List<SocialRequest> |
SocialRequestPersistenceImpl.findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator)
Returns an ordered range of all the social requests where classNameId = ? and classPK = ?. |
List<SocialRequest> |
SocialRequestPersistenceImpl.findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the social requests where classNameId = ? and classPK = ?. |
SocialRequest |
SocialRequestPersistenceImpl.findByCompanyId_First(long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where companyId = ?. |
SocialRequest |
SocialRequestPersistenceImpl.findByCompanyId_Last(long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where companyId = ?. |
SocialRequest[] |
SocialRequestPersistenceImpl.findByCompanyId_PrevAndNext(long requestId,
long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the social requests before and after the current social request in the ordered set where companyId = ?. |
List<SocialRequest> |
SocialRequestPersistenceImpl.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator)
Returns an ordered range of all the social requests where companyId = ?. |
List<SocialRequest> |
SocialRequestPersistenceImpl.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the social requests where companyId = ?. |
SocialRequest |
SocialRequestPersistenceImpl.findByR_S_First(long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where receiverUserId = ? and status = ?. |
SocialRequest |
SocialRequestPersistenceImpl.findByR_S_Last(long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where receiverUserId = ? and status = ?. |
SocialRequest[] |
SocialRequestPersistenceImpl.findByR_S_PrevAndNext(long requestId,
long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the social requests before and after the current social request in the ordered set where receiverUserId = ? and status = ?. |
List<SocialRequest> |
SocialRequestPersistenceImpl.findByR_S(long receiverUserId,
int status,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator)
Returns an ordered range of all the social requests where receiverUserId = ? and status = ?. |
List<SocialRequest> |
SocialRequestPersistenceImpl.findByR_S(long receiverUserId,
int status,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the social requests where receiverUserId = ? and status = ?. |
SocialRequest |
SocialRequestPersistenceImpl.findByReceiverUserId_First(long receiverUserId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where receiverUserId = ?. |
SocialRequest |
SocialRequestPersistenceImpl.findByReceiverUserId_Last(long receiverUserId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where receiverUserId = ?. |
SocialRequest[] |
SocialRequestPersistenceImpl.findByReceiverUserId_PrevAndNext(long requestId,
long receiverUserId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the social requests before and after the current social request in the ordered set where receiverUserId = ?. |
List<SocialRequest> |
SocialRequestPersistenceImpl.findByReceiverUserId(long receiverUserId,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator)
Returns an ordered range of all the social requests where receiverUserId = ?. |
List<SocialRequest> |
SocialRequestPersistenceImpl.findByReceiverUserId(long receiverUserId,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the social requests where receiverUserId = ?. |
SocialRequest |
SocialRequestPersistenceImpl.findByU_C_C_T_S_First(long userId,
long classNameId,
long classPK,
int type,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?. |
SocialRequest |
SocialRequestPersistenceImpl.findByU_C_C_T_S_Last(long userId,
long classNameId,
long classPK,
int type,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?. |
SocialRequest[] |
SocialRequestPersistenceImpl.findByU_C_C_T_S_PrevAndNext(long requestId,
long userId,
long classNameId,
long classPK,
int type,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the social requests before and after the current social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?. |
List<SocialRequest> |
SocialRequestPersistenceImpl.findByU_C_C_T_S(long userId,
long classNameId,
long classPK,
int type,
int status,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator)
Returns an ordered range of all the social requests where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?. |
List<SocialRequest> |
SocialRequestPersistenceImpl.findByU_C_C_T_S(long userId,
long classNameId,
long classPK,
int type,
int status,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the social requests where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?. |
SocialRequest |
SocialRequestPersistenceImpl.findByU_S_First(long userId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where userId = ? and status = ?. |
SocialRequest |
SocialRequestPersistenceImpl.findByU_S_Last(long userId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where userId = ? and status = ?. |
SocialRequest[] |
SocialRequestPersistenceImpl.findByU_S_PrevAndNext(long requestId,
long userId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the social requests before and after the current social request in the ordered set where userId = ? and status = ?. |
List<SocialRequest> |
SocialRequestPersistenceImpl.findByU_S(long userId,
int status,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator)
Returns an ordered range of all the social requests where userId = ? and status = ?. |
List<SocialRequest> |
SocialRequestPersistenceImpl.findByU_S(long userId,
int status,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the social requests where userId = ? and status = ?. |
SocialRequest |
SocialRequestPersistenceImpl.findByUserId_First(long userId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where userId = ?. |
SocialRequest |
SocialRequestPersistenceImpl.findByUserId_Last(long userId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where userId = ?. |
SocialRequest[] |
SocialRequestPersistenceImpl.findByUserId_PrevAndNext(long requestId,
long userId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the social requests before and after the current social request in the ordered set where userId = ?. |
List<SocialRequest> |
SocialRequestPersistenceImpl.findByUserId(long userId,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator)
Returns an ordered range of all the social requests where userId = ?. |
List<SocialRequest> |
SocialRequestPersistenceImpl.findByUserId(long userId,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the social requests where userId = ?. |
SocialRequest |
SocialRequestPersistenceImpl.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where uuid = ? and companyId = ?. |
SocialRequest |
SocialRequestPersistenceImpl.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where uuid = ? and companyId = ?. |
SocialRequest[] |
SocialRequestPersistenceImpl.findByUuid_C_PrevAndNext(long requestId,
String uuid,
long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the social requests before and after the current social request in the ordered set where uuid = ? and companyId = ?. |
List<SocialRequest> |
SocialRequestPersistenceImpl.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator)
Returns an ordered range of all the social requests where uuid = ? and companyId = ?. |
List<SocialRequest> |
SocialRequestPersistenceImpl.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the social requests where uuid = ? and companyId = ?. |
SocialRequest |
SocialRequestPersistenceImpl.findByUuid_First(String uuid,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where uuid = ?. |
SocialRequest |
SocialRequestPersistenceImpl.findByUuid_Last(String uuid,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where uuid = ?. |
SocialRequest[] |
SocialRequestPersistenceImpl.findByUuid_PrevAndNext(long requestId,
String uuid,
OrderByComparator<SocialRequest> orderByComparator)
Returns the social requests before and after the current social request in the ordered set where uuid = ?. |
List<SocialRequest> |
SocialRequestPersistenceImpl.findByUuid(String uuid,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator)
Returns an ordered range of all the social requests where uuid = ?. |
List<SocialRequest> |
SocialRequestPersistenceImpl.findByUuid(String uuid,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the social requests where uuid = ?. |
protected SocialRequest |
SocialRequestPersistenceImpl.getByC_C_PrevAndNext(Session session,
SocialRequest socialRequest,
long classNameId,
long classPK,
OrderByComparator<SocialRequest> orderByComparator,
boolean previous)
|
protected SocialRequest |
SocialRequestPersistenceImpl.getByC_C_T_R_S_PrevAndNext(Session session,
SocialRequest socialRequest,
long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator,
boolean previous)
|
protected SocialRequest |
SocialRequestPersistenceImpl.getByCompanyId_PrevAndNext(Session session,
SocialRequest socialRequest,
long companyId,
OrderByComparator<SocialRequest> orderByComparator,
boolean previous)
|
protected SocialRequest |
SocialRequestPersistenceImpl.getByR_S_PrevAndNext(Session session,
SocialRequest socialRequest,
long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator,
boolean previous)
|
protected SocialRequest |
SocialRequestPersistenceImpl.getByReceiverUserId_PrevAndNext(Session session,
SocialRequest socialRequest,
long receiverUserId,
OrderByComparator<SocialRequest> orderByComparator,
boolean previous)
|
protected SocialRequest |
SocialRequestPersistenceImpl.getByU_C_C_T_S_PrevAndNext(Session session,
SocialRequest socialRequest,
long userId,
long classNameId,
long classPK,
int type,
int status,
OrderByComparator<SocialRequest> orderByComparator,
boolean previous)
|
protected SocialRequest |
SocialRequestPersistenceImpl.getByU_S_PrevAndNext(Session session,
SocialRequest socialRequest,
long userId,
int status,
OrderByComparator<SocialRequest> orderByComparator,
boolean previous)
|
protected SocialRequest |
SocialRequestPersistenceImpl.getByUserId_PrevAndNext(Session session,
SocialRequest socialRequest,
long userId,
OrderByComparator<SocialRequest> orderByComparator,
boolean previous)
|
protected SocialRequest |
SocialRequestPersistenceImpl.getByUuid_C_PrevAndNext(Session session,
SocialRequest socialRequest,
String uuid,
long companyId,
OrderByComparator<SocialRequest> orderByComparator,
boolean previous)
|
protected SocialRequest |
SocialRequestPersistenceImpl.getByUuid_PrevAndNext(Session session,
SocialRequest socialRequest,
String uuid,
OrderByComparator<SocialRequest> orderByComparator,
boolean previous)
|
| Uses of SocialRequest in com.liferay.portlet.social.util |
|---|
| Methods in com.liferay.portlet.social.util with parameters of type SocialRequest | |
|---|---|
protected SocialRequestFeedEntry |
PortalRequestInterpreter.doInterpret(SocialRequest request,
ThemeDisplay themeDisplay)
|
protected boolean |
PortalRequestInterpreter.doProcessConfirmation(SocialRequest request,
ThemeDisplay themeDisplay)
|
|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||