| Package | Description |
|---|---|
| org.sakaiproject.profile2.logic | |
| org.sakaiproject.profile2.model |
| Modifier and Type | Method and Description |
|---|---|
ProfileSearchTerm |
ProfileSearchLogic.getLastSearchTerm(String userUuid)
Retrieves the last search term made by the user with the given UUID.
|
| Modifier and Type | Method and Description |
|---|---|
List<ProfileSearchTerm> |
ProfileSearchLogic.getSearchHistory(String userUuid)
Retrieves the search history for the user with the given UUID.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProfileSearchLogic.addSearchTermToHistory(String userUuid,
ProfileSearchTerm searchTerm)
Adds the given profile search term to a user's search history.
|
| Modifier and Type | Method and Description |
|---|---|
int |
ProfileSearchTerm.compareTo(ProfileSearchTerm searchTerm) |
Copyright © 2008–2020 The Sakai Foundation. All rights reserved.