Uses of Interface
net.firstpartners.rp.plugins.ISearchResult

Packages that use ISearchResult
net.firstpartners.rp.back.search   
net.firstpartners.rp.mid.intelligence Things that know how to Prepare and carry out searches.
 
net.firstpartners.rp.plugins.events These interfaces mark a class as being interested in hearing about certain events.
 
 

Uses of ISearchResult in net.firstpartners.rp.back.search
 

Classes in net.firstpartners.rp.back.search that implement ISearchResult
 class ResultPages
          Result Page content upon a search operation
 

Fields in net.firstpartners.rp.back.search declared as ISearchResult
private  ISearchResult RpSearcher.result
          Search result object
 

Methods in net.firstpartners.rp.back.search that return ISearchResult
 ISearchResult RpSearcher.getResults()
          Get the Search results generated by doSearch
 

Uses of ISearchResult in net.firstpartners.rp.mid.intelligence
 

Methods in net.firstpartners.rp.mid.intelligence that return ISearchResult
 ISearchResult BasicIntelligence.filterAndSortSearchResults(ISearchResult someInfo)
          Gives the class a chance to update
 

Methods in net.firstpartners.rp.mid.intelligence with parameters of type ISearchResult
 ISearchResult BasicIntelligence.filterAndSortSearchResults(ISearchResult someInfo)
          Gives the class a chance to update
 

Uses of ISearchResult in net.firstpartners.rp.plugins.events
 

Methods in net.firstpartners.rp.plugins.events that return ISearchResult
 ISearchResult IInterestedInResultsFilter.filterAndSortSearchResults(ISearchResult someInfo)
          Gives the class a chance to update
 ISearchResult IInterestedInSearch.getResults()
          Get the Search results generated by doSearch
 

Methods in net.firstpartners.rp.plugins.events with parameters of type ISearchResult
 ISearchResult IInterestedInResultsFilter.filterAndSortSearchResults(ISearchResult someInfo)
          Gives the class a chance to update