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
ConstructorsConstructorDescriptionSocialUserSearchServiceImpl(org.exoplatform.services.organization.OrganizationService organizationService, org.exoplatform.social.core.storage.api.IdentityStorage identityStorage) -
Method Summary
Modifier and TypeMethodDescriptionorg.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, waitMethods 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:
searchUsersin interfaceorg.exoplatform.services.organization.search.UserSearchService- Overrides:
searchUsersin classorg.exoplatform.services.organization.search.UserSearchServiceImpl- Throws:
Exception
-