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

All Superinterfaces:
BasePersistence

public interface SocialRequestPersistence
extends BasePersistence

View Source

Author:
Brian Wing Shun Chan

Method Summary
 void cacheResult(java.util.List<SocialRequest> socialRequests)
           
 void cacheResult(SocialRequest socialRequest)
           
 void clearCache()
           
 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 obc)
           
 SocialRequest findByC_C_T_R_S_First(long classNameId, long classPK, int type, long receiverUserId, int status, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 SocialRequest findByC_C_T_R_S_Last(long classNameId, long classPK, int type, long receiverUserId, int status, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 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 obc)
           
 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 obc)
           
 SocialRequest findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 SocialRequest findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 SocialRequest[] findByCompanyId_PrevAndNext(long requestId, long companyId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 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 obc)
           
 SocialRequest findByPrimaryKey(long requestId)
           
 SocialRequest findByR_S_First(long receiverUserId, int status, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 SocialRequest findByR_S_Last(long receiverUserId, int status, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 SocialRequest[] findByR_S_PrevAndNext(long requestId, long receiverUserId, int status, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 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 obc)
           
 SocialRequest findByReceiverUserId_First(long receiverUserId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 SocialRequest findByReceiverUserId_Last(long receiverUserId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 SocialRequest[] findByReceiverUserId_PrevAndNext(long requestId, long receiverUserId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 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 obc)
           
 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 obc)
           
 SocialRequest findByU_C_C_T_S_Last(long userId, long classNameId, long classPK, int type, int status, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 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 obc)
           
 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 obc)
           
 SocialRequest findByU_S_First(long userId, int status, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 SocialRequest findByU_S_Last(long userId, int status, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 SocialRequest[] findByU_S_PrevAndNext(long requestId, long userId, int status, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 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 obc)
           
 SocialRequest findByUserId_First(long userId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 SocialRequest findByUserId_Last(long userId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 SocialRequest[] findByUserId_PrevAndNext(long requestId, long userId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 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 obc)
           
 SocialRequest findByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 SocialRequest findByUUID_G(java.lang.String uuid, long groupId)
           
 SocialRequest findByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 SocialRequest[] findByUuid_PrevAndNext(long requestId, java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 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 obc)
           
 java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
 java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
           
 SocialRequest remove(long requestId)
           
 SocialRequest remove(SocialRequest socialRequest)
           
 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 update(SocialRequest socialRequest, boolean merge).
 SocialRequest update(SocialRequest socialRequest, boolean merge)
          Add, update, or merge, the entity.
 SocialRequest updateImpl(SocialRequest socialRequest, boolean merge)
           
 
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence
getListeners, registerListener, unregisterListener
 

Method Detail

cacheResult

void cacheResult(SocialRequest socialRequest)

cacheResult

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

clearCache

void clearCache()
Specified by:
clearCache in interface BasePersistence

create

SocialRequest create(long requestId)

remove

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

remove

SocialRequest remove(SocialRequest socialRequest)
                     throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

update

SocialRequest update(SocialRequest socialRequest)
                     throws com.liferay.portal.SystemException
Deprecated. Use update(SocialRequest socialRequest, boolean merge).

Throws:
com.liferay.portal.SystemException

update

SocialRequest update(SocialRequest socialRequest,
                     boolean merge)
                     throws com.liferay.portal.SystemException
Add, update, or merge, the entity. This method also calls the model listeners to trigger the proper events associated with adding, deleting, or updating an entity.

Parameters:
socialRequest - the entity to add, update, or merge
merge - boolean value for whether to merge the entity. The default value is false. Setting merge to true is more expensive and should only be true when socialRequest is transient. See LEP-5473 for a detailed discussion of this method.
Returns:
true if the portlet can be displayed via Ajax
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 obc)
                                         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 obc)
                               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 obc)
                              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 obc)
                                       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 obc)
                                              throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByCompanyId_First

SocialRequest findByCompanyId_First(long companyId,
                                    com.liferay.portal.kernel.util.OrderByComparator obc)
                                    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 obc)
                                   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 obc)
                                            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 obc)
                                           throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByUserId_First

SocialRequest findByUserId_First(long userId,
                                 com.liferay.portal.kernel.util.OrderByComparator obc)
                                 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 obc)
                                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 obc)
                                         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 obc)
                                                   throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByReceiverUserId_First

SocialRequest findByReceiverUserId_First(long receiverUserId,
                                         com.liferay.portal.kernel.util.OrderByComparator obc)
                                         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 obc)
                                        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 obc)
                                                 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 obc)
                                        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 obc)
                              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 obc)
                             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 obc)
                                      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 obc)
                                        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 obc)
                              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 obc)
                             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 obc)
                                      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 obc)
                                              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 obc)
                                    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 obc)
                                   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 obc)
                                            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 obc)
                                              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 obc)
                                    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 obc)
                                   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 obc)
                                            throws com.liferay.portal.SystemException,
                                                   NoSuchRequestException
Throws:
com.liferay.portal.SystemException
NoSuchRequestException

findWithDynamicQuery

java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                                                      throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findWithDynamicQuery

java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                                                      int start,
                                                      int end)
                                                      throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

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 obc)
                                      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