public class SocialActivitySetFinderImpl extends SocialActivitySetFinderBaseImpl implements com.liferay.social.kernel.service.persistence.SocialActivitySetFinder
| Modifier and Type | Field and Description |
|---|---|
static String |
COUNT_BY_ORGANIZATION_ID |
static String |
COUNT_BY_RELATION |
static String |
COUNT_BY_RELATION_TYPE |
static String |
COUNT_BY_USER |
static String |
COUNT_BY_USER_GROUPS |
static String |
FIND_BY_ORGANIZATION_ID |
static String |
FIND_BY_RELATION |
static String |
FIND_BY_RELATION_TYPE |
static String |
FIND_BY_USER |
static String |
FIND_BY_USER_GROUPS |
socialActivitySetPersistenceCAST_CLOB_TEXT_OPEN, COUNT_COLUMN_NAME, databaseInMaxParameters, dbColumnNames, dummyEntityCache, dummyFinderCache, entityCacheEnabled, FINDER_ARGS_EMPTY, finderCacheEnabled, 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 |
|---|
SocialActivitySetFinderImpl() |
| Modifier and Type | Method and Description |
|---|---|
int |
countByOrganizationId(long organizationId) |
int |
countByRelation(long userId) |
int |
countByRelationType(long userId,
int type) |
int |
countByUser(long userId) |
int |
countByUserGroups(long userId) |
List<com.liferay.social.kernel.model.SocialActivitySet> |
findByOrganizationId(long organizationId,
int start,
int end) |
List<com.liferay.social.kernel.model.SocialActivitySet> |
findByRelation(long userId,
int start,
int end) |
List<com.liferay.social.kernel.model.SocialActivitySet> |
findByRelationType(long userId,
int type,
int start,
int end) |
List<com.liferay.social.kernel.model.SocialActivitySet> |
findByUser(long userId,
int start,
int end) |
List<com.liferay.social.kernel.model.SocialActivitySet> |
findByUserGroups(long userId,
int start,
int end) |
getBadColumnNames, getSocialActivitySetPersistence, setSocialActivitySetPersistenceappendOrderByComparator, appendOrderByComparator, cacheResult, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getClassLoader, getColumnName, getCompoundPKColumnNames, getCurrentSession, getDataSource, getDB, getDialect, getEntityCache, getFinderCache, getListeners, getModelClass, getPKDBName, getSelectSQL, getTableColumnsMap, openNewSession, openSession, processException, registerListener, remove, remove, removeConjunction, removeImpl, setConfiguration, setDataSource, setDBColumnNames, setEntityCacheEnabled, setModelClass, setModelImplClass, setModelPKClass, setSessionFactory, setTable, unregisterListener, update, update, updateImplpublic static final String COUNT_BY_ORGANIZATION_ID
public static final String COUNT_BY_RELATION
public static final String COUNT_BY_RELATION_TYPE
public static final String COUNT_BY_USER
public static final String COUNT_BY_USER_GROUPS
public static final String FIND_BY_ORGANIZATION_ID
public static final String FIND_BY_RELATION
public static final String FIND_BY_RELATION_TYPE
public static final String FIND_BY_USER
public static final String FIND_BY_USER_GROUPS
public int countByOrganizationId(long organizationId)
countByOrganizationId in interface com.liferay.social.kernel.service.persistence.SocialActivitySetFinderpublic int countByRelation(long userId)
countByRelation in interface com.liferay.social.kernel.service.persistence.SocialActivitySetFinderpublic int countByRelationType(long userId,
int type)
countByRelationType in interface com.liferay.social.kernel.service.persistence.SocialActivitySetFinderpublic int countByUser(long userId)
countByUser in interface com.liferay.social.kernel.service.persistence.SocialActivitySetFinderpublic int countByUserGroups(long userId)
countByUserGroups in interface com.liferay.social.kernel.service.persistence.SocialActivitySetFinderpublic List<com.liferay.social.kernel.model.SocialActivitySet> findByOrganizationId(long organizationId,
int start,
int end)
findByOrganizationId in interface com.liferay.social.kernel.service.persistence.SocialActivitySetFinderpublic List<com.liferay.social.kernel.model.SocialActivitySet> findByRelation(long userId,
int start,
int end)
findByRelation in interface com.liferay.social.kernel.service.persistence.SocialActivitySetFinderpublic List<com.liferay.social.kernel.model.SocialActivitySet> findByRelationType(long userId,
int type,
int start,
int end)
findByRelationType in interface com.liferay.social.kernel.service.persistence.SocialActivitySetFinderpublic List<com.liferay.social.kernel.model.SocialActivitySet> findByUser(long userId,
int start,
int end)
findByUser in interface com.liferay.social.kernel.service.persistence.SocialActivitySetFinderpublic List<com.liferay.social.kernel.model.SocialActivitySet> findByUserGroups(long userId,
int start,
int end)
findByUserGroups in interface com.liferay.social.kernel.service.persistence.SocialActivitySetFinder