com.liferay.portlet.messageboards.service.persistence.impl
Class MBThreadFinderImpl
java.lang.Object
com.liferay.portal.service.persistence.impl.BasePersistenceImpl<MBThread>
com.liferay.portlet.messageboards.service.persistence.impl.MBThreadFinderBaseImpl
com.liferay.portlet.messageboards.service.persistence.impl.MBThreadFinderImpl
- All Implemented Interfaces:
- SessionFactory, BasePersistence<MBThread>, MBThreadFinder
public class MBThreadFinderImpl
- extends MBThreadFinderBaseImpl
- implements MBThreadFinder
| Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
CAST_CLOB_TEXT_OPEN, COUNT_COLUMN_NAME, FINDER_ARGS_EMPTY, listeners, NULL_SAFE_STRING_COMPARATOR, 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(long groupId,
long categoryId,
QueryDefinition<MBThread> queryDefinition)
|
int |
countByG_U_A(long groupId,
long userId,
boolean anonymous,
QueryDefinition<MBThread> queryDefinition)
|
int |
countByG_U_C_A(long groupId,
long userId,
long[] categoryIds,
boolean anonymous,
QueryDefinition<MBThread> queryDefinition)
|
int |
countByG_U_C(long groupId,
long userId,
long[] categoryIds,
QueryDefinition<MBThread> queryDefinition)
|
int |
countByG_U_LPD(long groupId,
long userId,
Date lastPostDate,
QueryDefinition<MBThread> queryDefinition)
|
int |
countByG_U(long groupId,
long userId,
QueryDefinition<MBThread> queryDefinition)
|
int |
countByS_G_U_C(long groupId,
long userId,
long[] categoryIds,
QueryDefinition<MBThread> queryDefinition)
|
int |
countByS_G_U(long groupId,
long userId,
QueryDefinition<MBThread> queryDefinition)
|
protected int |
doCountByG_C(long groupId,
long categoryId,
QueryDefinition<MBThread> queryDefinition,
boolean inlineSQLHelper)
|
protected int |
doCountByS_G_U_C(long groupId,
long userId,
long[] categoryIds,
QueryDefinition<MBThread> queryDefinition,
boolean inlineSQLHelper)
|
protected int |
doCountByS_G_U(long groupId,
long userId,
QueryDefinition<MBThread> queryDefinition)
|
protected List<MBThread> |
doFindByG_C(long groupId,
long categoryId,
QueryDefinition<MBThread> queryDefinition,
boolean inlineSQLHelper)
|
protected List<MBThread> |
doFindByS_G_U_C(long groupId,
long userId,
long[] categoryIds,
QueryDefinition<MBThread> queryDefinition,
boolean inlineSQLHelper)
|
int |
filterCountByG_C(long groupId,
long categoryId)
|
int |
filterCountByG_C(long groupId,
long categoryId,
QueryDefinition<MBThread> queryDefinition)
|
int |
filterCountByS_G_U_C(long groupId,
long userId,
long[] categoryIds,
QueryDefinition<MBThread> queryDefinition)
|
List<MBThread> |
filterFindByG_C(long groupId,
long categoryId,
int start,
int end)
|
List<MBThread> |
filterFindByG_C(long groupId,
long categoryId,
QueryDefinition<MBThread> queryDefinition)
|
List<MBThread> |
filterFindByS_G_U_C(long groupId,
long userId,
long[] categoryIds,
QueryDefinition<MBThread> queryDefinition)
|
List<MBThread> |
findByG_C(long groupId,
long categoryId,
QueryDefinition<MBThread> queryDefinition)
|
List<MBThread> |
findByG_U_A(long groupId,
long userId,
boolean anonymous,
QueryDefinition<MBThread> queryDefinition)
|
List<MBThread> |
findByG_U_C_A(long groupId,
long userId,
long[] categoryIds,
boolean anonymous,
QueryDefinition<MBThread> queryDefinition)
|
List<MBThread> |
findByG_U_C(long groupId,
long userId,
long[] categoryIds,
QueryDefinition<MBThread> queryDefinition)
|
List<MBThread> |
findByG_U_LPD(long groupId,
long userId,
Date lastPostDate,
QueryDefinition<MBThread> queryDefinition)
|
List<MBThread> |
findByG_U(long groupId,
long userId,
QueryDefinition<MBThread> queryDefinition)
|
List<MBThread> |
findByNoAssets()
|
List<MBThread> |
findByS_G_U_C(long groupId,
long userId,
long[] categoryIds,
QueryDefinition<MBThread> queryDefinition)
|
List<MBThread> |
findByS_G_U(long groupId,
long userId,
QueryDefinition<MBThread> queryDefinition)
|
protected String |
updateSQL(String sql,
QueryDefinition<MBThread> queryDefinition)
|
| Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
appendOrderByComparator, appendOrderByComparator, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getClassLoader, getColumnName, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, getTableColumnsMap, openNewSession, openSession, processException, registerListener, remove, remove, removeConjunction, removeImpl, setDataSource, setModelClass, setSessionFactory, unregisterListener, update, update, update, update, updateImpl, updateImpl |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COUNT_BY_G_U
public static final String COUNT_BY_G_U
COUNT_BY_G_C
public static final String COUNT_BY_G_C
COUNT_BY_G_U_C
public static final String COUNT_BY_G_U_C
COUNT_BY_G_U_LPD
public static final String COUNT_BY_G_U_LPD
COUNT_BY_G_U_A
public static final String COUNT_BY_G_U_A
COUNT_BY_S_G_U
public static final String COUNT_BY_S_G_U
COUNT_BY_G_U_C_A
public static final String COUNT_BY_G_U_C_A
COUNT_BY_S_G_U_C
public static final String COUNT_BY_S_G_U_C
FIND_BY_NO_ASSETS
public static final String FIND_BY_NO_ASSETS
FIND_BY_G_U
public static final String FIND_BY_G_U
FIND_BY_G_C
public static final String FIND_BY_G_C
FIND_BY_G_U_C
public static final String FIND_BY_G_U_C
FIND_BY_G_U_LPD
public static final String FIND_BY_G_U_LPD
FIND_BY_G_U_A
public static final String FIND_BY_G_U_A
FIND_BY_S_G_U
public static final String FIND_BY_S_G_U
FIND_BY_G_U_C_A
public static final String FIND_BY_G_U_C_A
FIND_BY_S_G_U_C
public static final String FIND_BY_S_G_U_C
MBThreadFinderImpl
public MBThreadFinderImpl()
countByG_U
public int countByG_U(long groupId,
long userId,
QueryDefinition<MBThread> queryDefinition)
- Specified by:
countByG_U in interface MBThreadFinder
countByG_C
public int countByG_C(long groupId,
long categoryId,
QueryDefinition<MBThread> queryDefinition)
- Specified by:
countByG_C in interface MBThreadFinder
countByG_U_C
public int countByG_U_C(long groupId,
long userId,
long[] categoryIds,
QueryDefinition<MBThread> queryDefinition)
- Specified by:
countByG_U_C in interface MBThreadFinder
countByG_U_LPD
public int countByG_U_LPD(long groupId,
long userId,
Date lastPostDate,
QueryDefinition<MBThread> queryDefinition)
- Specified by:
countByG_U_LPD in interface MBThreadFinder
countByG_U_A
public int countByG_U_A(long groupId,
long userId,
boolean anonymous,
QueryDefinition<MBThread> queryDefinition)
- Specified by:
countByG_U_A in interface MBThreadFinder
countByS_G_U
public int countByS_G_U(long groupId,
long userId,
QueryDefinition<MBThread> queryDefinition)
- Specified by:
countByS_G_U in interface MBThreadFinder
countByG_U_C_A
public int countByG_U_C_A(long groupId,
long userId,
long[] categoryIds,
boolean anonymous,
QueryDefinition<MBThread> queryDefinition)
- Specified by:
countByG_U_C_A in interface MBThreadFinder
countByS_G_U_C
public int countByS_G_U_C(long groupId,
long userId,
long[] categoryIds,
QueryDefinition<MBThread> queryDefinition)
- Specified by:
countByS_G_U_C in interface MBThreadFinder
filterCountByG_C
public int filterCountByG_C(long groupId,
long categoryId)
- Specified by:
filterCountByG_C in interface MBThreadFinder
filterCountByG_C
public int filterCountByG_C(long groupId,
long categoryId,
QueryDefinition<MBThread> queryDefinition)
- Specified by:
filterCountByG_C in interface MBThreadFinder
filterCountByS_G_U_C
public int filterCountByS_G_U_C(long groupId,
long userId,
long[] categoryIds,
QueryDefinition<MBThread> queryDefinition)
- Specified by:
filterCountByS_G_U_C in interface MBThreadFinder
filterFindByG_C
public List<MBThread> filterFindByG_C(long groupId,
long categoryId,
int start,
int end)
- Specified by:
filterFindByG_C in interface MBThreadFinder
filterFindByG_C
public List<MBThread> filterFindByG_C(long groupId,
long categoryId,
QueryDefinition<MBThread> queryDefinition)
- Specified by:
filterFindByG_C in interface MBThreadFinder
filterFindByS_G_U_C
public List<MBThread> filterFindByS_G_U_C(long groupId,
long userId,
long[] categoryIds,
QueryDefinition<MBThread> queryDefinition)
- Specified by:
filterFindByS_G_U_C in interface MBThreadFinder
findByNoAssets
public List<MBThread> findByNoAssets()
- Specified by:
findByNoAssets in interface MBThreadFinder
findByG_U
public List<MBThread> findByG_U(long groupId,
long userId,
QueryDefinition<MBThread> queryDefinition)
- Specified by:
findByG_U in interface MBThreadFinder
findByG_C
public List<MBThread> findByG_C(long groupId,
long categoryId,
QueryDefinition<MBThread> queryDefinition)
- Specified by:
findByG_C in interface MBThreadFinder
findByG_U_C
public List<MBThread> findByG_U_C(long groupId,
long userId,
long[] categoryIds,
QueryDefinition<MBThread> queryDefinition)
- Specified by:
findByG_U_C in interface MBThreadFinder
findByG_U_LPD
public List<MBThread> findByG_U_LPD(long groupId,
long userId,
Date lastPostDate,
QueryDefinition<MBThread> queryDefinition)
- Specified by:
findByG_U_LPD in interface MBThreadFinder
findByG_U_A
public List<MBThread> findByG_U_A(long groupId,
long userId,
boolean anonymous,
QueryDefinition<MBThread> queryDefinition)
- Specified by:
findByG_U_A in interface MBThreadFinder
findByS_G_U
public List<MBThread> findByS_G_U(long groupId,
long userId,
QueryDefinition<MBThread> queryDefinition)
- Specified by:
findByS_G_U in interface MBThreadFinder
findByG_U_C_A
public List<MBThread> findByG_U_C_A(long groupId,
long userId,
long[] categoryIds,
boolean anonymous,
QueryDefinition<MBThread> queryDefinition)
- Specified by:
findByG_U_C_A in interface MBThreadFinder
findByS_G_U_C
public List<MBThread> findByS_G_U_C(long groupId,
long userId,
long[] categoryIds,
QueryDefinition<MBThread> queryDefinition)
- Specified by:
findByS_G_U_C in interface MBThreadFinder
doCountByG_C
protected int doCountByG_C(long groupId,
long categoryId,
QueryDefinition<MBThread> queryDefinition,
boolean inlineSQLHelper)
doCountByS_G_U
protected int doCountByS_G_U(long groupId,
long userId,
QueryDefinition<MBThread> queryDefinition)
doCountByS_G_U_C
protected int doCountByS_G_U_C(long groupId,
long userId,
long[] categoryIds,
QueryDefinition<MBThread> queryDefinition,
boolean inlineSQLHelper)
doFindByG_C
protected List<MBThread> doFindByG_C(long groupId,
long categoryId,
QueryDefinition<MBThread> queryDefinition,
boolean inlineSQLHelper)
doFindByS_G_U_C
protected List<MBThread> doFindByS_G_U_C(long groupId,
long userId,
long[] categoryIds,
QueryDefinition<MBThread> queryDefinition,
boolean inlineSQLHelper)
updateSQL
protected String updateSQL(String sql,
QueryDefinition<MBThread> queryDefinition)