Liferay 6.0.5

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

All Known Implementing Classes:
MBThreadFinderImpl

public interface MBThreadFinder


Method Summary
 int countByG_C_S(long groupId, long categoryId, int status)
           
 int countByS_G_U_C_S(long groupId, long userId, long[] categoryIds, 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> findByS_G_U_C_S(long groupId, long userId, long[] categoryIds, int status, int start, int end)
           
 

Method Detail

countByG_C_S

int countByG_C_S(long groupId,
                 long categoryId,
                 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

findByG_C_S

List<MBThread> findByG_C_S(long groupId,
                           long categoryId,
                           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.0.5