public class BlogsStatsUserFinderImpl extends BlogsStatsUserFinderBaseImpl implements com.liferay.blogs.kernel.service.persistence.BlogsStatsUserFinder
| Modifier and Type | Field and Description |
|---|---|
static String |
COUNT_BY_ORGANIZATION_IDS |
static String |
FIND_BY_GROUP_IDS |
static String |
FIND_BY_ORGANIZATION_IDS |
blogsStatsUserPersistenceCAST_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 |
|---|
BlogsStatsUserFinderImpl() |
| Modifier and Type | Method and Description |
|---|---|
int |
countByOrganizationId(long organizationId) |
int |
countByOrganizationIds(List<Long> organizationIds) |
List<com.liferay.blogs.kernel.model.BlogsStatsUser> |
findByGroupIds(long companyId,
long groupId,
int start,
int end) |
List<com.liferay.blogs.kernel.model.BlogsStatsUser> |
findByOrganizationId(long organizationId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.blogs.kernel.model.BlogsStatsUser> obc) |
List<com.liferay.blogs.kernel.model.BlogsStatsUser> |
findByOrganizationIds(List<Long> organizationIds,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.blogs.kernel.model.BlogsStatsUser> obc) |
protected String |
getOrganizationIds(List<Long> organizationIds) |
getBlogsStatsUserPersistence, setBlogsStatsUserPersistenceappendOrderByComparator, appendOrderByComparator, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, 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_ORGANIZATION_IDS
public static final String FIND_BY_GROUP_IDS
public static final String FIND_BY_ORGANIZATION_IDS
public int countByOrganizationId(long organizationId)
countByOrganizationId in interface com.liferay.blogs.kernel.service.persistence.BlogsStatsUserFinderpublic int countByOrganizationIds(List<Long> organizationIds)
countByOrganizationIds in interface com.liferay.blogs.kernel.service.persistence.BlogsStatsUserFinderpublic List<com.liferay.blogs.kernel.model.BlogsStatsUser> findByGroupIds(long companyId, long groupId, int start, int end)
findByGroupIds in interface com.liferay.blogs.kernel.service.persistence.BlogsStatsUserFinderpublic List<com.liferay.blogs.kernel.model.BlogsStatsUser> findByOrganizationId(long organizationId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.blogs.kernel.model.BlogsStatsUser> obc)
findByOrganizationId in interface com.liferay.blogs.kernel.service.persistence.BlogsStatsUserFinderpublic List<com.liferay.blogs.kernel.model.BlogsStatsUser> findByOrganizationIds(List<Long> organizationIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.blogs.kernel.model.BlogsStatsUser> obc)
findByOrganizationIds in interface com.liferay.blogs.kernel.service.persistence.BlogsStatsUserFinder