com.liferay.portlet.messageboards.service.persistence
Class MBThreadFinderImpl
java.lang.Object
com.liferay.portal.service.persistence.impl.BasePersistenceImpl<MBThread>
com.liferay.portlet.messageboards.service.persistence.MBThreadFinderImpl
- All Implemented Interfaces:
- SessionFactory, BasePersistence<MBThread>, MBThreadFinder
public class MBThreadFinderImpl
- extends BasePersistenceImpl<MBThread>
- implements MBThreadFinder
Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
COUNT_COLUMN_NAME, listeners, ORDER_BY_ASC, ORDER_BY_ASC_HAS_NEXT, ORDER_BY_CLAUSE, ORDER_BY_DESC, ORDER_BY_DESC_HAS_NEXT, WHERE_AND, WHERE_GREATER_THAN, WHERE_GREATER_THAN_HAS_NEXT, WHERE_LESSER_THAN, WHERE_LESSER_THAN_HAS_NEXT, WHERE_OR |
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)
|
protected int |
doCountByG_C_S(long groupId,
long categoryId,
int status,
boolean inlineSQLHelper)
|
protected int |
doCountByS_G_U_C_S(long groupId,
long userId,
long[] categoryIds,
int status,
boolean inlineSQLHelper)
|
protected List<MBThread> |
doFindByG_C_S(long groupId,
long categoryId,
int status,
int start,
int end,
boolean inlineSQLHelper)
|
protected List<MBThread> |
doFindByS_G_U_C_S(long groupId,
long userId,
long[] categoryIds,
int status,
int start,
int end,
boolean inlineSQLHelper)
|
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)
|
Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
appendOrderByComparator, clearCache, clearCache, closeSession, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getDialect, getListeners, openNewSession, openSession, processException, registerListener, remove, remove, removeImpl, setDataSource, setSessionFactory, unregisterListener, update, update, updateImpl |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COUNT_BY_G_C
public static String COUNT_BY_G_C
COUNT_BY_G_C_S
public static String COUNT_BY_G_C_S
COUNT_BY_S_G_U_C_S
public static String COUNT_BY_S_G_U_C_S
FIND_BY_G_C
public static String FIND_BY_G_C
FIND_BY_G_C_S
public static String FIND_BY_G_C_S
FIND_BY_S_G_U_C_S
public static String FIND_BY_S_G_U_C_S
MBThreadFinderImpl
public MBThreadFinderImpl()
countByG_C_S
public int countByG_C_S(long groupId,
long categoryId,
int status)
throws SystemException
- Specified by:
countByG_C_S
in interface MBThreadFinder
- Throws:
SystemException
countByS_G_U_C_S
public int countByS_G_U_C_S(long groupId,
long userId,
long[] categoryIds,
int status)
throws SystemException
- Specified by:
countByS_G_U_C_S
in interface MBThreadFinder
- Throws:
SystemException
filterCountByG_C
public int filterCountByG_C(long groupId,
long categoryId)
throws SystemException
- Specified by:
filterCountByG_C
in interface MBThreadFinder
- Throws:
SystemException
filterCountByG_C_S
public int filterCountByG_C_S(long groupId,
long categoryId,
int status)
throws SystemException
- Specified by:
filterCountByG_C_S
in interface MBThreadFinder
- Throws:
SystemException
filterCountByS_G_U_C_S
public int filterCountByS_G_U_C_S(long groupId,
long userId,
long[] categoryIds,
int status)
throws SystemException
- Specified by:
filterCountByS_G_U_C_S
in interface MBThreadFinder
- Throws:
SystemException
filterFindByG_C
public List<MBThread> filterFindByG_C(long groupId,
long categoryId,
int start,
int end)
throws SystemException
- Specified by:
filterFindByG_C
in interface MBThreadFinder
- Throws:
SystemException
filterFindByG_C_S
public List<MBThread> filterFindByG_C_S(long groupId,
long categoryId,
int status,
int start,
int end)
throws SystemException
- Specified by:
filterFindByG_C_S
in interface MBThreadFinder
- Throws:
SystemException
filterFindByS_G_U_C_S
public List<MBThread> filterFindByS_G_U_C_S(long groupId,
long userId,
long[] categoryIds,
int status,
int start,
int end)
throws SystemException
- Specified by:
filterFindByS_G_U_C_S
in interface MBThreadFinder
- Throws:
SystemException
findByG_C_S
public List<MBThread> findByG_C_S(long groupId,
long categoryId,
int status,
int start,
int end)
throws SystemException
- Specified by:
findByG_C_S
in interface MBThreadFinder
- Throws:
SystemException
findByS_G_U_C_S
public List<MBThread> findByS_G_U_C_S(long groupId,
long userId,
long[] categoryIds,
int status,
int start,
int end)
throws SystemException
- Specified by:
findByS_G_U_C_S
in interface MBThreadFinder
- Throws:
SystemException
doCountByG_C_S
protected int doCountByG_C_S(long groupId,
long categoryId,
int status,
boolean inlineSQLHelper)
throws SystemException
- Throws:
SystemException
doCountByS_G_U_C_S
protected int doCountByS_G_U_C_S(long groupId,
long userId,
long[] categoryIds,
int status,
boolean inlineSQLHelper)
throws SystemException
- Throws:
SystemException
doFindByG_C_S
protected List<MBThread> doFindByG_C_S(long groupId,
long categoryId,
int status,
int start,
int end,
boolean inlineSQLHelper)
throws SystemException
- Throws:
SystemException
doFindByS_G_U_C_S
protected List<MBThread> doFindByS_G_U_C_S(long groupId,
long userId,
long[] categoryIds,
int status,
int start,
int end,
boolean inlineSQLHelper)
throws SystemException
- Throws:
SystemException