public class MBThreadFinderImpl
extends com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.messageboards.model.MBThread>
implements com.liferay.portlet.messageboards.service.persistence.MBThreadFinder
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COUNT_BY_G_C |
static java.lang.String |
COUNT_BY_G_U |
static java.lang.String |
COUNT_BY_G_U_A |
static java.lang.String |
COUNT_BY_G_U_C |
static java.lang.String |
COUNT_BY_G_U_C_A |
static java.lang.String |
COUNT_BY_G_U_LPD |
static java.lang.String |
COUNT_BY_S_G_U |
static java.lang.String |
COUNT_BY_S_G_U_C |
static java.lang.String |
FIND_BY_G_C |
static java.lang.String |
FIND_BY_G_U |
static java.lang.String |
FIND_BY_G_U_A |
static java.lang.String |
FIND_BY_G_U_C |
static java.lang.String |
FIND_BY_G_U_C_A |
static java.lang.String |
FIND_BY_G_U_LPD |
static java.lang.String |
FIND_BY_NO_ASSETS |
static java.lang.String |
FIND_BY_S_G_U |
static java.lang.String |
FIND_BY_S_G_U_C |
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| Constructor and Description |
|---|
MBThreadFinderImpl() |
| Modifier and Type | Method and Description |
|---|---|
int |
countByG_C(long groupId,
long categoryId,
com.liferay.portal.kernel.dao.orm.QueryDefinition queryDefinition) |
int |
countByG_U_A(long groupId,
long userId,
boolean anonymous,
com.liferay.portal.kernel.dao.orm.QueryDefinition queryDefinition) |
int |
countByG_U_C_A(long groupId,
long userId,
long[] categoryIds,
boolean anonymous,
com.liferay.portal.kernel.dao.orm.QueryDefinition queryDefinition) |
int |
countByG_U_C(long groupId,
long userId,
long[] categoryIds,
com.liferay.portal.kernel.dao.orm.QueryDefinition queryDefinition) |
int |
countByG_U_LPD(long groupId,
long userId,
java.util.Date lastPostDate,
com.liferay.portal.kernel.dao.orm.QueryDefinition queryDefinition) |
int |
countByG_U(long groupId,
long userId,
com.liferay.portal.kernel.dao.orm.QueryDefinition queryDefinition) |
int |
countByS_G_U_C(long groupId,
long userId,
long[] categoryIds,
com.liferay.portal.kernel.dao.orm.QueryDefinition queryDefinition) |
int |
countByS_G_U(long groupId,
long userId,
com.liferay.portal.kernel.dao.orm.QueryDefinition queryDefinition) |
protected int |
doCountByG_C(long groupId,
long categoryId,
com.liferay.portal.kernel.dao.orm.QueryDefinition queryDefinition,
boolean inlineSQLHelper) |
protected int |
doCountByS_G_U_C(long groupId,
long userId,
long[] categoryIds,
com.liferay.portal.kernel.dao.orm.QueryDefinition queryDefinition,
boolean inlineSQLHelper) |
protected int |
doCountByS_G_U(long groupId,
long userId,
com.liferay.portal.kernel.dao.orm.QueryDefinition queryDefinition) |
protected java.util.List<com.liferay.portlet.messageboards.model.MBThread> |
doFindByG_C(long groupId,
long categoryId,
com.liferay.portal.kernel.dao.orm.QueryDefinition queryDefinition,
boolean inlineSQLHelper) |
protected java.util.List<com.liferay.portlet.messageboards.model.MBThread> |
doFindByS_G_U_C(long groupId,
long userId,
long[] categoryIds,
com.liferay.portal.kernel.dao.orm.QueryDefinition queryDefinition,
boolean inlineSQLHelper) |
int |
filterCountByG_C(long groupId,
long categoryId) |
int |
filterCountByG_C(long groupId,
long categoryId,
com.liferay.portal.kernel.dao.orm.QueryDefinition queryDefinition) |
int |
filterCountByS_G_U_C(long groupId,
long userId,
long[] categoryIds,
com.liferay.portal.kernel.dao.orm.QueryDefinition queryDefinition) |
java.util.List<com.liferay.portlet.messageboards.model.MBThread> |
filterFindByG_C(long groupId,
long categoryId,
int start,
int end) |
java.util.List<com.liferay.portlet.messageboards.model.MBThread> |
filterFindByG_C(long groupId,
long categoryId,
com.liferay.portal.kernel.dao.orm.QueryDefinition queryDefinition) |
java.util.List<com.liferay.portlet.messageboards.model.MBThread> |
filterFindByS_G_U_C(long groupId,
long userId,
long[] categoryIds,
com.liferay.portal.kernel.dao.orm.QueryDefinition queryDefinition) |
java.util.List<com.liferay.portlet.messageboards.model.MBThread> |
findByG_C(long groupId,
long categoryId,
com.liferay.portal.kernel.dao.orm.QueryDefinition queryDefinition) |
java.util.List<com.liferay.portlet.messageboards.model.MBThread> |
findByG_U_A(long groupId,
long userId,
boolean anonymous,
com.liferay.portal.kernel.dao.orm.QueryDefinition queryDefinition) |
java.util.List<com.liferay.portlet.messageboards.model.MBThread> |
findByG_U_C_A(long groupId,
long userId,
long[] categoryIds,
boolean anonymous,
com.liferay.portal.kernel.dao.orm.QueryDefinition queryDefinition) |
java.util.List<com.liferay.portlet.messageboards.model.MBThread> |
findByG_U_C(long groupId,
long userId,
long[] categoryIds,
com.liferay.portal.kernel.dao.orm.QueryDefinition queryDefinition) |
java.util.List<com.liferay.portlet.messageboards.model.MBThread> |
findByG_U_LPD(long groupId,
long userId,
java.util.Date lastPostDate,
com.liferay.portal.kernel.dao.orm.QueryDefinition queryDefinition) |
java.util.List<com.liferay.portlet.messageboards.model.MBThread> |
findByG_U(long groupId,
long userId,
com.liferay.portal.kernel.dao.orm.QueryDefinition queryDefinition) |
java.util.List<com.liferay.portlet.messageboards.model.MBThread> |
findByNoAssets() |
java.util.List<com.liferay.portlet.messageboards.model.MBThread> |
findByS_G_U_C(long groupId,
long userId,
long[] categoryIds,
com.liferay.portal.kernel.dao.orm.QueryDefinition queryDefinition) |
java.util.List<com.liferay.portlet.messageboards.model.MBThread> |
findByS_G_U(long groupId,
long userId,
com.liferay.portal.kernel.dao.orm.QueryDefinition queryDefinition) |
protected java.lang.String |
updateSQL(java.lang.String sql,
com.liferay.portal.kernel.dao.orm.QueryDefinition queryDefinition) |
appendOrderByComparator, appendOrderByComparator, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getClassLoader, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openNewSession, openSession, processException, registerListener, remove, remove, removeConjunction, removeImpl, setDataSource, setModelClass, setSessionFactory, unregisterListener, update, update, update, update, updateImpl, updateImplpublic static final java.lang.String COUNT_BY_G_U
public static final java.lang.String COUNT_BY_G_C
public static final java.lang.String COUNT_BY_G_U_C
public static final java.lang.String COUNT_BY_G_U_LPD
public static final java.lang.String COUNT_BY_G_U_A
public static final java.lang.String COUNT_BY_S_G_U
public static final java.lang.String COUNT_BY_G_U_C_A
public static final java.lang.String COUNT_BY_S_G_U_C
public static final java.lang.String FIND_BY_NO_ASSETS
public static final java.lang.String FIND_BY_G_U
public static final java.lang.String FIND_BY_G_C
public static final java.lang.String FIND_BY_G_U_C
public static final java.lang.String FIND_BY_G_U_LPD
public static final java.lang.String FIND_BY_G_U_A
public static final java.lang.String FIND_BY_S_G_U
public static final java.lang.String FIND_BY_G_U_C_A
public static final java.lang.String FIND_BY_S_G_U_C
public int countByG_U(long groupId,
long userId,
com.liferay.portal.kernel.dao.orm.QueryDefinition queryDefinition)
throws com.liferay.portal.kernel.exception.SystemException
countByG_U in interface com.liferay.portlet.messageboards.service.persistence.MBThreadFindercom.liferay.portal.kernel.exception.SystemExceptionpublic int countByG_C(long groupId,
long categoryId,
com.liferay.portal.kernel.dao.orm.QueryDefinition queryDefinition)
throws com.liferay.portal.kernel.exception.SystemException
countByG_C in interface com.liferay.portlet.messageboards.service.persistence.MBThreadFindercom.liferay.portal.kernel.exception.SystemExceptionpublic int countByG_U_C(long groupId,
long userId,
long[] categoryIds,
com.liferay.portal.kernel.dao.orm.QueryDefinition queryDefinition)
throws com.liferay.portal.kernel.exception.SystemException
countByG_U_C in interface com.liferay.portlet.messageboards.service.persistence.MBThreadFindercom.liferay.portal.kernel.exception.SystemExceptionpublic int countByG_U_LPD(long groupId,
long userId,
java.util.Date lastPostDate,
com.liferay.portal.kernel.dao.orm.QueryDefinition queryDefinition)
throws com.liferay.portal.kernel.exception.SystemException
countByG_U_LPD in interface com.liferay.portlet.messageboards.service.persistence.MBThreadFindercom.liferay.portal.kernel.exception.SystemExceptionpublic int countByG_U_A(long groupId,
long userId,
boolean anonymous,
com.liferay.portal.kernel.dao.orm.QueryDefinition queryDefinition)
throws com.liferay.portal.kernel.exception.SystemException
countByG_U_A in interface com.liferay.portlet.messageboards.service.persistence.MBThreadFindercom.liferay.portal.kernel.exception.SystemExceptionpublic int countByS_G_U(long groupId,
long userId,
com.liferay.portal.kernel.dao.orm.QueryDefinition queryDefinition)
throws com.liferay.portal.kernel.exception.SystemException
countByS_G_U in interface com.liferay.portlet.messageboards.service.persistence.MBThreadFindercom.liferay.portal.kernel.exception.SystemExceptionpublic int countByG_U_C_A(long groupId,
long userId,
long[] categoryIds,
boolean anonymous,
com.liferay.portal.kernel.dao.orm.QueryDefinition queryDefinition)
throws com.liferay.portal.kernel.exception.SystemException
countByG_U_C_A in interface com.liferay.portlet.messageboards.service.persistence.MBThreadFindercom.liferay.portal.kernel.exception.SystemExceptionpublic int countByS_G_U_C(long groupId,
long userId,
long[] categoryIds,
com.liferay.portal.kernel.dao.orm.QueryDefinition queryDefinition)
throws com.liferay.portal.kernel.exception.SystemException
countByS_G_U_C in interface com.liferay.portlet.messageboards.service.persistence.MBThreadFindercom.liferay.portal.kernel.exception.SystemExceptionpublic int filterCountByG_C(long groupId,
long categoryId)
throws com.liferay.portal.kernel.exception.SystemException
filterCountByG_C in interface com.liferay.portlet.messageboards.service.persistence.MBThreadFindercom.liferay.portal.kernel.exception.SystemExceptionpublic int filterCountByG_C(long groupId,
long categoryId,
com.liferay.portal.kernel.dao.orm.QueryDefinition queryDefinition)
throws com.liferay.portal.kernel.exception.SystemException
filterCountByG_C in interface com.liferay.portlet.messageboards.service.persistence.MBThreadFindercom.liferay.portal.kernel.exception.SystemExceptionpublic int filterCountByS_G_U_C(long groupId,
long userId,
long[] categoryIds,
com.liferay.portal.kernel.dao.orm.QueryDefinition queryDefinition)
throws com.liferay.portal.kernel.exception.SystemException
filterCountByS_G_U_C in interface com.liferay.portlet.messageboards.service.persistence.MBThreadFindercom.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<com.liferay.portlet.messageboards.model.MBThread> filterFindByG_C(long groupId,
long categoryId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
filterFindByG_C in interface com.liferay.portlet.messageboards.service.persistence.MBThreadFindercom.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<com.liferay.portlet.messageboards.model.MBThread> filterFindByG_C(long groupId,
long categoryId,
com.liferay.portal.kernel.dao.orm.QueryDefinition queryDefinition)
throws com.liferay.portal.kernel.exception.SystemException
filterFindByG_C in interface com.liferay.portlet.messageboards.service.persistence.MBThreadFindercom.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<com.liferay.portlet.messageboards.model.MBThread> filterFindByS_G_U_C(long groupId,
long userId,
long[] categoryIds,
com.liferay.portal.kernel.dao.orm.QueryDefinition queryDefinition)
throws com.liferay.portal.kernel.exception.SystemException
filterFindByS_G_U_C in interface com.liferay.portlet.messageboards.service.persistence.MBThreadFindercom.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<com.liferay.portlet.messageboards.model.MBThread> findByNoAssets()
throws com.liferay.portal.kernel.exception.SystemException
findByNoAssets in interface com.liferay.portlet.messageboards.service.persistence.MBThreadFindercom.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<com.liferay.portlet.messageboards.model.MBThread> findByG_U(long groupId,
long userId,
com.liferay.portal.kernel.dao.orm.QueryDefinition queryDefinition)
throws com.liferay.portal.kernel.exception.SystemException
findByG_U in interface com.liferay.portlet.messageboards.service.persistence.MBThreadFindercom.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<com.liferay.portlet.messageboards.model.MBThread> findByG_C(long groupId,
long categoryId,
com.liferay.portal.kernel.dao.orm.QueryDefinition queryDefinition)
throws com.liferay.portal.kernel.exception.SystemException
findByG_C in interface com.liferay.portlet.messageboards.service.persistence.MBThreadFindercom.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<com.liferay.portlet.messageboards.model.MBThread> findByG_U_C(long groupId,
long userId,
long[] categoryIds,
com.liferay.portal.kernel.dao.orm.QueryDefinition queryDefinition)
throws com.liferay.portal.kernel.exception.SystemException
findByG_U_C in interface com.liferay.portlet.messageboards.service.persistence.MBThreadFindercom.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<com.liferay.portlet.messageboards.model.MBThread> findByG_U_LPD(long groupId,
long userId,
java.util.Date lastPostDate,
com.liferay.portal.kernel.dao.orm.QueryDefinition queryDefinition)
throws com.liferay.portal.kernel.exception.SystemException
findByG_U_LPD in interface com.liferay.portlet.messageboards.service.persistence.MBThreadFindercom.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<com.liferay.portlet.messageboards.model.MBThread> findByG_U_A(long groupId,
long userId,
boolean anonymous,
com.liferay.portal.kernel.dao.orm.QueryDefinition queryDefinition)
throws com.liferay.portal.kernel.exception.SystemException
findByG_U_A in interface com.liferay.portlet.messageboards.service.persistence.MBThreadFindercom.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<com.liferay.portlet.messageboards.model.MBThread> findByS_G_U(long groupId,
long userId,
com.liferay.portal.kernel.dao.orm.QueryDefinition queryDefinition)
throws com.liferay.portal.kernel.exception.SystemException
findByS_G_U in interface com.liferay.portlet.messageboards.service.persistence.MBThreadFindercom.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<com.liferay.portlet.messageboards.model.MBThread> findByG_U_C_A(long groupId,
long userId,
long[] categoryIds,
boolean anonymous,
com.liferay.portal.kernel.dao.orm.QueryDefinition queryDefinition)
throws com.liferay.portal.kernel.exception.SystemException
findByG_U_C_A in interface com.liferay.portlet.messageboards.service.persistence.MBThreadFindercom.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<com.liferay.portlet.messageboards.model.MBThread> findByS_G_U_C(long groupId,
long userId,
long[] categoryIds,
com.liferay.portal.kernel.dao.orm.QueryDefinition queryDefinition)
throws com.liferay.portal.kernel.exception.SystemException
findByS_G_U_C in interface com.liferay.portlet.messageboards.service.persistence.MBThreadFindercom.liferay.portal.kernel.exception.SystemExceptionprotected int doCountByG_C(long groupId,
long categoryId,
com.liferay.portal.kernel.dao.orm.QueryDefinition queryDefinition,
boolean inlineSQLHelper)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionprotected int doCountByS_G_U(long groupId,
long userId,
com.liferay.portal.kernel.dao.orm.QueryDefinition queryDefinition)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionprotected int doCountByS_G_U_C(long groupId,
long userId,
long[] categoryIds,
com.liferay.portal.kernel.dao.orm.QueryDefinition queryDefinition,
boolean inlineSQLHelper)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionprotected java.util.List<com.liferay.portlet.messageboards.model.MBThread> doFindByG_C(long groupId,
long categoryId,
com.liferay.portal.kernel.dao.orm.QueryDefinition queryDefinition,
boolean inlineSQLHelper)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionprotected java.util.List<com.liferay.portlet.messageboards.model.MBThread> doFindByS_G_U_C(long groupId,
long userId,
long[] categoryIds,
com.liferay.portal.kernel.dao.orm.QueryDefinition queryDefinition,
boolean inlineSQLHelper)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionprotected java.lang.String updateSQL(java.lang.String sql,
com.liferay.portal.kernel.dao.orm.QueryDefinition queryDefinition)