com.liferay.portlet.social.service.persistence
Interface SocialRequestPersistence

All Superinterfaces:
BasePersistence<SocialRequest>

public interface SocialRequestPersistence
extends BasePersistence<SocialRequest>

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Author:
Brian Wing Shun Chan
See Also:
SocialRequestPersistenceImpl, SocialRequestUtil
Generated:

Method Summary
 void cacheResult(java.util.List<SocialRequest> socialRequests)
           
 void cacheResult(SocialRequest socialRequest)
           
 int countAll()
           
 int countByC_C_T_R_S(long classNameId, long classPK, int type, long receiverUserId, int status)
           
 int countByCompanyId(long companyId)
           
 int countByR_S(long receiverUserId, int status)
           
 int countByReceiverUserId(long receiverUserId)
           
 int countByU_C_C_T_R(long userId, long classNameId, long classPK, int type, long receiverUserId)
           
 int countByU_C_C_T_S(long userId, long classNameId, long classPK, int type, int status)
           
 int countByU_S(long userId, int status)
           
 int countByUserId(long userId)
           
 int countByUUID_G(java.lang.String uuid, long groupId)
           
 int countByUuid(java.lang.String uuid)
           
 SocialRequest create(long requestId)
           
 SocialRequest fetchByPrimaryKey(long requestId)
           
 SocialRequest fetchByU_C_C_T_R(long userId, long classNameId, long classPK, int type, long receiverUserId)
           
 SocialRequest fetchByU_C_C_T_R(long userId, long classNameId, long classPK, int type, long receiverUserId, boolean retrieveFromCache)
           
 SocialRequest fetchByUUID_G(java.lang.String uuid, long groupId)
           
 SocialRequest fetchByUUID_G(java.lang.String uuid, long groupId, boolean retrieveFromCache)
           
 java.util.List<SocialRequest> findAll()
           
 java.util.List<SocialRequest> findAll(int start, int end)
           
 java.util.List<SocialRequest> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 SocialRequest findByC_C_T_R_S_First(long classNameId, long classPK, int type, long receiverUserId, int status, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 SocialRequest findByC_C_T_R_S_Last(long classNameId, long classPK, int type, long receiverUserId, int status, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 SocialRequest[] findByC_C_T_R_S_PrevAndNext(long requestId, long classNameId, long classPK, int type, long receiverUserId, int status, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 java.util.List<SocialRequest> findByC_C_T_R_S(long classNameId, long classPK, int type, long receiverUserId, int status)
           
 java.util.List<SocialRequest> findByC_C_T_R_S(long classNameId, long classPK, int type, long receiverUserId, int status, int start, int end)
           
 java.util.List<SocialRequest> findByC_C_T_R_S(long classNameId, long classPK, int type, long receiverUserId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 SocialRequest findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 SocialRequest findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 SocialRequest[] findByCompanyId_PrevAndNext(long requestId, long companyId, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 java.util.List<SocialRequest> findByCompanyId(long companyId)
           
 java.util.List<SocialRequest> findByCompanyId(long companyId, int start, int end)
           
 java.util.List<SocialRequest> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 SocialRequest findByPrimaryKey(long requestId)
           
 SocialRequest findByR_S_First(long receiverUserId, int status, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 SocialRequest findByR_S_Last(long receiverUserId, int status, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 SocialRequest[] findByR_S_PrevAndNext(long requestId, long receiverUserId, int status, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 java.util.List<SocialRequest> findByR_S(long receiverUserId, int status)
           
 java.util.List<SocialRequest> findByR_S(long receiverUserId, int status, int start, int end)
           
 java.util.List<SocialRequest> findByR_S(long receiverUserId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 SocialRequest findByReceiverUserId_First(long receiverUserId, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 SocialRequest findByReceiverUserId_Last(long receiverUserId, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 SocialRequest[] findByReceiverUserId_PrevAndNext(long requestId, long receiverUserId, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 java.util.List<SocialRequest> findByReceiverUserId(long receiverUserId)
           
 java.util.List<SocialRequest> findByReceiverUserId(long receiverUserId, int start, int end)
           
 java.util.List<SocialRequest> findByReceiverUserId(long receiverUserId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 SocialRequest findByU_C_C_T_R(long userId, long classNameId, long classPK, int type, long receiverUserId)
           
 SocialRequest findByU_C_C_T_S_First(long userId, long classNameId, long classPK, int type, int status, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 SocialRequest findByU_C_C_T_S_Last(long userId, long classNameId, long classPK, int type, int status, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 SocialRequest[] findByU_C_C_T_S_PrevAndNext(long requestId, long userId, long classNameId, long classPK, int type, int status, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 java.util.List<SocialRequest> findByU_C_C_T_S(long userId, long classNameId, long classPK, int type, int status)
           
 java.util.List<SocialRequest> findByU_C_C_T_S(long userId, long classNameId, long classPK, int type, int status, int start, int end)
           
 java.util.List<SocialRequest> findByU_C_C_T_S(long userId, long classNameId, long classPK, int type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 SocialRequest findByU_S_First(long userId, int status, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 SocialRequest findByU_S_Last(long userId, int status, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 SocialRequest[] findByU_S_PrevAndNext(long requestId, long userId, int status, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 java.util.List<SocialRequest> findByU_S(long userId, int status)
           
 java.util.List<SocialRequest> findByU_S(long userId, int status, int start, int end)
           
 java.util.List<SocialRequest> findByU_S(long userId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 SocialRequest findByUserId_First(long userId, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 SocialRequest findByUserId_Last(long userId, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 SocialRequest[] findByUserId_PrevAndNext(long requestId, long userId, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 java.util.List<SocialRequest> findByUserId(long userId)
           
 java.util.List<SocialRequest> findByUserId(long userId, int start, int end)
           
 java.util.List<SocialRequest> findByUserId(long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 SocialRequest findByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 SocialRequest findByUUID_G(java.lang.String uuid, long groupId)
           
 SocialRequest findByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 SocialRequest[] findByUuid_PrevAndNext(long requestId, java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 java.util.List<SocialRequest> findByUuid(java.lang.String uuid)
           
 java.util.List<SocialRequest> findByUuid(java.lang.String uuid, int start, int end)
           
 java.util.List<SocialRequest> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 SocialRequest remove(long requestId)
           
 void removeAll()
           
 void removeByC_C_T_R_S(long classNameId, long classPK, int type, long receiverUserId, int status)
           
 void removeByCompanyId(long companyId)
           
 void removeByR_S(long receiverUserId, int status)
           
 void removeByReceiverUserId(long receiverUserId)
           
 void removeByU_C_C_T_R(long userId, long classNameId, long classPK, int type, long receiverUserId)
           
 void removeByU_C_C_T_S(long userId, long classNameId, long classPK, int type, int status)
           
 void removeByU_S(long userId, int status)
           
 void removeByUserId(long userId)
           
 void removeByUUID_G(java.lang.String uuid, long groupId)
           
 void removeByUuid(java.lang.String uuid)
           
 SocialRequest update(SocialRequest socialRequest)
          Deprecated. Use BasePersistence.update(com.liferay.portal.model.BaseModel, boolean).
 SocialRequest updateImpl(SocialRequest socialRequest, boolean merge)
           
 
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence
clearCache, clearCache, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getListeners, registerListener, remove, remove, setDataSource, unregisterListener, update
 

Method Detail

cacheResult

void cacheResult(SocialRequest socialRequest)

cacheResult

void cacheResult(java.util.List<SocialRequest> socialRequests)

create

SocialRequest create(long requestId)

remove

SocialRequest remove(long requestId)
                     throws com.liferay.portal.SystemException,
                            NoSuchRequestException
Throws:
com.liferay.portal.SystemException
NoSuchRequestException

update

SocialRequest update(SocialRequest socialRequest)
                     throws com.liferay.portal.SystemException
Deprecated. Use BasePersistence.update(com.liferay.portal.model.BaseModel, boolean).

Throws:
com.liferay.portal.SystemException

updateImpl

SocialRequest updateImpl(SocialRequest socialRequest,
                         boolean merge)
                         throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByPrimaryKey

SocialRequest findByPrimaryKey(long requestId)
                               throws com.liferay.portal.SystemException,
                                      NoSuchRequestException
Throws:
com.liferay.portal.SystemException
NoSuchRequestException

fetchByPrimaryKey

SocialRequest fetchByPrimaryKey(long requestId)
                                throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByUuid

java.util.List<SocialRequest> findByUuid(java.lang.String uuid)
                                         throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByUuid

java.util.List<SocialRequest> findByUuid(java.lang.String uuid,
                                         int start,
                                         int end)
                                         throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByUuid

java.util.List<SocialRequest> findByUuid(java.lang.String uuid,
                                         int start,
                                         int end,
                                         com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                         throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByUuid_First

SocialRequest findByUuid_First(java.lang.String uuid,
                               com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                               throws com.liferay.portal.SystemException,
                                      NoSuchRequestException
Throws:
com.liferay.portal.SystemException
NoSuchRequestException

findByUuid_Last

SocialRequest findByUuid_Last(java.lang.String uuid,
                              com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                              throws com.liferay.portal.SystemException,
                                     NoSuchRequestException
Throws:
com.liferay.portal.SystemException
NoSuchRequestException

findByUuid_PrevAndNext

SocialRequest[] findByUuid_PrevAndNext(long requestId,
                                       java.lang.String uuid,
                                       com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                       throws com.liferay.portal.SystemException,
                                              NoSuchRequestException
Throws:
com.liferay.portal.SystemException
NoSuchRequestException

findByUUID_G

SocialRequest findByUUID_G(java.lang.String uuid,
                           long groupId)
                           throws com.liferay.portal.SystemException,
                                  NoSuchRequestException
Throws:
com.liferay.portal.SystemException
NoSuchRequestException

fetchByUUID_G

SocialRequest fetchByUUID_G(java.lang.String uuid,
                            long groupId)
                            throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

fetchByUUID_G

SocialRequest fetchByUUID_G(java.lang.String uuid,
                            long groupId,
                            boolean retrieveFromCache)
                            throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByCompanyId

java.util.List<SocialRequest> findByCompanyId(long companyId)
                                              throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByCompanyId

java.util.List<SocialRequest> findByCompanyId(long companyId,
                                              int start,
                                              int end)
                                              throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByCompanyId

java.util.List<SocialRequest> findByCompanyId(long companyId,
                                              int start,
                                              int end,
                                              com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                              throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByCompanyId_First

SocialRequest findByCompanyId_First(long companyId,
                                    com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                    throws com.liferay.portal.SystemException,
                                           NoSuchRequestException
Throws:
com.liferay.portal.SystemException
NoSuchRequestException

findByCompanyId_Last

SocialRequest findByCompanyId_Last(long companyId,
                                   com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                   throws com.liferay.portal.SystemException,
                                          NoSuchRequestException
Throws:
com.liferay.portal.SystemException
NoSuchRequestException

findByCompanyId_PrevAndNext

SocialRequest[] findByCompanyId_PrevAndNext(long requestId,
                                            long companyId,
                                            com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                            throws com.liferay.portal.SystemException,
                                                   NoSuchRequestException
Throws:
com.liferay.portal.SystemException
NoSuchRequestException

findByUserId

java.util.List<SocialRequest> findByUserId(long userId)
                                           throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByUserId

java.util.List<SocialRequest> findByUserId(long userId,
                                           int start,
                                           int end)
                                           throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByUserId

java.util.List<SocialRequest> findByUserId(long userId,
                                           int start,
                                           int end,
                                           com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                           throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByUserId_First

SocialRequest findByUserId_First(long userId,
                                 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                 throws com.liferay.portal.SystemException,
                                        NoSuchRequestException
Throws:
com.liferay.portal.SystemException
NoSuchRequestException

findByUserId_Last

SocialRequest findByUserId_Last(long userId,
                                com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                throws com.liferay.portal.SystemException,
                                       NoSuchRequestException
Throws:
com.liferay.portal.SystemException
NoSuchRequestException

findByUserId_PrevAndNext

SocialRequest[] findByUserId_PrevAndNext(long requestId,
                                         long userId,
                                         com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                         throws com.liferay.portal.SystemException,
                                                NoSuchRequestException
Throws:
com.liferay.portal.SystemException
NoSuchRequestException

findByReceiverUserId

java.util.List<SocialRequest> findByReceiverUserId(long receiverUserId)
                                                   throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByReceiverUserId

java.util.List<SocialRequest> findByReceiverUserId(long receiverUserId,
                                                   int start,
                                                   int end)
                                                   throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByReceiverUserId

java.util.List<SocialRequest> findByReceiverUserId(long receiverUserId,
                                                   int start,
                                                   int end,
                                                   com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                   throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByReceiverUserId_First

SocialRequest findByReceiverUserId_First(long receiverUserId,
                                         com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                         throws com.liferay.portal.SystemException,
                                                NoSuchRequestException
Throws:
com.liferay.portal.SystemException
NoSuchRequestException

findByReceiverUserId_Last

SocialRequest findByReceiverUserId_Last(long receiverUserId,
                                        com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                        throws com.liferay.portal.SystemException,
                                               NoSuchRequestException
Throws:
com.liferay.portal.SystemException
NoSuchRequestException

findByReceiverUserId_PrevAndNext

SocialRequest[] findByReceiverUserId_PrevAndNext(long requestId,
                                                 long receiverUserId,
                                                 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                 throws com.liferay.portal.SystemException,
                                                        NoSuchRequestException
Throws:
com.liferay.portal.SystemException
NoSuchRequestException

findByU_S

java.util.List<SocialRequest> findByU_S(long userId,
                                        int status)
                                        throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByU_S

java.util.List<SocialRequest> findByU_S(long userId,
                                        int status,
                                        int start,
                                        int end)
                                        throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByU_S

java.util.List<SocialRequest> findByU_S(long userId,
                                        int status,
                                        int start,
                                        int end,
                                        com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                        throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByU_S_First

SocialRequest findByU_S_First(long userId,
                              int status,
                              com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                              throws com.liferay.portal.SystemException,
                                     NoSuchRequestException
Throws:
com.liferay.portal.SystemException
NoSuchRequestException

findByU_S_Last

SocialRequest findByU_S_Last(long userId,
                             int status,
                             com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                             throws com.liferay.portal.SystemException,
                                    NoSuchRequestException
Throws:
com.liferay.portal.SystemException
NoSuchRequestException

findByU_S_PrevAndNext

SocialRequest[] findByU_S_PrevAndNext(long requestId,
                                      long userId,
                                      int status,
                                      com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                      throws com.liferay.portal.SystemException,
                                             NoSuchRequestException
Throws:
com.liferay.portal.SystemException
NoSuchRequestException

findByR_S

java.util.List<SocialRequest> findByR_S(long receiverUserId,
                                        int status)
                                        throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByR_S

java.util.List<SocialRequest> findByR_S(long receiverUserId,
                                        int status,
                                        int start,
                                        int end)
                                        throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByR_S

java.util.List<SocialRequest> findByR_S(long receiverUserId,
                                        int status,
                                        int start,
                                        int end,
                                        com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                        throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByR_S_First

SocialRequest findByR_S_First(long receiverUserId,
                              int status,
                              com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                              throws com.liferay.portal.SystemException,
                                     NoSuchRequestException
Throws:
com.liferay.portal.SystemException
NoSuchRequestException

findByR_S_Last

SocialRequest findByR_S_Last(long receiverUserId,
                             int status,
                             com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                             throws com.liferay.portal.SystemException,
                                    NoSuchRequestException
Throws:
com.liferay.portal.SystemException
NoSuchRequestException

findByR_S_PrevAndNext

SocialRequest[] findByR_S_PrevAndNext(long requestId,
                                      long receiverUserId,
                                      int status,
                                      com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                      throws com.liferay.portal.SystemException,
                                             NoSuchRequestException
Throws:
com.liferay.portal.SystemException
NoSuchRequestException

findByU_C_C_T_R

SocialRequest findByU_C_C_T_R(long userId,
                              long classNameId,
                              long classPK,
                              int type,
                              long receiverUserId)
                              throws com.liferay.portal.SystemException,
                                     NoSuchRequestException
Throws:
com.liferay.portal.SystemException
NoSuchRequestException

fetchByU_C_C_T_R

SocialRequest fetchByU_C_C_T_R(long userId,
                               long classNameId,
                               long classPK,
                               int type,
                               long receiverUserId)
                               throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

fetchByU_C_C_T_R

SocialRequest fetchByU_C_C_T_R(long userId,
                               long classNameId,
                               long classPK,
                               int type,
                               long receiverUserId,
                               boolean retrieveFromCache)
                               throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByU_C_C_T_S

java.util.List<SocialRequest> findByU_C_C_T_S(long userId,
                                              long classNameId,
                                              long classPK,
                                              int type,
                                              int status)
                                              throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByU_C_C_T_S

java.util.List<SocialRequest> findByU_C_C_T_S(long userId,
                                              long classNameId,
                                              long classPK,
                                              int type,
                                              int status,
                                              int start,
                                              int end)
                                              throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByU_C_C_T_S

java.util.List<SocialRequest> findByU_C_C_T_S(long userId,
                                              long classNameId,
                                              long classPK,
                                              int type,
                                              int status,
                                              int start,
                                              int end,
                                              com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                              throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByU_C_C_T_S_First

SocialRequest findByU_C_C_T_S_First(long userId,
                                    long classNameId,
                                    long classPK,
                                    int type,
                                    int status,
                                    com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                    throws com.liferay.portal.SystemException,
                                           NoSuchRequestException
Throws:
com.liferay.portal.SystemException
NoSuchRequestException

findByU_C_C_T_S_Last

SocialRequest findByU_C_C_T_S_Last(long userId,
                                   long classNameId,
                                   long classPK,
                                   int type,
                                   int status,
                                   com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                   throws com.liferay.portal.SystemException,
                                          NoSuchRequestException
Throws:
com.liferay.portal.SystemException
NoSuchRequestException

findByU_C_C_T_S_PrevAndNext

SocialRequest[] findByU_C_C_T_S_PrevAndNext(long requestId,
                                            long userId,
                                            long classNameId,
                                            long classPK,
                                            int type,
                                            int status,
                                            com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                            throws com.liferay.portal.SystemException,
                                                   NoSuchRequestException
Throws:
com.liferay.portal.SystemException
NoSuchRequestException

findByC_C_T_R_S

java.util.List<SocialRequest> findByC_C_T_R_S(long classNameId,
                                              long classPK,
                                              int type,
                                              long receiverUserId,
                                              int status)
                                              throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByC_C_T_R_S

java.util.List<SocialRequest> findByC_C_T_R_S(long classNameId,
                                              long classPK,
                                              int type,
                                              long receiverUserId,
                                              int status,
                                              int start,
                                              int end)
                                              throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByC_C_T_R_S

java.util.List<SocialRequest> findByC_C_T_R_S(long classNameId,
                                              long classPK,
                                              int type,
                                              long receiverUserId,
                                              int status,
                                              int start,
                                              int end,
                                              com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                              throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByC_C_T_R_S_First

SocialRequest findByC_C_T_R_S_First(long classNameId,
                                    long classPK,
                                    int type,
                                    long receiverUserId,
                                    int status,
                                    com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                    throws com.liferay.portal.SystemException,
                                           NoSuchRequestException
Throws:
com.liferay.portal.SystemException
NoSuchRequestException

findByC_C_T_R_S_Last

SocialRequest findByC_C_T_R_S_Last(long classNameId,
                                   long classPK,
                                   int type,
                                   long receiverUserId,
                                   int status,
                                   com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                   throws com.liferay.portal.SystemException,
                                          NoSuchRequestException
Throws:
com.liferay.portal.SystemException
NoSuchRequestException

findByC_C_T_R_S_PrevAndNext

SocialRequest[] findByC_C_T_R_S_PrevAndNext(long requestId,
                                            long classNameId,
                                            long classPK,
                                            int type,
                                            long receiverUserId,
                                            int status,
                                            com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                            throws com.liferay.portal.SystemException,
                                                   NoSuchRequestException
Throws:
com.liferay.portal.SystemException
NoSuchRequestException

findAll

java.util.List<SocialRequest> findAll()
                                      throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findAll

java.util.List<SocialRequest> findAll(int start,
                                      int end)
                                      throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findAll

java.util.List<SocialRequest> findAll(int start,
                                      int end,
                                      com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                      throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

removeByUuid

void removeByUuid(java.lang.String uuid)
                  throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

removeByUUID_G

void removeByUUID_G(java.lang.String uuid,
                    long groupId)
                    throws com.liferay.portal.SystemException,
                           NoSuchRequestException
Throws:
com.liferay.portal.SystemException
NoSuchRequestException

removeByCompanyId

void removeByCompanyId(long companyId)
                       throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

removeByUserId

void removeByUserId(long userId)
                    throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

removeByReceiverUserId

void removeByReceiverUserId(long receiverUserId)
                            throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

removeByU_S

void removeByU_S(long userId,
                 int status)
                 throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

removeByR_S

void removeByR_S(long receiverUserId,
                 int status)
                 throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

removeByU_C_C_T_R

void removeByU_C_C_T_R(long userId,
                       long classNameId,
                       long classPK,
                       int type,
                       long receiverUserId)
                       throws com.liferay.portal.SystemException,
                              NoSuchRequestException
Throws:
com.liferay.portal.SystemException
NoSuchRequestException

removeByU_C_C_T_S

void removeByU_C_C_T_S(long userId,
                       long classNameId,
                       long classPK,
                       int type,
                       int status)
                       throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

removeByC_C_T_R_S

void removeByC_C_T_R_S(long classNameId,
                       long classPK,
                       int type,
                       long receiverUserId,
                       int status)
                       throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

removeAll

void removeAll()
               throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

countByUuid

int countByUuid(java.lang.String uuid)
                throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

countByUUID_G

int countByUUID_G(java.lang.String uuid,
                  long groupId)
                  throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

countByCompanyId

int countByCompanyId(long companyId)
                     throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

countByUserId

int countByUserId(long userId)
                  throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

countByReceiverUserId

int countByReceiverUserId(long receiverUserId)
                          throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

countByU_S

int countByU_S(long userId,
               int status)
               throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

countByR_S

int countByR_S(long receiverUserId,
               int status)
               throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

countByU_C_C_T_R

int countByU_C_C_T_R(long userId,
                     long classNameId,
                     long classPK,
                     int type,
                     long receiverUserId)
                     throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

countByU_C_C_T_S

int countByU_C_C_T_S(long userId,
                     long classNameId,
                     long classPK,
                     int type,
                     int status)
                     throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

countByC_C_T_R_S

int countByC_C_T_R_S(long classNameId,
                     long classPK,
                     int type,
                     long receiverUserId,
                     int status)
                     throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

countAll

int countAll()
             throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException