Uses of Class
org.sakaiproject.profile2.model.ProfileSearchTerm

Packages that use ProfileSearchTerm
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
 ProfileSearchTerm ProfileSearchLogic.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
 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
 void ProfileSearchLogic.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
 int ProfileSearchTerm.compareTo(ProfileSearchTerm searchTerm)
           
 



Copyright © 2008-2012 The Sakai Foundation. All Rights Reserved.