Class UserSearchServiceImpl
java.lang.Object
org.exoplatform.services.organization.search.UserSearchServiceImpl
- All Implemented Interfaces:
UserSearchService
-
Constructor Summary
ConstructorsConstructorDescriptionUserSearchServiceImpl(org.exoplatform.services.organization.OrganizationService organizationService) -
Method Summary
Modifier and TypeMethodDescriptionorg.exoplatform.commons.utils.ListAccess<org.exoplatform.services.organization.User> searchUsers(String keyword, org.exoplatform.services.organization.UserStatus userStatus) Search users by a term and its status: ENABLED, DISABLED or ALLMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.exoplatform.services.organization.search.UserSearchService
searchUsers
-
Constructor Details
-
UserSearchServiceImpl
public UserSearchServiceImpl(org.exoplatform.services.organization.OrganizationService organizationService)
-
-
Method Details
-
searchUsers
public org.exoplatform.commons.utils.ListAccess<org.exoplatform.services.organization.User> searchUsers(String keyword, org.exoplatform.services.organization.UserStatus userStatus) throws Exception Description copied from interface:UserSearchServiceSearch users by a term and its status: ENABLED, DISABLED or ALL- Specified by:
searchUsersin interfaceUserSearchService- Parameters:
keyword- query string that will be used to search in user nameuserStatus- user status of typeUserStatus- Returns:
ListAccessofUser- Throws:
Exception
-