Liferay 6.1.2-ce-ga3

com.liferay.portlet.social.service.persistence
Class SocialRequestPersistenceImpl

java.lang.Object
  extended by com.liferay.portal.service.persistence.impl.BasePersistenceImpl<SocialRequest>
      extended by com.liferay.portlet.social.service.persistence.SocialRequestPersistenceImpl
All Implemented Interfaces:
SessionFactory, BasePersistence<SocialRequest>, SocialRequestPersistence

public class SocialRequestPersistenceImpl
extends BasePersistenceImpl<SocialRequest>
implements SocialRequestPersistence

The persistence implementation for the social request service.

Caching information and settings can be found in portal.properties

See Also:
SocialRequestPersistence, SocialRequestUtil
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Field Summary
static String FINDER_CLASS_NAME_ENTITY
           
static String FINDER_CLASS_NAME_LIST_WITH_PAGINATION
           
static String FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION
           
static FinderPath FINDER_PATH_COUNT_ALL
           
static FinderPath FINDER_PATH_COUNT_BY_C_C_T_R_S
           
static FinderPath FINDER_PATH_COUNT_BY_COMPANYID
           
static FinderPath FINDER_PATH_COUNT_BY_R_S
           
static FinderPath FINDER_PATH_COUNT_BY_RECEIVERUSERID
           
static FinderPath FINDER_PATH_COUNT_BY_U_C_C_T_R
           
static FinderPath FINDER_PATH_COUNT_BY_U_C_C_T_S
           
static FinderPath FINDER_PATH_COUNT_BY_U_S
           
static FinderPath FINDER_PATH_COUNT_BY_USERID
           
static FinderPath FINDER_PATH_COUNT_BY_UUID
           
static FinderPath FINDER_PATH_COUNT_BY_UUID_G
           
static FinderPath FINDER_PATH_FETCH_BY_U_C_C_T_R
           
static FinderPath FINDER_PATH_FETCH_BY_UUID_G
           
static FinderPath FINDER_PATH_WITH_PAGINATION_FIND_ALL
           
static FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_C_C_T_R_S
           
static FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_COMPANYID
           
static FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_R_S
           
static FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_RECEIVERUSERID
           
static FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_U_C_C_T_S
           
static FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_U_S
           
static FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_USERID
           
static FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID
           
static FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL
           
static FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_C_C_T_R_S
           
static FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_COMPANYID
           
static FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_R_S
           
static FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_RECEIVERUSERID
           
static FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_U_C_C_T_S
           
static FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_U_S
           
static FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_USERID
           
static FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID
           
protected  ResourcePersistence resourcePersistence
           
protected  SocialActivityAchievementPersistence socialActivityAchievementPersistence
           
protected  SocialActivityCounterPersistence socialActivityCounterPersistence
           
protected  SocialActivityLimitPersistence socialActivityLimitPersistence
           
protected  SocialActivityPersistence socialActivityPersistence
           
protected  SocialActivitySettingPersistence socialActivitySettingPersistence
           
protected  SocialRelationPersistence socialRelationPersistence
           
protected  SocialRequestPersistence socialRequestPersistence
           
protected  UserPersistence userPersistence
           
 
Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
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 Summary
SocialRequestPersistenceImpl()
           
 
Method Summary
 void afterPropertiesSet()
          Initializes the social request persistence.
 void cacheResult(List<SocialRequest> socialRequests)
          Caches the social requests in the entity cache if it is enabled.
 void cacheResult(SocialRequest socialRequest)
          Caches the social request in the entity cache if it is enabled.
protected  void cacheUniqueFindersCache(SocialRequest socialRequest)
           
 void clearCache()
          Clears the cache for all social requests.
 void clearCache(List<SocialRequest> socialRequests)
          Clears the cache for a List instances of this model.
 void clearCache(SocialRequest socialRequest)
          Clears the cache for the social request.
