|
Liferay 6.2.0-ce-m1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.messageboards.service.persistence.MBThreadFinderUtil
public class MBThreadFinderUtil
| 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 |
|---|
public MBThreadFinderUtil()
| Method Detail |
|---|
public static int countByG_U_S(long groupId,
long userId,
int status)
throws SystemException
SystemException
public static int countByG_C_S(long groupId,
long categoryId,
int status)
throws SystemException
SystemException
public static int countByG_U_MD_S(long groupId,
long userId,
Date modifiedDate,
int status)
throws SystemException
SystemException
public static int countByG_U_A_S(long groupId,
long userId,
boolean anonymous,
int status)
throws SystemException
SystemException
public static int countByS_G_U_S(long groupId,
long userId,
int status)
throws SystemException
SystemException
public static int countByS_G_U_C_S(long groupId,
long userId,
long[] categoryIds,
int status)
throws SystemException
SystemException
public static int filterCountByG_C(long groupId,
long categoryId)
throws SystemException
SystemException
public static int filterCountByG_C_S(long groupId,
long categoryId,
int status)
throws SystemException
SystemException
public static int filterCountByS_G_U_C_S(long groupId,
long userId,
long[] categoryIds,
int status)
throws SystemException
SystemException
public static List<MBThread> filterFindByG_C(long groupId,
long categoryId,
int start,
int end)
throws SystemException
SystemException
public static List<MBThread> filterFindByG_C_S(long groupId,
long categoryId,
int status,
int start,
int end)
throws SystemException
SystemException
public static List<MBThread> filterFindByS_G_U_C_S(long groupId,
long userId,
long[] categoryIds,
int status,
int start,
int end)
throws SystemException
SystemException
public static List<MBThread> findByNoAssets()
throws SystemException
SystemException
public static List<MBThread> findByG_U_S(long groupId,
long userId,
int status,
int start,
int end)
throws SystemException
SystemException
public static List<MBThread> findByG_C_S(long groupId,
long categoryId,
int status,
int start,
int end)
throws SystemException
SystemException
public static List<MBThread> findByG_U_MD_S(long groupId,
long userId,
Date modifiedDate,
int status,
int start,
int end)
throws SystemException
SystemException
public static List<MBThread> findByG_U_A_S(long groupId,
long userId,
boolean anonymous,
int status,
int start,
int end)
throws SystemException
SystemException
public static List<MBThread> findByS_G_U_S(long groupId,
long userId,
int status,
int start,
int end)
throws SystemException
SystemException
public static List<MBThread> findByS_G_U_C_S(long groupId,
long userId,
long[] categoryIds,
int status,
int start,
int end)
throws SystemException
SystemExceptionpublic static MBThreadFinder getFinder()
public void setFinder(MBThreadFinder finder)
|
Liferay 6.2.0-ce-m1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||