public class MBCategoryFinderImpl
extends com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.messageboards.model.MBCategory>
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 |
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 |
|---|
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 queryDefinition) |
protected int |
doCountByS_G_U_P(long groupId,
long userId,
long[] parentCategoryIds,
com.liferay.portal.kernel.dao.orm.QueryDefinition 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 queryDefinition,
boolean inlineSQLHelper) |
int |
filterCountByS_G_U_P(long groupId,
long userId,
long[] parentCategoryIds,
com.liferay.portal.kernel.dao.orm.QueryDefinition 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 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 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_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 queryDefinition)
throws com.liferay.portal.kernel.exception.SystemException
countByS_G_U_P in interface com.liferay.portlet.messageboards.service.persistence.MBCategoryFindercom.liferay.portal.kernel.exception.SystemExceptionpublic int filterCountByS_G_U_P(long groupId,
long userId,
long[] parentCategoryIds,
com.liferay.portal.kernel.dao.orm.QueryDefinition queryDefinition)
throws com.liferay.portal.kernel.exception.SystemException
filterCountByS_G_U_P in interface com.liferay.portlet.messageboards.service.persistence.MBCategoryFindercom.liferay.portal.kernel.exception.SystemExceptionpublic 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 queryDefinition)
throws com.liferay.portal.kernel.exception.SystemException
filterFindByS_G_U_P in interface com.liferay.portlet.messageboards.service.persistence.MBCategoryFindercom.liferay.portal.kernel.exception.SystemExceptionpublic 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 queryDefinition)
throws com.liferay.portal.kernel.exception.SystemException
findByS_G_U_P in interface com.liferay.portlet.messageboards.service.persistence.MBCategoryFindercom.liferay.portal.kernel.exception.SystemExceptionprotected int doCountByS_G_U_P(long groupId,
long userId,
long[] parentCategoryIds,
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.MBCategory> doFindByS_G_U_P(long groupId,
long userId,
long[] parentCategoryIds,
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)