Uses of Class
org.sakaiproject.profile2.model.ProfileSearchTerm
-
Packages that use ProfileSearchTerm Package Description org.sakaiproject.profile2.logic org.sakaiproject.profile2.model -
-
Uses of ProfileSearchTerm in org.sakaiproject.profile2.logic
Methods in org.sakaiproject.profile2.logic that return ProfileSearchTerm Modifier and Type Method Description ProfileSearchTermProfileSearchLogic. getLastSearchTerm(String userUuid)Retrieves the last search term made by the user with the given UUID.Methods in org.sakaiproject.profile2.logic that return types with arguments of type ProfileSearchTerm Modifier and Type Method Description List<ProfileSearchTerm>ProfileSearchLogic. getSearchHistory(String userUuid)Retrieves the search history for the user with the given UUID.Methods in org.sakaiproject.profile2.logic with parameters of type ProfileSearchTerm Modifier and Type Method Description voidProfileSearchLogic. addSearchTermToHistory(String userUuid, ProfileSearchTerm searchTerm)Adds the given profile search term to a user's search history. -
Uses of ProfileSearchTerm in org.sakaiproject.profile2.model
Methods in org.sakaiproject.profile2.model with parameters of type ProfileSearchTerm Modifier and Type Method Description intProfileSearchTerm. compareTo(ProfileSearchTerm searchTerm)
-