|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.persistence.impl.BasePersistenceImpl<SocialRequest>
com.liferay.portlet.social.service.persistence.impl.SocialRequestPersistenceImpl
@ProviderType public class SocialRequestPersistenceImpl
The persistence implementation for the social request service.
Caching information and settings can be found in portal.properties
SocialRequestPersistence,
SocialRequestUtil| Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
|---|
CAST_CLOB_TEXT_OPEN, COUNT_COLUMN_NAME, FINDER_ARGS_EMPTY, listeners, NULL_SAFE_STRING_COMPARATOR, ORDER_BY_ASC, ORDER_BY_ASC_HAS_NEXT, ORDER_BY_CLAUSE, ORDER_BY_DESC, ORDER_BY_DESC_HAS_NEXT, WHERE_AND, WHERE_GREATER_THAN, WHERE_GREATER_THAN_HAS_NEXT, WHERE_LESSER_THAN, WHERE_LESSER_THAN_HAS_NEXT, WHERE_OR |
| Constructor Summary | |
|---|---|
SocialRequestPersistenceImpl()
|
|
| Method Summary | |
|---|---|
void |
afterPropertiesSet()
Initializes the social request persistence. |
void |
cacheResult(List<SocialRequest> socialRequests)
Caches the social requests in the entity cache if it is enabled. |
void |
cacheResult(SocialRequest socialRequest)
Caches the social request in the entity cache if it is enabled. |
protected void |
cacheUniqueFindersCache(SocialRequestModelImpl socialRequestModelImpl,
boolean isNew)
|
void |
clearCache()
Clears the cache for all social requests. |
void |
clearCache(List<SocialRequest> socialRequests)
Clears the cache for a List instances of this model. |
void |
clearCache(SocialRequest socialRequest)
Clears the cache for the social request. |
protected void |
clearUniqueFindersCache(SocialRequestModelImpl socialRequestModelImpl)
|
int |
countAll()
Returns the number of social requests. |
int |
countByC_C_T_R_S(long classNameId,
long classPK,
int type,
long receiverUserId,
int status)
Returns the number of social requests where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?. |
int |
countByC_C(long classNameId,
long classPK)
Returns the number of social requests where classNameId = ? and classPK = ?. |
int |
countByCompanyId(long companyId)
Returns the number of social requests where companyId = ?. |
int |
countByR_S(long receiverUserId,
int status)
Returns the number of social requests where receiverUserId = ? and status = ?. |
int |
countByReceiverUserId(long receiverUserId)
Returns the number of social requests where receiverUserId = ?. |
int |
countByU_C_C_T_R(long userId,
long classNameId,
long classPK,
int type,
long receiverUserId)
Returns the number of social requests where userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ?. |
int |
countByU_C_C_T_S(long userId,
long classNameId,
long classPK,
int type,
int status)
Returns the number of social requests where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?. |
int |
countByU_S(long userId,
int status)
Returns the number of social requests where userId = ? and status = ?. |
int |
countByUserId(long userId)
Returns the number of social requests where userId = ?. |
int |
countByUuid_C(String uuid,
long companyId)
Returns the number of social requests where uuid = ? and companyId = ?. |
int |
countByUUID_G(String uuid,
long groupId)
Returns the number of social requests where uuid = ? and groupId = ?. |
int |
countByUuid(String uuid)
Returns the number of social requests where uuid = ?. |
SocialRequest |
create(long requestId)
Creates a new social request with the primary key. |
void |
destroy()
|
SocialRequest |
fetchByC_C_First(long classNameId,
long classPK,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where classNameId = ? and classPK = ?. |
SocialRequest |
fetchByC_C_Last(long classNameId,
long classPK,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where classNameId = ? and classPK = ?. |
SocialRequest |
fetchByC_C_T_R_S_First(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?. |
SocialRequest |
fetchByC_C_T_R_S_Last(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?. |
SocialRequest |
fetchByCompanyId_First(long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where companyId = ?. |
SocialRequest |
fetchByCompanyId_Last(long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where companyId = ?. |
SocialRequest |
fetchByPrimaryKey(long requestId)
Returns the social request with the primary key or returns null if it could not be found. |
SocialRequest |
fetchByPrimaryKey(Serializable primaryKey)
Returns the social request with the primary key or returns null if it could not be found. |
Map<Serializable,SocialRequest> |
fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
SocialRequest |
fetchByR_S_First(long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where receiverUserId = ? and status = ?. |
SocialRequest |
fetchByR_S_Last(long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where receiverUserId = ? and status = ?. |
SocialRequest |
fetchByReceiverUserId_First(long receiverUserId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where receiverUserId = ?. |
SocialRequest |
fetchByReceiverUserId_Last(long receiverUserId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where receiverUserId = ?. |
SocialRequest |
fetchByU_C_C_T_R(long userId,
long classNameId,
long classPK,
int type,
long receiverUserId)
Returns the social request where userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ? or returns null if it could not be found. |
SocialRequest |
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 |
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 |
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 |
fetchByU_S_First(long userId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where userId = ? and status = ?. |
SocialRequest |
fetchByU_S_Last(long userId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where userId = ? and status = ?. |
SocialRequest |
fetchByUserId_First(long userId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where userId = ?. |
SocialRequest |
fetchByUserId_Last(long userId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where userId = ?. |
SocialRequest |
fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where uuid = ? and companyId = ?. |
SocialRequest |
fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where uuid = ? and companyId = ?. |
SocialRequest |
fetchByUuid_First(String uuid,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where uuid = ?. |
SocialRequest |
fetchByUUID_G(String uuid,
long groupId)
Returns the social request where uuid = ? and groupId = ? or returns null if it could not be found. |
SocialRequest |
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 |
fetchByUuid_Last(String uuid,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where uuid = ?. |
List<SocialRequest> |
findAll()
Returns all the social requests. |
List<SocialRequest> |
findAll(int start,
int end)
Returns a range of all the social requests. |
List<SocialRequest> |
findAll(int start,
int end,
OrderByComparator<SocialRequest> orderByComparator)
Returns an ordered range of all the social requests. |
List<SocialRequest> |
findAll(int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the social requests. |
SocialRequest |
findByC_C_First(long classNameId,
long classPK,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where classNameId = ? and classPK = ?. |
SocialRequest |
findByC_C_Last(long classNameId,
long classPK,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where classNameId = ? and classPK = ?. |
SocialRequest[] |
findByC_C_PrevAndNext(long requestId,
long classNameId,
long classPK,
OrderByComparator<SocialRequest> orderByComparator)
Returns the social requests before and after the current social request in the ordered set where classNameId = ? and classPK = ?. |
SocialRequest |
findByC_C_T_R_S_First(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?. |
SocialRequest |
findByC_C_T_R_S_Last(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?. |
SocialRequest[] |
findByC_C_T_R_S_PrevAndNext(long requestId,
long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the social requests before and after the current social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?. |
List<SocialRequest> |
findByC_C_T_R_S(long classNameId,
long classPK,
int type,
long receiverUserId,
int status)
Returns all the social requests where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?. |
List<SocialRequest> |
findByC_C_T_R_S(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
int start,
int end)
Returns a range of all the social requests where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?. |
List<SocialRequest> |
findByC_C_T_R_S(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator)
Returns an ordered range of all the social requests where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?. |
List<SocialRequest> |
findByC_C_T_R_S(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the social requests where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?. |
List<SocialRequest> |
findByC_C(long classNameId,
long classPK)
Returns all the social requests where classNameId = ? and classPK = ?. |
List<SocialRequest> |
findByC_C(long classNameId,
long classPK,
int start,
int end)
Returns a range of all the social requests where classNameId = ? and classPK = ?. |
List<SocialRequest> |
findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator)
Returns an ordered range of all the social requests where classNameId = ? and classPK = ?. |
List<SocialRequest> |
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 |
findByCompanyId_First(long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where companyId = ?. |
SocialRequest |
findByCompanyId_Last(long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where companyId = ?. |
SocialRequest[] |
findByCompanyId_PrevAndNext(long requestId,
long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the social requests before and after the current social request in the ordered set where companyId = ?. |
List<SocialRequest> |
findByCompanyId(long companyId)
Returns all the social requests where companyId = ?. |
List<SocialRequest> |
findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the social requests where companyId = ?. |
List<SocialRequest> |
findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator)
Returns an ordered range of all the social requests where companyId = ?. |
List<SocialRequest> |
findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the social requests where companyId = ?. |
SocialRequest |
findByPrimaryKey(long requestId)
Returns the social request with the primary key or throws a NoSuchRequestException if it could not be found. |
SocialRequest |
findByPrimaryKey(Serializable primaryKey)
Returns the social request with the primary key or throws a NoSuchModelException if it could not be found. |
SocialRequest |
findByR_S_First(long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where receiverUserId = ? and status = ?. |
SocialRequest |
findByR_S_Last(long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where receiverUserId = ? and status = ?. |
SocialRequest[] |
findByR_S_PrevAndNext(long requestId,
long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the social requests before and after the current social request in the ordered set where receiverUserId = ? and status = ?. |
List<SocialRequest> |
findByR_S(long receiverUserId,
int status)
Returns all the social requests where receiverUserId = ? and status = ?. |
List<SocialRequest> |
findByR_S(long receiverUserId,
int status,
int start,
int end)
Returns a range of all the social requests where receiverUserId = ? and status = ?. |
List<SocialRequest> |
findByR_S(long receiverUserId,
int status,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator)
Returns an ordered range of all the social requests where receiverUserId = ? and status = ?. |
List<SocialRequest> |
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 |
findByReceiverUserId_First(long receiverUserId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where receiverUserId = ?. |
SocialRequest |
findByReceiverUserId_Last(long receiverUserId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where receiverUserId = ?. |
SocialRequest[] |
findByReceiverUserId_PrevAndNext(long requestId,
long receiverUserId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the social requests before and after the current social request in the ordered set where receiverUserId = ?. |
List<SocialRequest> |
findByReceiverUserId(long receiverUserId)
Returns all the social requests where receiverUserId = ?. |
List<SocialRequest> |
findByReceiverUserId(long receiverUserId,
int start,
int end)
Returns a range of all the social requests where receiverUserId = ?. |
List<SocialRequest> |
findByReceiverUserId(long receiverUserId,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator)
Returns an ordered range of all the social requests where receiverUserId = ?. |
List<SocialRequest> |
findByReceiverUserId(long receiverUserId,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the social requests where receiverUserId = ?. |
SocialRequest |
findByU_C_C_T_R(long userId,
long classNameId,
long classPK,
int type,
long receiverUserId)
Returns the social request where userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ? or throws a NoSuchRequestException if it could not be found. |
SocialRequest |
findByU_C_C_T_S_First(long userId,
long classNameId,
long classPK,
int type,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?. |
SocialRequest |
findByU_C_C_T_S_Last(long userId,
long classNameId,
long classPK,
int type,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?. |
SocialRequest[] |
findByU_C_C_T_S_PrevAndNext(long requestId,
long userId,
long classNameId,
long classPK,
int type,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the social requests before and after the current social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?. |
List<SocialRequest> |
findByU_C_C_T_S(long userId,
long classNameId,
long classPK,
int type,
int status)
Returns all the social requests where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?. |
List<SocialRequest> |
findByU_C_C_T_S(long userId,
long classNameId,
long classPK,
int type,
int status,
int start,
int end)
Returns a range of all the social requests where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?. |
List<SocialRequest> |
findByU_C_C_T_S(long userId,
long classNameId,
long classPK,
int type,
int status,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator)
Returns an ordered range of all the social requests where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?. |
List<SocialRequest> |
findByU_C_C_T_S(long userId,
long classNameId,
long classPK,
int type,
int status,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the social requests where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?. |
SocialRequest |
findByU_S_First(long userId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where userId = ? and status = ?. |
SocialRequest |
findByU_S_Last(long userId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where userId = ? and status = ?. |
SocialRequest[] |
findByU_S_PrevAndNext(long requestId,
long userId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the social requests before and after the current social request in the ordered set where userId = ? and status = ?. |
List<SocialRequest> |
findByU_S(long userId,
int status)
Returns all the social requests where userId = ? and status = ?. |
List<SocialRequest> |
findByU_S(long userId,
int status,
int start,
int end)
Returns a range of all the social requests where userId = ? and status = ?. |
List<SocialRequest> |
findByU_S(long userId,
int status,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator)
Returns an ordered range of all the social requests where userId = ? and status = ?. |
List<SocialRequest> |
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 |
findByUserId_First(long userId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where userId = ?. |
SocialRequest |
findByUserId_Last(long userId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where userId = ?. |
SocialRequest[] |
findByUserId_PrevAndNext(long requestId,
long userId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the social requests before and after the current social request in the ordered set where userId = ?. |
List<SocialRequest> |
findByUserId(long userId)
Returns all the social requests where userId = ?. |
List<SocialRequest> |
findByUserId(long userId,
int start,
int end)
Returns a range of all the social requests where userId = ?. |
List<SocialRequest> |
findByUserId(long userId,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator)
Returns an ordered range of all the social requests where userId = ?. |
List<SocialRequest> |
findByUserId(long userId,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the social requests where userId = ?. |
SocialRequest |
findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where uuid = ? and companyId = ?. |
SocialRequest |
findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where uuid = ? and companyId = ?. |
SocialRequest[] |
findByUuid_C_PrevAndNext(long requestId,
String uuid,
long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the social requests before and after the current social request in the ordered set where uuid = ? and companyId = ?. |
List<SocialRequest> |
findByUuid_C(String uuid,
long companyId)
Returns all the social requests where uuid = ? and companyId = ?. |
List<SocialRequest> |
findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the social requests where uuid = ? and companyId = ?. |
List<SocialRequest> |
findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator)
Returns an ordered range of all the social requests where uuid = ? and companyId = ?. |
List<SocialRequest> |
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 |
findByUuid_First(String uuid,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where uuid = ?. |
SocialRequest |
findByUUID_G(String uuid,
long groupId)
Returns the social request where uuid = ? and groupId = ? or throws a NoSuchRequestException if it could not be found. |
SocialRequest |
findByUuid_Last(String uuid,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where uuid = ?. |
SocialRequest[] |
findByUuid_PrevAndNext(long requestId,
String uuid,
OrderByComparator<SocialRequest> orderByComparator)
Returns the social requests before and after the current social request in the ordered set where uuid = ?. |
List<SocialRequest> |
findByUuid(String uuid)
Returns all the social requests where uuid = ?. |
List<SocialRequest> |
findByUuid(String uuid,
int start,
int end)
Returns a range of all the social requests where uuid = ?. |
List<SocialRequest> |
findByUuid(String uuid,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator)
Returns an ordered range of all the social requests where uuid = ?. |
List<SocialRequest> |
findByUuid(String uuid,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the social requests where uuid = ?. |
Set<String> |
getBadColumnNames()
|
protected SocialRequest |
getByC_C_PrevAndNext(Session session,
SocialRequest socialRequest,
long classNameId,
long classPK,
OrderByComparator<SocialRequest> orderByComparator,
boolean previous)
|
protected SocialRequest |
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 |
getByCompanyId_PrevAndNext(Session session,
SocialRequest socialRequest,
long companyId,
OrderByComparator<SocialRequest> orderByComparator,
boolean previous)
|
protected SocialRequest |
getByR_S_PrevAndNext(Session session,
SocialRequest socialRequest,
long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator,
boolean previous)
|
protected SocialRequest |
getByReceiverUserId_PrevAndNext(Session session,
SocialRequest socialRequest,
long receiverUserId,
OrderByComparator<SocialRequest> orderByComparator,
boolean previous)
|
protected SocialRequest |
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 |
getByU_S_PrevAndNext(Session session,
SocialRequest socialRequest,
long userId,
int status,
OrderByComparator<SocialRequest> orderByComparator,
boolean previous)
|
protected SocialRequest |
getByUserId_PrevAndNext(Session session,
SocialRequest socialRequest,
long userId,
OrderByComparator<SocialRequest> orderByComparator,
boolean previous)
|
protected SocialRequest |
getByUuid_C_PrevAndNext(Session session,
SocialRequest socialRequest,
String uuid,
long companyId,
OrderByComparator<SocialRequest> orderByComparator,
boolean previous)
|
protected SocialRequest |
getByUuid_PrevAndNext(Session session,
SocialRequest socialRequest,
String uuid,
OrderByComparator<SocialRequest> orderByComparator,
boolean previous)
|
protected Map<String,Integer> |
getTableColumnsMap()
|
SocialRequest |
remove(long requestId)
Removes the social request with the primary key from the database. |
SocialRequest |
remove(Serializable primaryKey)
Removes the social request with the primary key from the database. |
void |
removeAll()
Removes all the social requests from the database. |
void |
removeByC_C_T_R_S(long classNameId,
long classPK,
int type,
long receiverUserId,
int status)
Removes all the social requests where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ? from the database. |
void |
removeByC_C(long classNameId,
long classPK)
Removes all the social requests where classNameId = ? and classPK = ? from the database. |
void |
removeByCompanyId(long companyId)
Removes all the social requests where companyId = ? from the database. |
void |
removeByR_S(long receiverUserId,
int status)
Removes all the social requests where receiverUserId = ? and status = ? from the database. |
void |
removeByReceiverUserId(long receiverUserId)
Removes all the social requests where receiverUserId = ? from the database. |
SocialRequest |
removeByU_C_C_T_R(long userId,
long classNameId,
long classPK,
int type,
long receiverUserId)
Removes the social request where userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ? from the database. |
void |
removeByU_C_C_T_S(long userId,
long classNameId,
long classPK,
int type,
int status)
Removes all the social requests where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ? from the database. |
void |
removeByU_S(long userId,
int status)
Removes all the social requests where userId = ? and status = ? from the database. |
void |
removeByUserId(long userId)
Removes all the social requests where userId = ? from the database. |
void |
removeByUuid_C(String uuid,
long companyId)
Removes all the social requests where uuid = ? and companyId = ? from the database. |
SocialRequest |
removeByUUID_G(String uuid,
long groupId)
Removes the social request where uuid = ? and groupId = ? from the database. |
void |
removeByUuid(String uuid)
Removes all the social requests where uuid = ? from the database. |
protected SocialRequest |
removeImpl(SocialRequest socialRequest)
Removes the model instance from the database. |
protected SocialRequest |
toUnwrappedModel(SocialRequest socialRequest)
|
SocialRequest |
updateImpl(SocialRequest socialRequest)
Updates the model instance in the database or adds it if it does not yet exist. |
| Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
|---|
appendOrderByComparator, appendOrderByComparator, closeSession, countWithDynamicQuery, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getClassLoader, getColumnName, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openNewSession, openSession, processException, registerListener, remove, removeConjunction, setDataSource, setModelClass, setSessionFactory, unregisterListener, update, update, update, update, updateImpl |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
|---|
closeSession, countWithDynamicQuery, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, setDataSource, unregisterListener, update, update, update, update |
| Field Detail |
|---|
public static final String FINDER_CLASS_NAME_ENTITY
public static final String FINDER_CLASS_NAME_LIST_WITH_PAGINATION
public static final String FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_ALL
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL
public static final FinderPath FINDER_PATH_COUNT_ALL
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID
public static final FinderPath FINDER_PATH_COUNT_BY_UUID
public static final FinderPath FINDER_PATH_FETCH_BY_UUID_G
public static final FinderPath FINDER_PATH_COUNT_BY_UUID_G
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID_C
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID_C
public static final FinderPath FINDER_PATH_COUNT_BY_UUID_C
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_COMPANYID
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_COMPANYID
public static final FinderPath FINDER_PATH_COUNT_BY_COMPANYID
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_USERID
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_USERID
public static final FinderPath FINDER_PATH_COUNT_BY_USERID
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_RECEIVERUSERID
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_RECEIVERUSERID
public static final FinderPath FINDER_PATH_COUNT_BY_RECEIVERUSERID
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_U_S
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_U_S
public static final FinderPath FINDER_PATH_COUNT_BY_U_S
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_C_C
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_C_C
public static final FinderPath FINDER_PATH_COUNT_BY_C_C
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_R_S
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_R_S
public static final FinderPath FINDER_PATH_COUNT_BY_R_S
public static final FinderPath FINDER_PATH_FETCH_BY_U_C_C_T_R
public static final FinderPath FINDER_PATH_COUNT_BY_U_C_C_T_R
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_U_C_C_T_S
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_U_C_C_T_S
public static final FinderPath FINDER_PATH_COUNT_BY_U_C_C_T_S
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_C_C_T_R_S
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_C_C_T_R_S
public static final FinderPath FINDER_PATH_COUNT_BY_C_C_T_R_S
@BeanReference(type=CompanyProviderWrapper.class) protected CompanyProvider companyProvider
protected EntityCache entityCache
protected FinderCache finderCache
| Constructor Detail |
|---|
public SocialRequestPersistenceImpl()
| Method Detail |
|---|
public List<SocialRequest> findByUuid(String uuid)
findByUuid in interface SocialRequestPersistenceuuid - the uuid
public List<SocialRequest> findByUuid(String uuid,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByUuid in interface SocialRequestPersistenceuuid - the uuidstart - the lower bound of the range of social requestsend - the upper bound of the range of social requests (not inclusive)
public List<SocialRequest> findByUuid(String uuid,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByUuid in interface SocialRequestPersistenceuuid - the uuidstart - the lower bound of the range of social requestsend - the upper bound of the range of social requests (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public List<SocialRequest> findByUuid(String uuid,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByUuid in interface SocialRequestPersistenceuuid - the uuidstart - the lower bound of the range of social requestsend - the upper bound of the range of social requests (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
public SocialRequest findByUuid_First(String uuid,
OrderByComparator<SocialRequest> orderByComparator)
throws NoSuchRequestException
findByUuid_First in interface SocialRequestPersistenceuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
NoSuchRequestException - if a matching social request could not be found
public SocialRequest fetchByUuid_First(String uuid,
OrderByComparator<SocialRequest> orderByComparator)
fetchByUuid_First in interface SocialRequestPersistenceuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
null if a matching social request could not be found
public SocialRequest findByUuid_Last(String uuid,
OrderByComparator<SocialRequest> orderByComparator)
throws NoSuchRequestException
findByUuid_Last in interface SocialRequestPersistenceuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
NoSuchRequestException - if a matching social request could not be found
public SocialRequest fetchByUuid_Last(String uuid,
OrderByComparator<SocialRequest> orderByComparator)
fetchByUuid_Last in interface SocialRequestPersistenceuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
null if a matching social request could not be found
public SocialRequest[] findByUuid_PrevAndNext(long requestId,
String uuid,
OrderByComparator<SocialRequest> orderByComparator)
throws NoSuchRequestException
findByUuid_PrevAndNext in interface SocialRequestPersistencerequestId - the primary key of the current social requestuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
NoSuchRequestException - if a social request with the primary key could not be found
protected SocialRequest getByUuid_PrevAndNext(Session session,
SocialRequest socialRequest,
String uuid,
OrderByComparator<SocialRequest> orderByComparator,
boolean previous)
public void removeByUuid(String uuid)
removeByUuid in interface SocialRequestPersistenceuuid - the uuidpublic int countByUuid(String uuid)
countByUuid in interface SocialRequestPersistenceuuid - the uuid
public SocialRequest findByUUID_G(String uuid,
long groupId)
throws NoSuchRequestException
NoSuchRequestException if it could not be found.
findByUUID_G in interface SocialRequestPersistenceuuid - the uuidgroupId - the group ID
NoSuchRequestException - if a matching social request could not be found
public SocialRequest fetchByUUID_G(String uuid,
long groupId)
null if it could not be found. Uses the finder cache.
fetchByUUID_G in interface SocialRequestPersistenceuuid - the uuidgroupId - the group ID
null if a matching social request could not be found
public SocialRequest fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
null if it could not be found, optionally using the finder cache.
fetchByUUID_G in interface SocialRequestPersistenceuuid - the uuidgroupId - the group IDretrieveFromCache - whether to retrieve from the finder cache
null if a matching social request could not be found
public SocialRequest removeByUUID_G(String uuid,
long groupId)
throws NoSuchRequestException
removeByUUID_G in interface SocialRequestPersistenceuuid - the uuidgroupId - the group ID
NoSuchRequestException
public int countByUUID_G(String uuid,
long groupId)
countByUUID_G in interface SocialRequestPersistenceuuid - the uuidgroupId - the group ID
public List<SocialRequest> findByUuid_C(String uuid,
long companyId)
findByUuid_C in interface SocialRequestPersistenceuuid - the uuidcompanyId - the company ID
public List<SocialRequest> findByUuid_C(String uuid,
long companyId,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByUuid_C in interface SocialRequestPersistenceuuid - the uuidcompanyId - the company IDstart - the lower bound of the range of social requestsend - the upper bound of the range of social requests (not inclusive)
public List<SocialRequest> findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByUuid_C in interface SocialRequestPersistenceuuid - the uuidcompanyId - the company IDstart - the lower bound of the range of social requestsend - the upper bound of the range of social requests (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public List<SocialRequest> findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByUuid_C in interface SocialRequestPersistenceuuid - the uuidcompanyId - the company IDstart - the lower bound of the range of social requestsend - the upper bound of the range of social requests (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
public SocialRequest findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<SocialRequest> orderByComparator)
throws NoSuchRequestException
findByUuid_C_First in interface SocialRequestPersistenceuuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchRequestException - if a matching social request could not be found
public SocialRequest fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<SocialRequest> orderByComparator)
fetchByUuid_C_First in interface SocialRequestPersistenceuuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching social request could not be found
public SocialRequest findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<SocialRequest> orderByComparator)
throws NoSuchRequestException
findByUuid_C_Last in interface SocialRequestPersistenceuuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchRequestException - if a matching social request could not be found
public SocialRequest fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<SocialRequest> orderByComparator)
fetchByUuid_C_Last in interface SocialRequestPersistenceuuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching social request could not be found
public SocialRequest[] findByUuid_C_PrevAndNext(long requestId,
String uuid,
long companyId,
OrderByComparator<SocialRequest> orderByComparator)
throws NoSuchRequestException
findByUuid_C_PrevAndNext in interface SocialRequestPersistencerequestId - the primary key of the current social requestuuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchRequestException - if a social request with the primary key could not be found
protected SocialRequest getByUuid_C_PrevAndNext(Session session,
SocialRequest socialRequest,
String uuid,
long companyId,
OrderByComparator<SocialRequest> orderByComparator,
boolean previous)
public void removeByUuid_C(String uuid,
long companyId)
removeByUuid_C in interface SocialRequestPersistenceuuid - the uuidcompanyId - the company ID
public int countByUuid_C(String uuid,
long companyId)
countByUuid_C in interface SocialRequestPersistenceuuid - the uuidcompanyId - the company ID
public List<SocialRequest> findByCompanyId(long companyId)
findByCompanyId in interface SocialRequestPersistencecompanyId - the company ID
public List<SocialRequest> findByCompanyId(long companyId,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByCompanyId in interface SocialRequestPersistencecompanyId - the company IDstart - the lower bound of the range of social requestsend - the upper bound of the range of social requests (not inclusive)
public List<SocialRequest> findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByCompanyId in interface SocialRequestPersistencecompanyId - the company IDstart - the lower bound of the range of social requestsend - the upper bound of the range of social requests (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public List<SocialRequest> findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByCompanyId in interface SocialRequestPersistencecompanyId - the company IDstart - the lower bound of the range of social requestsend - the upper bound of the range of social requests (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
public SocialRequest findByCompanyId_First(long companyId,
OrderByComparator<SocialRequest> orderByComparator)
throws NoSuchRequestException
findByCompanyId_First in interface SocialRequestPersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchRequestException - if a matching social request could not be found
public SocialRequest fetchByCompanyId_First(long companyId,
OrderByComparator<SocialRequest> orderByComparator)
fetchByCompanyId_First in interface SocialRequestPersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching social request could not be found
public SocialRequest findByCompanyId_Last(long companyId,
OrderByComparator<SocialRequest> orderByComparator)
throws NoSuchRequestException
findByCompanyId_Last in interface SocialRequestPersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchRequestException - if a matching social request could not be found
public SocialRequest fetchByCompanyId_Last(long companyId,
OrderByComparator<SocialRequest> orderByComparator)
fetchByCompanyId_Last in interface SocialRequestPersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching social request could not be found
public SocialRequest[] findByCompanyId_PrevAndNext(long requestId,
long companyId,
OrderByComparator<SocialRequest> orderByComparator)
throws NoSuchRequestException
findByCompanyId_PrevAndNext in interface SocialRequestPersistencerequestId - the primary key of the current social requestcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchRequestException - if a social request with the primary key could not be found
protected SocialRequest getByCompanyId_PrevAndNext(Session session,
SocialRequest socialRequest,
long companyId,
OrderByComparator<SocialRequest> orderByComparator,
boolean previous)
public void removeByCompanyId(long companyId)
removeByCompanyId in interface SocialRequestPersistencecompanyId - the company IDpublic int countByCompanyId(long companyId)
countByCompanyId in interface SocialRequestPersistencecompanyId - the company ID
public List<SocialRequest> findByUserId(long userId)
findByUserId in interface SocialRequestPersistenceuserId - the user ID
public List<SocialRequest> findByUserId(long userId,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByUserId in interface SocialRequestPersistenceuserId - the user IDstart - the lower bound of the range of social requestsend - the upper bound of the range of social requests (not inclusive)
public List<SocialRequest> findByUserId(long userId,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByUserId in interface SocialRequestPersistenceuserId - the user IDstart - the lower bound of the range of social requestsend - the upper bound of the range of social requests (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public List<SocialRequest> findByUserId(long userId,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByUserId in interface SocialRequestPersistenceuserId - the user IDstart - the lower bound of the range of social requestsend - the upper bound of the range of social requests (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
public SocialRequest findByUserId_First(long userId,
OrderByComparator<SocialRequest> orderByComparator)
throws NoSuchRequestException
findByUserId_First in interface SocialRequestPersistenceuserId - the user IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchRequestException - if a matching social request could not be found
public SocialRequest fetchByUserId_First(long userId,
OrderByComparator<SocialRequest> orderByComparator)
fetchByUserId_First in interface SocialRequestPersistenceuserId - the user IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching social request could not be found
public SocialRequest findByUserId_Last(long userId,
OrderByComparator<SocialRequest> orderByComparator)
throws NoSuchRequestException
findByUserId_Last in interface SocialRequestPersistenceuserId - the user IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchRequestException - if a matching social request could not be found
public SocialRequest fetchByUserId_Last(long userId,
OrderByComparator<SocialRequest> orderByComparator)
fetchByUserId_Last in interface SocialRequestPersistenceuserId - the user IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching social request could not be found
public SocialRequest[] findByUserId_PrevAndNext(long requestId,
long userId,
OrderByComparator<SocialRequest> orderByComparator)
throws NoSuchRequestException
findByUserId_PrevAndNext in interface SocialRequestPersistencerequestId - the primary key of the current social requestuserId - the user IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchRequestException - if a social request with the primary key could not be found
protected SocialRequest getByUserId_PrevAndNext(Session session,
SocialRequest socialRequest,
long userId,
OrderByComparator<SocialRequest> orderByComparator,
boolean previous)
public void removeByUserId(long userId)
removeByUserId in interface SocialRequestPersistenceuserId - the user IDpublic int countByUserId(long userId)
countByUserId in interface SocialRequestPersistenceuserId - the user ID
public List<SocialRequest> findByReceiverUserId(long receiverUserId)
findByReceiverUserId in interface SocialRequestPersistencereceiverUserId - the receiver user ID
public List<SocialRequest> findByReceiverUserId(long receiverUserId,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByReceiverUserId in interface SocialRequestPersistencereceiverUserId - the receiver user IDstart - the lower bound of the range of social requestsend - the upper bound of the range of social requests (not inclusive)
public List<SocialRequest> findByReceiverUserId(long receiverUserId,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByReceiverUserId in interface SocialRequestPersistencereceiverUserId - the receiver user IDstart - the lower bound of the range of social requestsend - the upper bound of the range of social requests (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public List<SocialRequest> findByReceiverUserId(long receiverUserId,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByReceiverUserId in interface SocialRequestPersistencereceiverUserId - the receiver user IDstart - the lower bound of the range of social requestsend - the upper bound of the range of social requests (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
public SocialRequest findByReceiverUserId_First(long receiverUserId,
OrderByComparator<SocialRequest> orderByComparator)
throws NoSuchRequestException
findByReceiverUserId_First in interface SocialRequestPersistencereceiverUserId - the receiver user IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchRequestException - if a matching social request could not be found
public SocialRequest fetchByReceiverUserId_First(long receiverUserId,
OrderByComparator<SocialRequest> orderByComparator)
fetchByReceiverUserId_First in interface SocialRequestPersistencereceiverUserId - the receiver user IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching social request could not be found
public SocialRequest findByReceiverUserId_Last(long receiverUserId,
OrderByComparator<SocialRequest> orderByComparator)
throws NoSuchRequestException
findByReceiverUserId_Last in interface SocialRequestPersistencereceiverUserId - the receiver user IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchRequestException - if a matching social request could not be found
public SocialRequest fetchByReceiverUserId_Last(long receiverUserId,
OrderByComparator<SocialRequest> orderByComparator)
fetchByReceiverUserId_Last in interface SocialRequestPersistencereceiverUserId - the receiver user IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching social request could not be found
public SocialRequest[] findByReceiverUserId_PrevAndNext(long requestId,
long receiverUserId,
OrderByComparator<SocialRequest> orderByComparator)
throws NoSuchRequestException
findByReceiverUserId_PrevAndNext in interface SocialRequestPersistencerequestId - the primary key of the current social requestreceiverUserId - the receiver user IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchRequestException - if a social request with the primary key could not be found
protected SocialRequest getByReceiverUserId_PrevAndNext(Session session,
SocialRequest socialRequest,
long receiverUserId,
OrderByComparator<SocialRequest> orderByComparator,
boolean previous)
public void removeByReceiverUserId(long receiverUserId)
removeByReceiverUserId in interface SocialRequestPersistencereceiverUserId - the receiver user IDpublic int countByReceiverUserId(long receiverUserId)
countByReceiverUserId in interface SocialRequestPersistencereceiverUserId - the receiver user ID
public List<SocialRequest> findByU_S(long userId,
int status)
findByU_S in interface SocialRequestPersistenceuserId - the user IDstatus - the status
public List<SocialRequest> findByU_S(long userId,
int status,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByU_S in interface SocialRequestPersistenceuserId - the user IDstatus - the statusstart - the lower bound of the range of social requestsend - the upper bound of the range of social requests (not inclusive)
public List<SocialRequest> findByU_S(long userId,
int status,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByU_S in interface SocialRequestPersistenceuserId - the user IDstatus - the statusstart - the lower bound of the range of social requestsend - the upper bound of the range of social requests (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public List<SocialRequest> findByU_S(long userId,
int status,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByU_S in interface SocialRequestPersistenceuserId - the user IDstatus - the statusstart - the lower bound of the range of social requestsend - the upper bound of the range of social requests (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
public SocialRequest findByU_S_First(long userId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
throws NoSuchRequestException
findByU_S_First in interface SocialRequestPersistenceuserId - the user IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
NoSuchRequestException - if a matching social request could not be found
public SocialRequest fetchByU_S_First(long userId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
fetchByU_S_First in interface SocialRequestPersistenceuserId - the user IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
null if a matching social request could not be found
public SocialRequest findByU_S_Last(long userId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
throws NoSuchRequestException
findByU_S_Last in interface SocialRequestPersistenceuserId - the user IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
NoSuchRequestException - if a matching social request could not be found
public SocialRequest fetchByU_S_Last(long userId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
fetchByU_S_Last in interface SocialRequestPersistenceuserId - the user IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
null if a matching social request could not be found
public SocialRequest[] findByU_S_PrevAndNext(long requestId,
long userId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
throws NoSuchRequestException
findByU_S_PrevAndNext in interface SocialRequestPersistencerequestId - the primary key of the current social requestuserId - the user IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
NoSuchRequestException - if a social request with the primary key could not be found
protected SocialRequest getByU_S_PrevAndNext(Session session,
SocialRequest socialRequest,
long userId,
int status,
OrderByComparator<SocialRequest> orderByComparator,
boolean previous)
public void removeByU_S(long userId,
int status)
removeByU_S in interface SocialRequestPersistenceuserId - the user IDstatus - the status
public int countByU_S(long userId,
int status)
countByU_S in interface SocialRequestPersistenceuserId - the user IDstatus - the status
public List<SocialRequest> findByC_C(long classNameId,
long classPK)
findByC_C in interface SocialRequestPersistenceclassNameId - the class name IDclassPK - the class p k
public List<SocialRequest> findByC_C(long classNameId,
long classPK,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByC_C in interface SocialRequestPersistenceclassNameId - the class name IDclassPK - the class p kstart - the lower bound of the range of social requestsend - the upper bound of the range of social requests (not inclusive)
public List<SocialRequest> findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByC_C in interface SocialRequestPersistenceclassNameId - the class name IDclassPK - the class p kstart - the lower bound of the range of social requestsend - the upper bound of the range of social requests (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public List<SocialRequest> findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByC_C in interface SocialRequestPersistenceclassNameId - the class name IDclassPK - the class p kstart - the lower bound of the range of social requestsend - the upper bound of the range of social requests (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
public SocialRequest findByC_C_First(long classNameId,
long classPK,
OrderByComparator<SocialRequest> orderByComparator)
throws NoSuchRequestException
findByC_C_First in interface SocialRequestPersistenceclassNameId - the class name IDclassPK - the class p korderByComparator - the comparator to order the set by (optionally null)
NoSuchRequestException - if a matching social request could not be found
public SocialRequest fetchByC_C_First(long classNameId,
long classPK,
OrderByComparator<SocialRequest> orderByComparator)
fetchByC_C_First in interface SocialRequestPersistenceclassNameId - the class name IDclassPK - the class p korderByComparator - the comparator to order the set by (optionally null)
null if a matching social request could not be found
public SocialRequest findByC_C_Last(long classNameId,
long classPK,
OrderByComparator<SocialRequest> orderByComparator)
throws NoSuchRequestException
findByC_C_Last in interface SocialRequestPersistenceclassNameId - the class name IDclassPK - the class p korderByComparator - the comparator to order the set by (optionally null)
NoSuchRequestException - if a matching social request could not be found
public SocialRequest fetchByC_C_Last(long classNameId,
long classPK,
OrderByComparator<SocialRequest> orderByComparator)
fetchByC_C_Last in interface SocialRequestPersistenceclassNameId - the class name IDclassPK - the class p korderByComparator - the comparator to order the set by (optionally null)
null if a matching social request could not be found
public SocialRequest[] findByC_C_PrevAndNext(long requestId,
long classNameId,
long classPK,
OrderByComparator<SocialRequest> orderByComparator)
throws NoSuchRequestException
findByC_C_PrevAndNext in interface SocialRequestPersistencerequestId - the primary key of the current social requestclassNameId - the class name IDclassPK - the class p korderByComparator - the comparator to order the set by (optionally null)
NoSuchRequestException - if a social request with the primary key could not be found
protected SocialRequest getByC_C_PrevAndNext(Session session,
SocialRequest socialRequest,
long classNameId,
long classPK,
OrderByComparator<SocialRequest> orderByComparator,
boolean previous)
public void removeByC_C(long classNameId,
long classPK)
removeByC_C in interface SocialRequestPersistenceclassNameId - the class name IDclassPK - the class p k
public int countByC_C(long classNameId,
long classPK)
countByC_C in interface SocialRequestPersistenceclassNameId - the class name IDclassPK - the class p k
public List<SocialRequest> findByR_S(long receiverUserId,
int status)
findByR_S in interface SocialRequestPersistencereceiverUserId - the receiver user IDstatus - the status
public List<SocialRequest> findByR_S(long receiverUserId,
int status,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByR_S in interface SocialRequestPersistencereceiverUserId - the receiver user IDstatus - the statusstart - the lower bound of the range of social requestsend - the upper bound of the range of social requests (not inclusive)
public List<SocialRequest> findByR_S(long receiverUserId,
int status,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByR_S in interface SocialRequestPersistencereceiverUserId - the receiver user IDstatus - the statusstart - the lower bound of the range of social requestsend - the upper bound of the range of social requests (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public List<SocialRequest> findByR_S(long receiverUserId,
int status,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByR_S in interface SocialRequestPersistencereceiverUserId - the receiver user IDstatus - the statusstart - the lower bound of the range of social requestsend - the upper bound of the range of social requests (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
public SocialRequest findByR_S_First(long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
throws NoSuchRequestException
findByR_S_First in interface SocialRequestPersistencereceiverUserId - the receiver user IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
NoSuchRequestException - if a matching social request could not be found
public SocialRequest fetchByR_S_First(long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
fetchByR_S_First in interface SocialRequestPersistencereceiverUserId - the receiver user IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
null if a matching social request could not be found
public SocialRequest findByR_S_Last(long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
throws NoSuchRequestException
findByR_S_Last in interface SocialRequestPersistencereceiverUserId - the receiver user IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
NoSuchRequestException - if a matching social request could not be found
public SocialRequest fetchByR_S_Last(long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
fetchByR_S_Last in interface SocialRequestPersistencereceiverUserId - the receiver user IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
null if a matching social request could not be found
public SocialRequest[] findByR_S_PrevAndNext(long requestId,
long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
throws NoSuchRequestException
findByR_S_PrevAndNext in interface SocialRequestPersistencerequestId - the primary key of the current social requestreceiverUserId - the receiver user IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
NoSuchRequestException - if a social request with the primary key could not be found
protected SocialRequest getByR_S_PrevAndNext(Session session,
SocialRequest socialRequest,
long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator,
boolean previous)
public void removeByR_S(long receiverUserId,
int status)
removeByR_S in interface SocialRequestPersistencereceiverUserId - the receiver user IDstatus - the status
public int countByR_S(long receiverUserId,
int status)
countByR_S in interface SocialRequestPersistencereceiverUserId - the receiver user IDstatus - the status
public SocialRequest findByU_C_C_T_R(long userId,
long classNameId,
long classPK,
int type,
long receiverUserId)
throws NoSuchRequestException
NoSuchRequestException if it could not be found.
findByU_C_C_T_R in interface SocialRequestPersistenceuserId - the user IDclassNameId - the class name IDclassPK - the class p ktype - the typereceiverUserId - the receiver user ID
NoSuchRequestException - if a matching social request could not be found
public SocialRequest fetchByU_C_C_T_R(long userId,
long classNameId,
long classPK,
int type,
long receiverUserId)
null if it could not be found. Uses the finder cache.
fetchByU_C_C_T_R in interface SocialRequestPersistenceuserId - the user IDclassNameId - the class name IDclassPK - the class p ktype - the typereceiverUserId - the receiver user ID
null if a matching social request could not be found
public SocialRequest fetchByU_C_C_T_R(long userId,
long classNameId,
long classPK,
int type,
long receiverUserId,
boolean retrieveFromCache)
null if it could not be found, optionally using the finder cache.
fetchByU_C_C_T_R in interface SocialRequestPersistenceuserId - the user IDclassNameId - the class name IDclassPK - the class p ktype - the typereceiverUserId - the receiver user IDretrieveFromCache - whether to retrieve from the finder cache
null if a matching social request could not be found
public SocialRequest removeByU_C_C_T_R(long userId,
long classNameId,
long classPK,
int type,
long receiverUserId)
throws NoSuchRequestException
removeByU_C_C_T_R in interface SocialRequestPersistenceuserId - the user IDclassNameId - the class name IDclassPK - the class p ktype - the typereceiverUserId - the receiver user ID
NoSuchRequestException
public int countByU_C_C_T_R(long userId,
long classNameId,
long classPK,
int type,
long receiverUserId)
countByU_C_C_T_R in interface SocialRequestPersistenceuserId - the user IDclassNameId - the class name IDclassPK - the class p ktype - the typereceiverUserId - the receiver user ID
public List<SocialRequest> findByU_C_C_T_S(long userId,
long classNameId,
long classPK,
int type,
int status)
findByU_C_C_T_S in interface SocialRequestPersistenceuserId - the user IDclassNameId - the class name IDclassPK - the class p ktype - the typestatus - the status
public List<SocialRequest> findByU_C_C_T_S(long userId,
long classNameId,
long classPK,
int type,
int status,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByU_C_C_T_S in interface SocialRequestPersistenceuserId - the user IDclassNameId - the class name IDclassPK - the class p ktype - the typestatus - the statusstart - the lower bound of the range of social requestsend - the upper bound of the range of social requests (not inclusive)
public List<SocialRequest> findByU_C_C_T_S(long userId,
long classNameId,
long classPK,
int type,
int status,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByU_C_C_T_S in interface SocialRequestPersistenceuserId - the user IDclassNameId - the class name IDclassPK - the class p ktype - the typestatus - the statusstart - the lower bound of the range of social requestsend - the upper bound of the range of social requests (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public List<SocialRequest> findByU_C_C_T_S(long userId,
long classNameId,
long classPK,
int type,
int status,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByU_C_C_T_S in interface SocialRequestPersistenceuserId - the user IDclassNameId - the class name IDclassPK - the class p ktype - the typestatus - the statusstart - the lower bound of the range of social requestsend - the upper bound of the range of social requests (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
public SocialRequest findByU_C_C_T_S_First(long userId,
long classNameId,
long classPK,
int type,
int status,
OrderByComparator<SocialRequest> orderByComparator)
throws NoSuchRequestException
findByU_C_C_T_S_First in interface SocialRequestPersistenceuserId - the user IDclassNameId - the class name IDclassPK - the class p ktype - the typestatus - the statusorderByComparator - the comparator to order the set by (optionally null)
NoSuchRequestException - if a matching social request could not be found
public SocialRequest fetchByU_C_C_T_S_First(long userId,
long classNameId,
long classPK,
int type,
int status,
OrderByComparator<SocialRequest> orderByComparator)
fetchByU_C_C_T_S_First in interface SocialRequestPersistenceuserId - the user IDclassNameId - the class name IDclassPK - the class p ktype - the typestatus - the statusorderByComparator - the comparator to order the set by (optionally null)
null if a matching social request could not be found
public SocialRequest findByU_C_C_T_S_Last(long userId,
long classNameId,
long classPK,
int type,
int status,
OrderByComparator<SocialRequest> orderByComparator)
throws NoSuchRequestException
findByU_C_C_T_S_Last in interface SocialRequestPersistenceuserId - the user IDclassNameId - the class name IDclassPK - the class p ktype - the typestatus - the statusorderByComparator - the comparator to order the set by (optionally null)
NoSuchRequestException - if a matching social request could not be found
public SocialRequest fetchByU_C_C_T_S_Last(long userId,
long classNameId,
long classPK,
int type,
int status,
OrderByComparator<SocialRequest> orderByComparator)
fetchByU_C_C_T_S_Last in interface SocialRequestPersistenceuserId - the user IDclassNameId - the class name IDclassPK - the class p ktype - the typestatus - the statusorderByComparator - the comparator to order the set by (optionally null)
null if a matching social request could not be found
public SocialRequest[] findByU_C_C_T_S_PrevAndNext(long requestId,
long userId,
long classNameId,
long classPK,
int type,
int status,
OrderByComparator<SocialRequest> orderByComparator)
throws NoSuchRequestException
findByU_C_C_T_S_PrevAndNext in interface SocialRequestPersistencerequestId - the primary key of the current social requestuserId - the user IDclassNameId - the class name IDclassPK - the class p ktype - the typestatus - the statusorderByComparator - the comparator to order the set by (optionally null)
NoSuchRequestException - if a social request with the primary key could not be found
protected SocialRequest 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)
public void removeByU_C_C_T_S(long userId,
long classNameId,
long classPK,
int type,
int status)
removeByU_C_C_T_S in interface SocialRequestPersistenceuserId - the user IDclassNameId - the class name IDclassPK - the class p ktype - the typestatus - the status
public int countByU_C_C_T_S(long userId,
long classNameId,
long classPK,
int type,
int status)
countByU_C_C_T_S in interface SocialRequestPersistenceuserId - the user IDclassNameId - the class name IDclassPK - the class p ktype - the typestatus - the status
public List<SocialRequest> findByC_C_T_R_S(long classNameId,
long classPK,
int type,
long receiverUserId,
int status)
findByC_C_T_R_S in interface SocialRequestPersistenceclassNameId - the class name IDclassPK - the class p ktype - the typereceiverUserId - the receiver user IDstatus - the status
public List<SocialRequest> findByC_C_T_R_S(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByC_C_T_R_S in interface SocialRequestPersistenceclassNameId - the class name IDclassPK - the class p ktype - the typereceiverUserId - the receiver user IDstatus - the statusstart - the lower bound of the range of social requestsend - the upper bound of the range of social requests (not inclusive)
public List<SocialRequest> findByC_C_T_R_S(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByC_C_T_R_S in interface SocialRequestPersistenceclassNameId - the class name IDclassPK - the class p ktype - the typereceiverUserId - the receiver user IDstatus - the statusstart - the lower bound of the range of social requestsend - the upper bound of the range of social requests (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public List<SocialRequest> findByC_C_T_R_S(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByC_C_T_R_S in interface SocialRequestPersistenceclassNameId - the class name IDclassPK - the class p ktype - the typereceiverUserId - the receiver user IDstatus - the statusstart - the lower bound of the range of social requestsend - the upper bound of the range of social requests (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
public SocialRequest findByC_C_T_R_S_First(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
throws NoSuchRequestException
findByC_C_T_R_S_First in interface SocialRequestPersistenceclassNameId - the class name IDclassPK - the class p ktype - the typereceiverUserId - the receiver user IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
NoSuchRequestException - if a matching social request could not be found
public SocialRequest fetchByC_C_T_R_S_First(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
fetchByC_C_T_R_S_First in interface SocialRequestPersistenceclassNameId - the class name IDclassPK - the class p ktype - the typereceiverUserId - the receiver user IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
null if a matching social request could not be found
public SocialRequest findByC_C_T_R_S_Last(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
throws NoSuchRequestException
findByC_C_T_R_S_Last in interface SocialRequestPersistenceclassNameId - the class name IDclassPK - the class p ktype - the typereceiverUserId - the receiver user IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
NoSuchRequestException - if a matching social request could not be found
public SocialRequest fetchByC_C_T_R_S_Last(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
fetchByC_C_T_R_S_Last in interface SocialRequestPersistenceclassNameId - the class name IDclassPK - the class p ktype - the typereceiverUserId - the receiver user IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
null if a matching social request could not be found
public SocialRequest[] findByC_C_T_R_S_PrevAndNext(long requestId,
long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
throws NoSuchRequestException
findByC_C_T_R_S_PrevAndNext in interface SocialRequestPersistencerequestId - the primary key of the current social requestclassNameId - the class name IDclassPK - the class p ktype - the typereceiverUserId - the receiver user IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
NoSuchRequestException - if a social request with the primary key could not be found
protected SocialRequest 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)
public void removeByC_C_T_R_S(long classNameId,
long classPK,
int type,
long receiverUserId,
int status)
removeByC_C_T_R_S in interface SocialRequestPersistenceclassNameId - the class name IDclassPK - the class p ktype - the typereceiverUserId - the receiver user IDstatus - the status
public int countByC_C_T_R_S(long classNameId,
long classPK,
int type,
long receiverUserId,
int status)
countByC_C_T_R_S in interface SocialRequestPersistenceclassNameId - the class name IDclassPK - the class p ktype - the typereceiverUserId - the receiver user IDstatus - the status
public void cacheResult(SocialRequest socialRequest)
cacheResult in interface SocialRequestPersistencesocialRequest - the social requestpublic void cacheResult(List<SocialRequest> socialRequests)
cacheResult in interface SocialRequestPersistencesocialRequests - the social requestspublic void clearCache()
The EntityCache and FinderCache are both cleared by this method.
clearCache in interface BasePersistence<SocialRequest>clearCache in class BasePersistenceImpl<SocialRequest>public void clearCache(SocialRequest socialRequest)
The EntityCache and FinderCache are both cleared by this method.
clearCache in interface BasePersistence<SocialRequest>clearCache in class BasePersistenceImpl<SocialRequest>socialRequest - the instance of this model to clear the cache forpublic void clearCache(List<SocialRequest> socialRequests)
BasePersistence
The EntityCache and FinderCache are both cleared by this
method.
clearCache in interface BasePersistence<SocialRequest>clearCache in class BasePersistenceImpl<SocialRequest>socialRequests - the List instances of this model to clear the cache for
protected void cacheUniqueFindersCache(SocialRequestModelImpl socialRequestModelImpl,
boolean isNew)
protected void clearUniqueFindersCache(SocialRequestModelImpl socialRequestModelImpl)
public SocialRequest create(long requestId)
create in interface SocialRequestPersistencerequestId - the primary key for the new social request
public SocialRequest remove(long requestId)
throws NoSuchRequestException
remove in interface SocialRequestPersistencerequestId - the primary key of the social request
NoSuchRequestException - if a social request with the primary key could not be found
public SocialRequest remove(Serializable primaryKey)
throws NoSuchRequestException
remove in interface BasePersistence<SocialRequest>remove in class BasePersistenceImpl<SocialRequest>primaryKey - the primary key of the social request
NoSuchRequestException - if a social request with the primary key could not be foundprotected SocialRequest removeImpl(SocialRequest socialRequest)
BasePersistenceImplBasePersistenceImpl.update(BaseModel,
boolean) depends on this method to implement the remove operation; it
only notifies the model listeners.
removeImpl in class BasePersistenceImpl<SocialRequest>socialRequest - the model instance to remove
public SocialRequest updateImpl(SocialRequest socialRequest)
BasePersistenceImplBasePersistenceImpl.remove(BaseModel) depends on this method to implement the
update operation; it only notifies the model listeners.
updateImpl in interface SocialRequestPersistenceupdateImpl in class BasePersistenceImpl<SocialRequest>socialRequest - the model instance to update
protected SocialRequest toUnwrappedModel(SocialRequest socialRequest)
public SocialRequest findByPrimaryKey(Serializable primaryKey)
throws NoSuchRequestException
NoSuchModelException if it could not be found.
findByPrimaryKey in interface BasePersistence<SocialRequest>findByPrimaryKey in class BasePersistenceImpl<SocialRequest>primaryKey - the primary key of the social request
NoSuchRequestException - if a social request with the primary key could not be found
public SocialRequest findByPrimaryKey(long requestId)
throws NoSuchRequestException
NoSuchRequestException if it could not be found.
findByPrimaryKey in interface SocialRequestPersistencerequestId - the primary key of the social request
NoSuchRequestException - if a social request with the primary key could not be foundpublic SocialRequest fetchByPrimaryKey(Serializable primaryKey)
null if it could not be found.
fetchByPrimaryKey in interface BasePersistence<SocialRequest>fetchByPrimaryKey in class BasePersistenceImpl<SocialRequest>primaryKey - the primary key of the social request
null if a social request with the primary key could not be foundpublic SocialRequest fetchByPrimaryKey(long requestId)
null if it could not be found.
fetchByPrimaryKey in interface SocialRequestPersistencerequestId - the primary key of the social request
null if a social request with the primary key could not be foundpublic Map<Serializable,SocialRequest> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
fetchByPrimaryKeys in interface BasePersistence<SocialRequest>fetchByPrimaryKeys in interface SocialRequestPersistencefetchByPrimaryKeys in class BasePersistenceImpl<SocialRequest>public List<SocialRequest> findAll()
findAll in interface SocialRequestPersistence
public List<SocialRequest> findAll(int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findAll in interface SocialRequestPersistencestart - the lower bound of the range of social requestsend - the upper bound of the range of social requests (not inclusive)
public List<SocialRequest> findAll(int start,
int end,
OrderByComparator<SocialRequest> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findAll in interface SocialRequestPersistencestart - the lower bound of the range of social requestsend - the upper bound of the range of social requests (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public List<SocialRequest> findAll(int start,
int end,
OrderByComparator<SocialRequest> orderByComparator,
boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from SocialRequestModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findAll in interface SocialRequestPersistencestart - the lower bound of the range of social requestsend - the upper bound of the range of social requests (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
public void removeAll()
removeAll in interface SocialRequestPersistencepublic int countAll()
countAll in interface SocialRequestPersistencepublic Set<String> getBadColumnNames()
getBadColumnNames in interface BasePersistence<SocialRequest>getBadColumnNames in interface SocialRequestPersistencegetBadColumnNames in class BasePersistenceImpl<SocialRequest>protected Map<String,Integer> getTableColumnsMap()
getTableColumnsMap in class BasePersistenceImpl<SocialRequest>public void afterPropertiesSet()
public void destroy()
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||