public class MBCategoryFinderImpl extends MBCategoryFinderBaseImpl implements com.liferay.portlet.messageboards.service.persistence.MBCategoryFinder
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COUNT_BY_S_G_U_P |
static java.lang.String |
FIND_BY_S_G_U_P |
mbCategoryPersistenceCAST_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| Constructor and Description |
|---|
MBCategoryFinderImpl() |
| Modifier and Type | Method and Description |
|---|---|
int |
countByS_G_U_P(long groupId,
long userId,
long[] parentCategoryIds,
com.liferay.portal.kernel.dao.orm.QueryDefinition<com.liferay.portlet.messageboards.model.MBCategory> queryDefinition) |
protected int |
doCountByS_G_U_P(long groupId,
long userId,
long[] parentCategoryIds,
com.liferay.portal.kernel.dao.orm.QueryDefinition<com.liferay.portlet.messageboards.model.MBCategory> queryDefinition,
boolean inlineSQLHelper) |
protected java.util.List<com.liferay.portlet.messageboards.model.MBCategory> |
doFindByS_G_U_P(long groupId,
long userId,
long[] parentCategoryIds,
com.liferay.portal.kernel.dao.orm.QueryDefinition<com.liferay.portlet.messageboards.model.MBCategory> queryDefinition,
boolean inlineSQLHelper) |
int |
filterCountByS_G_U_P(long groupId,
long userId,
long[] parentCategoryIds,
com.liferay.portal.kernel.dao.orm.QueryDefinition<com.liferay.portlet.messageboards.model.MBCategory> queryDefinition) |
java.util.List<com.liferay.portlet.messageboards.model.MBCategory> |
filterFindByS_G_U_P(long groupId,
long userId,
long[] parentCategoryIds,
com.liferay.portal.kernel.dao.orm.QueryDefinition<com.liferay.portlet.messageboards.model.MBCategory> queryDefinition) |
java.util.List<com.liferay.portlet.messageboards.model.MBCategory> |
findByS_G_U_P(long groupId,
long userId,
long[] parentCategoryIds,
com.liferay.portal.kernel.dao.orm.QueryDefinition<com.liferay.portlet.messageboards.model.MBCategory> queryDefinition) |
protected java.lang.String |
updateSQL(java.lang.String sql,
com.liferay.portal.kernel.dao.orm.QueryDefinition<com.liferay.portlet.messageboards.model.MBCategory> queryDefinition) |
getBadColumnNames, getMBCategoryPersistence, setMBCategoryPersistenceappendOrderByComparator, 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, updateImplpublic static final java.lang.String COUNT_BY_S_G_U_P
public static final java.lang.String FIND_BY_S_G_U_P
public int countByS_G_U_P(long groupId,
long userId,
long[] parentCategoryIds,
com.liferay.portal.kernel.dao.orm.QueryDefinition<com.liferay.portlet.messageboards.model.MBCategory> queryDefinition)
countByS_G_U_P in interface com.liferay.portlet.messageboards.service.persistence.MBCategoryFinderpublic int filterCountByS_G_U_P(long groupId,
long userId,
long[] parentCategoryIds,
com.liferay.portal.kernel.dao.orm.QueryDefinition<com.liferay.portlet.messageboards.model.MBCategory> queryDefinition)
filterCountByS_G_U_P in interface com.liferay.portlet.messageboards.service.persistence.MBCategoryFinderpublic java.util.List<com.liferay.portlet.messageboards.model.MBCategory> filterFindByS_G_U_P(long groupId,
long userId,
long[] parentCategoryIds,
com.liferay.portal.kernel.dao.orm.QueryDefinition<com.liferay.portlet.messageboards.model.MBCategory> queryDefinition)
filterFindByS_G_U_P in interface com.liferay.portlet.messageboards.service.persistence.MBCategoryFinderpublic java.util.List<com.liferay.portlet.messageboards.model.MBCategory> findByS_G_U_P(long groupId,
long userId,
long[] parentCategoryIds,
com.liferay.portal.kernel.dao.orm.QueryDefinition<com.liferay.portlet.messageboards.model.MBCategory> queryDefinition)
findByS_G_U_P in interface com.liferay.portlet.messageboards.service.persistence.MBCategoryFinderprotected int doCountByS_G_U_P(long groupId,
long userId,
long[] parentCategoryIds,
com.liferay.portal.kernel.dao.orm.QueryDefinition<com.liferay.portlet.messageboards.model.MBCategory> queryDefinition,
boolean inlineSQLHelper)
protected java.util.List<com.liferay.portlet.messageboards.model.MBCategory> doFindByS_G_U_P(long groupId,
long userId,
long[] parentCategoryIds,
com.liferay.portal.kernel.dao.orm.QueryDefinition<com.liferay.portlet.messageboards.model.MBCategory> queryDefinition,
boolean inlineSQLHelper)
protected java.lang.String updateSQL(java.lang.String sql,
com.liferay.portal.kernel.dao.orm.QueryDefinition<com.liferay.portlet.messageboards.model.MBCategory> queryDefinition)