|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sakaiproject.profile2.logic.ProfileSearchLogicImpl
public class ProfileSearchLogicImpl
Implementation of ProfileSearchLogic API
| Constructor Summary | |
|---|---|
ProfileSearchLogicImpl()
|
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProfileSearchLogicImpl()
| Method Detail |
|---|
public List<Person> findUsersByNameOrEmail(String search,
boolean includeConnections,
String worksiteId)
findUsersByNameOrEmail in interface ProfileSearchLogic
public 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 ProfileSearchLogic
public void addSearchTermToHistory(String userUuid,
ProfileSearchTerm searchTerm)
addSearchTermToHistory in interface ProfileSearchLogicpublic void clearSearchHistory(String userUuid)
clearSearchHistory in interface ProfileSearchLogicpublic void init()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||