Liferay 6.1.2-ce-ga3

com.liferay.portlet.messageboards.service.persistence
Interface MBThreadFinder


public interface MBThreadFinder


Method Summary
 int countByG_C_S(long groupId, long categoryId, int status)
           
 int countByG_U_A_S(long groupId, long userId, boolean anonymous, int status)
           
 int countByG_U_MD_S(long groupId, long userId, Date modifiedDate, int status)
           
 int countByG_U_S(long groupId, long userId, int status)
           
 int countByS_G_U_C_S(long groupId, long userId, long[] categoryIds, int status)
           
 int countByS_G_U_S(long groupId, long userId, int status)
           
 int filterCountByG_C_S(long groupId, long categoryId, int status)
           
 int filterCountByG_C(long groupId, long categoryId)
           
 int filterCountByS_G_U_C_S(long groupId, long userId, long[] categoryIds, int status)
           
 List<MBThread> filterFindByG_C_S(long groupId, long categoryId, int status, int start, int end)
           
 List<MBThread> filterFindByG_C(long groupId, long categoryId, int start, int end)
           
 List<MBThread> filterFindByS_G_U_C_S(long groupId, long userId, long[] categoryIds, int status, int start, int end)
           
 List<MBThread> findByG_C_S(long groupId, long categoryId, int status, int start, int end)
           
 List<MBThread> findByG_U_A_S(long groupId, long userId, boolean anonymous, int status, int start, int end)
           
 List<MBThread> findByG_U_MD_S(long groupId, long userId, Date modifiedDate, int status, int start, int end)
           
 List<MBThread> findByG_U_S(long groupId, long userId, int status, int start, int end)
           
 List<MBThread> findByNoAssets()
           
 List<MBThread> findByS_G_U_C_S(long groupId, long userId, long[] categoryIds, int status, int start, int end)
           
 List<MBThread> findByS_G_U_S(long groupId, long userId, int status, int start, int end)
           
 

Method Detail

countByG_U_S

int countByG_U_S(long groupId,
                 long userId,
                 int status)
                 throws SystemException
Throws:
SystemException

countByG_C_S

int countByG_C_S(long groupId,
                 long categoryId,
                 int status)
                 throws SystemException
Throws:
SystemException

countByG_U_MD_S

int countByG_U_MD_S(long groupId,
                    long userId,
                    Date modifiedDate,
                    int status)
                    throws SystemException
Throws:
SystemException

countByG_U_A_S

int countByG_U_A_S(long groupId,
                   long userId,
                   boolean anonymous,
                   int status)
                   throws SystemException
Throws:
SystemException

countByS_G_U_S

int countByS_G_U_S(long groupId,
                   long userId,
                   int status)
                   throws SystemException
Throws:
SystemException

countByS_G_U_C_S

int countByS_G_U_C_S(long groupId,
                     long userId,
                     long[] categoryIds,
                     int status)
                     throws SystemException
Throws:
SystemException

filterCountByG_C

int filterCountByG_C(long groupId,
                     long categoryId)
                     throws SystemException
Throws:
SystemException

filterCountByG_C_S

int filterCountByG_C_S(long groupId,
                       long categoryId,
                       int status)
                       throws SystemException
Throws:
SystemException

filterCountByS_G_U_C_S

int filterCountByS_G_U_C_S(long groupId,
                           long userId,
                           long[] categoryIds,
                           int status)
                           throws SystemException
Throws:
SystemException

filterFindByG_C

List<MBThread> filterFindByG_C(long groupId,
                               long categoryId,
                               int start,
                               int end)
                               throws SystemException
Throws:
SystemException

filterFindByG_C_S

List<MBThread> filterFindByG_C_S(long groupId,
                                 long categoryId,
                                 int status,
                                 int start,
                                 int end)
                                 throws SystemException
Throws:
SystemException

filterFindByS_G_U_C_S

List<MBThread> filterFindByS_G_U_C_S(long groupId,
                                     long userId,
                                     long[] categoryIds,
                                     int status,
                                     int start,
                                     int end)
                                     throws SystemException
Throws:
SystemException

findByNoAssets

List<MBThread> findByNoAssets()
                              throws SystemException
Throws:
SystemException

findByG_U_S

List<MBThread> findByG_U_S(long groupId,
                           long userId,
                           int status,
                           int start,
                           int end)
                           throws SystemException
Throws:
SystemException

findByG_C_S

List<MBThread> findByG_C_S(long groupId,
                           long categoryId,
                           int status,
                           int start,
                           int end)
                           throws SystemException
Throws:
SystemException

findByG_U_MD_S

List<MBThread> findByG_U_MD_S(long groupId,
                              long userId,
                              Date modifiedDate,
                              int status,
                              int start,
                              int end)
                              throws SystemException
Throws:
SystemException

findByG_U_A_S

List<MBThread> findByG_U_A_S(long groupId,
                             long userId,
                             boolean anonymous,
                             int status,
                             int start,
                             int end)
                             throws SystemException
Throws:
SystemException

findByS_G_U_S

List<MBThread> findByS_G_U_S(long groupId,
                             long userId,
                             int status,
                             int start,
                             int end)
                             throws SystemException
Throws:
SystemException

findByS_G_U_C_S

List<MBThread> findByS_G_U_C_S(long groupId,
                               long userId,
                               long[] categoryIds,
                               int status,
                               int start,
                               int end)
                               throws SystemException
Throws:
SystemException

Liferay 6.1.2-ce-ga3