public class SocialRequestPersistenceImpl
extends com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.social.model.SocialRequest>
implements com.liferay.portlet.social.service.persistence.SocialRequestPersistence
Caching information and settings can be found in portal.properties
SocialRequestPersistence,
SocialRequestUtil| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
FINDER_CLASS_NAME_ENTITY |
static java.lang.String |
FINDER_CLASS_NAME_LIST_WITH_PAGINATION |
static java.lang.String |
FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_ALL |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_C_C_T_R_S |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_COMPANYID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_R_S |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_RECEIVERUSERID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_U_C_C_T_R |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_U_C_C_T_S |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_U_S |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_USERID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_UUID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_UUID_C |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_UUID_G |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_FETCH_BY_U_C_C_T_R |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_FETCH_BY_UUID_G |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_ALL |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_C_C_T_R_S |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_COMPANYID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_R_S |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_RECEIVERUSERID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_U_C_C_T_S |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_U_S |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_USERID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID_C |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_C_C_T_R_S |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_COMPANYID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_R_S |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_RECEIVERUSERID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_U_C_C_T_S |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_U_S |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_USERID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID_C |
COUNT_COLUMN_NAME, FINDER_ARGS_EMPTY, listeners, 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 and Description |
|---|
SocialRequestPersistenceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet()
Initializes the social request persistence.
|
void |
cacheResult(java.util.List<com.liferay.portlet.social.model.SocialRequest> socialRequests)
Caches the social requests in the entity cache if it is enabled.
|
void |
cacheResult(com.liferay.portlet.social.model.SocialRequest socialRequest)
Caches the social request in the entity cache if it is enabled.
|
protected void |
cacheUniqueFindersCache(com.liferay.portlet.social.model.SocialRequest socialRequest) |
void |
clearCache()
Clears the cache for all social requests.
|
void |
clearCache(java.util.List<com.liferay.portlet.social.model.SocialRequest> socialRequests) |
void |
clearCache(com.liferay.portlet.social.model.SocialRequest socialRequest)
Clears the cache for the social request.
|
protected void |
clearUniqueFindersCache(com.liferay.portlet.social.model.SocialRequest socialRequest) |
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 |
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(java.lang.String uuid,
long companyId)
Returns the number of social requests where uuid = ? and companyId = ?.
|
int |
countByUUID_G(java.lang.String uuid,
long groupId)
Returns the number of social requests where uuid = ? and groupId = ?.
|
int |
countByUuid(java.lang.String uuid)
Returns the number of social requests where uuid = ?.
|
com.liferay.portlet.social.model.SocialRequest |
create(long requestId)
Creates a new social request with the primary key.
|
void |
destroy() |
com.liferay.portlet.social.model.SocialRequest |
fetchByC_C_T_R_S_First(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.
|
com.liferay.portlet.social.model.SocialRequest |
fetchByC_C_T_R_S_Last(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.
|
com.liferay.portlet.social.model.SocialRequest |
fetchByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first social request in the ordered set where companyId = ?.
|
com.liferay.portlet.social.model.SocialRequest |
fetchByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last social request in the ordered set where companyId = ?.
|
com.liferay.portlet.social.model.SocialRequest |
fetchByPrimaryKey(long requestId)
Returns the social request with the primary key or returns
null if it could not be found. |
com.liferay.portlet.social.model.SocialRequest |
fetchByPrimaryKey(java.io.Serializable primaryKey)
Returns the social request with the primary key or returns
null if it could not be found. |
com.liferay.portlet.social.model.SocialRequest |
fetchByR_S_First(long receiverUserId,
int status,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first social request in the ordered set where receiverUserId = ? and status = ?.
|
com.liferay.portlet.social.model.SocialRequest |
fetchByR_S_Last(long receiverUserId,
int status,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last social request in the ordered set where receiverUserId = ? and status = ?.
|
com.liferay.portlet.social.model.SocialRequest |
fetchByReceiverUserId_First(long receiverUserId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first social request in the ordered set where receiverUserId = ?.
|
com.liferay.portlet.social.model.SocialRequest |
fetchByReceiverUserId_Last(long receiverUserId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last social request in the ordered set where receiverUserId = ?.
|
com.liferay.portlet.social.model.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. |
com.liferay.portlet.social.model.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. |
com.liferay.portlet.social.model.SocialRequest |
fetchByU_C_C_T_S_First(long userId,
long classNameId,
long classPK,
int type,
int status,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.
|
com.liferay.portlet.social.model.SocialRequest |
fetchByU_C_C_T_S_Last(long userId,
long classNameId,
long classPK,
int type,
int status,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.
|
com.liferay.portlet.social.model.SocialRequest |
fetchByU_S_First(long userId,
int status,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first social request in the ordered set where userId = ? and status = ?.
|
com.liferay.portlet.social.model.SocialRequest |
fetchByU_S_Last(long userId,
int status,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last social request in the ordered set where userId = ? and status = ?.
|
com.liferay.portlet.social.model.SocialRequest |
fetchByUserId_First(long userId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first social request in the ordered set where userId = ?.
|
com.liferay.portlet.social.model.SocialRequest |
fetchByUserId_Last(long userId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last social request in the ordered set where userId = ?.
|
com.liferay.portlet.social.model.SocialRequest |
fetchByUuid_C_First(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first social request in the ordered set where uuid = ? and companyId = ?.
|
com.liferay.portlet.social.model.SocialRequest |
fetchByUuid_C_Last(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last social request in the ordered set where uuid = ? and companyId = ?.
|
com.liferay.portlet.social.model.SocialRequest |
fetchByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first social request in the ordered set where uuid = ?.
|
com.liferay.portlet.social.model.SocialRequest |
fetchByUUID_G(java.lang.String uuid,
long groupId)
Returns the social request where uuid = ? and groupId = ? or returns
null if it could not be found. |
com.liferay.portlet.social.model.SocialRequest |
fetchByUUID_G(java.lang.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. |
com.liferay.portlet.social.model.SocialRequest |
fetchByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last social request in the ordered set where uuid = ?.
|
java.util.List<com.liferay.portlet.social.model.SocialRequest> |
findAll()
Returns all the social requests.
|
java.util.List<com.liferay.portlet.social.model.SocialRequest> |
findAll(int start,
int end)
Returns a range of all the social requests.
|
java.util.List<com.liferay.portlet.social.model.SocialRequest> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the social requests.
|
com.liferay.portlet.social.model.SocialRequest |
findByC_C_T_R_S_First(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.
|
com.liferay.portlet.social.model.SocialRequest |
findByC_C_T_R_S_Last(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.
|
com.liferay.portlet.social.model.SocialRequest[] |
findByC_C_T_R_S_PrevAndNext(long requestId,
long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
com.liferay.portal.kernel.util.OrderByComparator 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 = ?.
|
java.util.List<com.liferay.portlet.social.model.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 = ?.
|
java.util.List<com.liferay.portlet.social.model.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 = ?.
|
java.util.List<com.liferay.portlet.social.model.SocialRequest> |
findByC_C_T_R_S(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the social requests where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.
|
com.liferay.portlet.social.model.SocialRequest |
findByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first social request in the ordered set where companyId = ?.
|
com.liferay.portlet.social.model.SocialRequest |
findByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last social request in the ordered set where companyId = ?.
|
com.liferay.portlet.social.model.SocialRequest[] |
findByCompanyId_PrevAndNext(long requestId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the social requests before and after the current social request in the ordered set where companyId = ?.
|
java.util.List<com.liferay.portlet.social.model.SocialRequest> |
findByCompanyId(long companyId)
Returns all the social requests where companyId = ?.
|
java.util.List<com.liferay.portlet.social.model.SocialRequest> |
findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the social requests where companyId = ?.
|
java.util.List<com.liferay.portlet.social.model.SocialRequest> |
findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the social requests where companyId = ?.
|
com.liferay.portlet.social.model.SocialRequest |
findByPrimaryKey(long requestId)
Returns the social request with the primary key or throws a
NoSuchRequestException if it could not be found. |
com.liferay.portlet.social.model.SocialRequest |
findByPrimaryKey(java.io.Serializable primaryKey)
Returns the social request with the primary key or throws a
NoSuchModelException if it could not be found. |
com.liferay.portlet.social.model.SocialRequest |
findByR_S_First(long receiverUserId,
int status,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first social request in the ordered set where receiverUserId = ? and status = ?.
|
com.liferay.portlet.social.model.SocialRequest |
findByR_S_Last(long receiverUserId,
int status,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last social request in the ordered set where receiverUserId = ? and status = ?.
|
com.liferay.portlet.social.model.SocialRequest[] |
findByR_S_PrevAndNext(long requestId,
long receiverUserId,
int status,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the social requests before and after the current social request in the ordered set where receiverUserId = ? and status = ?.
|
java.util.List<com.liferay.portlet.social.model.SocialRequest> |
findByR_S(long receiverUserId,
int status)
Returns all the social requests where receiverUserId = ? and status = ?.
|
java.util.List<com.liferay.portlet.social.model.SocialRequest> |
findByR_S(long receiverUserId,
int status,
int start,
int end)
Returns a range of all the social requests where receiverUserId = ? and status = ?.
|
java.util.List<com.liferay.portlet.social.model.SocialRequest> |
findByR_S(long receiverUserId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the social requests where receiverUserId = ? and status = ?.
|
com.liferay.portlet.social.model.SocialRequest |
findByReceiverUserId_First(long receiverUserId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first social request in the ordered set where receiverUserId = ?.
|
com.liferay.portlet.social.model.SocialRequest |
findByReceiverUserId_Last(long receiverUserId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last social request in the ordered set where receiverUserId = ?.
|
com.liferay.portlet.social.model.SocialRequest[] |
findByReceiverUserId_PrevAndNext(long requestId,
long receiverUserId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the social requests before and after the current social request in the ordered set where receiverUserId = ?.
|
java.util.List<com.liferay.portlet.social.model.SocialRequest> |
findByReceiverUserId(long receiverUserId)
Returns all the social requests where receiverUserId = ?.
|
java.util.List<com.liferay.portlet.social.model.SocialRequest> |
findByReceiverUserId(long receiverUserId,
int start,
int end)
Returns a range of all the social requests where receiverUserId = ?.
|
java.util.List<com.liferay.portlet.social.model.SocialRequest> |
findByReceiverUserId(long receiverUserId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the social requests where receiverUserId = ?.
|
com.liferay.portlet.social.model.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. |
com.liferay.portlet.social.model.SocialRequest |
findByU_C_C_T_S_First(long userId,
long classNameId,
long classPK,
int type,
int status,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.
|
com.liferay.portlet.social.model.SocialRequest |
findByU_C_C_T_S_Last(long userId,
long classNameId,
long classPK,
int type,
int status,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.
|
com.liferay.portlet.social.model.SocialRequest[] |
findByU_C_C_T_S_PrevAndNext(long requestId,
long userId,
long classNameId,
long classPK,
int type,
int status,
com.liferay.portal.kernel.util.OrderByComparator 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 = ?.
|
java.util.List<com.liferay.portlet.social.model.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 = ?.
|
java.util.List<com.liferay.portlet.social.model.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 = ?.
|
java.util.List<com.liferay.portlet.social.model.SocialRequest> |
findByU_C_C_T_S(long userId,
long classNameId,
long classPK,
int type,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the social requests where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.
|
com.liferay.portlet.social.model.SocialRequest |
findByU_S_First(long userId,
int status,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first social request in the ordered set where userId = ? and status = ?.
|
com.liferay.portlet.social.model.SocialRequest |
findByU_S_Last(long userId,
int status,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last social request in the ordered set where userId = ? and status = ?.
|
com.liferay.portlet.social.model.SocialRequest[] |
findByU_S_PrevAndNext(long requestId,
long userId,
int status,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the social requests before and after the current social request in the ordered set where userId = ? and status = ?.
|
java.util.List<com.liferay.portlet.social.model.SocialRequest> |
findByU_S(long userId,
int status)
Returns all the social requests where userId = ? and status = ?.
|
java.util.List<com.liferay.portlet.social.model.SocialRequest> |
findByU_S(long userId,
int status,
int start,
int end)
Returns a range of all the social requests where userId = ? and status = ?.
|
java.util.List<com.liferay.portlet.social.model.SocialRequest> |
findByU_S(long userId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the social requests where userId = ? and status = ?.
|
com.liferay.portlet.social.model.SocialRequest |
findByUserId_First(long userId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first social request in the ordered set where userId = ?.
|
com.liferay.portlet.social.model.SocialRequest |
findByUserId_Last(long userId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last social request in the ordered set where userId = ?.
|
com.liferay.portlet.social.model.SocialRequest[] |
findByUserId_PrevAndNext(long requestId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the social requests before and after the current social request in the ordered set where userId = ?.
|
java.util.List<com.liferay.portlet.social.model.SocialRequest> |
findByUserId(long userId)
Returns all the social requests where userId = ?.
|
java.util.List<com.liferay.portlet.social.model.SocialRequest> |
findByUserId(long userId,
int start,
int end)
Returns a range of all the social requests where userId = ?.
|
java.util.List<com.liferay.portlet.social.model.SocialRequest> |
findByUserId(long userId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the social requests where userId = ?.
|
com.liferay.portlet.social.model.SocialRequest |
findByUuid_C_First(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first social request in the ordered set where uuid = ? and companyId = ?.
|
com.liferay.portlet.social.model.SocialRequest |
findByUuid_C_Last(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last social request in the ordered set where uuid = ? and companyId = ?.
|
com.liferay.portlet.social.model.SocialRequest[] |
findByUuid_C_PrevAndNext(long requestId,
java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the social requests before and after the current social request in the ordered set where uuid = ? and companyId = ?.
|
java.util.List<com.liferay.portlet.social.model.SocialRequest> |
findByUuid_C(java.lang.String uuid,
long companyId)
Returns all the social requests where uuid = ? and companyId = ?.
|
java.util.List<com.liferay.portlet.social.model.SocialRequest> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end)
Returns a range of all the social requests where uuid = ? and companyId = ?.
|
java.util.List<com.liferay.portlet.social.model.SocialRequest> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the social requests where uuid = ? and companyId = ?.
|
com.liferay.portlet.social.model.SocialRequest |
findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first social request in the ordered set where uuid = ?.
|
com.liferay.portlet.social.model.SocialRequest |
findByUUID_G(java.lang.String uuid,
long groupId)
Returns the social request where uuid = ? and groupId = ? or throws a
NoSuchRequestException if it could not be found. |
com.liferay.portlet.social.model.SocialRequest |
findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last social request in the ordered set where uuid = ?.
|
com.liferay.portlet.social.model.SocialRequest[] |
findByUuid_PrevAndNext(long requestId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the social requests before and after the current social request in the ordered set where uuid = ?.
|
java.util.List<com.liferay.portlet.social.model.SocialRequest> |
findByUuid(java.lang.String uuid)
Returns all the social requests where uuid = ?.
|
java.util.List<com.liferay.portlet.social.model.SocialRequest> |
findByUuid(java.lang.String uuid,
int start,
int end)
Returns a range of all the social requests where uuid = ?.
|
java.util.List<com.liferay.portlet.social.model.SocialRequest> |
findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the social requests where uuid = ?.
|
protected java.util.Set<java.lang.String> |
getBadColumnNames() |
protected com.liferay.portlet.social.model.SocialRequest |
getByC_C_T_R_S_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portlet.social.model.SocialRequest socialRequest,
long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous) |
protected com.liferay.portlet.social.model.SocialRequest |
getByCompanyId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portlet.social.model.SocialRequest socialRequest,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous) |
protected com.liferay.portlet.social.model.SocialRequest |
getByR_S_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portlet.social.model.SocialRequest socialRequest,
long receiverUserId,
int status,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous) |
protected com.liferay.portlet.social.model.SocialRequest |
getByReceiverUserId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portlet.social.model.SocialRequest socialRequest,
long receiverUserId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous) |
protected com.liferay.portlet.social.model.SocialRequest |
getByU_C_C_T_S_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portlet.social.model.SocialRequest socialRequest,
long userId,
long classNameId,
long classPK,
int type,
int status,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous) |
protected com.liferay.portlet.social.model.SocialRequest |
getByU_S_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portlet.social.model.SocialRequest socialRequest,
long userId,
int status,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous) |
protected com.liferay.portlet.social.model.SocialRequest |
getByUserId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portlet.social.model.SocialRequest socialRequest,
long userId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous) |
protected com.liferay.portlet.social.model.SocialRequest |
getByUuid_C_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portlet.social.model.SocialRequest socialRequest,
java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous) |
protected com.liferay.portlet.social.model.SocialRequest |
getByUuid_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portlet.social.model.SocialRequest socialRequest,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous) |
com.liferay.portlet.social.model.SocialRequest |
remove(long requestId)
Removes the social request with the primary key from the database.
|
com.liferay.portlet.social.model.SocialRequest |
remove(java.io.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 |
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.
|
com.liferay.portlet.social.model.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(java.lang.String uuid,
long companyId)
Removes all the social requests where uuid = ? and companyId = ? from the database.
|
com.liferay.portlet.social.model.SocialRequest |
removeByUUID_G(java.lang.String uuid,
long groupId)
Removes the social request where uuid = ? and groupId = ? from the database.
|
void |
removeByUuid(java.lang.String uuid)
Removes all the social requests where uuid = ? from the database.
|
protected com.liferay.portlet.social.model.SocialRequest |
removeImpl(com.liferay.portlet.social.model.SocialRequest socialRequest) |
protected com.liferay.portlet.social.model.SocialRequest |
toUnwrappedModel(com.liferay.portlet.social.model.SocialRequest socialRequest) |
com.liferay.portlet.social.model.SocialRequest |
updateImpl(com.liferay.portlet.social.model.SocialRequest socialRequest) |
appendOrderByComparator, appendOrderByComparator, closeSession, countWithDynamicQuery, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getClassLoader, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openNewSession, openSession, processException, registerListener, remove, removeConjunction, setDataSource, setModelClass, setSessionFactory, unregisterListener, update, update, update, update, updateImplclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcloseSession, countWithDynamicQuery, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, setDataSource, unregisterListener, update, update, update, updatepublic static final java.lang.String FINDER_CLASS_NAME_ENTITY
public static final java.lang.String FINDER_CLASS_NAME_LIST_WITH_PAGINATION
public static final java.lang.String FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_ALL
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_ALL
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_UUID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FETCH_BY_UUID_G
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_UUID_G
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID_C
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID_C
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_UUID_C
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_COMPANYID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_COMPANYID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_COMPANYID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_USERID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_USERID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_USERID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_RECEIVERUSERID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_RECEIVERUSERID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_RECEIVERUSERID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_U_S
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_U_S
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_U_S
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_R_S
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_R_S
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_R_S
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FETCH_BY_U_C_C_T_R
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_U_C_C_T_R
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_U_C_C_T_S
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_U_C_C_T_S
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_U_C_C_T_S
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_C_C_T_R_S
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_C_C_T_R_S
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_C_C_T_R_S
public java.util.List<com.liferay.portlet.social.model.SocialRequest> findByUuid(java.lang.String uuid)
throws com.liferay.portal.kernel.exception.SystemException
findByUuid in interface com.liferay.portlet.social.service.persistence.SocialRequestPersistenceuuid - the uuidcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portlet.social.model.SocialRequest> findByUuid(java.lang.String uuid,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
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 com.liferay.portlet.social.service.persistence.SocialRequestPersistenceuuid - the uuidstart - the lower bound of the range of social requestsend - the upper bound of the range of social requests (not inclusive)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portlet.social.model.SocialRequest> findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
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 com.liferay.portlet.social.service.persistence.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)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.social.model.SocialRequest findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portlet.social.NoSuchRequestException,
com.liferay.portal.kernel.exception.SystemException
findByUuid_First in interface com.liferay.portlet.social.service.persistence.SocialRequestPersistenceuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)com.liferay.portlet.social.NoSuchRequestException - if a matching social request could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.social.model.SocialRequest fetchByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByUuid_First in interface com.liferay.portlet.social.service.persistence.SocialRequestPersistenceuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)null if a matching social request could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.social.model.SocialRequest findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portlet.social.NoSuchRequestException,
com.liferay.portal.kernel.exception.SystemException
findByUuid_Last in interface com.liferay.portlet.social.service.persistence.SocialRequestPersistenceuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)com.liferay.portlet.social.NoSuchRequestException - if a matching social request could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.social.model.SocialRequest fetchByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByUuid_Last in interface com.liferay.portlet.social.service.persistence.SocialRequestPersistenceuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)null if a matching social request could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.social.model.SocialRequest[] findByUuid_PrevAndNext(long requestId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portlet.social.NoSuchRequestException,
com.liferay.portal.kernel.exception.SystemException
findByUuid_PrevAndNext in interface com.liferay.portlet.social.service.persistence.SocialRequestPersistencerequestId - the primary key of the current social requestuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)com.liferay.portlet.social.NoSuchRequestException - if a social request with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portlet.social.model.SocialRequest getByUuid_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portlet.social.model.SocialRequest socialRequest,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
public void removeByUuid(java.lang.String uuid)
throws com.liferay.portal.kernel.exception.SystemException
removeByUuid in interface com.liferay.portlet.social.service.persistence.SocialRequestPersistenceuuid - the uuidcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int countByUuid(java.lang.String uuid)
throws com.liferay.portal.kernel.exception.SystemException
countByUuid in interface com.liferay.portlet.social.service.persistence.SocialRequestPersistenceuuid - the uuidcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.social.model.SocialRequest findByUUID_G(java.lang.String uuid,
long groupId)
throws com.liferay.portlet.social.NoSuchRequestException,
com.liferay.portal.kernel.exception.SystemException
NoSuchRequestException if it could not be found.findByUUID_G in interface com.liferay.portlet.social.service.persistence.SocialRequestPersistenceuuid - the uuidgroupId - the group IDcom.liferay.portlet.social.NoSuchRequestException - if a matching social request could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.social.model.SocialRequest fetchByUUID_G(java.lang.String uuid,
long groupId)
throws com.liferay.portal.kernel.exception.SystemException
null if it could not be found. Uses the finder cache.fetchByUUID_G in interface com.liferay.portlet.social.service.persistence.SocialRequestPersistenceuuid - the uuidgroupId - the group IDnull if a matching social request could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.social.model.SocialRequest fetchByUUID_G(java.lang.String uuid,
long groupId,
boolean retrieveFromCache)
throws com.liferay.portal.kernel.exception.SystemException
null if it could not be found, optionally using the finder cache.fetchByUUID_G in interface com.liferay.portlet.social.service.persistence.SocialRequestPersistenceuuid - the uuidgroupId - the group IDretrieveFromCache - whether to use the finder cachenull if a matching social request could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.social.model.SocialRequest removeByUUID_G(java.lang.String uuid,
long groupId)
throws com.liferay.portlet.social.NoSuchRequestException,
com.liferay.portal.kernel.exception.SystemException
removeByUUID_G in interface com.liferay.portlet.social.service.persistence.SocialRequestPersistenceuuid - the uuidgroupId - the group IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredcom.liferay.portlet.social.NoSuchRequestExceptionpublic int countByUUID_G(java.lang.String uuid,
long groupId)
throws com.liferay.portal.kernel.exception.SystemException
countByUUID_G in interface com.liferay.portlet.social.service.persistence.SocialRequestPersistenceuuid - the uuidgroupId - the group IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portlet.social.model.SocialRequest> findByUuid_C(java.lang.String uuid,
long companyId)
throws com.liferay.portal.kernel.exception.SystemException
findByUuid_C in interface com.liferay.portlet.social.service.persistence.SocialRequestPersistenceuuid - the uuidcompanyId - the company IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portlet.social.model.SocialRequest> findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
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 com.liferay.portlet.social.service.persistence.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)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portlet.social.model.SocialRequest> findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
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 com.liferay.portlet.social.service.persistence.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)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.social.model.SocialRequest findByUuid_C_First(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portlet.social.NoSuchRequestException,
com.liferay.portal.kernel.exception.SystemException
findByUuid_C_First in interface com.liferay.portlet.social.service.persistence.SocialRequestPersistenceuuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portlet.social.NoSuchRequestException - if a matching social request could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.social.model.SocialRequest fetchByUuid_C_First(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByUuid_C_First in interface com.liferay.portlet.social.service.persistence.SocialRequestPersistenceuuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)null if a matching social request could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.social.model.SocialRequest findByUuid_C_Last(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portlet.social.NoSuchRequestException,
com.liferay.portal.kernel.exception.SystemException
findByUuid_C_Last in interface com.liferay.portlet.social.service.persistence.SocialRequestPersistenceuuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portlet.social.NoSuchRequestException - if a matching social request could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.social.model.SocialRequest fetchByUuid_C_Last(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByUuid_C_Last in interface com.liferay.portlet.social.service.persistence.SocialRequestPersistenceuuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)null if a matching social request could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.social.model.SocialRequest[] findByUuid_C_PrevAndNext(long requestId,
java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portlet.social.NoSuchRequestException,
com.liferay.portal.kernel.exception.SystemException
findByUuid_C_PrevAndNext in interface com.liferay.portlet.social.service.persistence.SocialRequestPersistencerequestId - the primary key of the current social requestuuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portlet.social.NoSuchRequestException - if a social request with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portlet.social.model.SocialRequest getByUuid_C_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portlet.social.model.SocialRequest socialRequest,
java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
public void removeByUuid_C(java.lang.String uuid,
long companyId)
throws com.liferay.portal.kernel.exception.SystemException
removeByUuid_C in interface com.liferay.portlet.social.service.persistence.SocialRequestPersistenceuuid - the uuidcompanyId - the company IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int countByUuid_C(java.lang.String uuid,
long companyId)
throws com.liferay.portal.kernel.exception.SystemException
countByUuid_C in interface com.liferay.portlet.social.service.persistence.SocialRequestPersistenceuuid - the uuidcompanyId - the company IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portlet.social.model.SocialRequest> findByCompanyId(long companyId)
throws com.liferay.portal.kernel.exception.SystemException
findByCompanyId in interface com.liferay.portlet.social.service.persistence.SocialRequestPersistencecompanyId - the company IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portlet.social.model.SocialRequest> findByCompanyId(long companyId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
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 com.liferay.portlet.social.service.persistence.SocialRequestPersistencecompanyId - the company IDstart - the lower bound of the range of social requestsend - the upper bound of the range of social requests (not inclusive)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portlet.social.model.SocialRequest> findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
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 com.liferay.portlet.social.service.persistence.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)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.social.model.SocialRequest findByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portlet.social.NoSuchRequestException,
com.liferay.portal.kernel.exception.SystemException
findByCompanyId_First in interface com.liferay.portlet.social.service.persistence.SocialRequestPersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portlet.social.NoSuchRequestException - if a matching social request could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.social.model.SocialRequest fetchByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByCompanyId_First in interface com.liferay.portlet.social.service.persistence.SocialRequestPersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)null if a matching social request could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.social.model.SocialRequest findByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portlet.social.NoSuchRequestException,
com.liferay.portal.kernel.exception.SystemException
findByCompanyId_Last in interface com.liferay.portlet.social.service.persistence.SocialRequestPersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portlet.social.NoSuchRequestException - if a matching social request could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.social.model.SocialRequest fetchByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByCompanyId_Last in interface com.liferay.portlet.social.service.persistence.SocialRequestPersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)null if a matching social request could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.social.model.SocialRequest[] findByCompanyId_PrevAndNext(long requestId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portlet.social.NoSuchRequestException,
com.liferay.portal.kernel.exception.SystemException
findByCompanyId_PrevAndNext in interface com.liferay.portlet.social.service.persistence.SocialRequestPersistencerequestId - the primary key of the current social requestcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portlet.social.NoSuchRequestException - if a social request with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portlet.social.model.SocialRequest getByCompanyId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portlet.social.model.SocialRequest socialRequest,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
public void removeByCompanyId(long companyId)
throws com.liferay.portal.kernel.exception.SystemException
removeByCompanyId in interface com.liferay.portlet.social.service.persistence.SocialRequestPersistencecompanyId - the company IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int countByCompanyId(long companyId)
throws com.liferay.portal.kernel.exception.SystemException
countByCompanyId in interface com.liferay.portlet.social.service.persistence.SocialRequestPersistencecompanyId - the company IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portlet.social.model.SocialRequest> findByUserId(long userId)
throws com.liferay.portal.kernel.exception.SystemException
findByUserId in interface com.liferay.portlet.social.service.persistence.SocialRequestPersistenceuserId - the user IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portlet.social.model.SocialRequest> findByUserId(long userId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
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 com.liferay.portlet.social.service.persistence.SocialRequestPersistenceuserId - the user IDstart - the lower bound of the range of social requestsend - the upper bound of the range of social requests (not inclusive)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portlet.social.model.SocialRequest> findByUserId(long userId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
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 com.liferay.portlet.social.service.persistence.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)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.social.model.SocialRequest findByUserId_First(long userId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portlet.social.NoSuchRequestException,
com.liferay.portal.kernel.exception.SystemException
findByUserId_First in interface com.liferay.portlet.social.service.persistence.SocialRequestPersistenceuserId - the user IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portlet.social.NoSuchRequestException - if a matching social request could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.social.model.SocialRequest fetchByUserId_First(long userId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByUserId_First in interface com.liferay.portlet.social.service.persistence.SocialRequestPersistenceuserId - the user IDorderByComparator - the comparator to order the set by (optionally null)null if a matching social request could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.social.model.SocialRequest findByUserId_Last(long userId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portlet.social.NoSuchRequestException,
com.liferay.portal.kernel.exception.SystemException
findByUserId_Last in interface com.liferay.portlet.social.service.persistence.SocialRequestPersistenceuserId - the user IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portlet.social.NoSuchRequestException - if a matching social request could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.social.model.SocialRequest fetchByUserId_Last(long userId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByUserId_Last in interface com.liferay.portlet.social.service.persistence.SocialRequestPersistenceuserId - the user IDorderByComparator - the comparator to order the set by (optionally null)null if a matching social request could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.social.model.SocialRequest[] findByUserId_PrevAndNext(long requestId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portlet.social.NoSuchRequestException,
com.liferay.portal.kernel.exception.SystemException
findByUserId_PrevAndNext in interface com.liferay.portlet.social.service.persistence.SocialRequestPersistencerequestId - the primary key of the current social requestuserId - the user IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portlet.social.NoSuchRequestException - if a social request with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portlet.social.model.SocialRequest getByUserId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portlet.social.model.SocialRequest socialRequest,
long userId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
public void removeByUserId(long userId)
throws com.liferay.portal.kernel.exception.SystemException
removeByUserId in interface com.liferay.portlet.social.service.persistence.SocialRequestPersistenceuserId - the user IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int countByUserId(long userId)
throws com.liferay.portal.kernel.exception.SystemException
countByUserId in interface com.liferay.portlet.social.service.persistence.SocialRequestPersistenceuserId - the user IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portlet.social.model.SocialRequest> findByReceiverUserId(long receiverUserId)
throws com.liferay.portal.kernel.exception.SystemException
findByReceiverUserId in interface com.liferay.portlet.social.service.persistence.SocialRequestPersistencereceiverUserId - the receiver user IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portlet.social.model.SocialRequest> findByReceiverUserId(long receiverUserId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
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 com.liferay.portlet.social.service.persistence.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)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portlet.social.model.SocialRequest> findByReceiverUserId(long receiverUserId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
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 com.liferay.portlet.social.service.persistence.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)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.social.model.SocialRequest findByReceiverUserId_First(long receiverUserId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portlet.social.NoSuchRequestException,
com.liferay.portal.kernel.exception.SystemException
findByReceiverUserId_First in interface com.liferay.portlet.social.service.persistence.SocialRequestPersistencereceiverUserId - the receiver user IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portlet.social.NoSuchRequestException - if a matching social request could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.social.model.SocialRequest fetchByReceiverUserId_First(long receiverUserId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByReceiverUserId_First in interface com.liferay.portlet.social.service.persistence.SocialRequestPersistencereceiverUserId - the receiver user IDorderByComparator - the comparator to order the set by (optionally null)null if a matching social request could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.social.model.SocialRequest findByReceiverUserId_Last(long receiverUserId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portlet.social.NoSuchRequestException,
com.liferay.portal.kernel.exception.SystemException
findByReceiverUserId_Last in interface com.liferay.portlet.social.service.persistence.SocialRequestPersistencereceiverUserId - the receiver user IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portlet.social.NoSuchRequestException - if a matching social request could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.social.model.SocialRequest fetchByReceiverUserId_Last(long receiverUserId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByReceiverUserId_Last in interface com.liferay.portlet.social.service.persistence.SocialRequestPersistencereceiverUserId - the receiver user IDorderByComparator - the comparator to order the set by (optionally null)null if a matching social request could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.social.model.SocialRequest[] findByReceiverUserId_PrevAndNext(long requestId,
long receiverUserId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portlet.social.NoSuchRequestException,
com.liferay.portal.kernel.exception.SystemException
findByReceiverUserId_PrevAndNext in interface com.liferay.portlet.social.service.persistence.SocialRequestPersistencerequestId - the primary key of the current social requestreceiverUserId - the receiver user IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portlet.social.NoSuchRequestException - if a social request with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portlet.social.model.SocialRequest getByReceiverUserId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portlet.social.model.SocialRequest socialRequest,
long receiverUserId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
public void removeByReceiverUserId(long receiverUserId)
throws com.liferay.portal.kernel.exception.SystemException
removeByReceiverUserId in interface com.liferay.portlet.social.service.persistence.SocialRequestPersistencereceiverUserId - the receiver user IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int countByReceiverUserId(long receiverUserId)
throws com.liferay.portal.kernel.exception.SystemException
countByReceiverUserId in interface com.liferay.portlet.social.service.persistence.SocialRequestPersistencereceiverUserId - the receiver user IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portlet.social.model.SocialRequest> findByU_S(long userId,
int status)
throws com.liferay.portal.kernel.exception.SystemException
findByU_S in interface com.liferay.portlet.social.service.persistence.SocialRequestPersistenceuserId - the user IDstatus - the statuscom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portlet.social.model.SocialRequest> findByU_S(long userId,
int status,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
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 com.liferay.portlet.social.service.persistence.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)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portlet.social.model.SocialRequest> findByU_S(long userId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
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 com.liferay.portlet.social.service.persistence.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)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.social.model.SocialRequest findByU_S_First(long userId,
int status,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portlet.social.NoSuchRequestException,
com.liferay.portal.kernel.exception.SystemException
findByU_S_First in interface com.liferay.portlet.social.service.persistence.SocialRequestPersistenceuserId - the user IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)com.liferay.portlet.social.NoSuchRequestException - if a matching social request could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.social.model.SocialRequest fetchByU_S_First(long userId,
int status,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByU_S_First in interface com.liferay.portlet.social.service.persistence.SocialRequestPersistenceuserId - the user IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)null if a matching social request could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.social.model.SocialRequest findByU_S_Last(long userId,
int status,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portlet.social.NoSuchRequestException,
com.liferay.portal.kernel.exception.SystemException
findByU_S_Last in interface com.liferay.portlet.social.service.persistence.SocialRequestPersistenceuserId - the user IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)com.liferay.portlet.social.NoSuchRequestException - if a matching social request could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.social.model.SocialRequest fetchByU_S_Last(long userId,
int status,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByU_S_Last in interface com.liferay.portlet.social.service.persistence.SocialRequestPersistenceuserId - the user IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)null if a matching social request could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.social.model.SocialRequest[] findByU_S_PrevAndNext(long requestId,
long userId,
int status,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portlet.social.NoSuchRequestException,
com.liferay.portal.kernel.exception.SystemException
findByU_S_PrevAndNext in interface com.liferay.portlet.social.service.persistence.SocialRequestPersistencerequestId - the primary key of the current social requestuserId - the user IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)com.liferay.portlet.social.NoSuchRequestException - if a social request with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portlet.social.model.SocialRequest getByU_S_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portlet.social.model.SocialRequest socialRequest,
long userId,
int status,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
public void removeByU_S(long userId,
int status)
throws com.liferay.portal.kernel.exception.SystemException
removeByU_S in interface com.liferay.portlet.social.service.persistence.SocialRequestPersistenceuserId - the user IDstatus - the statuscom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int countByU_S(long userId,
int status)
throws com.liferay.portal.kernel.exception.SystemException
countByU_S in interface com.liferay.portlet.social.service.persistence.SocialRequestPersistenceuserId - the user IDstatus - the statuscom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portlet.social.model.SocialRequest> findByR_S(long receiverUserId,
int status)
throws com.liferay.portal.kernel.exception.SystemException
findByR_S in interface com.liferay.portlet.social.service.persistence.SocialRequestPersistencereceiverUserId - the receiver user IDstatus - the statuscom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portlet.social.model.SocialRequest> findByR_S(long receiverUserId,
int status,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
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 com.liferay.portlet.social.service.persistence.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)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portlet.social.model.SocialRequest> findByR_S(long receiverUserId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
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 com.liferay.portlet.social.service.persistence.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)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.social.model.SocialRequest findByR_S_First(long receiverUserId,
int status,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portlet.social.NoSuchRequestException,
com.liferay.portal.kernel.exception.SystemException
findByR_S_First in interface com.liferay.portlet.social.service.persistence.SocialRequestPersistencereceiverUserId - the receiver user IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)com.liferay.portlet.social.NoSuchRequestException - if a matching social request could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.social.model.SocialRequest fetchByR_S_First(long receiverUserId,
int status,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByR_S_First in interface com.liferay.portlet.social.service.persistence.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 foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.social.model.SocialRequest findByR_S_Last(long receiverUserId,
int status,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portlet.social.NoSuchRequestException,
com.liferay.portal.kernel.exception.SystemException
findByR_S_Last in interface com.liferay.portlet.social.service.persistence.SocialRequestPersistencereceiverUserId - the receiver user IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)com.liferay.portlet.social.NoSuchRequestException - if a matching social request could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.social.model.SocialRequest fetchByR_S_Last(long receiverUserId,
int status,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByR_S_Last in interface com.liferay.portlet.social.service.persistence.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 foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.social.model.SocialRequest[] findByR_S_PrevAndNext(long requestId,
long receiverUserId,
int status,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portlet.social.NoSuchRequestException,
com.liferay.portal.kernel.exception.SystemException
findByR_S_PrevAndNext in interface com.liferay.portlet.social.service.persistence.SocialRequestPersistencerequestId - the primary key of the current social requestreceiverUserId - the receiver user IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)com.liferay.portlet.social.NoSuchRequestException - if a social request with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portlet.social.model.SocialRequest getByR_S_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portlet.social.model.SocialRequest socialRequest,
long receiverUserId,
int status,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
public void removeByR_S(long receiverUserId,
int status)
throws com.liferay.portal.kernel.exception.SystemException
removeByR_S in interface com.liferay.portlet.social.service.persistence.SocialRequestPersistencereceiverUserId - the receiver user IDstatus - the statuscom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int countByR_S(long receiverUserId,
int status)
throws com.liferay.portal.kernel.exception.SystemException
countByR_S in interface com.liferay.portlet.social.service.persistence.SocialRequestPersistencereceiverUserId - the receiver user IDstatus - the statuscom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.social.model.SocialRequest findByU_C_C_T_R(long userId,
long classNameId,
long classPK,
int type,
long receiverUserId)
throws com.liferay.portlet.social.NoSuchRequestException,
com.liferay.portal.kernel.exception.SystemException
NoSuchRequestException if it could not be found.findByU_C_C_T_R in interface com.liferay.portlet.social.service.persistence.SocialRequestPersistenceuserId - the user IDclassNameId - the class name IDclassPK - the class p ktype - the typereceiverUserId - the receiver user IDcom.liferay.portlet.social.NoSuchRequestException - if a matching social request could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.social.model.SocialRequest fetchByU_C_C_T_R(long userId,
long classNameId,
long classPK,
int type,
long receiverUserId)
throws com.liferay.portal.kernel.exception.SystemException
null if it could not be found. Uses the finder cache.fetchByU_C_C_T_R in interface com.liferay.portlet.social.service.persistence.SocialRequestPersistenceuserId - the user IDclassNameId - the class name IDclassPK - the class p ktype - the typereceiverUserId - the receiver user IDnull if a matching social request could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.social.model.SocialRequest fetchByU_C_C_T_R(long userId,
long classNameId,
long classPK,
int type,
long receiverUserId,
boolean retrieveFromCache)
throws com.liferay.portal.kernel.exception.SystemException
null if it could not be found, optionally using the finder cache.fetchByU_C_C_T_R in interface com.liferay.portlet.social.service.persistence.SocialRequestPersistenceuserId - the user IDclassNameId - the class name IDclassPK - the class p ktype - the typereceiverUserId - the receiver user IDretrieveFromCache - whether to use the finder cachenull if a matching social request could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.social.model.SocialRequest removeByU_C_C_T_R(long userId,
long classNameId,
long classPK,
int type,
long receiverUserId)
throws com.liferay.portlet.social.NoSuchRequestException,
com.liferay.portal.kernel.exception.SystemException
removeByU_C_C_T_R in interface com.liferay.portlet.social.service.persistence.SocialRequestPersistenceuserId - the user IDclassNameId - the class name IDclassPK - the class p ktype - the typereceiverUserId - the receiver user IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredcom.liferay.portlet.social.NoSuchRequestExceptionpublic int countByU_C_C_T_R(long userId,
long classNameId,
long classPK,
int type,
long receiverUserId)
throws com.liferay.portal.kernel.exception.SystemException
countByU_C_C_T_R in interface com.liferay.portlet.social.service.persistence.SocialRequestPersistenceuserId - the user IDclassNameId - the class name IDclassPK - the class p ktype - the typereceiverUserId - the receiver user IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portlet.social.model.SocialRequest> findByU_C_C_T_S(long userId,
long classNameId,
long classPK,
int type,
int status)
throws com.liferay.portal.kernel.exception.SystemException
findByU_C_C_T_S in interface com.liferay.portlet.social.service.persistence.SocialRequestPersistenceuserId - the user IDclassNameId - the class name IDclassPK - the class p ktype - the typestatus - the statuscom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portlet.social.model.SocialRequest> findByU_C_C_T_S(long userId,
long classNameId,
long classPK,
int type,
int status,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
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 com.liferay.portlet.social.service.persistence.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)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portlet.social.model.SocialRequest> findByU_C_C_T_S(long userId,
long classNameId,
long classPK,
int type,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
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 com.liferay.portlet.social.service.persistence.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)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.social.model.SocialRequest findByU_C_C_T_S_First(long userId,
long classNameId,
long classPK,
int type,
int status,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portlet.social.NoSuchRequestException,
com.liferay.portal.kernel.exception.SystemException
findByU_C_C_T_S_First in interface com.liferay.portlet.social.service.persistence.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)com.liferay.portlet.social.NoSuchRequestException - if a matching social request could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.social.model.SocialRequest fetchByU_C_C_T_S_First(long userId,
long classNameId,
long classPK,
int type,
int status,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByU_C_C_T_S_First in interface com.liferay.portlet.social.service.persistence.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 foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.social.model.SocialRequest findByU_C_C_T_S_Last(long userId,
long classNameId,
long classPK,
int type,
int status,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portlet.social.NoSuchRequestException,
com.liferay.portal.kernel.exception.SystemException
findByU_C_C_T_S_Last in interface com.liferay.portlet.social.service.persistence.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)com.liferay.portlet.social.NoSuchRequestException - if a matching social request could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.social.model.SocialRequest fetchByU_C_C_T_S_Last(long userId,
long classNameId,
long classPK,
int type,
int status,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByU_C_C_T_S_Last in interface com.liferay.portlet.social.service.persistence.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 foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.social.model.SocialRequest[] findByU_C_C_T_S_PrevAndNext(long requestId,
long userId,
long classNameId,
long classPK,
int type,
int status,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portlet.social.NoSuchRequestException,
com.liferay.portal.kernel.exception.SystemException
findByU_C_C_T_S_PrevAndNext in interface com.liferay.portlet.social.service.persistence.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)com.liferay.portlet.social.NoSuchRequestException - if a social request with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portlet.social.model.SocialRequest getByU_C_C_T_S_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portlet.social.model.SocialRequest socialRequest,
long userId,
long classNameId,
long classPK,
int type,
int status,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
public void removeByU_C_C_T_S(long userId,
long classNameId,
long classPK,
int type,
int status)
throws com.liferay.portal.kernel.exception.SystemException
removeByU_C_C_T_S in interface com.liferay.portlet.social.service.persistence.SocialRequestPersistenceuserId - the user IDclassNameId - the class name IDclassPK - the class p ktype - the typestatus - the statuscom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int countByU_C_C_T_S(long userId,
long classNameId,
long classPK,
int type,
int status)
throws com.liferay.portal.kernel.exception.SystemException
countByU_C_C_T_S in interface com.liferay.portlet.social.service.persistence.SocialRequestPersistenceuserId - the user IDclassNameId - the class name IDclassPK - the class p ktype - the typestatus - the statuscom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portlet.social.model.SocialRequest> findByC_C_T_R_S(long classNameId,
long classPK,
int type,
long receiverUserId,
int status)
throws com.liferay.portal.kernel.exception.SystemException
findByC_C_T_R_S in interface com.liferay.portlet.social.service.persistence.SocialRequestPersistenceclassNameId - the class name IDclassPK - the class p ktype - the typereceiverUserId - the receiver user IDstatus - the statuscom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portlet.social.model.SocialRequest> findByC_C_T_R_S(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
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 com.liferay.portlet.social.service.persistence.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)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portlet.social.model.SocialRequest> findByC_C_T_R_S(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
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 com.liferay.portlet.social.service.persistence.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)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.social.model.SocialRequest findByC_C_T_R_S_First(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portlet.social.NoSuchRequestException,
com.liferay.portal.kernel.exception.SystemException
findByC_C_T_R_S_First in interface com.liferay.portlet.social.service.persistence.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)com.liferay.portlet.social.NoSuchRequestException - if a matching social request could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.social.model.SocialRequest fetchByC_C_T_R_S_First(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByC_C_T_R_S_First in interface com.liferay.portlet.social.service.persistence.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 foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.social.model.SocialRequest findByC_C_T_R_S_Last(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portlet.social.NoSuchRequestException,
com.liferay.portal.kernel.exception.SystemException
findByC_C_T_R_S_Last in interface com.liferay.portlet.social.service.persistence.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)com.liferay.portlet.social.NoSuchRequestException - if a matching social request could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.social.model.SocialRequest fetchByC_C_T_R_S_Last(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByC_C_T_R_S_Last in interface com.liferay.portlet.social.service.persistence.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 foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.social.model.SocialRequest[] findByC_C_T_R_S_PrevAndNext(long requestId,
long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portlet.social.NoSuchRequestException,
com.liferay.portal.kernel.exception.SystemException
findByC_C_T_R_S_PrevAndNext in interface com.liferay.portlet.social.service.persistence.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)com.liferay.portlet.social.NoSuchRequestException - if a social request with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portlet.social.model.SocialRequest getByC_C_T_R_S_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portlet.social.model.SocialRequest socialRequest,
long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
public void removeByC_C_T_R_S(long classNameId,
long classPK,
int type,
long receiverUserId,
int status)
throws com.liferay.portal.kernel.exception.SystemException
removeByC_C_T_R_S in interface com.liferay.portlet.social.service.persistence.SocialRequestPersistenceclassNameId - the class name IDclassPK - the class p ktype - the typereceiverUserId - the receiver user IDstatus - the statuscom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int countByC_C_T_R_S(long classNameId,
long classPK,
int type,
long receiverUserId,
int status)
throws com.liferay.portal.kernel.exception.SystemException
countByC_C_T_R_S in interface com.liferay.portlet.social.service.persistence.SocialRequestPersistenceclassNameId - the class name IDclassPK - the class p ktype - the typereceiverUserId - the receiver user IDstatus - the statuscom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void cacheResult(com.liferay.portlet.social.model.SocialRequest socialRequest)
cacheResult in interface com.liferay.portlet.social.service.persistence.SocialRequestPersistencesocialRequest - the social requestpublic void cacheResult(java.util.List<com.liferay.portlet.social.model.SocialRequest> socialRequests)
cacheResult in interface com.liferay.portlet.social.service.persistence.SocialRequestPersistencesocialRequests - the social requestspublic void clearCache()
The EntityCache and FinderCache are both cleared by this method.
clearCache in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.social.model.SocialRequest>clearCache in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.social.model.SocialRequest>public void clearCache(com.liferay.portlet.social.model.SocialRequest socialRequest)
The EntityCache and FinderCache are both cleared by this method.
clearCache in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.social.model.SocialRequest>clearCache in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.social.model.SocialRequest>public void clearCache(java.util.List<com.liferay.portlet.social.model.SocialRequest> socialRequests)
clearCache in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.social.model.SocialRequest>clearCache in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.social.model.SocialRequest>protected void cacheUniqueFindersCache(com.liferay.portlet.social.model.SocialRequest socialRequest)
protected void clearUniqueFindersCache(com.liferay.portlet.social.model.SocialRequest socialRequest)
public com.liferay.portlet.social.model.SocialRequest create(long requestId)
create in interface com.liferay.portlet.social.service.persistence.SocialRequestPersistencerequestId - the primary key for the new social requestpublic com.liferay.portlet.social.model.SocialRequest remove(long requestId)
throws com.liferay.portlet.social.NoSuchRequestException,
com.liferay.portal.kernel.exception.SystemException
remove in interface com.liferay.portlet.social.service.persistence.SocialRequestPersistencerequestId - the primary key of the social requestcom.liferay.portlet.social.NoSuchRequestException - if a social request with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.social.model.SocialRequest remove(java.io.Serializable primaryKey)
throws com.liferay.portlet.social.NoSuchRequestException,
com.liferay.portal.kernel.exception.SystemException
remove in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.social.model.SocialRequest>remove in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.social.model.SocialRequest>primaryKey - the primary key of the social requestcom.liferay.portlet.social.NoSuchRequestException - if a social request with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portlet.social.model.SocialRequest removeImpl(com.liferay.portlet.social.model.SocialRequest socialRequest)
throws com.liferay.portal.kernel.exception.SystemException
removeImpl in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.social.model.SocialRequest>com.liferay.portal.kernel.exception.SystemExceptionpublic com.liferay.portlet.social.model.SocialRequest updateImpl(com.liferay.portlet.social.model.SocialRequest socialRequest)
throws com.liferay.portal.kernel.exception.SystemException
updateImpl in interface com.liferay.portlet.social.service.persistence.SocialRequestPersistenceupdateImpl in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.social.model.SocialRequest>com.liferay.portal.kernel.exception.SystemExceptionprotected com.liferay.portlet.social.model.SocialRequest toUnwrappedModel(com.liferay.portlet.social.model.SocialRequest socialRequest)
public com.liferay.portlet.social.model.SocialRequest findByPrimaryKey(java.io.Serializable primaryKey)
throws com.liferay.portlet.social.NoSuchRequestException,
com.liferay.portal.kernel.exception.SystemException
NoSuchModelException if it could not be found.findByPrimaryKey in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.social.model.SocialRequest>findByPrimaryKey in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.social.model.SocialRequest>primaryKey - the primary key of the social requestcom.liferay.portlet.social.NoSuchRequestException - if a social request with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.social.model.SocialRequest findByPrimaryKey(long requestId)
throws com.liferay.portlet.social.NoSuchRequestException,
com.liferay.portal.kernel.exception.SystemException
NoSuchRequestException if it could not be found.findByPrimaryKey in interface com.liferay.portlet.social.service.persistence.SocialRequestPersistencerequestId - the primary key of the social requestcom.liferay.portlet.social.NoSuchRequestException - if a social request with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.social.model.SocialRequest fetchByPrimaryKey(java.io.Serializable primaryKey)
throws com.liferay.portal.kernel.exception.SystemException
null if it could not be found.fetchByPrimaryKey in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.social.model.SocialRequest>fetchByPrimaryKey in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.social.model.SocialRequest>primaryKey - the primary key of the social requestnull if a social request with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.social.model.SocialRequest fetchByPrimaryKey(long requestId)
throws com.liferay.portal.kernel.exception.SystemException
null if it could not be found.fetchByPrimaryKey in interface com.liferay.portlet.social.service.persistence.SocialRequestPersistencerequestId - the primary key of the social requestnull if a social request with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portlet.social.model.SocialRequest> findAll()
throws com.liferay.portal.kernel.exception.SystemException
findAll in interface com.liferay.portlet.social.service.persistence.SocialRequestPersistencecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portlet.social.model.SocialRequest> findAll(int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
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 com.liferay.portlet.social.service.persistence.SocialRequestPersistencestart - the lower bound of the range of social requestsend - the upper bound of the range of social requests (not inclusive)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portlet.social.model.SocialRequest> findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
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 com.liferay.portlet.social.service.persistence.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)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void removeAll()
throws com.liferay.portal.kernel.exception.SystemException
removeAll in interface com.liferay.portlet.social.service.persistence.SocialRequestPersistencecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int countAll()
throws com.liferay.portal.kernel.exception.SystemException
countAll in interface com.liferay.portlet.social.service.persistence.SocialRequestPersistencecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected java.util.Set<java.lang.String> getBadColumnNames()
getBadColumnNames in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.social.model.SocialRequest>public void afterPropertiesSet()
public void destroy()