public class UserFinderImpl extends UserFinderBaseImpl implements com.liferay.portal.kernel.service.persistence.UserFinder
userPersistenceCAST_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 |
|---|
UserFinderImpl() |
| Modifier and Type | Method and Description |
|---|---|
int |
countByC_FN_MN_LN_SN_EA_S(long companyId,
String[] firstNames,
String[] middleNames,
String[] lastNames,
String[] screenNames,
String[] emailAddresses,
int status,
LinkedHashMap<String,Object> params,
boolean andOperator) |
int |
countByC_FN_MN_LN_SN_EA_S(long companyId,
String firstName,
String middleName,
String lastName,
String screenName,
String emailAddress,
int status,
LinkedHashMap<String,Object> params,
boolean andOperator) |
Map<Long,Integer> |
countByGroups(long companyId,
int status,
long[] groupIds)
Deprecated.
As of Athanasius (7.3.x), with no direct replacement
|
int |
countByKeywords(long companyId,
String keywords,
int status,
LinkedHashMap<String,Object> params) |
int |
countByOrganizationsAndUserGroups(long[] organizationIds,
long[] userGroupIds) |
int |
countBySocialUsers(long companyId,
long userId,
int socialRelationType,
String socialRelationTypeComparator,
int status) |
int |
countByUser(long userId,
LinkedHashMap<String,Object> params) |
protected List<Long> |
doFindByC_FN_MN_LN_SN_EA_S(long companyId,
String[] firstNames,
String[] middleNames,
String[] lastNames,
String[] screenNames,
String[] emailAddresses,
int status,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.User> orderByComparator) |
List<com.liferay.portal.kernel.model.User> |
findByC_FN_MN_LN_SN_EA_S(long companyId,
String[] firstNames,
String[] middleNames,
String[] lastNames,
String[] screenNames,
String[] emailAddresses,
int status,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.User> orderByComparator) |
List<com.liferay.portal.kernel.model.User> |
findByC_FN_MN_LN_SN_EA_S(long companyId,
String firstName,
String middleName,
String lastName,
String screenName,
String emailAddress,
int status,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.User> orderByComparator) |
List<com.liferay.portal.kernel.model.User> |
findByKeywords(long companyId,
String keywords,
int status,
LinkedHashMap<String,Object> params,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.User> orderByComparator) |
List<com.liferay.portal.kernel.model.User> |
findByNoAnnouncementsDeliveries(String type) |
List<com.liferay.portal.kernel.model.User> |
findByNoGroups() |
List<com.liferay.portal.kernel.model.User> |
findBySocialUsers(long companyId,
long userId,
int socialRelationType,
String socialRelationTypeComparator,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.User> orderByComparator) |
List<com.liferay.portal.kernel.model.User> |
findByUsersOrgsGtUserId(long companyId,
long organizationId,
long gtUserId,
int size) |
List<com.liferay.portal.kernel.model.User> |
findByUsersUserGroupsGtUserId(long companyId,
long userGroupId,
long gtUserId,
int size) |
protected String |
getColumnNames(com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.User> orderByComparator) |
protected String |
getJoin(LinkedHashMap<String,Object> params) |
protected String |
getJoin(String key,
Object value) |
protected List<LinkedHashMap<String,Object>> |
getParamsList(LinkedHashMap<String,Object> params) |
protected String |
getWhere(LinkedHashMap<String,Object> params) |
protected String |
getWhere(String key,
Object value) |
protected String |
replaceJoinAndWhere(String sql,
LinkedHashMap<String,Object> params) |
protected String |
replaceKeywords(String sql,
String[] firstNames,
String[] middleNames,
String[] lastNames,
String[] screenNames,
String[] emailAddresses) |
protected void |
setJoin(com.liferay.portal.kernel.dao.orm.QueryPos queryPos,
LinkedHashMap<String,Object> params) |
getBadColumnNames, getUserPersistence, setUserPersistenceappendOrderByComparator, 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_ORGANIZATIONS_AND_USER_GROUPS
public static final String COUNT_BY_SOCIAL_USERS
public static final String COUNT_BY_USER
public static final String FIND_BY_NO_ANNOUNCEMENTS_DELIVERIES
public static final String FIND_BY_NO_GROUPS
public static final String FIND_BY_SOCIAL_USERS
public static final String FIND_BY_USERS_GROUPS
public static final String FIND_BY_USERS_ORGS
public static final String FIND_BY_USERS_ORGS_GROUP
public static final String FIND_BY_USERS_ORGS_GT_USER_ID
public static final String FIND_BY_USERS_USER_GROUPS
public static final String FIND_BY_USERS_USER_GROUPS_GT_USER_ID
public static final String FIND_BY_C_FN_MN_LN_SN_EA_S
public static final String JOIN_BY_CONTACT_TWITTER_SN
public static final String JOIN_BY_GROUPS_ORGS
public static final String JOIN_BY_GROUPS_USER_GROUPS
public static final String JOIN_BY_NO_ORGANIZATIONS
public static final String JOIN_BY_USER_GROUP_ROLE
public static final String JOIN_BY_USERS_GROUPS
public static final String JOIN_BY_USERS_ORGS
public static final String JOIN_BY_USERS_ORGS_TREE
public static final String JOIN_BY_USERS_PASSWORD_POLICIES
public static final String JOIN_BY_USERS_ROLES
public static final String JOIN_BY_USERS_TEAMS
public static final String JOIN_BY_USERS_USER_GROUPS
public static final String JOIN_BY_ANNOUNCEMENTS_DELIVERY_EMAIL_OR_SMS
public static final String JOIN_BY_SOCIAL_MUTUAL_RELATION
public static final String JOIN_BY_SOCIAL_MUTUAL_RELATION_TYPE
public static final String JOIN_BY_SOCIAL_RELATION
public static final String JOIN_BY_SOCIAL_RELATION_TYPE
@Deprecated
public Map<Long,Integer> countByGroups(long companyId,
int status,
long[] groupIds)
countByGroups in interface com.liferay.portal.kernel.service.persistence.UserFinderpublic int countByKeywords(long companyId,
String keywords,
int status,
LinkedHashMap<String,Object> params)
countByKeywords in interface com.liferay.portal.kernel.service.persistence.UserFinderpublic int countByOrganizationsAndUserGroups(long[] organizationIds,
long[] userGroupIds)
countByOrganizationsAndUserGroups in interface com.liferay.portal.kernel.service.persistence.UserFinderpublic int countBySocialUsers(long companyId,
long userId,
int socialRelationType,
String socialRelationTypeComparator,
int status)
countBySocialUsers in interface com.liferay.portal.kernel.service.persistence.UserFinderpublic int countByUser(long userId,
LinkedHashMap<String,Object> params)
countByUser in interface com.liferay.portal.kernel.service.persistence.UserFinderpublic int countByC_FN_MN_LN_SN_EA_S(long companyId,
String firstName,
String middleName,
String lastName,
String screenName,
String emailAddress,
int status,
LinkedHashMap<String,Object> params,
boolean andOperator)
countByC_FN_MN_LN_SN_EA_S in interface com.liferay.portal.kernel.service.persistence.UserFinderpublic int countByC_FN_MN_LN_SN_EA_S(long companyId,
String[] firstNames,
String[] middleNames,
String[] lastNames,
String[] screenNames,
String[] emailAddresses,
int status,
LinkedHashMap<String,Object> params,
boolean andOperator)
countByC_FN_MN_LN_SN_EA_S in interface com.liferay.portal.kernel.service.persistence.UserFinderpublic List<com.liferay.portal.kernel.model.User> findByKeywords(long companyId,
String keywords,
int status,
LinkedHashMap<String,Object> params,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.User> orderByComparator)
findByKeywords in interface com.liferay.portal.kernel.service.persistence.UserFinderpublic List<com.liferay.portal.kernel.model.User> findByNoAnnouncementsDeliveries(String type)
findByNoAnnouncementsDeliveries in interface com.liferay.portal.kernel.service.persistence.UserFinderpublic List<com.liferay.portal.kernel.model.User> findByNoGroups()
findByNoGroups in interface com.liferay.portal.kernel.service.persistence.UserFinderpublic List<com.liferay.portal.kernel.model.User> findBySocialUsers(long companyId,
long userId,
int socialRelationType,
String socialRelationTypeComparator,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.User> orderByComparator)
findBySocialUsers in interface com.liferay.portal.kernel.service.persistence.UserFinderpublic List<com.liferay.portal.kernel.model.User> findByUsersOrgsGtUserId(long companyId,
long organizationId,
long gtUserId,
int size)
findByUsersOrgsGtUserId in interface com.liferay.portal.kernel.service.persistence.UserFinderpublic List<com.liferay.portal.kernel.model.User> findByUsersUserGroupsGtUserId(long companyId,
long userGroupId,
long gtUserId,
int size)
findByUsersUserGroupsGtUserId in interface com.liferay.portal.kernel.service.persistence.UserFinderpublic List<com.liferay.portal.kernel.model.User> findByC_FN_MN_LN_SN_EA_S(long companyId,
String firstName,
String middleName,
String lastName,
String screenName,
String emailAddress,
int status,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.User> orderByComparator)
findByC_FN_MN_LN_SN_EA_S in interface com.liferay.portal.kernel.service.persistence.UserFinderpublic List<com.liferay.portal.kernel.model.User> findByC_FN_MN_LN_SN_EA_S(long companyId,
String[] firstNames,
String[] middleNames,
String[] lastNames,
String[] screenNames,
String[] emailAddresses,
int status,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.User> orderByComparator)
findByC_FN_MN_LN_SN_EA_S in interface com.liferay.portal.kernel.service.persistence.UserFinderprotected List<Long> doFindByC_FN_MN_LN_SN_EA_S(long companyId,
String[] firstNames,
String[] middleNames,
String[] lastNames,
String[] screenNames,
String[] emailAddresses,
int status,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.User> orderByComparator)
protected String getColumnNames(com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.User> orderByComparator)
protected String getJoin(LinkedHashMap<String,Object> params)
protected String getJoin(String key,
Object value)
protected List<LinkedHashMap<String,Object>> getParamsList(LinkedHashMap<String,Object> params)
protected String getWhere(LinkedHashMap<String,Object> params)
protected String getWhere(String key,
Object value)
protected String replaceJoinAndWhere(String sql,
LinkedHashMap<String,Object> params)
protected String replaceKeywords(String sql,
String[] firstNames,
String[] middleNames,
String[] lastNames,
String[] screenNames,
String[] emailAddresses)
protected void setJoin(com.liferay.portal.kernel.dao.orm.QueryPos queryPos,
LinkedHashMap<String,Object> params)