Class SocialUserSearchServiceImpl

java.lang.Object
org.exoplatform.services.organization.search.UserSearchServiceImpl
org.exoplatform.social.core.identity.SocialUserSearchServiceImpl
All Implemented Interfaces:
org.exoplatform.services.organization.search.UserSearchService

public class SocialUserSearchServiceImpl extends org.exoplatform.services.organization.search.UserSearchServiceImpl
  • Constructor Summary

    Constructors
    Constructor
    Description
    SocialUserSearchServiceImpl(org.exoplatform.services.organization.OrganizationService organizationService, org.exoplatform.social.core.storage.api.IdentityStorage identityStorage)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.exoplatform.commons.utils.ListAccess<org.exoplatform.services.organization.User>
    searchUsers(String term, org.exoplatform.services.organization.UserStatus userStatus)
     

    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

    • SocialUserSearchServiceImpl

      public SocialUserSearchServiceImpl(org.exoplatform.services.organization.OrganizationService organizationService, org.exoplatform.social.core.storage.api.IdentityStorage identityStorage)
  • Method Details

    • searchUsers

      public org.exoplatform.commons.utils.ListAccess<org.exoplatform.services.organization.User> searchUsers(String term, org.exoplatform.services.organization.UserStatus userStatus) throws Exception
      Specified by:
      searchUsers in interface org.exoplatform.services.organization.search.UserSearchService
      Overrides:
      searchUsers in class org.exoplatform.services.organization.search.UserSearchServiceImpl
      Throws:
      Exception