public class MBThreadFinderImpl extends MBThreadFinderBaseImpl implements com.liferay.message.boards.kernel.service.persistence.MBThreadFinder
| Modifier and Type | Field and Description |
|---|---|
static String |
COUNT_BY_G_C |
static String |
COUNT_BY_G_U |
static String |
COUNT_BY_G_U_A |
static String |
COUNT_BY_G_U_C |
static String |
COUNT_BY_G_U_C_A |
static String |
COUNT_BY_G_U_LPD |
static String |
COUNT_BY_S_G_U |
static String |
COUNT_BY_S_G_U_C |
static String |
FIND_BY_G_C |
static String |
FIND_BY_G_U |
static String |
FIND_BY_G_U_A |
static String |
FIND_BY_G_U_C |
static String |
FIND_BY_G_U_C_A |
static String |
FIND_BY_G_U_LPD |
static String |
FIND_BY_NO_ASSETS |
static String |
FIND_BY_S_G_U |
static String |
FIND_BY_S_G_U_C |
mbThreadPersistenceCAST_CLOB_TEXT_OPEN, COUNT_COLUMN_NAME, FINDER_ARGS_EMPTY, listeners, NULL_SAFE_STRING_COMPARATOR, nullModel, 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| Constructor and Description |
|---|
MBThreadFinderImpl() |
| Modifier and Type | Method and Description |
|---|---|
int |
countByG_C(long groupId,
long categoryId,
com.liferay.portal.kernel.dao.orm.QueryDefinition<com.liferay.message.boards.kernel.model.MBThread> queryDefinition) |
int |
countByG_U_A(long groupId,
long userId,
boolean anonymous,
com.liferay.portal.kernel.dao.orm.QueryDefinition<com.liferay.message.boards.kernel.model.MBThread> queryDefinition) |
int |
countByG_U_C_A(long groupId,
long userId,
long[] categoryIds,
boolean anonymous,
com.liferay.portal.kernel.dao.orm.QueryDefinition<com.liferay.message.boards.kernel.model.MBThread> queryDefinition) |
int |
countByG_U_C(long groupId,
long userId,
long[] categoryIds,
com.liferay.portal.kernel.dao.orm.QueryDefinition<com.liferay.message.boards.kernel.model.MBThread> queryDefinition) |
int |
countByG_U_LPD(long groupId,
long userId,
Date lastPostDate,
com.liferay.portal.kernel.dao.orm.QueryDefinition<com.liferay.message.boards.kernel.model.MBThread> queryDefinition) |
int |
countByG_U(long groupId,
long userId,
com.liferay.portal.kernel.dao.orm.QueryDefinition<com.liferay.message.boards.kernel.model.MBThread> queryDefinition) |
int |
countByS_G_U_C(long groupId,
long userId,
long[] categoryIds,
com.liferay.portal.kernel.dao.orm.QueryDefinition<com.liferay.message.boards.kernel.model.MBThread> queryDefinition) |
int |
countByS_G_U(long groupId,
long userId,
com.liferay.portal.kernel.dao.orm.QueryDefinition<com.liferay.message.boards.kernel.model.MBThread> queryDefinition) |
protected int |
doCountByG_C(long groupId,
long categoryId,
com.liferay.portal.kernel.dao.orm.QueryDefinition<com.liferay.message.boards.kernel.model.MBThread> queryDefinition,
boolean inlineSQLHelper) |
protected int |
doCountByS_G_U_C(long groupId,
long userId,
long[] categoryIds,
com.liferay.portal.kernel.dao.orm.QueryDefinition<com.liferay.message.boards.kernel.model.MBThread> queryDefinition,
boolean inlineSQLHelper) |
protected int |
doCountByS_G_U(long groupId,
long userId,
com.liferay.portal.kernel.dao.orm.QueryDefinition<com.liferay.message.boards.kernel.model.MBThread> queryDefinition) |
protected List<com.liferay.message.boards.kernel.model.MBThread> |
doFindByG_C(long groupId,
long categoryId,
com.liferay.portal.kernel.dao.orm.QueryDefinition<com.liferay.message.boards.kernel.model.MBThread> queryDefinition,
boolean inlineSQLHelper) |
protected List<com.liferay.message.boards.kernel.model.MBThread> |
doFindByS_G_U_C(long groupId,
long userId,
long[] categoryIds,
com.liferay.portal.kernel.dao.orm.QueryDefinition<com.liferay.message.boards.kernel.model.MBThread> queryDefinition,
boolean inlineSQLHelper) |
int |
filterCountByG_C(long groupId,
long categoryId) |
int |
filterCountByG_C(long groupId,
long categoryId,
com.liferay.portal.kernel.dao.orm.QueryDefinition<com.liferay.message.boards.kernel.model.MBThread> queryDefinition) |
int |
filterCountByS_G_U_C(long groupId,
long userId,
long[] categoryIds,
com.liferay.portal.kernel.dao.orm.QueryDefinition<com.liferay.message.boards.kernel.model.MBThread> queryDefinition) |
List<com.liferay.message.boards.kernel.model.MBThread> |
filterFindByG_C(long groupId,
long categoryId,
int start,
int end) |
List<com.liferay.message.boards.kernel.model.MBThread> |
filterFindByG_C(long groupId,
long categoryId,
com.liferay.portal.kernel.dao.orm.QueryDefinition<com.liferay.message.boards.kernel.model.MBThread> queryDefinition) |
List<com.liferay.message.boards.kernel.model.MBThread> |
filterFindByS_G_U_C(long groupId,
long userId,
long[] categoryIds,
com.liferay.portal.kernel.dao.orm.QueryDefinition<com.liferay.message.boards.kernel.model.MBThread> queryDefinition) |
List<com.liferay.message.boards.kernel.model.MBThread> |
findByG_C(long groupId,
long categoryId,
com.liferay.portal.kernel.dao.orm.QueryDefinition<com.liferay.message.boards.kernel.model.MBThread> queryDefinition) |
List<com.liferay.message.boards.kernel.model.MBThread> |
findByG_U_A(long groupId,
long userId,
boolean anonymous,
com.liferay.portal.kernel.dao.orm.QueryDefinition<com.liferay.message.boards.kernel.model.MBThread> queryDefinition) |
List<com.liferay.message.boards.kernel.model.MBThread> |
findByG_U_C_A(long groupId,
long userId,
long[] categoryIds,
boolean anonymous,
com.liferay.portal.kernel.dao.orm.QueryDefinition<com.liferay.message.boards.kernel.model.MBThread> queryDefinition) |
List<com.liferay.message.boards.kernel.model.MBThread> |
findByG_U_C(long groupId,
long userId,
long[] categoryIds,
com.liferay.portal.kernel.dao.orm.QueryDefinition<com.liferay.message.boards.kernel.model.MBThread> queryDefinition) |
List<com.liferay.message.boards.kernel.model.MBThread> |
findByG_U_LPD(long groupId,
long userId,
Date lastPostDate,
com.liferay.portal.kernel.dao.orm.QueryDefinition<com.liferay.message.boards.kernel.model.MBThread> queryDefinition) |
List<com.liferay.message.boards.kernel.model.MBThread> |
findByG_U(long groupId,
long userId,
com.liferay.portal.kernel.dao.orm.QueryDefinition<com.liferay.message.boards.kernel.model.MBThread> queryDefinition) |
List<com.liferay.message.boards.kernel.model.MBThread> |
findByNoAssets() |
List<com.liferay.message.boards.kernel.model.MBThread> |
findByS_G_U_C(long groupId,
long userId,
long[] categoryIds,
com.liferay.portal.kernel.dao.orm.QueryDefinition<com.liferay.message.boards.kernel.model.MBThread> queryDefinition) |
List<com.liferay.message.boards.kernel.model.MBThread> |
findByS_G_U(long groupId,
long userId,
com.liferay.portal.kernel.dao.orm.QueryDefinition<com.liferay.message.boards.kernel.model.MBThread> queryDefinition) |
protected String |
updateSQL(String sql,
com.liferay.portal.kernel.dao.orm.QueryDefinition<com.liferay.message.boards.kernel.model.MBThread> queryDefinition) |
getBadColumnNames, getMBThreadPersistence, setMBThreadPersistenceappendOrderByComparator, 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, updateImplpublic static final String COUNT_BY_G_U
public static final String COUNT_BY_G_C
public static final String COUNT_BY_G_U_C
public static final String COUNT_BY_G_U_LPD
public static final String COUNT_BY_G_U_A
public static final String COUNT_BY_S_G_U
public static final String COUNT_BY_G_U_C_A
public static final String COUNT_BY_S_G_U_C
public static final String FIND_BY_NO_ASSETS
public static final String FIND_BY_G_U
public static final String FIND_BY_G_C
public static final String FIND_BY_G_U_C
public static final String FIND_BY_G_U_LPD
public static final String FIND_BY_G_U_A
public static final String FIND_BY_S_G_U
public static final String FIND_BY_G_U_C_A
public static final String FIND_BY_S_G_U_C
public int countByG_U(long groupId,
long userId,
com.liferay.portal.kernel.dao.orm.QueryDefinition<com.liferay.message.boards.kernel.model.MBThread> queryDefinition)
countByG_U in interface com.liferay.message.boards.kernel.service.persistence.MBThreadFinderpublic int countByG_C(long groupId,
long categoryId,
com.liferay.portal.kernel.dao.orm.QueryDefinition<com.liferay.message.boards.kernel.model.MBThread> queryDefinition)
countByG_C in interface com.liferay.message.boards.kernel.service.persistence.MBThreadFinderpublic int countByG_U_C(long groupId,
long userId,
long[] categoryIds,
com.liferay.portal.kernel.dao.orm.QueryDefinition<com.liferay.message.boards.kernel.model.MBThread> queryDefinition)
countByG_U_C in interface com.liferay.message.boards.kernel.service.persistence.MBThreadFinderpublic int countByG_U_LPD(long groupId,
long userId,
Date lastPostDate,
com.liferay.portal.kernel.dao.orm.QueryDefinition<com.liferay.message.boards.kernel.model.MBThread> queryDefinition)
countByG_U_LPD in interface com.liferay.message.boards.kernel.service.persistence.MBThreadFinderpublic int countByG_U_A(long groupId,
long userId,
boolean anonymous,
com.liferay.portal.kernel.dao.orm.QueryDefinition<com.liferay.message.boards.kernel.model.MBThread> queryDefinition)
countByG_U_A in interface com.liferay.message.boards.kernel.service.persistence.MBThreadFinderpublic int countByS_G_U(long groupId,
long userId,
com.liferay.portal.kernel.dao.orm.QueryDefinition<com.liferay.message.boards.kernel.model.MBThread> queryDefinition)
countByS_G_U in interface com.liferay.message.boards.kernel.service.persistence.MBThreadFinderpublic int countByG_U_C_A(long groupId,
long userId,
long[] categoryIds,
boolean anonymous,
com.liferay.portal.kernel.dao.orm.QueryDefinition<com.liferay.message.boards.kernel.model.MBThread> queryDefinition)
countByG_U_C_A in interface com.liferay.message.boards.kernel.service.persistence.MBThreadFinderpublic int countByS_G_U_C(long groupId,
long userId,
long[] categoryIds,
com.liferay.portal.kernel.dao.orm.QueryDefinition<com.liferay.message.boards.kernel.model.MBThread> queryDefinition)
countByS_G_U_C in interface com.liferay.message.boards.kernel.service.persistence.MBThreadFinderpublic int filterCountByG_C(long groupId,
long categoryId)
filterCountByG_C in interface com.liferay.message.boards.kernel.service.persistence.MBThreadFinderpublic int filterCountByG_C(long groupId,
long categoryId,
com.liferay.portal.kernel.dao.orm.QueryDefinition<com.liferay.message.boards.kernel.model.MBThread> queryDefinition)
filterCountByG_C in interface com.liferay.message.boards.kernel.service.persistence.MBThreadFinderpublic int filterCountByS_G_U_C(long groupId,
long userId,
long[] categoryIds,
com.liferay.portal.kernel.dao.orm.QueryDefinition<com.liferay.message.boards.kernel.model.MBThread> queryDefinition)
filterCountByS_G_U_C in interface com.liferay.message.boards.kernel.service.persistence.MBThreadFinderpublic List<com.liferay.message.boards.kernel.model.MBThread> filterFindByG_C(long groupId, long categoryId, int start, int end)
filterFindByG_C in interface com.liferay.message.boards.kernel.service.persistence.MBThreadFinderpublic List<com.liferay.message.boards.kernel.model.MBThread> filterFindByG_C(long groupId, long categoryId, com.liferay.portal.kernel.dao.orm.QueryDefinition<com.liferay.message.boards.kernel.model.MBThread> queryDefinition)
filterFindByG_C in interface com.liferay.message.boards.kernel.service.persistence.MBThreadFinderpublic List<com.liferay.message.boards.kernel.model.MBThread> filterFindByS_G_U_C(long groupId, long userId, long[] categoryIds, com.liferay.portal.kernel.dao.orm.QueryDefinition<com.liferay.message.boards.kernel.model.MBThread> queryDefinition)
filterFindByS_G_U_C in interface com.liferay.message.boards.kernel.service.persistence.MBThreadFinderpublic List<com.liferay.message.boards.kernel.model.MBThread> findByNoAssets()
findByNoAssets in interface com.liferay.message.boards.kernel.service.persistence.MBThreadFinderpublic List<com.liferay.message.boards.kernel.model.MBThread> findByG_U(long groupId, long userId, com.liferay.portal.kernel.dao.orm.QueryDefinition<com.liferay.message.boards.kernel.model.MBThread> queryDefinition)
findByG_U in interface com.liferay.message.boards.kernel.service.persistence.MBThreadFinderpublic List<com.liferay.message.boards.kernel.model.MBThread> findByG_C(long groupId, long categoryId, com.liferay.portal.kernel.dao.orm.QueryDefinition<com.liferay.message.boards.kernel.model.MBThread> queryDefinition)
findByG_C in interface com.liferay.message.boards.kernel.service.persistence.MBThreadFinderpublic List<com.liferay.message.boards.kernel.model.MBThread> findByG_U_C(long groupId, long userId, long[] categoryIds, com.liferay.portal.kernel.dao.orm.QueryDefinition<com.liferay.message.boards.kernel.model.MBThread> queryDefinition)
findByG_U_C in interface com.liferay.message.boards.kernel.service.persistence.MBThreadFinderpublic List<com.liferay.message.boards.kernel.model.MBThread> findByG_U_LPD(long groupId, long userId, Date lastPostDate, com.liferay.portal.kernel.dao.orm.QueryDefinition<com.liferay.message.boards.kernel.model.MBThread> queryDefinition)
findByG_U_LPD in interface com.liferay.message.boards.kernel.service.persistence.MBThreadFinderpublic List<com.liferay.message.boards.kernel.model.MBThread> findByG_U_A(long groupId, long userId, boolean anonymous, com.liferay.portal.kernel.dao.orm.QueryDefinition<com.liferay.message.boards.kernel.model.MBThread> queryDefinition)
findByG_U_A in interface com.liferay.message.boards.kernel.service.persistence.MBThreadFinderpublic List<com.liferay.message.boards.kernel.model.MBThread> findByS_G_U(long groupId, long userId, com.liferay.portal.kernel.dao.orm.QueryDefinition<com.liferay.message.boards.kernel.model.MBThread> queryDefinition)
findByS_G_U in interface com.liferay.message.boards.kernel.service.persistence.MBThreadFinderpublic List<com.liferay.message.boards.kernel.model.MBThread> findByG_U_C_A(long groupId, long userId, long[] categoryIds, boolean anonymous, com.liferay.portal.kernel.dao.orm.QueryDefinition<com.liferay.message.boards.kernel.model.MBThread> queryDefinition)
findByG_U_C_A in interface com.liferay.message.boards.kernel.service.persistence.MBThreadFinderpublic List<com.liferay.message.boards.kernel.model.MBThread> findByS_G_U_C(long groupId, long userId, long[] categoryIds, com.liferay.portal.kernel.dao.orm.QueryDefinition<com.liferay.message.boards.kernel.model.MBThread> queryDefinition)
findByS_G_U_C in interface com.liferay.message.boards.kernel.service.persistence.MBThreadFinderprotected int doCountByG_C(long groupId,
long categoryId,
com.liferay.portal.kernel.dao.orm.QueryDefinition<com.liferay.message.boards.kernel.model.MBThread> queryDefinition,
boolean inlineSQLHelper)
protected int doCountByS_G_U(long groupId,
long userId,
com.liferay.portal.kernel.dao.orm.QueryDefinition<com.liferay.message.boards.kernel.model.MBThread> queryDefinition)
protected int doCountByS_G_U_C(long groupId,
long userId,
long[] categoryIds,
com.liferay.portal.kernel.dao.orm.QueryDefinition<com.liferay.message.boards.kernel.model.MBThread> queryDefinition,
boolean inlineSQLHelper)
protected List<com.liferay.message.boards.kernel.model.MBThread> doFindByG_C(long groupId, long categoryId, com.liferay.portal.kernel.dao.orm.QueryDefinition<com.liferay.message.boards.kernel.model.MBThread> queryDefinition, boolean inlineSQLHelper)
protected List<com.liferay.message.boards.kernel.model.MBThread> doFindByS_G_U_C(long groupId, long userId, long[] categoryIds, com.liferay.portal.kernel.dao.orm.QueryDefinition<com.liferay.message.boards.kernel.model.MBThread> queryDefinition, boolean inlineSQLHelper)