protected  void clearUniqueFindersCache(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_G(String uuid, long groupId)
          Returns the number of social requests where uuid = ? and groupId = ?.
 int countByUuid(String uuid)
          Returns the number of social requests where uuid = ?.
 SocialRequest create(long requestId)
          Creates a new social request with the primary key.
 void destroy()
           
 SocialRequest fetchByC_C_T_R_S_First(long classNameId, long classPK, int type, long receiverUserId, int status, OrderByComparator orderByComparator)
          Returns the first social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.
 SocialRequest fetchByC_C_T_R_S_Last(long classNameId, long classPK, int type, long receiverUserId, int status, OrderByComparator orderByComparator)
          Returns the last social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.
 SocialRequest fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first social request in the ordered set where companyId = ?.
 SocialRequest fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last social request in the ordered set where companyId = ?.
 SocialRequest fetchByPrimaryKey(long requestId)
          Returns the social request with the primary key or returns null if it could not be found.
 SocialRequest fetchByPrimaryKey(Serializable primaryKey)
          Returns the social request with the primary key or returns null if it could not be found.
 SocialRequest fetchByR_S_First(long receiverUserId, int status, OrderByComparator orderByComparator)
          Returns the first social request in the ordered set where receiverUserId = ? and status = ?.
 SocialRequest fetchByR_S_Last(long receiverUserId, int status, OrderByComparator orderByComparator)
          Returns the last social request in the ordered set where receiverUserId = ? and status = ?.
 SocialRequest fetchByReceiverUserId_First(long receiverUserId, OrderByComparator orderByComparator)
          Returns the first social request in the ordered set where receiverUserId = ?.
 SocialRequest fetchByReceiverUserId_Last(long receiverUserId, OrderByComparator orderByComparator)
          Returns the last social request in the ordered set where receiverUserId = ?.
 SocialRequest fetchByU_C_C_T_R(long userId, long classNameId, long classPK, int type, long receiverUserId)
          Returns the social request where userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ? or returns null if it could not be found.
 SocialRequest fetchByU_C_C_T_R(long userId, long classNameId, long classPK, int type, long receiverUserId, boolean retrieveFromCache)
          Returns the social request where userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ? or returns null if it could not be found, optionally using the finder cache.
 SocialRequest fetchByU_C_C_T_S_First(long userId, long classNameId, long classPK, int type, int status, OrderByComparator orderByComparator)
          Returns the first social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.
 SocialRequest fetchByU_C_C_T_S_Last(long userId, long classNameId, long classPK, int type, int status, OrderByComparator orderByComparator)
          Returns the last social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.
 SocialRequest fetchByU_S_First(long userId, int status, OrderByComparator orderByComparator)
          Returns the first social request in the ordered set where userId = ? and status = ?.
 SocialRequest fetchByU_S_Last(long userId, int status, OrderByComparator orderByComparator)
          Returns the last social request in the ordered set where userId = ? and status = ?.
 SocialRequest fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first social request in the ordered set where userId = ?.
 SocialRequest fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last social request in the ordered set where userId = ?.
 SocialRequest fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first social request in the ordered set where uuid = ?.
 SocialRequest fetchByUUID_G(String uuid, long groupId)
          Returns the social request where uuid = ? and groupId = ? or returns null if it could not be found.
 SocialRequest fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the social request where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
 SocialRequest fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last social request in the ordered set where uuid = ?.
 List<SocialRequest> findAll()
          Returns all the social requests.
 List<SocialRequest> findAll(int start, int end)
          Returns a range of all the social requests.
 List<SocialRequest> findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social requests.
 SocialRequest findByC_C_T_R_S_First(long classNameId, long classPK, int type, long receiverUserId, int status, OrderByComparator orderByComparator)
          Returns the first social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.
 SocialRequest findByC_C_T_R_S_Last(long classNameId, long classPK, int type, long receiverUserId, int status, OrderByComparator orderByComparator)
          Returns the last social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.
 SocialRequest[] findByC_C_T_R_S_PrevAndNext(long requestId, long classNameId, long classPK, int type, long receiverUserId, int status, OrderByComparator orderByComparator)
          Returns the social requests before and after the current social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.
 List<SocialRequest> findByC_C_T_R_S(long classNameId, long classPK, int type, long receiverUserId, int status)
          Returns all the social requests where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.
 List<SocialRequest> findByC_C_T_R_S(long classNameId, long classPK, int type, long receiverUserId, int status, int start, int end)
          Returns a range of all the social requests where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.
 List<SocialRequest> findByC_C_T_R_S(long classNameId, long classPK, int type, long receiverUserId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social requests where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.
 SocialRequest findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first social request in the ordered set where companyId = ?.
 SocialRequest findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last social request in the ordered set where companyId = ?.
 SocialRequest[] findByCompanyId_PrevAndNext(long requestId, long companyId, OrderByComparator orderByComparator)
          Returns the social requests before and after the current social request in the ordered set where companyId = ?.
 List<SocialRequest> findByCompanyId(long companyId)
          Returns all the social requests where companyId = ?.
 List<SocialRequest> findByCompanyId(long companyId, int start, int end)
          Returns a range of all the social requests where companyId = ?.
 List<SocialRequest> findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social requests where companyId = ?.
 SocialRequest findByPrimaryKey(long requestId)
          Returns the social request with the primary key or throws a NoSuchRequestException if it could not be found.
 SocialRequest findByPrimaryKey(Serializable primaryKey)
          Returns the social request with the primary key or throws a NoSuchModelException if it could not be found.
 SocialRequest findByR_S_First(long receiverUserId, int status, OrderByComparator orderByComparator)
          Returns the first social request in the ordered set where receiverUserId = ? and status = ?.
 SocialRequest findByR_S_Last(long receiverUserId, int status, OrderByComparator orderByComparator)
          Returns the last social request in the ordered set where receiverUserId = ? and status = ?.
 SocialRequest[] findByR_S_PrevAndNext(long requestId, long receiverUserId, int status, OrderByComparator orderByComparator)
          Returns the social requests before and after the current social request in the ordered set where receiverUserId = ? and status = ?.
 List<SocialRequest> findByR_S(long receiverUserId, int status)
          Returns all the social requests where receiverUserId = ? and status = ?.
 List<SocialRequest> findByR_S(long receiverUserId, int status, int start, int end)
          Returns a range of all the social requests where receiverUserId = ? and status = ?.
 List<SocialRequest> findByR_S(long receiverUserId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social requests where receiverUserId = ? and status = ?.
 SocialRequest findByReceiverUserId_First(long receiverUserId, OrderByComparator orderByComparator)
          Returns the first social request in the ordered set where receiverUserId = ?.
 SocialRequest findByReceiverUserId_Last(long receiverUserId, OrderByComparator orderByComparator)
          Returns the last social request in the ordered set where receiverUserId = ?.
 SocialRequest[] findByReceiverUserId_PrevAndNext(long requestId, long receiverUserId, OrderByComparator orderByComparator)
          Returns the social requests before and after the current social request in the ordered set where receiverUserId = ?.
 List<SocialRequest> findByReceiverUserId(long receiverUserId)
          Returns all the social requests where receiverUserId = ?.
 List<SocialRequest> findByReceiverUserId(long receiverUserId, int start, int end)
          Returns a range of all the social requests where receiverUserId = ?.
 List<SocialRequest> findByReceiverUserId(long receiverUserId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social requests where receiverUserId = ?.
 SocialRequest findByU_C_C_T_R(long userId, long classNameId, long classPK, int type, long receiverUserId)
          Returns the social request where userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ? or throws a NoSuchRequestException if it could not be found.
 SocialRequest findByU_C_C_T_S_First(long userId, long classNameId, long classPK, int type, int status, OrderByComparator orderByComparator)
          Returns the first social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.
 SocialRequest findByU_C_C_T_S_Last(long userId, long classNameId, long classPK, int type, int status, OrderByComparator orderByComparator)
          Returns the last social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.
 SocialRequest[] findByU_C_C_T_S_PrevAndNext(long requestId, long userId, long classNameId, long classPK, int type, int status, OrderByComparator orderByComparator)
          Returns the social requests before and after the current social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.
 List<SocialRequest> findByU_C_C_T_S(long userId, long classNameId, long classPK, int type, int status)
          Returns all the social requests where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.
 List<SocialRequest> findByU_C_C_T_S(long userId, long classNameId, long classPK, int type, int status, int start, int end)
          Returns a range of all the social requests where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.
 List<SocialRequest> findByU_C_C_T_S(long userId, long classNameId, long classPK, int type, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social requests where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.
 SocialRequest findByU_S_First(long userId, int status, OrderByComparator orderByComparator)
          Returns the first social request in the ordered set where userId = ? and status = ?.
 SocialRequest findByU_S_Last(long userId, int status, OrderByComparator orderByComparator)
          Returns the last social request in the ordered set where userId = ? and status = ?.
 SocialRequest[] findByU_S_PrevAndNext(long requestId, long userId, int status, OrderByComparator orderByComparator)
          Returns the social requests before and after the current social request in the ordered set where userId = ? and status = ?.
 List<SocialRequest> findByU_S(long userId, int status)
          Returns all the social requests where userId = ? and status = ?.
 List<SocialRequest> findByU_S(long userId, int status, int start, int end)
          Returns a range of all the social requests where userId = ? and status = ?.
 List<SocialRequest> findByU_S(long userId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social requests where userId = ? and status = ?.
 SocialRequest findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first social request in the ordered set where userId = ?.
 SocialRequest findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last social request in the ordered set where userId = ?.
 SocialRequest[] findByUserId_PrevAndNext(long requestId, long userId, OrderByComparator orderByComparator)
          Returns the social requests before and after the current social request in the ordered set where userId = ?.
 List<SocialRequest> findByUserId(long userId)
          Returns all the social requests where userId = ?.
 List<SocialRequest> findByUserId(long userId, int start, int end)
          Returns a range of all the social requests where userId = ?.
 List<SocialRequest> findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social requests where userId = ?.
 SocialRequest findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first social request in the ordered set where uuid = ?.
 SocialRequest findByUUID_G(String uuid, long groupId)
          Returns the social request where uuid = ? and groupId = ? or throws a NoSuchRequestException if it could not be found.
 SocialRequest findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last social request in the ordered set where uuid = ?.
 SocialRequest[] findByUuid_PrevAndNext(long requestId, String uuid, OrderByComparator orderByComparator)
          Returns the social requests before and after the current social request in the ordered set where uuid = ?.
 List<SocialRequest> findByUuid(String uuid)
          Returns all the social requests where uuid = ?.
 List<SocialRequest> findByUuid(String uuid, int start, int end)
          Returns a range of all the social requests where uuid = ?.
 List<SocialRequest> findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social requests where uuid = ?.
protected  SocialRequest getByC_C_T_R_S_PrevAndNext(Session session, SocialRequest socialRequest, long classNameId, long classPK, int type, long receiverUserId, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  SocialRequest getByCompanyId_PrevAndNext(Session session, SocialRequest socialRequest, long companyId, OrderByComparator orderByComparator, boolean previous)
           
protected  SocialRequest getByR_S_PrevAndNext(Session session, SocialRequest socialRequest, long receiverUserId, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  SocialRequest getByReceiverUserId_PrevAndNext(Session session, SocialRequest socialRequest, long receiverUserId, OrderByComparator orderByComparator, boolean previous)
           
protected  SocialRequest getByU_C_C_T_S_PrevAndNext(Session session, SocialRequest socialRequest, long userId, long classNameId, long classPK, int type, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  SocialRequest getByU_S_PrevAndNext(Session session, SocialRequest socialRequest, long userId, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  SocialRequest getByUserId_PrevAndNext(Session session, SocialRequest socialRequest, long userId, OrderByComparator orderByComparator, boolean previous)
           
protected  SocialRequest getByUuid_PrevAndNext(Session session, SocialRequest socialRequest, String uuid, OrderByComparator orderByComparator, boolean previous)
           
 SocialRequest remove(long requestId)
          Removes the social request with the primary key from the database.
 SocialRequest remove(Serializable primaryKey)
          Removes the social request with the primary key from the database.
 void removeAll()
          Removes all the social requests from the database.
 void removeByC_C_T_R_S(long classNameId, long classPK, int type, long receiverUserId, int status)
          Removes all the social requests where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ? from the database.
 void removeByCompanyId(long companyId)
          Removes all the social requests where companyId = ? from the database.
 void removeByR_S(long receiverUserId, int status)
          Removes all the social requests where receiverUserId = ? and status = ? from the database.
 void removeByReceiverUserId(long receiverUserId)
          Removes all the social requests where receiverUserId = ? from the database.
 SocialRequest removeByU_C_C_T_R(long userId, long classNameId, long classPK, int type, long receiverUserId)
          Removes the social request where userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ? from the database.
 void removeByU_C_C_T_S(long userId, long classNameId, long classPK, int type, int status)
          Removes all the social requests where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ? from the database.
 void removeByU_S(long userId, int status)
          Removes all the social requests where userId = ? and status = ? from the database.
 void removeByUserId(long userId)
          Removes all the social requests where userId = ? from the database.
 SocialRequest removeByUUID_G(String uuid, long groupId)
          Removes the social request where uuid = ? and groupId = ? from the database.
 void removeByUuid(String uuid)
          Removes all the social requests where uuid = ? from the database.
protected  SocialRequest removeImpl(SocialRequest socialRequest)
          Removes the model instance from the database.
protected  SocialRequest toUnwrappedModel(SocialRequest socialRequest)
           
 SocialRequest updateImpl(SocialRequest socialRequest, boolean merge)
          Updates the model instance in the database or adds it if it does not yet exist.
 
Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
appendOrderByComparator, closeSession, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getClassLoader, getDataSource, getDB, getDialect, getListeners, openNewSession, openSession, processException, registerListener, remove, setDataSource, setSessionFactory, unregisterListener, update, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence
closeSession, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getListeners, openSession, processException, registerListener, remove, setDataSource, unregisterListener, update, update
 

Field Detail

FINDER_CLASS_NAME_ENTITY

public static final String FINDER_CLASS_NAME_ENTITY

FINDER_CLASS_NAME_LIST_WITH_PAGINATION

public static final String FINDER_CLASS_NAME_LIST_WITH_PAGINATION

FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION

public static final String FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION

FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID

public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID

FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID

public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID

FINDER_PATH_COUNT_BY_UUID

public static final FinderPath FINDER_PATH_COUNT_BY_UUID

FINDER_PATH_FETCH_BY_UUID_G

public static final FinderPath FINDER_PATH_FETCH_BY_UUID_G

FINDER_PATH_COUNT_BY_UUID_G

public static final FinderPath FINDER_PATH_COUNT_BY_UUID_G

FINDER_PATH_WITH_PAGINATION_FIND_BY_COMPANYID

public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_COMPANYID

FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_COMPANYID

public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_COMPANYID

FINDER_PATH_COUNT_BY_COMPANYID

public static final FinderPath FINDER_PATH_COUNT_BY_COMPANYID

FINDER_PATH_WITH_PAGINATION_FIND_BY_USERID

public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_USERID

FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_USERID

public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_USERID

FINDER_PATH_COUNT_BY_USERID

public static final FinderPath FINDER_PATH_COUNT_BY_USERID

FINDER_PATH_WITH_PAGINATION_FIND_BY_RECEIVERUSERID

public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_RECEIVERUSERID

FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_RECEIVERUSERID

public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_RECEIVERUSERID

FINDER_PATH_COUNT_BY_RECEIVERUSERID

public static final FinderPath FINDER_PATH_COUNT_BY_RECEIVERUSERID

FINDER_PATH_WITH_PAGINATION_FIND_BY_U_S

public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_U_S

FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_U_S

public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_U_S

FINDER_PATH_COUNT_BY_U_S

public static final FinderPath FINDER_PATH_COUNT_BY_U_S

FINDER_PATH_WITH_PAGINATION_FIND_BY_R_S

public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_R_S

FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_R_S

public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_R_S

FINDER_PATH_COUNT_BY_R_S

public static final FinderPath FINDER_PATH_COUNT_BY_R_S

FINDER_PATH_FETCH_BY_U_C_C_T_R

public static final FinderPath FINDER_PATH_FETCH_BY_U_C_C_T_R

FINDER_PATH_COUNT_BY_U_C_C_T_R

public static final FinderPath FINDER_PATH_COUNT_BY_U_C_C_T_R

FINDER_PATH_WITH_PAGINATION_FIND_BY_U_C_C_T_S

public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_U_C_C_T_S

FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_U_C_C_T_S

public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_U_C_C_T_S

FINDER_PATH_COUNT_BY_U_C_C_T_S

public static final FinderPath FINDER_PATH_COUNT_BY_U_C_C_T_S

FINDER_PATH_WITH_PAGINATION_FIND_BY_C_C_T_R_S

public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_C_C_T_R_S

FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_C_C_T_R_S

public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_C_C_T_R_S

FINDER_PATH_COUNT_BY_C_C_T_R_S

public static final FinderPath FINDER_PATH_COUNT_BY_C_C_T_R_S

FINDER_PATH_WITH_PAGINATION_FIND_ALL

public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_ALL

FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL

public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL

FINDER_PATH_COUNT_ALL

public static final FinderPath FINDER_PATH_COUNT_ALL

socialActivityPersistence

@BeanReference(type=SocialActivityPersistence.class)
protected SocialActivityPersistence socialActivityPersistence

socialActivityAchievementPersistence

@BeanReference(type=SocialActivityAchievementPersistence.class)
protected SocialActivityAchievementPersistence socialActivityAchievementPersistence

socialActivityCounterPersistence

@BeanReference(type=SocialActivityCounterPersistence.class)
protected SocialActivityCounterPersistence socialActivityCounterPersistence

socialActivityLimitPersistence

@BeanReference(type=SocialActivityLimitPersistence.class)
protected SocialActivityLimitPersistence socialActivityLimitPersistence

socialActivitySettingPersistence

@BeanReference(type=SocialActivitySettingPersistence.class)
protected SocialActivitySettingPersistence socialActivitySettingPersistence

socialRelationPersistence

@BeanReference(type=SocialRelationPersistence.class)
protected SocialRelationPersistence socialRelationPersistence

socialRequestPersistence

@BeanReference(type=SocialRequestPersistence.class)
protected SocialRequestPersistence socialRequestPersistence

resourcePersistence

@BeanReference(type=ResourcePersistence.class)
protected ResourcePersistence resourcePersistence

userPersistence

@BeanReference(type=UserPersistence.class)
protected UserPersistence userPersistence
Constructor Detail

SocialRequestPersistenceImpl

public SocialRequestPersistenceImpl()
Method Detail

cacheResult

public void cacheResult(SocialRequest socialRequest)
Caches the social request in the entity cache if it is enabled.

Specified by:
cacheResult in interface SocialRequestPersistence
Parameters:
socialRequest - the social request

cacheResult

public void cacheResult(List<SocialRequest> socialRequests)
Caches the social requests in the entity cache if it is enabled.

Specified by:
cacheResult in interface SocialRequestPersistence
Parameters:
socialRequests - the social requests

clearCache

public void clearCache()
Clears the cache for all social requests.

The EntityCache and FinderCache are both cleared by this method.

Specified by:
clearCache in interface BasePersistence<SocialRequest>
Overrides:
clearCache in class BasePersistenceImpl<SocialRequest>

clearCache

public void clearCache(SocialRequest socialRequest)
Clears the cache for the social request.

The EntityCache and FinderCache are both cleared by this method.

Specified by:
clearCache in interface BasePersistence<SocialRequest>
Overrides:
clearCache in class BasePersistenceImpl<SocialRequest>
Parameters:
socialRequest - the instance of this model to clear the cache for

clearCache

public void clearCache(List<SocialRequest> socialRequests)
Description copied from interface: BasePersistence
Clears the cache for a List instances of this model.

The EntityCache and FinderCache are both cleared by this method.

Specified by:
clearCache in interface BasePersistence<SocialRequest>
Overrides:
clearCache in class BasePersistenceImpl<SocialRequest>
Parameters:
socialRequests - the List instances of this model to clear the cache for

cacheUniqueFindersCache

protected void cacheUniqueFindersCache(SocialRequest socialRequest)

clearUniqueFindersCache

protected void clearUniqueFindersCache(SocialRequest socialRequest)

create

public SocialRequest create(long requestId)
Creates a new social request with the primary key. Does not add the social request to the database.

Specified by:
create in interface SocialRequestPersistence
Parameters:
requestId - the primary key for the new social request
Returns:
the new social request

remove

public SocialRequest remove(long requestId)
                     throws NoSuchRequestException,
                            SystemException
Removes the social request with the primary key from the database. Also notifies the appropriate model listeners.

Specified by:
remove in interface SocialRequestPersistence
Parameters:
requestId - the primary key of the social request
Returns:
the social request that was removed
Throws:
NoSuchRequestException - if a social request with the primary key could not be found
SystemException - if a system exception occurred

remove

public SocialRequest remove(Serializable primaryKey)
                     throws NoSuchRequestException,
                            SystemException
Removes the social request with the primary key from the database. Also notifies the appropriate model listeners.

Specified by:
remove in interface BasePersistence<SocialRequest>
Overrides:
remove in class BasePersistenceImpl<SocialRequest>
Parameters:
primaryKey - the primary key of the social request
Returns:
the social request that was removed
Throws:
NoSuchRequestException - if a social request with the primary key could not be found
SystemException - if a system exception occurred

removeImpl

protected SocialRequest removeImpl(SocialRequest socialRequest)
                            throws SystemException
Description copied from class: BasePersistenceImpl
Removes the model instance from the database. BasePersistenceImpl.update(BaseModel, boolean) depends on this method to implement the remove operation; it only notifies the model listeners.

Overrides:
removeImpl in class BasePersistenceImpl<SocialRequest>
Parameters:
socialRequest - the model instance to remove
Returns:
the model instance that was removed
Throws:
SystemException - if a system exception occurred

updateImpl

public SocialRequest updateImpl(SocialRequest socialRequest,
                                boolean merge)
                         throws SystemException
Description copied from class: BasePersistenceImpl
Updates the model instance in the database or adds it if it does not yet exist. BasePersistenceImpl.remove(BaseModel) depends on this method to implement the update operation; it only notifies the model listeners.

Specified by:
updateImpl in interface SocialRequestPersistence
Overrides:
updateImpl in class BasePersistenceImpl<SocialRequest>
Parameters:
socialRequest - the model instance to update
merge - whether to merge the model instance with the current session. See BatchSession.update( com.liferay.portal.kernel.dao.orm.Session, BaseModel, boolean) for an explanation.
Returns:
the model instance that was updated
Throws:
SystemException - if a system exception occurred

toUnwrappedModel

protected SocialRequest toUnwrappedModel(SocialRequest socialRequest)

findByPrimaryKey

public SocialRequest findByPrimaryKey(Serializable primaryKey)
                               throws NoSuchModelException,
                                      SystemException
Returns the social request with the primary key or throws a NoSuchModelException if it could not be found.

Specified by:
findByPrimaryKey in interface BasePersistence<SocialRequest>
Overrides:
findByPrimaryKey in class BasePersistenceImpl<SocialRequest>
Parameters:
primaryKey - the primary key of the social request
Returns:
the social request
Throws:
NoSuchModelException - if a social request with the primary key could not be found
SystemException - if a system exception occurred

findByPrimaryKey

public SocialRequest findByPrimaryKey(long requestId)
                               throws NoSuchRequestException,
                                      SystemException
Returns the social request with the primary key or throws a NoSuchRequestException if it could not be found.

Specified by:
findByPrimaryKey in interface SocialRequestPersistence
Parameters:
requestId - the primary key of the social request
Returns:
the social request
Throws:
NoSuchRequestException - if a social request with the primary key could not be found
SystemException - if a system exception occurred

fetchByPrimaryKey

public SocialRequest fetchByPrimaryKey(Serializable primaryKey)
                                throws SystemException
Returns the social request with the primary key or returns null if it could not be found.

Specified by:
fetchByPrimaryKey in interface BasePersistence<SocialRequest>
Overrides:
fetchByPrimaryKey in class BasePersistenceImpl<SocialRequest>
Parameters:
primaryKey - the primary key of the social request
Returns:
the social request, or null if a social request with the primary key could not be found
Throws:
SystemException - if a system exception occurred

fetchByPrimaryKey

public SocialRequest fetchByPrimaryKey(long requestId)
                                throws SystemException
Returns the social request with the primary key or returns null if it could not be found.

Specified by:
fetchByPrimaryKey in interface SocialRequestPersistence
Parameters:
requestId - the primary key of the social request
Returns:
the social request, or null if a social request with the primary key could not be found
Throws:
SystemException - if a system exception occurred

findByUuid

public List<SocialRequest> findByUuid(String uuid)
                               throws SystemException
Returns all the social requests where uuid = ?.

Specified by:
findByUuid in interface SocialRequestPersistence
Parameters:
uuid - the uuid
Returns:
the matching social requests
Throws:
SystemException - if a system exception occurred

findByUuid

public List<SocialRequest> findByUuid(String uuid,
                                      int start,
                                      int end)
                               throws SystemException
Returns a range of all the social requests where uuid = ?.

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.

Specified by:
findByUuid in interface SocialRequestPersistence
Parameters:
uuid - the uuid
start - the lower bound of the range of social requests
end - the upper bound of the range of social requests (not inclusive)
Returns:
the range of matching social requests
Throws:
SystemException - if a system exception occurred

findByUuid

public List<SocialRequest> findByUuid(String uuid,
                                      int start,
                                      int end,
                                      OrderByComparator orderByComparator)
                               throws SystemException
Returns an ordered range of all the social requests where uuid = ?.

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.

Specified by:
findByUuid in interface SocialRequestPersistence
Parameters:
uuid - the uuid
start - the lower bound of the range of social requests
end - the upper bound of the range of social requests (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching social requests
Throws:
SystemException - if a system exception occurred

findByUuid_First

public SocialRequest findByUuid_First(String uuid,
                                      OrderByComparator orderByComparator)
                               throws NoSuchRequestException,
                                      SystemException
Returns the first social request in the ordered set where uuid = ?.

Specified by:
findByUuid_First in interface SocialRequestPersistence
Parameters:
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching social request
Throws:
NoSuchRequestException - if a matching social request could not be found
SystemException - if a system exception occurred

fetchByUuid_First

public SocialRequest fetchByUuid_First(String uuid,
                                       OrderByComparator orderByComparator)
                                throws SystemException
Returns the first social request in the ordered set where uuid = ?.

Specified by:
fetchByUuid_First in interface SocialRequestPersistence
Parameters:
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching social request, or null if a matching social request could not be found
Throws:
SystemException - if a system exception occurred

findByUuid_Last

public SocialRequest findByUuid_Last(String uuid,
                                     OrderByComparator orderByComparator)
                              throws NoSuchRequestException,
                                     SystemException
Returns the last social request in the ordered set where uuid = ?.

Specified by:
findByUuid_Last in interface SocialRequestPersistence
Parameters:
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching social request
Throws:
NoSuchRequestException - if a matching social request could not be found
SystemException - if a system exception occurred

fetchByUuid_Last

public SocialRequest fetchByUuid_Last(String uuid,
                                      OrderByComparator orderByComparator)
                               throws SystemException
Returns the last social request in the ordered set where uuid = ?.

Specified by:
fetchByUuid_Last in interface SocialRequestPersistence
Parameters:
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching social request, or null if a matching social request could not be found
Throws:
SystemException - if a system exception occurred

findByUuid_PrevAndNext

public SocialRequest[] findByUuid_PrevAndNext(long requestId,
                                              String uuid,
                                              OrderByComparator orderByComparator)
                                       throws NoSuchRequestException,
                                              SystemException
Returns the social requests before and after the current social request in the ordered set where uuid = ?.

Specified by:
findByUuid_PrevAndNext in interface SocialRequestPersistence
Parameters:
requestId - the primary key of the current social request
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next social request
Throws:
NoSuchRequestException - if a social request with the primary key could not be found
SystemException - if a system exception occurred

getByUuid_PrevAndNext

protected SocialRequest getByUuid_PrevAndNext(Session session,
                                              SocialRequest socialRequest,
                                              String uuid,
                                              OrderByComparator orderByComparator,
                                              boolean previous)

findByUUID_G

public SocialRequest findByUUID_G(String uuid,
                                  long groupId)
                           throws NoSuchRequestException,
                                  SystemException
Returns the social request where uuid = ? and groupId = ? or throws a NoSuchRequestException if it could not be found.

Specified by:
findByUUID_G in interface SocialRequestPersistence
Parameters:
uuid - the uuid
groupId - the group ID
Returns:
the matching social request
Throws:
NoSuchRequestException - if a matching social request could not be found
SystemException - if a system exception occurred

fetchByUUID_G

public SocialRequest fetchByUUID_G(String uuid,
                                   long groupId)
                            throws SystemException
Returns the social request where uuid = ? and groupId = ? or returns null if it could not be found. Uses the finder cache.

Specified by:
fetchByUUID_G in interface SocialRequestPersistence
Parameters:
uuid - the uuid
groupId - the group ID
Returns:
the matching social request, or null if a matching social request could not be found
Throws:
SystemException - if a system exception occurred

fetchByUUID_G

public SocialRequest fetchByUUID_G(String uuid,
                                   long groupId,
                                   boolean retrieveFromCache)
                            throws SystemException
Returns the social request where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.

Specified by:
fetchByUUID_G in interface SocialRequestPersistence
Parameters:
uuid - the uuid
groupId - the group ID
retrieveFromCache - whether to use the finder cache
Returns:
the matching social request, or null if a matching social request could not be found
Throws:
SystemException - if a system exception occurred

findByCompanyId

public List<SocialRequest> findByCompanyId(long companyId)
                                    throws SystemException
Returns all the social requests where companyId = ?.

Specified by:
findByCompanyId in interface SocialRequestPersistence
Parameters:
companyId - the company ID
Returns:
the matching social requests
Throws:
SystemException - if a system exception occurred

findByCompanyId

public List<SocialRequest> findByCompanyId(long companyId,
                                           int start,
                                           int end)
                                    throws SystemException
Returns a range of all the social requests where companyId = ?.

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.

Specified by:
findByCompanyId in interface SocialRequestPersistence
Parameters:
companyId - the company ID
start - the lower bound of the range of social requests
end - the upper bound of the range of social requests (not inclusive)
Returns:
the range of matching social requests
Throws:
SystemException - if a system exception occurred

findByCompanyId

public List<SocialRequest> findByCompanyId(long companyId,
                                           int start,
                                           int end,
                                           OrderByComparator orderByComparator)
                                    throws SystemException
Returns an ordered range of all the social requests where companyId = ?.

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.

Specified by:
findByCompanyId in interface SocialRequestPersistence
Parameters:
companyId - the company ID
start - the lower bound of the range of social requests
end - the upper bound of the range of social requests (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching social requests
Throws:
SystemException - if a system exception occurred

findByCompanyId_First

public SocialRequest findByCompanyId_First(long companyId,
                                           OrderByComparator orderByComparator)
                                    throws NoSuchRequestException,
                                           SystemException
Returns the first social request in the ordered set where companyId = ?.

Specified by:
findByCompanyId_First in interface SocialRequestPersistence
Parameters:
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching social request
Throws:
NoSuchRequestException - if a matching social request could not be found
SystemException - if a system exception occurred

fetchByCompanyId_First

public SocialRequest fetchByCompanyId_First(long companyId,
                                            OrderByComparator orderByComparator)
                                     throws SystemException
Returns the first social request in the ordered set where companyId = ?.

Specified by:
fetchByCompanyId_First in interface SocialRequestPersistence
Parameters:
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching social request, or null if a matching social request could not be found
Throws:
SystemException - if a system exception occurred

findByCompanyId_Last

public SocialRequest findByCompanyId_Last(long companyId,
                                          OrderByComparator orderByComparator)
                                   throws NoSuchRequestException,
                                          SystemException
Returns the last social request in the ordered set where companyId = ?.

Specified by:
findByCompanyId_Last in interface SocialRequestPersistence
Parameters:
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching social request
Throws:
NoSuchRequestException - if a matching social request could not be found
SystemException - if a system exception occurred

fetchByCompanyId_Last

public SocialRequest fetchByCompanyId_Last(long companyId,
                                           OrderByComparator orderByComparator)
                                    throws SystemException
Returns the last social request in the ordered set where companyId = ?.

Specified by:
fetchByCompanyId_Last in interface SocialRequestPersistence
Parameters:
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching social request, or null if a matching social request could not be found
Throws:
SystemException - if a system exception occurred

findByCompanyId_PrevAndNext

public SocialRequest[] findByCompanyId_PrevAndNext(long requestId,
                                                   long companyId,
                                                   OrderByComparator orderByComparator)
                                            throws NoSuchRequestException,
                                                   SystemException
Returns the social requests before and after the current social request in the ordered set where companyId = ?.

Specified by:
findByCompanyId_PrevAndNext in interface SocialRequestPersistence
Parameters:
requestId - the primary key of the current social request
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next social request
Throws:
NoSuchRequestException - if a social request with the primary key could not be found
SystemException - if a system exception occurred

getByCompanyId_PrevAndNext

protected SocialRequest getByCompanyId_PrevAndNext(Session session,
                                                   SocialRequest socialRequest,
                                                   long companyId,
                                                   OrderByComparator orderByComparator,
                                                   boolean previous)

findByUserId

public List<SocialRequest> findByUserId(long userId)
                                 throws SystemException
Returns all the social requests where userId = ?.

Specified by:
findByUserId in interface SocialRequestPersistence
Parameters:
userId - the user ID
Returns:
the matching social requests
Throws:
SystemException - if a system exception occurred

findByUserId

public List<SocialRequest> findByUserId(long userId,
                                        int start,
                                        int end)
                                 throws SystemException
Returns a range of all the social requests where userId = ?.

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.

Specified by:
findByUserId in interface SocialRequestPersistence
Parameters:
userId - the user ID
start - the lower bound of the range of social requests
end - the upper bound of the range of social requests (not inclusive)
Returns:
the range of matching social requests
Throws:
SystemException - if a system exception occurred

findByUserId

public List<SocialRequest> findByUserId(long userId,
                                        int start,
                                        int end,
                                        OrderByComparator orderByComparator)
                                 throws SystemException
Returns an ordered range of all the social requests where userId = ?.

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.

Specified by:
findByUserId in interface SocialRequestPersistence
Parameters:
userId - the user ID
start - the lower bound of the range of social requests
end - the upper bound of the range of social requests (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching social requests
Throws:
SystemException - if a system exception occurred

findByUserId_First

public SocialRequest findByUserId_First(long userId,
                                        OrderByComparator orderByComparator)
                                 throws NoSuchRequestException,
                                        SystemException
Returns the first social request in the ordered set where userId = ?.

Specified by:
findByUserId_First in interface SocialRequestPersistence
Parameters:
userId - the user ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching social request
Throws:
NoSuchRequestException - if a matching social request could not be found
SystemException - if a system exception occurred

fetchByUserId_First

public SocialRequest fetchByUserId_First(long userId,
                                         OrderByComparator orderByComparator)
                                  throws SystemException
Returns the first social request in the ordered set where userId = ?.

Specified by:
fetchByUserId_First in interface SocialRequestPersistence
Parameters:
userId - the user ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching social request, or null if a matching social request could not be found
Throws:
SystemException - if a system exception occurred

findByUserId_Last

public SocialRequest findByUserId_Last(long userId,
                                       OrderByComparator orderByComparator)
                                throws NoSuchRequestException,
                                       SystemException
Returns the last social request in the ordered set where userId = ?.

Specified by:
findByUserId_Last in interface SocialRequestPersistence
Parameters:
userId - the user ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching social request
Throws:
NoSuchRequestException - if a matching social request could not be found
SystemException - if a system exception occurred

fetchByUserId_Last

public SocialRequest fetchByUserId_Last(long userId,
                                        OrderByComparator orderByComparator)
                                 throws SystemException
Returns the last social request in the ordered set where userId = ?.

Specified by:
fetchByUserId_Last in interface SocialRequestPersistence
Parameters:
userId - the user ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching social request, or null if a matching social request could not be found
Throws:
SystemException - if a system exception occurred

findByUserId_PrevAndNext

public SocialRequest[] findByUserId_PrevAndNext(long requestId,
                                                long userId,
                                                OrderByComparator orderByComparator)
                                         throws NoSuchRequestException,
                                                SystemException
Returns the social requests before and after the current social request in the ordered set where userId = ?.

Specified by:
findByUserId_PrevAndNext in interface SocialRequestPersistence
Parameters:
requestId - the primary key of the current social request
userId - the user ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next social request
Throws:
NoSuchRequestException - if a social request with the primary key could not be found
SystemException - if a system exception occurred

getByUserId_PrevAndNext

protected SocialRequest getByUserId_PrevAndNext(Session session,
                                                SocialRequest socialRequest,
                                                long userId,
                                                OrderByComparator orderByComparator,
                                                boolean previous)

findByReceiverUserId

public List<SocialRequest> findByReceiverUserId(long receiverUserId)
                                         throws SystemException
Returns all the social requests where receiverUserId = ?.

Specified by:
findByReceiverUserId in interface SocialRequestPersistence
Parameters:
receiverUserId - the receiver user ID
Returns:
the matching social requests
Throws:
SystemException - if a system exception occurred

findByReceiverUserId

public List<SocialRequest> findByReceiverUserId(long receiverUserId,
                                                int start,
                                                int end)
                                         throws SystemException
Returns a range of all the social requests where receiverUserId = ?.

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.

Specified by:
findByReceiverUserId in interface SocialRequestPersistence
Parameters:
receiverUserId - the receiver user ID
start - the lower bound of the range of social requests
end - the upper bound of the range of social requests (not inclusive)
Returns:
the range of matching social requests
Throws:
SystemException - if a system exception occurred

findByReceiverUserId

public List<SocialRequest> findByReceiverUserId(long receiverUserId,
                                                int start,
                                                int end,
                                                OrderByComparator orderByComparator)
                                         throws SystemException
Returns an ordered range of all the social requests where receiverUserId = ?.

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.

Specified by:
findByReceiverUserId in interface SocialRequestPersistence
Parameters:
receiverUserId - the receiver user ID
start - the lower bound of the range of social requests
end - the upper bound of the range of social requests (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching social requests
Throws:
SystemException - if a system exception occurred

findByReceiverUserId_First

public SocialRequest findByReceiverUserId_First(long receiverUserId,
                                                OrderByComparator orderByComparator)
                                         throws NoSuchRequestException,
                                                SystemException
Returns the first social request in the ordered set where receiverUserId = ?.

Specified by:
findByReceiverUserId_First in interface SocialRequestPersistence
Parameters:
receiverUserId - the receiver user ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching social request
Throws:
NoSuchRequestException - if a matching social request could not be found
SystemException - if a system exception occurred

fetchByReceiverUserId_First

public SocialRequest fetchByReceiverUserId_First(long receiverUserId,
                                                 OrderByComparator orderByComparator)
                                          throws SystemException
Returns the first social request in the ordered set where receiverUserId = ?.

Specified by:
fetchByReceiverUserId_First in interface SocialRequestPersistence
Parameters:
receiverUserId - the receiver user ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching social request, or null if a matching social request could not be found
Throws:
SystemException - if a system exception occurred

findByReceiverUserId_Last

public SocialRequest findByReceiverUserId_Last(long receiverUserId,
                                               OrderByComparator orderByComparator)
                                        throws NoSuchRequestException,
                                               SystemException
Returns the last social request in the ordered set where receiverUserId = ?.

Specified by:
findByReceiverUserId_Last in interface SocialRequestPersistence
Parameters:
receiverUserId - the receiver user ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching social request
Throws:
NoSuchRequestException - if a matching social request could not be found
SystemException - if a system exception occurred

fetchByReceiverUserId_Last

public SocialRequest fetchByReceiverUserId_Last(long receiverUserId,
                                                OrderByComparator orderByComparator)
                                         throws SystemException
Returns the last social request in the ordered set where receiverUserId = ?.

Specified by:
fetchByReceiverUserId_Last in interface SocialRequestPersistence
Parameters:
receiverUserId - the receiver user ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching social request, or null if a matching social request could not be found
Throws:
SystemException - if a system exception occurred

findByReceiverUserId_PrevAndNext

public SocialRequest[] findByReceiverUserId_PrevAndNext(long requestId,
                                                        long receiverUserId,
                                                        OrderByComparator orderByComparator)
                                                 throws NoSuchRequestException,
                                                        SystemException
Returns the social requests before and after the current social request in the ordered set where receiverUserId = ?.

Specified by:
findByReceiverUserId_PrevAndNext in interface SocialRequestPersistence
Parameters:
requestId - the primary key of the current social request
receiverUserId - the receiver user ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next social request
Throws:
NoSuchRequestException - if a social request with the primary key could not be found
SystemException - if a system exception occurred

getByReceiverUserId_PrevAndNext

protected SocialRequest getByReceiverUserId_PrevAndNext(Session session,
                                                        SocialRequest socialRequest,
                                                        long receiverUserId,
                                                        OrderByComparator orderByComparator,
                                                        boolean previous)

findByU_S

public List<SocialRequest> findByU_S(long userId,
                                     int status)
                              throws SystemException
Returns all the social requests where userId = ? and status = ?.

Specified by:
findByU_S in interface SocialRequestPersistence
Parameters:
userId - the user ID
status - the status
Returns:
the matching social requests
Throws:
SystemException - if a system exception occurred

findByU_S

public List<SocialRequest> findByU_S(long userId,
                                     int status,
                                     int start,
                                     int end)
                              throws SystemException
Returns a range of all the social requests where userId = ? and status = ?.

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.

Specified by:
findByU_S in interface SocialRequestPersistence
Parameters:
userId - the user ID
status - the status
start - the lower bound of the range of social requests
end - the upper bound of the range of social requests (not inclusive)
Returns:
the range of matching social requests
Throws:
SystemException - if a system exception occurred

findByU_S

public List<SocialRequest> findByU_S(long userId,
                                     int status,
                                     int start,
                                     int end,
                                     OrderByComparator orderByComparator)
                              throws SystemException
Returns an ordered range of all the social requests where userId = ? and status = ?.

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.

Specified by:
findByU_S in interface SocialRequestPersistence
Parameters:
userId - the user ID
status - the status
start - the lower bound of the range of social requests
end - the upper bound of the range of social requests (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching social requests
Throws:
SystemException - if a system exception occurred

findByU_S_First

public SocialRequest findByU_S_First(long userId,
                                     int status,
                                     OrderByComparator orderByComparator)
                              throws NoSuchRequestException,
                                     SystemException
Returns the first social request in the ordered set where userId = ? and status = ?.

Specified by:
findByU_S_First in interface SocialRequestPersistence
Parameters:
userId - the user ID
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching social request
Throws:
NoSuchRequestException - if a matching social request could not be found
SystemException - if a system exception occurred

fetchByU_S_First

public SocialRequest fetchByU_S_First(long userId,
                                      int status,
                                      OrderByComparator orderByComparator)
                               throws SystemException
Returns the first social request in the ordered set where userId = ? and status = ?.

Specified by:
fetchByU_S_First in interface SocialRequestPersistence
Parameters:
userId - the user ID
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching social request, or null if a matching social request could not be found
Throws:
SystemException - if a system exception occurred

findByU_S_Last

public SocialRequest findByU_S_Last(long userId,
                                    int status,
                                    OrderByComparator orderByComparator)
                             throws NoSuchRequestException,
                                    SystemException
Returns the last social request in the ordered set where userId = ? and status = ?.

Specified by:
findByU_S_Last in interface SocialRequestPersistence
Parameters:
userId - the user ID
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching social request
Throws:
NoSuchRequestException - if a matching social request could not be found
SystemException - if a system exception occurred

fetchByU_S_Last

public SocialRequest fetchByU_S_Last(long userId,
                                     int status,
                                     OrderByComparator orderByComparator)
                              throws SystemException
Returns the last social request in the ordered set where userId = ? and status = ?.

Specified by:
fetchByU_S_Last in interface SocialRequestPersistence
Parameters:
userId - the user ID
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching social request, or null if a matching social request could not be found
Throws:
SystemException - if a system exception occurred

findByU_S_PrevAndNext

public SocialRequest[] findByU_S_PrevAndNext(long requestId,
                                             long userId,
                                             int status,
                                             OrderByComparator orderByComparator)
                                      throws NoSuchRequestException,
                                             SystemException
Returns the social requests before and after the current social request in the ordered set where userId = ? and status = ?.

Specified by:
findByU_S_PrevAndNext in interface SocialRequestPersistence
Parameters:
requestId - the primary key of the current social request
userId - the user ID
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next social request
Throws:
NoSuchRequestException - if a social request with the primary key could not be found
SystemException - if a system exception occurred

getByU_S_PrevAndNext

protected SocialRequest getByU_S_PrevAndNext(Session session,
                                             SocialRequest socialRequest,
                                             long userId,
                                             int status,
                                             OrderByComparator orderByComparator,
                                             boolean previous)

findByR_S

public List<SocialRequest> findByR_S(long receiverUserId,
                                     int status)
                              throws SystemException
Returns all the social requests where receiverUserId = ? and status = ?.

Specified by:
findByR_S in interface SocialRequestPersistence
Parameters:
receiverUserId - the receiver user ID
status - the status
Returns:
the matching social requests
Throws:
SystemException - if a system exception occurred

findByR_S

public List<SocialRequest> findByR_S(long receiverUserId,
                                     int status,
                                     int start,
                                     int end)
                              throws SystemException
Returns a range of all the social requests where receiverUserId = ? and status = ?.

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.

Specified by:
findByR_S in interface SocialRequestPersistence
Parameters:
receiverUserId - the receiver user ID
status - the status
start - the lower bound of the range of social requests
end - the upper bound of the range of social requests (not inclusive)
Returns:
the range of matching social requests
Throws:
SystemException - if a system exception occurred

findByR_S

public List<SocialRequest> findByR_S(long receiverUserId,
                                     int status,
                                     int start,
                                     int end,
                                     OrderByComparator orderByComparator)
                              throws SystemException
Returns an ordered range of all the social requests where receiverUserId = ? and status = ?.

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.

Specified by:
findByR_S in interface SocialRequestPersistence
Parameters:
receiverUserId - the receiver user ID
status - the status
start - the lower bound of the range of social requests
end - the upper bound of the range of social requests (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching social requests
Throws:
SystemException - if a system exception occurred

findByR_S_First

public SocialRequest findByR_S_First(long receiverUserId,
                                     int status,
                                     OrderByComparator orderByComparator)
                              throws NoSuchRequestException,
                                     SystemException
Returns the first social request in the ordered set where receiverUserId = ? and status = ?.

Specified by:
findByR_S_First in interface SocialRequestPersistence
Parameters:
receiverUserId - the receiver user ID
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching social request
Throws:
NoSuchRequestException - if a matching social request could not be found
SystemException - if a system exception occurred

fetchByR_S_First

public SocialRequest fetchByR_S_First(long receiverUserId,
                                      int status,
                                      OrderByComparator orderByComparator)
                               throws SystemException
Returns the first social request in the ordered set where receiverUserId = ? and status = ?.

Specified by:
fetchByR_S_First in interface SocialRequestPersistence
Parameters:
receiverUserId - the receiver user ID
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching social request, or null if a matching social request could not be found
Throws:
SystemException - if a system exception occurred

findByR_S_Last

public SocialRequest findByR_S_Last(long receiverUserId,
                                    int status,
                                    OrderByComparator orderByComparator)
                             throws NoSuchRequestException,
                                    SystemException
Returns the last social request in the ordered set where receiverUserId = ? and status = ?.

Specified by:
findByR_S_Last in interface SocialRequestPersistence
Parameters:
receiverUserId - the receiver user ID
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching social request
Throws:
NoSuchRequestException - if a matching social request could not be found
SystemException - if a system exception occurred

fetchByR_S_Last

public SocialRequest fetchByR_S_Last(long receiverUserId,
                                     int status,
                                     OrderByComparator orderByComparator)
                              throws SystemException
Returns the last social request in the ordered set where receiverUserId = ? and status = ?.

Specified by:
fetchByR_S_Last in interface SocialRequestPersistence
Parameters:
receiverUserId - the receiver user ID
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching social request, or null if a matching social request could not be found
Throws:
SystemException - if a system exception occurred

findByR_S_PrevAndNext

public SocialRequest[] findByR_S_PrevAndNext(long requestId,
                                             long receiverUserId,
                                             int status,
                                             OrderByComparator orderByComparator)
                                      throws NoSuchRequestException,
                                             SystemException
Returns the social requests before and after the current social request in the ordered set where receiverUserId = ? and status = ?.

Specified by:
findByR_S_PrevAndNext in interface SocialRequestPersistence
Parameters:
requestId - the primary key of the current social request
receiverUserId - the receiver user ID
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next social request
Throws:
NoSuchRequestException - if a social request with the primary key could not be found
SystemException - if a system exception occurred

getByR_S_PrevAndNext

protected SocialRequest getByR_S_PrevAndNext(Session session,
                                             SocialRequest socialRequest,
                                             long receiverUserId,
                                             int status,
                                             OrderByComparator orderByComparator,
                                             boolean previous)

findByU_C_C_T_R

public SocialRequest findByU_C_C_T_R(long userId,
                                     long classNameId,
                                     long classPK,
                                     int type,
                                     long receiverUserId)
                              throws NoSuchRequestException,
                                     SystemException
Returns the social request where userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ? or throws a NoSuchRequestException if it could not be found.

Specified by:
findByU_C_C_T_R in interface SocialRequestPersistence
Parameters:
userId - the user ID
classNameId - the class name ID
classPK - the class p k
type - the type
receiverUserId - the receiver user ID
Returns:
the matching social request
Throws:
NoSuchRequestException - if a matching social request could not be found
SystemException - if a system exception occurred

fetchByU_C_C_T_R

public SocialRequest fetchByU_C_C_T_R(long userId,
                                      long classNameId,
                                      long classPK,
                                      int type,
                                      long receiverUserId)
                               throws SystemException
Returns the social request where userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ? or returns null if it could not be found. Uses the finder cache.

Specified by:
fetchByU_C_C_T_R in interface SocialRequestPersistence
Parameters:
userId - the user ID
classNameId - the class name ID
classPK - the class p k
type - the type
receiverUserId - the receiver user ID
Returns:
the matching social request, or null if a matching social request could not be found
Throws:
SystemException - if a system exception occurred

fetchByU_C_C_T_R

public SocialRequest fetchByU_C_C_T_R(long userId,
                                      long classNameId,
                                      long classPK,
                                      int type,
                                      long receiverUserId,
                                      boolean retrieveFromCache)
                               throws SystemException
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.

Specified by:
fetchByU_C_C_T_R in interface SocialRequestPersistence
Parameters:
userId - the user ID
classNameId - the class name ID
classPK - the class p k
type - the type
receiverUserId - the receiver user ID
retrieveFromCache - whether to use the finder cache
Returns:
the matching social request, or null if a matching social request could not be found
Throws:
SystemException - if a system exception occurred

findByU_C_C_T_S

public List<SocialRequest> findByU_C_C_T_S(long userId,
                                           long classNameId,
                                           long classPK,
                                           int type,
                                           int status)
                                    throws SystemException
Returns all the social requests where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.

Specified by:
findByU_C_C_T_S in interface SocialRequestPersistence
Parameters:
userId - the user ID
classNameId - the class name ID
classPK - the class p k
type - the type
status - the status
Returns:
the matching social requests
Throws:
SystemException - if a system exception occurred

findByU_C_C_T_S

public List<SocialRequest> findByU_C_C_T_S(long userId,
                                           long classNameId,
                                           long classPK,
                                           int type,
                                           int status,
                                           int start,
                                           int end)
                                    throws SystemException
Returns a range of all the social requests where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.

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.

Specified by:
findByU_C_C_T_S in interface SocialRequestPersistence
Parameters:
userId - the user ID
classNameId - the class name ID
classPK - the class p k
type - the type
status - the status
start - the lower bound of the range of social requests
end - the upper bound of the range of social requests (not inclusive)
Returns:
the range of matching social requests
Throws:
SystemException - if a system exception occurred

findByU_C_C_T_S

public List<SocialRequest> findByU_C_C_T_S(long userId,
                                           long classNameId,
                                           long classPK,
                                           int type,
                                           int status,
                                           int start,
                                           int end,
                                           OrderByComparator orderByComparator)
                                    throws SystemException
Returns an ordered range of all the social requests where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.

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.

Specified by:
findByU_C_C_T_S in interface SocialRequestPersistence
Parameters:
userId - the user ID
classNameId - the class name ID
classPK - the class p k
type - the type
status - the status
start - the lower bound of the range of social requests
end - the upper bound of the range of social requests (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching social requests
Throws:
SystemException - if a system exception occurred

findByU_C_C_T_S_First

public SocialRequest findByU_C_C_T_S_First(long userId,
                                           long classNameId,
                                           long classPK,
                                           int type,
                                           int status,
                                           OrderByComparator orderByComparator)
                                    throws NoSuchRequestException,
                                           SystemException
Returns the first social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.

Specified by:
findByU_C_C_T_S_First in interface SocialRequestPersistence
Parameters:
userId - the user ID
classNameId - the class name ID
classPK - the class p k
type - the type
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching social request
Throws:
NoSuchRequestException - if a matching social request could not be found
SystemException - if a system exception occurred

fetchByU_C_C_T_S_First

public SocialRequest fetchByU_C_C_T_S_First(long userId,
                                            long classNameId,
                                            long classPK,
                                            int type,
                                            int status,
                                            OrderByComparator orderByComparator)
                                     throws SystemException
Returns the first social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.

Specified by:
fetchByU_C_C_T_S_First in interface SocialRequestPersistence
Parameters:
userId - the user ID
classNameId - the class name ID
classPK - the class p k
type - the type
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching social request, or null if a matching social request could not be found
Throws:
SystemException - if a system exception occurred

findByU_C_C_T_S_Last

public SocialRequest findByU_C_C_T_S_Last(long userId,
                                          long classNameId,
                                          long classPK,
                                          int type,
                                          int status,
                                          OrderByComparator orderByComparator)
                                   throws NoSuchRequestException,
                                          SystemException
Returns the last social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.

Specified by:
findByU_C_C_T_S_Last in interface SocialRequestPersistence
Parameters:
userId - the user ID
classNameId - the class name ID
classPK - the class p k
type - the type
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching social request
Throws:
NoSuchRequestException - if a matching social request could not be found
SystemException - if a system exception occurred

fetchByU_C_C_T_S_Last

public SocialRequest fetchByU_C_C_T_S_Last(long userId,
                                           long classNameId,
                                           long classPK,
                                           int type,
                                           int status,
                                           OrderByComparator orderByComparator)
                                    throws SystemException
Returns the last social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.

Specified by:
fetchByU_C_C_T_S_Last in interface SocialRequestPersistence
Parameters:
userId - the user ID
classNameId - the class name ID
classPK - the class p k
type - the type
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching social request, or null if a matching social request could not be found
Throws:
SystemException - if a system exception occurred

findByU_C_C_T_S_PrevAndNext

public SocialRequest[] findByU_C_C_T_S_PrevAndNext(long requestId,
                                                   long userId,
                                                   long classNameId,
                                                   long classPK,
                                                   int type,
                                                   int status,
                                                   OrderByComparator orderByComparator)
                                            throws NoSuchRequestException,
                                                   SystemException
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 = ?.

Specified by:
findByU_C_C_T_S_PrevAndNext in interface SocialRequestPersistence
Parameters:
requestId - the primary key of the current social request
userId - the user ID
classNameId - the class name ID
classPK - the class p k
type - the type
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next social request
Throws:
NoSuchRequestException - if a social request with the primary key could not be found
SystemException - if a system exception occurred

getByU_C_C_T_S_PrevAndNext

protected SocialRequest getByU_C_C_T_S_PrevAndNext(Session session,
                                                   SocialRequest socialRequest,
                                                   long userId,
                                                   long classNameId,
                                                   long classPK,
                                                   int type,
                                                   int status,
                                                   OrderByComparator orderByComparator,
                                                   boolean previous)

findByC_C_T_R_S

public List<SocialRequest> findByC_C_T_R_S(long classNameId,
                                           long classPK,
                                           int type,
                                           long receiverUserId,
                                           int status)
                                    throws SystemException
Returns all the social requests where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.

Specified by:
findByC_C_T_R_S in interface SocialRequestPersistence
Parameters:
classNameId - the class name ID
classPK - the class p k
type - the type
receiverUserId - the receiver user ID
status - the status
Returns:
the matching social requests
Throws:
SystemException - if a system exception occurred

findByC_C_T_R_S

public List<SocialRequest> findByC_C_T_R_S(long classNameId,
                                           long classPK,
                                           int type,
                                           long receiverUserId,
                                           int status,
                                           int start,
                                           int end)
                                    throws SystemException
Returns a range of all the social requests where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.

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.

Specified by:
findByC_C_T_R_S in interface SocialRequestPersistence
Parameters:
classNameId - the class name ID
classPK - the class p k
type - the type
receiverUserId - the receiver user ID
status - the status
start - the lower bound of the range of social requests
end - the upper bound of the range of social requests (not inclusive)
Returns:
the range of matching social requests
Throws:
SystemException - if a system exception occurred

findByC_C_T_R_S

public List<SocialRequest> findByC_C_T_R_S(long classNameId,
                                           long classPK,
                                           int type,
                                           long receiverUserId,
                                           int status,
                                           int start,
                                           int end,
                                           OrderByComparator orderByComparator)
                                    throws SystemException
Returns an ordered range of all the social requests where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.

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.

Specified by:
findByC_C_T_R_S in interface SocialRequestPersistence
Parameters:
classNameId - the class name ID
classPK - the class p k
type - the type
receiverUserId - the receiver user ID
status - the status
start - the lower bound of the range of social requests
end - the upper bound of the range of social requests (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching social requests
Throws:
SystemException - if a system exception occurred

findByC_C_T_R_S_First

public SocialRequest findByC_C_T_R_S_First(long classNameId,
                                           long classPK,
                                           int type,
                                           long receiverUserId,
                                           int status,
                                           OrderByComparator orderByComparator)
                                    throws NoSuchRequestException,
                                           SystemException
Returns the first social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.

Specified by:
findByC_C_T_R_S_First in interface SocialRequestPersistence
Parameters:
classNameId - the class name ID
classPK - the class p k
type - the type
receiverUserId - the receiver user ID
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching social request
Throws:
NoSuchRequestException - if a matching social request could not be found
SystemException - if a system exception occurred

fetchByC_C_T_R_S_First

public SocialRequest fetchByC_C_T_R_S_First(long classNameId,
                                            long classPK,
                                            int type,
                                            long receiverUserId,
                                            int status,
                                            OrderByComparator orderByComparator)
                                     throws SystemException
Returns the first social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.

Specified by:
fetchByC_C_T_R_S_First in interface SocialRequestPersistence
Parameters:
classNameId - the class name ID
classPK - the class p k
type - the type
receiverUserId - the receiver user ID
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching social request, or null if a matching social request could not be found
Throws:
SystemException - if a system exception occurred

findByC_C_T_R_S_Last

public SocialRequest findByC_C_T_R_S_Last(long classNameId,
                                          long classPK,
                                          int type,
                                          long receiverUserId,
                                          int status,
                                          OrderByComparator orderByComparator)
                                   throws NoSuchRequestException,
                                          SystemException
Returns the last social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.

Specified by:
findByC_C_T_R_S_Last in interface SocialRequestPersistence
Parameters:
classNameId - the class name ID
classPK - the class p k
type - the type
receiverUserId - the receiver user ID
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching social request
Throws:
NoSuchRequestException - if a matching social request could not be found
SystemException - if a system exception occurred

fetchByC_C_T_R_S_Last

public SocialRequest fetchByC_C_T_R_S_Last(long classNameId,
                                           long classPK,
                                           int type,
                                           long receiverUserId,
                                           int status,
                                           OrderByComparator orderByComparator)
                                    throws SystemException
Returns the last social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.

Specified by:
fetchByC_C_T_R_S_Last in interface SocialRequestPersistence
Parameters:
classNameId - the class name ID
classPK - the class p k
type - the type
receiverUserId - the receiver user ID
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching social request, or null if a matching social request could not be found
Throws:
SystemException - if a system exception occurred

findByC_C_T_R_S_PrevAndNext

public SocialRequest[] findByC_C_T_R_S_PrevAndNext(long requestId,
                                                   long classNameId,
                                                   long classPK,
                                                   int type,
                                                   long receiverUserId,
                                                   int status,
                                                   OrderByComparator orderByComparator)
                                            throws NoSuchRequestException,
                                                   SystemException
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 = ?.

Specified by:
findByC_C_T_R_S_PrevAndNext in interface SocialRequestPersistence
Parameters:
requestId - the primary key of the current social request
classNameId - the class name ID
classPK - the class p k
type - the type
receiverUserId - the receiver user ID
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next social request
Throws:
NoSuchRequestException - if a social request with the primary key could not be found
SystemException - if a system exception occurred

getByC_C_T_R_S_PrevAndNext

protected SocialRequest getByC_C_T_R_S_PrevAndNext(Session session,
                                                   SocialRequest socialRequest,
                                                   long classNameId,
                                                   long classPK,
                                                   int type,
                                                   long receiverUserId,
                                                   int status,
                                                   OrderByComparator orderByComparator,
                                                   boolean previous)

findAll

public List<SocialRequest> findAll()
                            throws SystemException
Returns all the social requests.

Specified by:
findAll in interface SocialRequestPersistence
Returns:
the social requests
Throws:
SystemException - if a system exception occurred

findAll

public List<SocialRequest> findAll(int start,
                                   int end)
                            throws SystemException
Returns a range of all the social requests.

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.

Specified by:
findAll in interface SocialRequestPersistence
Parameters:
start - the lower bound of the range of social requests
end - the upper bound of the range of social requests (not inclusive)
Returns:
the range of social requests
Throws:
SystemException - if a system exception occurred

findAll

public List<SocialRequest> findAll(int start,
                                   int end,
                                   OrderByComparator orderByComparator)
                            throws SystemException
Returns an ordered range of all the social requests.

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.

Specified by:
findAll in interface SocialRequestPersistence
Parameters:
start - the lower bound of the range of social requests
end - the upper bound of the range of social requests (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of social requests
Throws:
SystemException - if a system exception occurred

removeByUuid

public void removeByUuid(String uuid)
                  throws SystemException
Removes all the social requests where uuid = ? from the database.

Specified by:
removeByUuid in interface SocialRequestPersistence
Parameters:
uuid - the uuid
Throws:
SystemException - if a system exception occurred

removeByUUID_G

public SocialRequest removeByUUID_G(String uuid,
                                    long groupId)
                             throws NoSuchRequestException,
                                    SystemException
Removes the social request where uuid = ? and groupId = ? from the database.

Specified by:
removeByUUID_G in interface SocialRequestPersistence
Parameters:
uuid - the uuid
groupId - the group ID
Returns:
the social request that was removed
Throws:
SystemException - if a system exception occurred
NoSuchRequestException

removeByCompanyId

public void removeByCompanyId(long companyId)
                       throws SystemException
Removes all the social requests where companyId = ? from the database.

Specified by:
removeByCompanyId in interface SocialRequestPersistence
Parameters:
companyId - the company ID
Throws:
SystemException - if a system exception occurred

removeByUserId

public void removeByUserId(long userId)
                    throws SystemException
Removes all the social requests where userId = ? from the database.

Specified by:
removeByUserId in interface SocialRequestPersistence
Parameters:
userId - the user ID
Throws:
SystemException - if a system exception occurred

removeByReceiverUserId

public void removeByReceiverUserId(long receiverUserId)
                            throws SystemException
Removes all the social requests where receiverUserId = ? from the database.

Specified by:
removeByReceiverUserId in interface SocialRequestPersistence
Parameters:
receiverUserId - the receiver user ID
Throws:
SystemException - if a system exception occurred

removeByU_S

public void removeByU_S(long userId,
                        int status)
                 throws SystemException
Removes all the social requests where userId = ? and status = ? from the database.

Specified by:
removeByU_S in interface SocialRequestPersistence
Parameters:
userId - the user ID
status - the status
Throws:
SystemException - if a system exception occurred

removeByR_S

public void removeByR_S(long receiverUserId,
                        int status)
                 throws SystemException
Removes all the social requests where receiverUserId = ? and status = ? from the database.

Specified by:
removeByR_S in interface SocialRequestPersistence
Parameters:
receiverUserId - the receiver user ID
status - the status
Throws:
SystemException - if a system exception occurred

removeByU_C_C_T_R

public SocialRequest removeByU_C_C_T_R(long userId,
                                       long classNameId,
                                       long classPK,
                                       int type,
                                       long receiverUserId)
                                throws NoSuchRequestException,
                                       SystemException
Removes the social request where userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ? from the database.

Specified by:
removeByU_C_C_T_R in interface SocialRequestPersistence
Parameters:
userId - the user ID
classNameId - the class name ID
classPK - the class p k
type - the type
receiverUserId - the receiver user ID
Returns:
the social request that was removed
Throws:
SystemException - if a system exception occurred
NoSuchRequestException

removeByU_C_C_T_S

public void removeByU_C_C_T_S(long userId,
                              long classNameId,
                              long classPK,
                              int type,
                              int status)
                       throws SystemException
Removes all the social requests where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ? from the database.

Specified by:
removeByU_C_C_T_S in interface SocialRequestPersistence
Parameters:
userId - the user ID
classNameId - the class name ID
classPK - the class p k
type - the type
status - the status
Throws:
SystemException - if a system exception occurred

removeByC_C_T_R_S

public void removeByC_C_T_R_S(long classNameId,
                              long classPK,
                              int type,
                              long receiverUserId,
                              int status)
                       throws SystemException
Removes all the social requests where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ? from the database.

Specified by:
removeByC_C_T_R_S in interface SocialRequestPersistence
Parameters:
classNameId - the class name ID
classPK - the class p k
type - the type
receiverUserId - the receiver user ID
status - the status
Throws:
SystemException - if a system exception occurred

removeAll

public void removeAll()
               throws SystemException
Removes all the social requests from the database.

Specified by:
removeAll in interface SocialRequestPersistence
Throws:
SystemException - if a system exception occurred

countByUuid

public int countByUuid(String uuid)
                throws SystemException
Returns the number of social requests where uuid = ?.

Specified by:
countByUuid in interface SocialRequestPersistence
Parameters:
uuid - the uuid
Returns:
the number of matching social requests
Throws:
SystemException - if a system exception occurred

countByUUID_G

public int countByUUID_G(String uuid,
                         long groupId)
                  throws SystemException
Returns the number of social requests where uuid = ? and groupId = ?.

Specified by:
countByUUID_G in interface SocialRequestPersistence
Parameters:
uuid - the uuid
groupId - the group ID
Returns:
the number of matching social requests
Throws:
SystemException - if a system exception occurred

countByCompanyId

public int countByCompanyId(long companyId)
                     throws SystemException
Returns the number of social requests where companyId = ?.

Specified by:
countByCompanyId in interface SocialRequestPersistence
Parameters:
companyId - the company ID
Returns:
the number of matching social requests
Throws:
SystemException - if a system exception occurred

countByUserId

public int countByUserId(long userId)
                  throws SystemException
Returns the number of social requests where userId = ?.

Specified by:
countByUserId in interface SocialRequestPersistence
Parameters:
userId - the user ID
Returns:
the number of matching social requests
Throws:
SystemException - if a system exception occurred

countByReceiverUserId

public int countByReceiverUserId(long receiverUserId)
                          throws SystemException
Returns the number of social requests where receiverUserId = ?.

Specified by:
countByReceiverUserId in interface SocialRequestPersistence
Parameters:
receiverUserId - the receiver user ID
Returns:
the number of matching social requests
Throws:
SystemException - if a system exception occurred

countByU_S

public int countByU_S(long userId,
                      int status)
               throws SystemException
Returns the number of social requests where userId = ? and status = ?.

Specified by:
countByU_S in interface SocialRequestPersistence
Parameters:
userId - the user ID
status - the status
Returns:
the number of matching social requests
Throws:
SystemException - if a system exception occurred

countByR_S

public int countByR_S(long receiverUserId,
                      int status)
               throws SystemException
Returns the number of social requests where receiverUserId = ? and status = ?.

Specified by:
countByR_S in interface SocialRequestPersistence
Parameters:
receiverUserId - the receiver user ID
status - the status
Returns:
the number of matching social requests
Throws:
SystemException - if a system exception occurred

countByU_C_C_T_R

public int countByU_C_C_T_R(long userId,
                            long classNameId,
                            long classPK,
                            int type,
                            long receiverUserId)
                     throws SystemException
Returns the number of social requests where userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ?.

Specified by:
countByU_C_C_T_R in interface SocialRequestPersistence
Parameters:
userId - the user ID
classNameId - the class name ID
classPK - the class p k
type - the type
receiverUserId - the receiver user ID
Returns:
the number of matching social requests
Throws:
SystemException - if a system exception occurred

countByU_C_C_T_S

public int countByU_C_C_T_S(long userId,
                            long classNameId,
                            long classPK,
                            int type,
                            int status)
                     throws SystemException
Returns the number of social requests where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.

Specified by:
countByU_C_C_T_S in interface SocialRequestPersistence
Parameters:
userId - the user ID
classNameId - the class name ID
classPK - the class p k
type - the type
status - the status
Returns:
the number of matching social requests
Throws:
SystemException - if a system exception occurred

countByC_C_T_R_S

public int countByC_C_T_R_S(long classNameId,
                            long classPK,
                            int type,
                            long receiverUserId,
                            int status)
                     throws SystemException
Returns the number of social requests where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.

Specified by:
countByC_C_T_R_S in interface SocialRequestPersistence
Parameters:
classNameId - the class name ID
classPK - the class p k
type - the type
receiverUserId - the receiver user ID
status - the status
Returns:
the number of matching social requests
Throws:
SystemException - if a system exception occurred

countAll

public int countAll()
             throws SystemException
Returns the number of social requests.

Specified by:
countAll in interface SocialRequestPersistence
Returns:
the number of social requests
Throws:
SystemException - if a system exception occurred

afterPropertiesSet

public void afterPropertiesSet()
Initializes the social request persistence.


destroy

public void destroy()

Liferay 6.1.2-ce-ga3