public class SocialActivityFinderImpl extends SocialActivityFinderBaseImpl implements com.liferay.social.kernel.service.persistence.SocialActivityFinder
| Modifier and Type | Field and Description |
|---|---|
static String |
COUNT_BY_GROUP_ID |
static String |
COUNT_BY_GROUP_USERS |
static String |
COUNT_BY_ORGANIZATION_ID |
static String |
COUNT_BY_ORGANIZATION_USERS |
static String |
COUNT_BY_RELATION |
static String |
COUNT_BY_RELATION_TYPE |
static String |
COUNT_BY_USER_GROUPS |
static String |
COUNT_BY_USER_GROUPS_AND_ORGANIZATIONS |
static String |
COUNT_BY_USER_ORGANIZATIONS |
static String |
FIND_BY_GROUP_ID |
static String |
FIND_BY_GROUP_USERS |
static String |
FIND_BY_ORGANIZATION_ID |
static String |
FIND_BY_ORGANIZATION_USERS |
static String |
FIND_BY_RELATION |
static String |
FIND_BY_RELATION_TYPE |
static String |
FIND_BY_USER_GROUPS |
static String |
FIND_BY_USER_GROUPS_AND_ORGANIZATIONS |
static String |
FIND_BY_USER_ORGANIZATIONS |
socialActivityPersistenceCAST_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 |
|---|
SocialActivityFinderImpl() |
| Modifier and Type | Method and Description |
|---|---|
int |
countByGroupId(long groupId) |
int |
countByGroupUsers(long groupId) |
int |
countByOrganizationId(long organizationId) |
int |
countByOrganizationUsers(long organizationId) |
int |
countByRelation(long userId) |
int |
countByRelationType(long userId,
int type) |
int |
countByUserGroups(long userId) |
int |
countByUserGroupsAndOrganizations(long userId) |
int |
countByUserOrganizations(long userId) |
List<com.liferay.social.kernel.model.SocialActivity> |
findByGroupId(long groupId,
int start,
int end) |
List<com.liferay.social.kernel.model.SocialActivity> |
findByGroupUsers(long groupId,
int start,
int end) |
List<com.liferay.social.kernel.model.SocialActivity> |
findByOrganizationId(long organizationId,
int start,
int end) |
List<com.liferay.social.kernel.model.SocialActivity> |
findByOrganizationUsers(long organizationId,
int start,
int end) |
List<com.liferay.social.kernel.model.SocialActivity> |
findByRelation(long userId,
int start,
int end) |
List<com.liferay.social.kernel.model.SocialActivity> |
findByRelationType(long userId,
int type,
int start,
int end) |
List<com.liferay.social.kernel.model.SocialActivity> |
findByUserGroups(long userId,
int start,
int end) |
List<com.liferay.social.kernel.model.SocialActivity> |
findByUserGroupsAndOrganizations(long userId,
int start,
int end) |
List<com.liferay.social.kernel.model.SocialActivity> |
findByUserOrganizations(long userId,
int start,
int end) |
getBadColumnNames, getSocialActivityPersistence, setSocialActivityPersistenceappendOrderByComparator, 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_GROUP_ID
public static final String COUNT_BY_GROUP_USERS
public static final String COUNT_BY_ORGANIZATION_ID
public static final String COUNT_BY_ORGANIZATION_USERS
public static final String COUNT_BY_RELATION
public static final String COUNT_BY_RELATION_TYPE
public static final String COUNT_BY_USER_GROUPS
public static final String COUNT_BY_USER_GROUPS_AND_ORGANIZATIONS
public static final String COUNT_BY_USER_ORGANIZATIONS
public static final String FIND_BY_GROUP_ID
public static final String FIND_BY_GROUP_USERS
public static final String FIND_BY_ORGANIZATION_ID
public static final String FIND_BY_ORGANIZATION_USERS
public static final String FIND_BY_RELATION
public static final String FIND_BY_RELATION_TYPE
public static final String FIND_BY_USER_GROUPS
public static final String FIND_BY_USER_GROUPS_AND_ORGANIZATIONS
public static final String FIND_BY_USER_ORGANIZATIONS
public int countByGroupId(long groupId)
countByGroupId in interface com.liferay.social.kernel.service.persistence.SocialActivityFinderpublic int countByGroupUsers(long groupId)
countByGroupUsers in interface com.liferay.social.kernel.service.persistence.SocialActivityFinderpublic int countByOrganizationId(long organizationId)
countByOrganizationId in interface com.liferay.social.kernel.service.persistence.SocialActivityFinderpublic int countByOrganizationUsers(long organizationId)
countByOrganizationUsers in interface com.liferay.social.kernel.service.persistence.SocialActivityFinderpublic int countByRelation(long userId)
countByRelation in interface com.liferay.social.kernel.service.persistence.SocialActivityFinderpublic int countByRelationType(long userId,
int type)
countByRelationType in interface com.liferay.social.kernel.service.persistence.SocialActivityFinderpublic int countByUserGroups(long userId)
countByUserGroups in interface com.liferay.social.kernel.service.persistence.SocialActivityFinderpublic int countByUserGroupsAndOrganizations(long userId)
countByUserGroupsAndOrganizations in interface com.liferay.social.kernel.service.persistence.SocialActivityFinderpublic int countByUserOrganizations(long userId)
countByUserOrganizations in interface com.liferay.social.kernel.service.persistence.SocialActivityFinderpublic List<com.liferay.social.kernel.model.SocialActivity> findByGroupId(long groupId,
int start,
int end)
findByGroupId in interface com.liferay.social.kernel.service.persistence.SocialActivityFinderpublic List<com.liferay.social.kernel.model.SocialActivity> findByGroupUsers(long groupId,
int start,
int end)
findByGroupUsers in interface com.liferay.social.kernel.service.persistence.SocialActivityFinderpublic List<com.liferay.social.kernel.model.SocialActivity> findByOrganizationId(long organizationId,
int start,
int end)
findByOrganizationId in interface com.liferay.social.kernel.service.persistence.SocialActivityFinderpublic List<com.liferay.social.kernel.model.SocialActivity> findByOrganizationUsers(long organizationId,
int start,
int end)
findByOrganizationUsers in interface com.liferay.social.kernel.service.persistence.SocialActivityFinderpublic List<com.liferay.social.kernel.model.SocialActivity> findByRelation(long userId,
int start,
int end)
findByRelation in interface com.liferay.social.kernel.service.persistence.SocialActivityFinderpublic List<com.liferay.social.kernel.model.SocialActivity> findByRelationType(long userId,
int type,
int start,
int end)
findByRelationType in interface com.liferay.social.kernel.service.persistence.SocialActivityFinderpublic List<com.liferay.social.kernel.model.SocialActivity> findByUserGroups(long userId,
int start,
int end)
findByUserGroups in interface com.liferay.social.kernel.service.persistence.SocialActivityFinderpublic List<com.liferay.social.kernel.model.SocialActivity> findByUserGroupsAndOrganizations(long userId,
int start,
int end)
findByUserGroupsAndOrganizations in interface com.liferay.social.kernel.service.persistence.SocialActivityFinderpublic List<com.liferay.social.kernel.model.SocialActivity> findByUserOrganizations(long userId,
int start,
int end)
findByUserOrganizations in interface com.liferay.social.kernel.service.persistence.SocialActivityFinder