com.liferay.portal.service.persistence
Class UserFinderUtil
java.lang.Object
com.liferay.portal.service.persistence.UserFinderUtil
public class UserFinderUtil
- extends Object
Method Summary |
static 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)
|
static 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)
|
static int |
countByKeywords(long companyId,
String keywords,
int status,
LinkedHashMap<String,Object> params)
|
static int |
countByUser(long userId,
LinkedHashMap<String,Object> params)
|
static List<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,
OrderByComparator obc)
|
static List<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,
OrderByComparator obc)
|
static List<User> |
findByKeywords(long companyId,
String keywords,
int status,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator obc)
|
static List<User> |
findByNoAnnouncementsDeliveries(String type)
|
static List<User> |
findByNoContacts()
|
static List<User> |
findByNoGroups()
|
static UserFinder |
getFinder()
|
void |
setFinder(UserFinder finder)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserFinderUtil
public UserFinderUtil()
countByUser
public static int countByUser(long userId,
LinkedHashMap<String,Object> params)
throws SystemException
- Throws:
SystemException
countByKeywords
public static int countByKeywords(long companyId,
String keywords,
int status,
LinkedHashMap<String,Object> params)
throws SystemException
- Throws:
SystemException
countByC_FN_MN_LN_SN_EA_S
public static 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)
throws SystemException
- Throws:
SystemException
countByC_FN_MN_LN_SN_EA_S
public static 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)
throws SystemException
- Throws:
SystemException
findByKeywords
public static List<User> findByKeywords(long companyId,
String keywords,
int status,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator obc)
throws SystemException
- Throws:
SystemException
findByNoAnnouncementsDeliveries
public static List<User> findByNoAnnouncementsDeliveries(String type)
throws SystemException
- Throws:
SystemException
findByNoContacts
public static List<User> findByNoContacts()
throws SystemException
- Throws:
SystemException
findByNoGroups
public static List<User> findByNoGroups()
throws SystemException
- Throws:
SystemException
findByC_FN_MN_LN_SN_EA_S
public static List<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,
OrderByComparator obc)
throws SystemException
- Throws:
SystemException
findByC_FN_MN_LN_SN_EA_S
public static List<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,
OrderByComparator obc)
throws SystemException
- Throws:
SystemException
getFinder
public static UserFinder getFinder()
setFinder
public void setFinder(UserFinder finder)