Liferay 6.1.2-ce-ga3

com.liferay.portlet.messageboards.service.persistence
Class MBThreadFinderUtil

java.lang.Object
  extended by com.liferay.portlet.messageboards.service.persistence.MBThreadFinderUtil

public class MBThreadFinderUtil
extends Object


Constructor Summary
MBThreadFinderUtil()
           
 
Method Summary
static int countByG_C_S(long groupId, long categoryId, int status)
           
static int countByG_U_A_S(long groupId, long userId, boolean anonymous, int status)
           
static int countByG_U_MD_S(long groupId, long userId, Date modifiedDate, int status)
           
static int countByG_U_S(long groupId, long userId, int status)
           
static int countByS_G_U_C_S(long groupId, long userId, long[] categoryIds, int status)
           
static int countByS_G_U_S(long groupId, long userId, int status)
           
static int filterCountByG_C_S(long groupId, long categoryId, int status)
           
static int filterCountByG_C(long groupId, long categoryId)
           
static int filterCountByS_G_U_C_S(long groupId, long userId, long[] categoryIds, int status)
           
static List<MBThread> filterFindByG_C_S(long groupId, long categoryId, int status, int start, int end)
           
static List<MBThread> filterFindByG_C(long groupId, long categoryId, int start, int end)
           
static List<MBThread> filterFindByS_G_U_C_S(long groupId, long userId, long[] categoryIds, int status, int start, int end)
           
static List<MBThread> findByG_C_S(long groupId, long categoryId, int status, int start, int end)
           
static List<MBThread> findByG_U_A_S(long groupId, long userId, boolean anonymous, int status, int start, int end)
           
static List<MBThread> findByG_U_MD_S(long groupId, long userId, Date modifiedDate, int status, int start, int end)
           
static List<MBThread> findByG_U_S(long groupId, long userId, int status, int start, int end)
           
static List<MBThread> findByNoAssets()
           
static List<MBThread> findByS_G_U_C_S(long groupId, long userId, long[] categoryIds, int status, int start, int end)
           
static List<MBThread> findByS_G_U_S(long groupId, long userId, int status, int start, int end)
           
static MBThreadFinder getFinder()
           
 void setFinder(MBThreadFinder finder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MBThreadFinderUtil

public MBThreadFinderUtil()
Method Detail

countByG_U_S

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

countByG_C_S

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

countByG_U_MD_S

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

countByG_U_A_S

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

countByS_G_U_S

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

countByS_G_U_C_S

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

filterCountByG_C

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

filterCountByG_C_S

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

filterCountByS_G_U_C_S

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

filterFindByG_C

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

filterFindByG_C_S

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

filterFindByS_G_U_C_S

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

findByNoAssets

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

findByG_U_S

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

findByG_C_S

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

findByG_U_MD_S

public static 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

public static 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

public static 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

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

getFinder

public static MBThreadFinder getFinder()

setFinder

public void setFinder(MBThreadFinder finder)

Liferay 6.1.2-ce-ga3