public class ProfileSearchLogicImpl extends Object implements ProfileSearchLogic
| Constructor and Description |
|---|
ProfileSearchLogicImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addSearchTermToHistory(String userUuid,
ProfileSearchTerm searchTerm) |
void |
clearSearchHistory(String userUuid) |
List<Person> |
findUsersByInterest(String search,
boolean includeConnections,
String worksiteId) |
List<Person> |
findUsersByNameOrEmail(String search,
boolean includeConnections,
String worksiteId) |
ProfileSearchTerm |
getLastSearchTerm(String userUuid) |
List<ProfileSearchTerm> |
getSearchHistory(String userUuid) |
void |
init() |
public List<Person> findUsersByNameOrEmail(String search, boolean includeConnections, String worksiteId)
findUsersByNameOrEmail in interface ProfileSearchLogicpublic List<Person> findUsersByInterest(String search, boolean includeConnections, String worksiteId)
findUsersByInterest in interface ProfileSearchLogicpublic ProfileSearchTerm getLastSearchTerm(String userUuid)
getLastSearchTerm in interface ProfileSearchLogicpublic List<ProfileSearchTerm> getSearchHistory(String userUuid)
getSearchHistory in interface ProfileSearchLogicpublic void addSearchTermToHistory(String userUuid, ProfileSearchTerm searchTerm)
addSearchTermToHistory in interface ProfileSearchLogicpublic void clearSearchHistory(String userUuid)
clearSearchHistory in interface ProfileSearchLogicpublic void init()
Copyright © 2008–2017 The Sakai Foundation. All rights reserved.