Class UserSearchServiceImpl

java.lang.Object
org.exoplatform.services.organization.search.UserSearchServiceImpl
All Implemented Interfaces:
UserSearchService

public class UserSearchServiceImpl extends Object implements UserSearchService
  • Constructor Summary

    Constructors
    Constructor
    Description
    UserSearchServiceImpl(org.exoplatform.services.organization.OrganizationService organizationService)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.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 ALL

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods 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: UserSearchService
      Search users by a term and its status: ENABLED, DISABLED or ALL
      Specified by:
      searchUsers in interface UserSearchService
      Parameters:
      keyword - query string that will be used to search in user name
      userStatus - user status of type UserStatus
      Returns:
      ListAccess of User
      Throws:
      Exception