public class MBMessageFinderImpl
extends com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.messageboards.model.MBMessage>
implements com.liferay.portlet.messageboards.service.persistence.MBMessageFinder
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COUNT_BY_C_T |
static java.lang.String |
COUNT_BY_G_U_C_A_S |
static java.lang.String |
COUNT_BY_G_U_C_S |
static java.lang.String |
COUNT_BY_G_U_MD_C_S |
static java.lang.String |
FIND_BY_G_U_C_A_S |
static java.lang.String |
FIND_BY_G_U_C_S |
static java.lang.String |
FIND_BY_G_U_MD_C_S |
static java.lang.String |
FIND_BY_NO_ASSETS |
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 |
|---|
MBMessageFinderImpl() |
| Modifier and Type | Method and Description |
|---|---|
int |
countByC_T(java.util.Date createDate,
long threadId) |
int |
countByG_U_C_A_S(long groupId,
long userId,
long[] categoryIds,
boolean anonymous,
int status) |
int |
countByG_U_C_S(long groupId,
long userId,
long[] categoryIds,
int status) |
protected int |
doCountByG_U_C_A_S(long groupId,
long userId,
long[] categoryIds,
boolean anonymous,
int status,
boolean inlineSQLHelper) |
protected int |
doCountByG_U_C_S(long groupId,
long userId,
long[] categoryIds,
int status,
boolean inlineSQLHelper) |
protected int |
doCountByG_U_MD_C_S(long groupId,
long userId,
java.util.Date modifiedDate,
long[] categoryIds,
int status,
boolean inlineSQLHelper) |
protected java.util.List<java.lang.Long> |
doFindByG_U_C_A_S(long groupId,
long userId,
long[] categoryIds,
boolean anonymous,
int status,
int start,
int end,
boolean inlineSQLHelper) |
protected java.util.List<java.lang.Long> |
doFindByG_U_C_S(long groupId,
long userId,
long[] categoryIds,
int status,
int start,
int end,
boolean inlineSQLHelper) |
protected java.util.List<java.lang.Long> |
doFindByG_U_MD_C_S(long groupId,
long userId,
java.util.Date modifiedDate,
long[] categoryIds,
int status,
int start,
int end,
boolean inlineSQLHelper) |
int |
filterCountByG_U_C_A_S(long groupId,
long userId,
long[] categoryIds,
boolean anonymous,
int status) |
int |
filterCountByG_U_C_S(long groupId,
long userId,
long[] categoryIds,
int status) |
int |
filterCountByG_U_MD_C_S(long groupId,
long userId,
java.util.Date modifiedDate,
long[] categoryIds,
int status) |
java.util.List<java.lang.Long> |
filterFindByG_U_C_A_S(long groupId,
long userId,
long[] categoryIds,
boolean anonymous,
int status,
int start,
int end) |
java.util.List<java.lang.Long> |
filterFindByG_U_C_S(long groupId,
long userId,
long[] categoryIds,
int status,
int start,
int end) |
java.util.List<java.lang.Long> |
filterFindByG_U_MD_C_S(long groupId,
long userId,
java.util.Date modifiedDate,
long[] categoryIds,
int status,
int start,
int end) |
java.util.List<java.lang.Long> |
findByG_U_C_A_S(long groupId,
long userId,
long[] categoryIds,
boolean anonymous,
int status,
int start,
int end) |
java.util.List<java.lang.Long> |
findByG_U_C_S(long groupId,
long userId,
long[] categoryIds,
int status,
int start,
int end) |
java.util.List<com.liferay.portlet.messageboards.model.MBMessage> |
findByNoAssets() |
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_C_T
public static final java.lang.String COUNT_BY_G_U_C_S
public static final java.lang.String COUNT_BY_G_U_MD_C_S
public static final java.lang.String COUNT_BY_G_U_C_A_S
public static final java.lang.String FIND_BY_NO_ASSETS
public static final java.lang.String FIND_BY_G_U_C_S
public static final java.lang.String FIND_BY_G_U_MD_C_S
public static final java.lang.String FIND_BY_G_U_C_A_S
public int countByC_T(java.util.Date createDate,
long threadId)
throws com.liferay.portal.kernel.exception.SystemException
countByC_T in interface com.liferay.portlet.messageboards.service.persistence.MBMessageFindercom.liferay.portal.kernel.exception.SystemExceptionpublic int countByG_U_C_S(long groupId,
long userId,
long[] categoryIds,
int status)
throws com.liferay.portal.kernel.exception.SystemException
countByG_U_C_S in interface com.liferay.portlet.messageboards.service.persistence.MBMessageFindercom.liferay.portal.kernel.exception.SystemExceptionpublic int countByG_U_C_A_S(long groupId,
long userId,
long[] categoryIds,
boolean anonymous,
int status)
throws com.liferay.portal.kernel.exception.SystemException
countByG_U_C_A_S in interface com.liferay.portlet.messageboards.service.persistence.MBMessageFindercom.liferay.portal.kernel.exception.SystemExceptionpublic int filterCountByG_U_C_S(long groupId,
long userId,
long[] categoryIds,
int status)
throws com.liferay.portal.kernel.exception.SystemException
filterCountByG_U_C_S in interface com.liferay.portlet.messageboards.service.persistence.MBMessageFindercom.liferay.portal.kernel.exception.SystemExceptionpublic int filterCountByG_U_MD_C_S(long groupId,
long userId,
java.util.Date modifiedDate,
long[] categoryIds,
int status)
throws com.liferay.portal.kernel.exception.SystemException
filterCountByG_U_MD_C_S in interface com.liferay.portlet.messageboards.service.persistence.MBMessageFindercom.liferay.portal.kernel.exception.SystemExceptionpublic int filterCountByG_U_C_A_S(long groupId,
long userId,
long[] categoryIds,
boolean anonymous,
int status)
throws com.liferay.portal.kernel.exception.SystemException
filterCountByG_U_C_A_S in interface com.liferay.portlet.messageboards.service.persistence.MBMessageFindercom.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<java.lang.Long> filterFindByG_U_C_S(long groupId,
long userId,
long[] categoryIds,
int status,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
filterFindByG_U_C_S in interface com.liferay.portlet.messageboards.service.persistence.MBMessageFindercom.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<java.lang.Long> filterFindByG_U_MD_C_S(long groupId,
long userId,
java.util.Date modifiedDate,
long[] categoryIds,
int status,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
filterFindByG_U_MD_C_S in interface com.liferay.portlet.messageboards.service.persistence.MBMessageFindercom.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<java.lang.Long> filterFindByG_U_C_A_S(long groupId,
long userId,
long[] categoryIds,
boolean anonymous,
int status,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
filterFindByG_U_C_A_S in interface com.liferay.portlet.messageboards.service.persistence.MBMessageFindercom.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<com.liferay.portlet.messageboards.model.MBMessage> findByNoAssets()
throws com.liferay.portal.kernel.exception.SystemException
findByNoAssets in interface com.liferay.portlet.messageboards.service.persistence.MBMessageFindercom.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<java.lang.Long> findByG_U_C_S(long groupId,
long userId,
long[] categoryIds,
int status,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
findByG_U_C_S in interface com.liferay.portlet.messageboards.service.persistence.MBMessageFindercom.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<java.lang.Long> findByG_U_C_A_S(long groupId,
long userId,
long[] categoryIds,
boolean anonymous,
int status,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
findByG_U_C_A_S in interface com.liferay.portlet.messageboards.service.persistence.MBMessageFindercom.liferay.portal.kernel.exception.SystemExceptionprotected int doCountByG_U_C_S(long groupId,
long userId,
long[] categoryIds,
int status,
boolean inlineSQLHelper)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionprotected int doCountByG_U_MD_C_S(long groupId,
long userId,
java.util.Date modifiedDate,
long[] categoryIds,
int status,
boolean inlineSQLHelper)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionprotected int doCountByG_U_C_A_S(long groupId,
long userId,
long[] categoryIds,
boolean anonymous,
int status,
boolean inlineSQLHelper)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionprotected java.util.List<java.lang.Long> doFindByG_U_C_S(long groupId,
long userId,
long[] categoryIds,
int status,
int start,
int end,
boolean inlineSQLHelper)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionprotected java.util.List<java.lang.Long> doFindByG_U_MD_C_S(long groupId,
long userId,
java.util.Date modifiedDate,
long[] categoryIds,
int status,
int start,
int end,
boolean inlineSQLHelper)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionprotected java.util.List<java.lang.Long> doFindByG_U_C_A_S(long groupId,
long userId,
long[] categoryIds,
boolean anonymous,
int status,
int start,
int end,
boolean inlineSQLHelper)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemException