public class MBMessageFinderImpl extends MBMessageFinderBaseImpl implements com.liferay.message.boards.kernel.service.persistence.MBMessageFinder
| Modifier and Type | Field and Description |
|---|---|
static String |
COUNT_BY_C_T |
static String |
COUNT_BY_G_U_C_A_S |
static String |
COUNT_BY_G_U_C_S |
static String |
COUNT_BY_G_U_MD_C_S |
static String |
FIND_BY_G_U_C_A_S |
static String |
FIND_BY_G_U_C_S |
static String |
FIND_BY_G_U_MD_C_S |
static String |
FIND_BY_NO_ASSETS |
mbMessagePersistenceCAST_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 |
|---|
MBMessageFinderImpl() |
| Modifier and Type | Method and Description |
|---|---|
int |
countByC_T(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,
Date modifiedDate,
long[] categoryIds,
int status,
boolean inlineSQLHelper) |
protected List<Long> |
doFindByG_U_C_A_S(long groupId,
long userId,
long[] categoryIds,
boolean anonymous,
int status,
int start,
int end,
boolean inlineSQLHelper) |
protected List<Long> |
doFindByG_U_C_S(long groupId,
long userId,
long[] categoryIds,
int status,
int start,
int end,
boolean inlineSQLHelper) |
protected List<Long> |
doFindByG_U_MD_C_S(long groupId,
long userId,
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,
Date modifiedDate,
long[] categoryIds,
int status) |
List<Long> |
filterFindByG_U_C_A_S(long groupId,
long userId,
long[] categoryIds,
boolean anonymous,
int status,
int start,
int end) |
List<Long> |
filterFindByG_U_C_S(long groupId,
long userId,
long[] categoryIds,
int status,
int start,
int end) |
List<Long> |
filterFindByG_U_MD_C_S(long groupId,
long userId,
Date modifiedDate,
long[] categoryIds,
int status,
int start,
int end) |
List<Long> |
findByG_U_C_A_S(long groupId,
long userId,
long[] categoryIds,
boolean anonymous,
int status,
int start,
int end) |
List<Long> |
findByG_U_C_S(long groupId,
long userId,
long[] categoryIds,
int status,
int start,
int end) |
List<com.liferay.message.boards.kernel.model.MBMessage> |
findByNoAssets() |
getBadColumnNames, getMBMessagePersistence, setMBMessagePersistenceappendOrderByComparator, 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_C_T
public static final String COUNT_BY_G_U_C_S
public static final String COUNT_BY_G_U_MD_C_S
public static final String COUNT_BY_G_U_C_A_S
public static final String FIND_BY_NO_ASSETS
public static final String FIND_BY_G_U_C_S
public static final String FIND_BY_G_U_MD_C_S
public static final String FIND_BY_G_U_C_A_S
public int countByC_T(Date createDate, long threadId)
countByC_T in interface com.liferay.message.boards.kernel.service.persistence.MBMessageFinderpublic int countByG_U_C_S(long groupId,
long userId,
long[] categoryIds,
int status)
countByG_U_C_S in interface com.liferay.message.boards.kernel.service.persistence.MBMessageFinderpublic int countByG_U_C_A_S(long groupId,
long userId,
long[] categoryIds,
boolean anonymous,
int status)
countByG_U_C_A_S in interface com.liferay.message.boards.kernel.service.persistence.MBMessageFinderpublic int filterCountByG_U_C_S(long groupId,
long userId,
long[] categoryIds,
int status)
filterCountByG_U_C_S in interface com.liferay.message.boards.kernel.service.persistence.MBMessageFinderpublic int filterCountByG_U_MD_C_S(long groupId,
long userId,
Date modifiedDate,
long[] categoryIds,
int status)
filterCountByG_U_MD_C_S in interface com.liferay.message.boards.kernel.service.persistence.MBMessageFinderpublic int filterCountByG_U_C_A_S(long groupId,
long userId,
long[] categoryIds,
boolean anonymous,
int status)
filterCountByG_U_C_A_S in interface com.liferay.message.boards.kernel.service.persistence.MBMessageFinderpublic List<Long> filterFindByG_U_C_S(long groupId, long userId, long[] categoryIds, int status, int start, int end)
filterFindByG_U_C_S in interface com.liferay.message.boards.kernel.service.persistence.MBMessageFinderpublic List<Long> filterFindByG_U_MD_C_S(long groupId, long userId, Date modifiedDate, long[] categoryIds, int status, int start, int end)
filterFindByG_U_MD_C_S in interface com.liferay.message.boards.kernel.service.persistence.MBMessageFinderpublic List<Long> filterFindByG_U_C_A_S(long groupId, long userId, long[] categoryIds, boolean anonymous, int status, int start, int end)
filterFindByG_U_C_A_S in interface com.liferay.message.boards.kernel.service.persistence.MBMessageFinderpublic List<com.liferay.message.boards.kernel.model.MBMessage> findByNoAssets()
findByNoAssets in interface com.liferay.message.boards.kernel.service.persistence.MBMessageFinderpublic List<Long> findByG_U_C_S(long groupId, long userId, long[] categoryIds, int status, int start, int end)
findByG_U_C_S in interface com.liferay.message.boards.kernel.service.persistence.MBMessageFinderpublic List<Long> findByG_U_C_A_S(long groupId, long userId, long[] categoryIds, boolean anonymous, int status, int start, int end)
findByG_U_C_A_S in interface com.liferay.message.boards.kernel.service.persistence.MBMessageFinderprotected 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,
Date modifiedDate,
long[] categoryIds,
int status,
boolean inlineSQLHelper)
protected int doCountByG_U_C_A_S(long groupId,
long userId,
long[] categoryIds,
boolean anonymous,
int status,
boolean inlineSQLHelper)
protected List<Long> doFindByG_U_C_S(long groupId, long userId, long[] categoryIds, int status, int start, int end, boolean inlineSQLHelper)
protected List<Long> doFindByG_U_MD_C_S(long groupId, long userId, Date modifiedDate, long[] categoryIds, int status, int start, int end, boolean inlineSQLHelper)