|
Liferay 6.0-ee-sp2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SocialRequest | |
|---|---|
| com.liferay.portlet.social.model | |
| com.liferay.portlet.social.service | |
| com.liferay.portlet.social.service.persistence | |
| 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. |
| Methods in com.liferay.portlet.social.model that return SocialRequest | |
|---|---|
SocialRequest |
SocialRequestWrapper.getWrappedSocialRequest()
|
SocialRequest |
SocialRequestWrapper.toEscapedModel()
|
SocialRequest |
SocialRequestModel.toEscapedModel()
|
| 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 |
SocialRequestInterpreter.interpret(SocialRequest request,
ThemeDisplay themeDisplay)
|
SocialRequestFeedEntry |
BaseSocialRequestInterpreter.interpret(SocialRequest request,
ThemeDisplay themeDisplay)
|
boolean |
SocialRequestInterpreter.processConfirmation(SocialRequest request,
ThemeDisplay themeDisplay)
|
boolean |
BaseSocialRequestInterpreter.processConfirmation(SocialRequest request,
ThemeDisplay themeDisplay)
|
void |
BaseSocialRequestInterpreter.processDuplicateRequestsFromUser(SocialRequest request,
int oldStatus)
|
void |
BaseSocialRequestInterpreter.processDuplicateRequestsToUser(SocialRequest request,
int oldStatus)
|
boolean |
SocialRequestInterpreter.processRejection(SocialRequest request,
ThemeDisplay themeDisplay)
|
boolean |
BaseSocialRequestInterpreter.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.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)
|
static SocialRequest |
SocialRequestLocalServiceUtil.addRequest(long userId,
long groupId,
String className,
long classPK,
int type,
String extraData,
long receiverUserId)
|
SocialRequest |
SocialRequestLocalService.addRequest(long userId,
long groupId,
String className,
long classPK,
int type,
String extraData,
long receiverUserId)
|
SocialRequest |
SocialRequestLocalServiceWrapper.addSocialRequest(SocialRequest socialRequest)
Adds the social request to the database. |
static SocialRequest |
SocialRequestLocalServiceUtil.addSocialRequest(SocialRequest socialRequest)
Adds the social request to the database. |
SocialRequest |
SocialRequestLocalService.addSocialRequest(SocialRequest socialRequest)
Adds the social request to the database. |
SocialRequest |
SocialRequestLocalServiceWrapper.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 |
SocialRequestLocalService.createSocialRequest(long requestId)
Creates a new social request with the primary key. |
SocialRequest |
SocialRequestLocalServiceWrapper.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 |
SocialRequestLocalService.getSocialRequest(long requestId)
Returns the social request with the primary key. |
SocialRequest |
SocialRequestLocalServiceWrapper.getSocialRequestByUuidAndGroupId(String uuid,
long groupId)
Returns the social request with the UUID in the group. |
static SocialRequest |
SocialRequestLocalServiceUtil.getSocialRequestByUuidAndGroupId(String uuid,
long groupId)
Returns the social request with the UUID in the group. |
SocialRequest |
SocialRequestLocalService.getSocialRequestByUuidAndGroupId(String uuid,
long groupId)
Returns the social request with the UUID in the group. |
SocialRequest |
SocialRequestLocalServiceWrapper.updateRequest(long requestId,
int status,
ThemeDisplay themeDisplay)
|
static SocialRequest |
SocialRequestLocalServiceUtil.updateRequest(long requestId,
int status,
ThemeDisplay themeDisplay)
|
SocialRequest |
SocialRequestLocalService.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. |
static SocialRequest |
SocialRequestLocalServiceUtil.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. |
SocialRequest |
SocialRequestLocalServiceWrapper.updateSocialRequest(SocialRequest socialRequest,
boolean merge)
Updates the social request in the database or adds it if it does not yet exist. |
static SocialRequest |
SocialRequestLocalServiceUtil.updateSocialRequest(SocialRequest socialRequest,
boolean merge)
Updates the social request in the database or adds it if it does not yet exist. |
SocialRequest |
SocialRequestLocalService.updateSocialRequest(SocialRequest socialRequest,
boolean merge)
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)
|
static List<SocialRequest> |
SocialRequestLocalServiceUtil.getReceiverUserRequests(long receiverUserId,
int start,
int end)
|
List<SocialRequest> |
SocialRequestLocalService.getReceiverUserRequests(long receiverUserId,
int start,
int end)
|
List<SocialRequest> |
SocialRequestLocalServiceWrapper.getReceiverUserRequests(long receiverUserId,
int status,
int start,
int end)
|
static List<SocialRequest> |
SocialRequestLocalServiceUtil.getReceiverUserRequests(long receiverUserId,
int status,
int start,
int end)
|
List<SocialRequest> |
SocialRequestLocalService.getReceiverUserRequests(long receiverUserId,
int status,
int start,
int end)
|
List<SocialRequest> |
SocialRequestLocalServiceWrapper.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> |
SocialRequestLocalService.getSocialRequests(int start,
int end)
Returns a range of all the social requests. |
List<SocialRequest> |
SocialRequestLocalServiceWrapper.getUserRequests(long userId,
int start,
int end)
|
static List<SocialRequest> |
SocialRequestLocalServiceUtil.getUserRequests(long userId,
int start,
int end)
|
List<SocialRequest> |
SocialRequestLocalService.getUserRequests(long userId,
int start,
int end)
|
List<SocialRequest> |
SocialRequestLocalServiceWrapper.getUserRequests(long userId,
int status,
int start,
int end)
|
static List<SocialRequest> |
SocialRequestLocalServiceUtil.getUserRequests(long userId,
int status,
int start,
int end)
|
List<SocialRequest> |
SocialRequestLocalService.getUserRequests(long userId,
int status,
int start,
int end)
|
| Methods in com.liferay.portlet.social.service with parameters of type SocialRequest | |
|---|---|
SocialRequest |
SocialRequestLocalServiceWrapper.addSocialRequest(SocialRequest socialRequest)
Adds the social request to the database. |
static SocialRequest |
SocialRequestLocalServiceUtil.addSocialRequest(SocialRequest socialRequest)
Adds the social request to the database. |
SocialRequest |
SocialRequestLocalService.addSocialRequest(SocialRequest socialRequest)
Adds the social request to the database. |
void |
SocialRequestLocalServiceWrapper.deleteRequest(SocialRequest request)
|
static void |
SocialRequestLocalServiceUtil.deleteRequest(SocialRequest request)
|
void |
SocialRequestLocalService.deleteRequest(SocialRequest request)
|
void |
SocialRequestLocalServiceWrapper.deleteSocialRequest(SocialRequest socialRequest)
Deletes the social request from the database. |
static void |
SocialRequestLocalServiceUtil.deleteSocialRequest(SocialRequest socialRequest)
Deletes the social request from the database. |
void |
SocialRequestLocalService.deleteSocialRequest(SocialRequest socialRequest)
Deletes the social request from the database. |
SocialRequestFeedEntry |
SocialRequestInterpreterLocalServiceWrapper.interpret(SocialRequest request,
ThemeDisplay themeDisplay)
|
static SocialRequestFeedEntry |
SocialRequestInterpreterLocalServiceUtil.interpret(SocialRequest request,
ThemeDisplay themeDisplay)
|
SocialRequestFeedEntry |
SocialRequestInterpreterLocalService.interpret(SocialRequest request,
ThemeDisplay themeDisplay)
|
void |
SocialRequestInterpreterLocalServiceWrapper.processConfirmation(SocialRequest request,
ThemeDisplay themeDisplay)
|
static void |
SocialRequestInterpreterLocalServiceUtil.processConfirmation(SocialRequest request,
ThemeDisplay themeDisplay)
|
void |
SocialRequestInterpreterLocalService.processConfirmation(SocialRequest request,
ThemeDisplay themeDisplay)
|
void |
SocialRequestInterpreterLocalServiceWrapper.processRejection(SocialRequest request,
ThemeDisplay themeDisplay)
|
static void |
SocialRequestInterpreterLocalServiceUtil.processRejection(SocialRequest request,
ThemeDisplay themeDisplay)
|
void |
SocialRequestInterpreterLocalService.processRejection(SocialRequest request,
ThemeDisplay themeDisplay)
|
SocialRequest |
SocialRequestLocalServiceWrapper.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. |
SocialRequest |
SocialRequestLocalService.updateSocialRequest(SocialRequest socialRequest)
Updates the social request in the database or adds it if it does not yet exist. |
SocialRequest |
SocialRequestLocalServiceWrapper.updateSocialRequest(SocialRequest socialRequest,
boolean merge)
Updates the social request in the database or adds it if it does not yet exist. |
static SocialRequest |
SocialRequestLocalServiceUtil.updateSocialRequest(SocialRequest socialRequest,
boolean merge)
Updates the social request in the database or adds it if it does not yet exist. |
SocialRequest |
SocialRequestLocalService.updateSocialRequest(SocialRequest socialRequest,
boolean merge)
Updates the social request in the database or adds it if it does not yet exist. |
| Uses of SocialRequest in com.liferay.portlet.social.service.persistence |
|---|
| Methods in com.liferay.portlet.social.service.persistence that return SocialRequest | |
|---|---|
static SocialRequest |
SocialRequestUtil.create(long requestId)
Creates a new social request with the primary key. |
SocialRequest |
SocialRequestPersistence.create(long requestId)
Creates a new social request with the primary key. |
static SocialRequest |
SocialRequestUtil.fetchByPrimaryKey(long requestId)
Finds the social request with the primary key or returns null if it could not be found. |
SocialRequest |
SocialRequestPersistence.fetchByPrimaryKey(long requestId)
Finds the social request with the primary key 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)
Finds 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)
Finds 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,
boolean retrieveFromCache)
Finds 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_R(long userId,
long classNameId,
long classPK,
int type,
long receiverUserId,
boolean retrieveFromCache)
Finds 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.fetchByUUID_G(String uuid,
long groupId)
Finds the social request where uuid = ? and groupId = ? or returns null if it could not be found. |
SocialRequest |
SocialRequestPersistence.fetchByUUID_G(String uuid,
long groupId)
Finds 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,
boolean retrieveFromCache)
Finds the social request where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
SocialRequest |
SocialRequestPersistence.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Finds the social request where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
static SocialRequest |
SocialRequestUtil.findByC_C_T_R_S_First(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
OrderByComparator orderByComparator)
Finds 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_First(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
OrderByComparator orderByComparator)
Finds 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_Last(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
OrderByComparator orderByComparator)
Finds 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_Last(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
OrderByComparator orderByComparator)
Finds 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_PrevAndNext(long requestId,
long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
OrderByComparator orderByComparator)
Finds 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.findByC_C_T_R_S_PrevAndNext(long requestId,
long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
OrderByComparator orderByComparator)
Finds 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.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Finds the first social request in the ordered set where companyId = ?. |
SocialRequest |
SocialRequestPersistence.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Finds the first social request in the ordered set where companyId = ?. |
static SocialRequest |
SocialRequestUtil.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Finds the last social request in the ordered set where companyId = ?. |
SocialRequest |
SocialRequestPersistence.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Finds the last social request in the ordered set where companyId = ?. |
static SocialRequest[] |
SocialRequestUtil.findByCompanyId_PrevAndNext(long requestId,
long companyId,
OrderByComparator orderByComparator)
Finds the social requests before and after the current social request in the ordered set where companyId = ?. |
SocialRequest[] |
SocialRequestPersistence.findByCompanyId_PrevAndNext(long requestId,
long companyId,
OrderByComparator orderByComparator)
Finds the social requests before and after the current social request in the ordered set where companyId = ?. |
static SocialRequest |
SocialRequestUtil.findByPrimaryKey(long requestId)
Finds the social request with the primary key or throws a NoSuchRequestException if it could not be found. |
SocialRequest |
SocialRequestPersistence.findByPrimaryKey(long requestId)
Finds the social request with the primary key or throws a NoSuchRequestException if it could not be found. |
static SocialRequest |
SocialRequestUtil.findByR_S_First(long receiverUserId,
int status,
OrderByComparator orderByComparator)
Finds the first social request in the ordered set where receiverUserId = ? and status = ?. |
SocialRequest |
SocialRequestPersistence.findByR_S_First(long receiverUserId,
int status,
OrderByComparator orderByComparator)
Finds the first social request in the ordered set where receiverUserId = ? and status = ?. |
static SocialRequest |
SocialRequestUtil.findByR_S_Last(long receiverUserId,
int status,
OrderByComparator orderByComparator)
Finds the last social request in the ordered set where receiverUserId = ? and status = ?. |
SocialRequest |
SocialRequestPersistence.findByR_S_Last(long receiverUserId,
int status,
OrderByComparator orderByComparator)
Finds the last social request in the ordered set where receiverUserId = ? and status = ?. |
static SocialRequest[] |
SocialRequestUtil.findByR_S_PrevAndNext(long requestId,
long receiverUserId,
int status,
OrderByComparator orderByComparator)
Finds the social requests before and after the current social request in the ordered set where receiverUserId = ? and status = ?. |
SocialRequest[] |
SocialRequestPersistence.findByR_S_PrevAndNext(long requestId,
long receiverUserId,
int status,
OrderByComparator orderByComparator)
Finds the social requests before and after the current social request in the ordered set where receiverUserId = ? and status = ?. |
static SocialRequest |
SocialRequestUtil.findByReceiverUserId_First(long receiverUserId,
OrderByComparator orderByComparator)
Finds the first social request in the ordered set where receiverUserId = ?. |
SocialRequest |
SocialRequestPersistence.findByReceiverUserId_First(long receiverUserId,
OrderByComparator orderByComparator)
Finds the first social request in the ordered set where receiverUserId = ?. |
static SocialRequest |
SocialRequestUtil.findByReceiverUserId_Last(long receiverUserId,
OrderByComparator orderByComparator)
Finds the last social request in the ordered set where receiverUserId = ?. |
SocialRequest |
SocialRequestPersistence.findByReceiverUserId_Last(long receiverUserId,
OrderByComparator orderByComparator)
Finds the last social request in the ordered set where receiverUserId = ?. |
static SocialRequest[] |
SocialRequestUtil.findByReceiverUserId_PrevAndNext(long requestId,
long receiverUserId,
OrderByComparator orderByComparator)
Finds the social requests before and after the current social request in the ordered set where receiverUserId = ?. |
SocialRequest[] |
SocialRequestPersistence.findByReceiverUserId_PrevAndNext(long requestId,
long receiverUserId,
OrderByComparator orderByComparator)
Finds the social requests before and after the current social request in the ordered set where receiverUserId = ?. |
static SocialRequest |
SocialRequestUtil.findByU_C_C_T_R(long userId,
long classNameId,
long classPK,
int type,
long receiverUserId)
Finds 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_R(long userId,
long classNameId,
long classPK,
int type,
long receiverUserId)
Finds 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_S_First(long userId,
long classNameId,
long classPK,
int type,
int status,
OrderByComparator orderByComparator)
Finds 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_First(long userId,
long classNameId,
long classPK,
int type,
int status,
OrderByComparator orderByComparator)
Finds 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_Last(long userId,
long classNameId,
long classPK,
int type,
int status,
OrderByComparator orderByComparator)
Finds 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_Last(long userId,
long classNameId,
long classPK,
int type,
int status,
OrderByComparator orderByComparator)
Finds 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_PrevAndNext(long requestId,
long userId,
long classNameId,
long classPK,
int type,
int status,
OrderByComparator orderByComparator)
Finds 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_C_C_T_S_PrevAndNext(long requestId,
long userId,
long classNameId,
long classPK,
int type,
int status,
OrderByComparator orderByComparator)
Finds 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_S_First(long userId,
int status,
OrderByComparator orderByComparator)
Finds the first social request in the ordered set where userId = ? and status = ?. |
SocialRequest |
SocialRequestPersistence.findByU_S_First(long userId,
int status,
OrderByComparator orderByComparator)
Finds the first social request in the ordered set where userId = ? and status = ?. |
static SocialRequest |
SocialRequestUtil.findByU_S_Last(long userId,
int status,
OrderByComparator orderByComparator)
Finds the last social request in the ordered set where userId = ? and status = ?. |
SocialRequest |
SocialRequestPersistence.findByU_S_Last(long userId,
int status,
OrderByComparator orderByComparator)
Finds the last social request in the ordered set where userId = ? and status = ?. |
static SocialRequest[] |
SocialRequestUtil.findByU_S_PrevAndNext(long requestId,
long userId,
int status,
OrderByComparator orderByComparator)
Finds the social requests before and after the current social request in the ordered set where userId = ? and status = ?. |
SocialRequest[] |
SocialRequestPersistence.findByU_S_PrevAndNext(long requestId,
long userId,
int status,
OrderByComparator orderByComparator)
Finds the social requests before and after the current social request in the ordered set where userId = ? and status = ?. |
static SocialRequest |
SocialRequestUtil.findByUserId_First(long userId,
OrderByComparator orderByComparator)
Finds the first social request in the ordered set where userId = ?. |
SocialRequest |
SocialRequestPersistence.findByUserId_First(long userId,
OrderByComparator orderByComparator)
Finds the first social request in the ordered set where userId = ?. |
static SocialRequest |
SocialRequestUtil.findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Finds the last social request in the ordered set where userId = ?. |
SocialRequest |
SocialRequestPersistence.findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Finds the last social request in the ordered set where userId = ?. |
static SocialRequest[] |
SocialRequestUtil.findByUserId_PrevAndNext(long requestId,
long userId,
OrderByComparator orderByComparator)
Finds the social requests before and after the current social request in the ordered set where userId = ?. |
SocialRequest[] |
SocialRequestPersistence.findByUserId_PrevAndNext(long requestId,
long userId,
OrderByComparator orderByComparator)
Finds the social requests before and after the current social request in the ordered set where userId = ?. |
static SocialRequest |
SocialRequestUtil.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Finds the first social request in the ordered set where uuid = ?. |
SocialRequest |
SocialRequestPersistence.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Finds the first social request in the ordered set where uuid = ?. |
static SocialRequest |
SocialRequestUtil.findByUUID_G(String uuid,
long groupId)
Finds the social request where uuid = ? and groupId = ? or throws a NoSuchRequestException if it could not be found. |
SocialRequest |
SocialRequestPersistence.findByUUID_G(String uuid,
long groupId)
Finds the social request where uuid = ? and groupId = ? or throws a NoSuchRequestException if it could not be found. |
static SocialRequest |
SocialRequestUtil.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Finds the last social request in the ordered set where uuid = ?. |
SocialRequest |
SocialRequestPersistence.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Finds the last social request in the ordered set where uuid = ?. |
static SocialRequest[] |
SocialRequestUtil.findByUuid_PrevAndNext(long requestId,
String uuid,
OrderByComparator orderByComparator)
Finds the social requests before and after the current social request in the ordered set where uuid = ?. |
SocialRequest[] |
SocialRequestPersistence.findByUuid_PrevAndNext(long requestId,
String uuid,
OrderByComparator orderByComparator)
Finds the social requests before and after the current social request in the ordered set where uuid = ?. |
static SocialRequest |
SocialRequestUtil.remove(long requestId)
Removes the social request with the primary key from the database. |
SocialRequest |
SocialRequestPersistence.remove(long requestId)
Removes the social request with the primary key from the database. |
static SocialRequest |
SocialRequestUtil.remove(SocialRequest socialRequest)
|
SocialRequest |
SocialRequestPersistence.remove(SocialRequest socialRequest)
|
static SocialRequest |
SocialRequestUtil.update(SocialRequest socialRequest,
boolean merge)
|
static SocialRequest |
SocialRequestUtil.update(SocialRequest socialRequest,
boolean merge,
ServiceContext serviceContext)
|
static SocialRequest |
SocialRequestUtil.updateImpl(SocialRequest socialRequest,
boolean merge)
|
SocialRequest |
SocialRequestPersistence.updateImpl(SocialRequest socialRequest,
boolean merge)
|
| Methods in com.liferay.portlet.social.service.persistence that return types with arguments of type SocialRequest | |
|---|---|
static List<SocialRequest> |
SocialRequestUtil.findAll()
Finds all the social requests. |
List<SocialRequest> |
SocialRequestPersistence.findAll()
Finds all the social requests. |
static List<SocialRequest> |
SocialRequestUtil.findAll(int start,
int end)
Finds a range of all the social requests. |
List<SocialRequest> |
SocialRequestPersistence.findAll(int start,
int end)
Finds a range of all the social requests. |
static List<SocialRequest> |
SocialRequestUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the social requests. |
List<SocialRequest> |
SocialRequestPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the social requests. |
static List<SocialRequest> |
SocialRequestUtil.findByC_C_T_R_S(long classNameId,
long classPK,
int type,
long receiverUserId,
int status)
Finds 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)
Finds 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)
Finds 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)
Finds a range of all the social requests where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?. |
static List<SocialRequest> |
SocialRequestUtil.findByC_C_T_R_S(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Finds 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 orderByComparator)
Finds an ordered range of all the social requests where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?. |
static List<SocialRequest> |
SocialRequestUtil.findByCompanyId(long companyId)
Finds all the social requests where companyId = ?. |
List<SocialRequest> |
SocialRequestPersistence.findByCompanyId(long companyId)
Finds all the social requests where companyId = ?. |
static List<SocialRequest> |
SocialRequestUtil.findByCompanyId(long companyId,
int start,
int end)
Finds a range of all the social requests where companyId = ?. |
List<SocialRequest> |
SocialRequestPersistence.findByCompanyId(long companyId,
int start,
int end)
Finds a range of all the social requests where companyId = ?. |
static List<SocialRequest> |
SocialRequestUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the social requests where companyId = ?. |
List<SocialRequest> |
SocialRequestPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the social requests where companyId = ?. |
static List<SocialRequest> |
SocialRequestUtil.findByR_S(long receiverUserId,
int status)
Finds all the social requests where receiverUserId = ? and status = ?. |
List<SocialRequest> |
SocialRequestPersistence.findByR_S(long receiverUserId,
int status)
Finds all the social requests where receiverUserId = ? and status = ?. |
static List<SocialRequest> |
SocialRequestUtil.findByR_S(long receiverUserId,
int status,
int start,
int end)
Finds a range of all the social requests where receiverUserId = ? and status = ?. |
List<SocialRequest> |
SocialRequestPersistence.findByR_S(long receiverUserId,
int status,
int start,
int end)
Finds a range of all the social requests where receiverUserId = ? and status = ?. |
static List<SocialRequest> |
SocialRequestUtil.findByR_S(long receiverUserId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Finds 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 orderByComparator)
Finds an ordered range of all the social requests where receiverUserId = ? and status = ?. |
static List<SocialRequest> |
SocialRequestUtil.findByReceiverUserId(long receiverUserId)
Finds all the social requests where receiverUserId = ?. |
List<SocialRequest> |
SocialRequestPersistence.findByReceiverUserId(long receiverUserId)
Finds all the social requests where receiverUserId = ?. |
static List<SocialRequest> |
SocialRequestUtil.findByReceiverUserId(long receiverUserId,
int start,
int end)
Finds a range of all the social requests where receiverUserId = ?. |
List<SocialRequest> |
SocialRequestPersistence.findByReceiverUserId(long receiverUserId,
int start,
int end)
Finds a range of all the social requests where receiverUserId = ?. |
static List<SocialRequest> |
SocialRequestUtil.findByReceiverUserId(long receiverUserId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the social requests where receiverUserId = ?. |
List<SocialRequest> |
SocialRequestPersistence.findByReceiverUserId(long receiverUserId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the social requests where receiverUserId = ?. |
static List<SocialRequest> |
SocialRequestUtil.findByU_C_C_T_S(long userId,
long classNameId,
long classPK,
int type,
int status)
Finds 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)
Finds 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)
Finds 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)
Finds a range of all the social requests where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?. |
static List<SocialRequest> |
SocialRequestUtil.findByU_C_C_T_S(long userId,
long classNameId,
long classPK,
int type,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Finds 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 orderByComparator)
Finds an ordered range of all the social requests where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?. |
static List<SocialRequest> |
SocialRequestUtil.findByU_S(long userId,
int status)
Finds all the social requests where userId = ? and status = ?. |
List<SocialRequest> |
SocialRequestPersistence.findByU_S(long userId,
int status)
Finds all the social requests where userId = ? and status = ?. |
static List<SocialRequest> |
SocialRequestUtil.findByU_S(long userId,
int status,
int start,
int end)
Finds a range of all the social requests where userId = ? and status = ?. |
List<SocialRequest> |
SocialRequestPersistence.findByU_S(long userId,
int status,
int start,
int end)
Finds a range of all the social requests where userId = ? and status = ?. |
static List<SocialRequest> |
SocialRequestUtil.findByU_S(long userId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Finds 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 orderByComparator)
Finds an ordered range of all the social requests where userId = ? and status = ?. |
static List<SocialRequest> |
SocialRequestUtil.findByUserId(long userId)
Finds all the social requests where userId = ?. |
List<SocialRequest> |
SocialRequestPersistence.findByUserId(long userId)
Finds all the social requests where userId = ?. |
static List<SocialRequest> |
SocialRequestUtil.findByUserId(long userId,
int start,
int end)
Finds a range of all the social requests where userId = ?. |
List<SocialRequest> |
SocialRequestPersistence.findByUserId(long userId,
int start,
int end)
Finds a range of all the social requests where userId = ?. |
static List<SocialRequest> |
SocialRequestUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the social requests where userId = ?. |
List<SocialRequest> |
SocialRequestPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the social requests where userId = ?. |
static List<SocialRequest> |
SocialRequestUtil.findByUuid(String uuid)
Finds all the social requests where uuid = ?. |
List<SocialRequest> |
SocialRequestPersistence.findByUuid(String uuid)
Finds all the social requests where uuid = ?. |
static List<SocialRequest> |
SocialRequestUtil.findByUuid(String uuid,
int start,
int end)
Finds a range of all the social requests where uuid = ?. |
List<SocialRequest> |
SocialRequestPersistence.findByUuid(String uuid,
int start,
int end)
Finds a range of all the social requests where uuid = ?. |
static List<SocialRequest> |
SocialRequestUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the social requests where uuid = ?. |
List<SocialRequest> |
SocialRequestPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Finds 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 orderByComparator)
|
| Methods in com.liferay.portlet.social.service.persistence with parameters of type SocialRequest | |
|---|---|
static void |
SocialRequestUtil.cacheResult(SocialRequest socialRequest)
Caches the social request in the entity cache if it is enabled. |
void |
SocialRequestPersistence.cacheResult(SocialRequest socialRequest)
Caches the social request in the entity cache if it is enabled. |
static void |
SocialRequestUtil.clearCache(SocialRequest socialRequest)
|
static SocialRequest |
SocialRequestUtil.remove(SocialRequest socialRequest)
|
SocialRequest |
SocialRequestPersistence.remove(SocialRequest socialRequest)
|
static SocialRequest |
SocialRequestUtil.update(SocialRequest socialRequest,
boolean merge)
|
static SocialRequest |
SocialRequestUtil.update(SocialRequest socialRequest,
boolean merge,
ServiceContext serviceContext)
|
static SocialRequest |
SocialRequestUtil.updateImpl(SocialRequest socialRequest,
boolean merge)
|
SocialRequest |
SocialRequestPersistence.updateImpl(SocialRequest socialRequest,
boolean merge)
|
| Method parameters in com.liferay.portlet.social.service.persistence with type arguments of type SocialRequest | |
|---|---|
static void |
SocialRequestUtil.cacheResult(List<SocialRequest> socialRequests)
Caches the social requests in the entity cache if it is enabled. |
void |
SocialRequestPersistence.cacheResult(List<SocialRequest> socialRequests)
Caches the social requests in the entity cache if it is enabled. |
|
Liferay 6.0-ee-sp2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||