com.liferay.portlet.messageboards.service.persistence
Class MBThreadFinderUtil
java.lang.Object
com.liferay.portlet.messageboards.service.persistence.MBThreadFinderUtil
public class MBThreadFinderUtil
- extends Object
Method Summary |
static int |
countByG_C_S(long groupId,
long categoryId,
int status)
|
static int |
countByS_G_U_C_S(long groupId,
long userId,
long[] categoryIds,
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> |
findByS_G_U_C_S(long groupId,
long userId,
long[] categoryIds,
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 |
MBThreadFinderUtil
public MBThreadFinderUtil()
countByG_C_S
public static int countByG_C_S(long groupId,
long categoryId,
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
findByG_C_S
public static List<MBThread> findByG_C_S(long groupId,
long categoryId,
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)