com.liferay.portal.service.persistence
Interface UserFinder
- All Known Implementing Classes:
- UserFinderImpl
public interface UserFinder
Method Summary |
int |
countByC_FN_MN_LN_SN_EA_A(long companyId,
String[] firstNames,
String[] middleNames,
String[] lastNames,
String[] screenNames,
String[] emailAddresses,
Boolean active,
LinkedHashMap<String,Object> params,
boolean andOperator)
|
int |
countByC_FN_MN_LN_SN_EA_A(long companyId,
String firstName,
String middleName,
String lastName,
String screenName,
String emailAddress,
Boolean active,
LinkedHashMap<String,Object> params,
boolean andOperator)
|
int |
countByKeywords(long companyId,
String keywords,
Boolean active,
LinkedHashMap<String,Object> params)
|
int |
countByUser(long userId,
LinkedHashMap<String,Object> params)
|
List<User> |
findByC_FN_MN_LN_SN_EA_A(long companyId,
String[] firstNames,
String[] middleNames,
String[] lastNames,
String[] screenNames,
String[] emailAddresses,
Boolean active,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
List<User> |
findByC_FN_MN_LN_SN_EA_A(long companyId,
String firstName,
String middleName,
String lastName,
String screenName,
String emailAddress,
Boolean active,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
List<User> |
findByKeywords(long companyId,
String keywords,
Boolean active,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator obc)
|
List<User> |
findByNoAnnouncementsDeliveries(String type)
|
List<User> |
findByNoContacts()
|
List<User> |
findByNoGroups()
|
countByUser
int countByUser(long userId,
LinkedHashMap<String,Object> params)
throws SystemException
- Throws:
SystemException
countByKeywords
int countByKeywords(long companyId,
String keywords,
Boolean active,
LinkedHashMap<String,Object> params)
throws SystemException
- Throws:
SystemException
countByC_FN_MN_LN_SN_EA_A
int countByC_FN_MN_LN_SN_EA_A(long companyId,
String firstName,
String middleName,
String lastName,
String screenName,
String emailAddress,
Boolean active,
LinkedHashMap<String,Object> params,
boolean andOperator)
throws SystemException
- Throws:
SystemException
countByC_FN_MN_LN_SN_EA_A
int countByC_FN_MN_LN_SN_EA_A(long companyId,
String[] firstNames,
String[] middleNames,
String[] lastNames,
String[] screenNames,
String[] emailAddresses,
Boolean active,
LinkedHashMap<String,Object> params,
boolean andOperator)
throws SystemException
- Throws:
SystemException
findByKeywords
List<User> findByKeywords(long companyId,
String keywords,
Boolean active,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator obc)
throws SystemException
- Throws:
SystemException
findByNoAnnouncementsDeliveries
List<User> findByNoAnnouncementsDeliveries(String type)
throws SystemException
- Throws:
SystemException
findByNoContacts
List<User> findByNoContacts()
throws SystemException
- Throws:
SystemException
findByNoGroups
List<User> findByNoGroups()
throws SystemException
- Throws:
SystemException
findByC_FN_MN_LN_SN_EA_A
List<User> findByC_FN_MN_LN_SN_EA_A(long companyId,
String firstName,
String middleName,
String lastName,
String screenName,
String emailAddress,
Boolean active,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
throws SystemException
- Throws:
SystemException
findByC_FN_MN_LN_SN_EA_A
List<User> findByC_FN_MN_LN_SN_EA_A(long companyId,
String[] firstNames,
String[] middleNames,
String[] lastNames,
String[] screenNames,
String[] emailAddresses,
Boolean active,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
throws SystemException
- Throws:
SystemException