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