Uses of Class
org.sakaiproject.entitybroker.entityprovider.extension.SearchResult

Packages that use SearchResult
org.sakaiproject.entitybroker.entityprovider.extension   
 

Uses of SearchResult in org.sakaiproject.entitybroker.entityprovider.extension
 

Methods in org.sakaiproject.entitybroker.entityprovider.extension that return types with arguments of type SearchResult
 List<SearchResult> SearchResults.getResults()
           
 

Methods in org.sakaiproject.entitybroker.entityprovider.extension with parameters of type SearchResult
 boolean SearchResults.addResult(SearchResult searchResult)
          Add results to the total results, this will not allow adding results beyond the maxItemsToReturn (max) number
 

Constructor parameters in org.sakaiproject.entitybroker.entityprovider.extension with type arguments of type SearchResult
SearchResults(int start, int max, int total, List<SearchResult> results)
          use this constructor to build search results manually
 



Copyright © 2007-2013 Sakai Project. All Rights Reserved.