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, FINDER_ARGS_EMPTY, 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 |
countByG_U_A_S(long groupId,
long userId,
boolean anonymous,
int status)
|
int |
countByG_U_MD_S(long groupId,
long userId,
Date modifiedDate,
int status)
|
int |
countByG_U_S(long groupId,
long userId,
int status)
|
int |
countByS_G_U_C_S(long groupId,
long userId,
long[] categoryIds,
int status)
|
int |
countByS_G_U_S(long groupId,
long userId,
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 int |
doCountByS_G_U_S(long groupId,
long userId,
int status)
|
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> |
findByG_U_A_S(long groupId,
long userId,
boolean anonymous,
int status,
int start,
int end)
|
List<MBThread> |
findByG_U_MD_S(long groupId,
long userId,
Date modifiedDate,
int status,
int start,
int end)
|
List<MBThread> |
findByG_U_S(long groupId,
long userId,
int status,
int start,
int end)
|
List<MBThread> |
findByNoAssets()
|
List<MBThread> |
findByS_G_U_C_S(long groupId,
long userId,
long[] categoryIds,
int status,
int start,
int end)
|
List<MBThread> |
findByS_G_U_S(long groupId,
long userId,
int status,
int start,
int end)
|
Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
appendOrderByComparator, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getClassLoader, getDataSource, getDB, 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 final String COUNT_BY_G_C
COUNT_BY_G_U_S
public static final String COUNT_BY_G_U_S
COUNT_BY_G_U_MD_S
public static final String COUNT_BY_G_U_MD_S
COUNT_BY_G_U_A_S
public static final String COUNT_BY_G_U_A_S
COUNT_BY_S_G_U_S
public static final String COUNT_BY_S_G_U_S
COUNT_BY_S_G_U_C_S
public static final String COUNT_BY_S_G_U_C_S
FIND_BY_NO_ASSETS
public static final String FIND_BY_NO_ASSETS
FIND_BY_G_C
public static final String FIND_BY_G_C
FIND_BY_G_U_S
public static final String FIND_BY_G_U_S
FIND_BY_G_U_MD_S
public static final String FIND_BY_G_U_MD_S
FIND_BY_G_U_A_S
public static final String FIND_BY_G_U_A_S
FIND_BY_S_G_U_S
public static final String FIND_BY_S_G_U_S
FIND_BY_S_G_U_C_S
public static final String FIND_BY_S_G_U_C_S
MBThreadFinderImpl
public MBThreadFinderImpl()
countByG_U_S
public int countByG_U_S(long groupId,
long userId,
int status)
throws SystemException
- Specified by:
countByG_U_S
in interface MBThreadFinder
- Throws:
SystemException
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
countByG_U_MD_S
public int countByG_U_MD_S(long groupId,
long userId,
Date modifiedDate,
int status)
throws SystemException
- Specified by:
countByG_U_MD_S
in interface MBThreadFinder
- Throws:
SystemException
countByG_U_A_S
public int countByG_U_A_S(long groupId,
long userId,
boolean anonymous,
int status)
throws SystemException
- Specified by:
countByG_U_A_S
in interface MBThreadFinder
- Throws:
SystemException
countByS_G_U_S
public int countByS_G_U_S(long groupId,
long userId,
int status)
throws SystemException
- Specified by:
countByS_G_U_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
findByNoAssets
public List<MBThread> findByNoAssets()
throws SystemException
- Specified by:
findByNoAssets
in interface MBThreadFinder
- Throws:
SystemException
findByG_U_S
public List<MBThread> findByG_U_S(long groupId,
long userId,
int status,
int start,
int end)
throws SystemException
- Specified by:
findByG_U_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
findByG_U_MD_S
public List<MBThread> findByG_U_MD_S(long groupId,
long userId,
Date modifiedDate,
int status,
int start,
int end)
throws SystemException
- Specified by:
findByG_U_MD_S
in interface MBThreadFinder
- Throws:
SystemException
findByG_U_A_S
public List<MBThread> findByG_U_A_S(long groupId,
long userId,
boolean anonymous,
int status,
int start,
int end)
throws SystemException
- Specified by:
findByG_U_A_S
in interface MBThreadFinder
- Throws:
SystemException
findByS_G_U_S
public List<MBThread> findByS_G_U_S(long groupId,
long userId,
int status,
int start,
int end)
throws SystemException
- Specified by:
findByS_G_U_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_S
protected int doCountByS_G_U_S(long groupId,
long userId,
int status)
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