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

Packages that use IFeedback
net.firstpartners.rp.back.search   
net.firstpartners.rp.mid.feedback   
net.firstpartners.rp.mid.intelligence Things that know how to Prepare and carry out searches.
 
net.firstpartners.rp.plugins Plugins - extension points for the system . 
net.firstpartners.rp.plugins.events These interfaces mark a class as being interested in hearing about certain events.
 
 

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

Classes in net.firstpartners.rp.back.search that implement IFeedback
 class SearchQuery
          Simple Query
 

Uses of IFeedback in net.firstpartners.rp.mid.feedback
 

Classes in net.firstpartners.rp.mid.feedback that implement IFeedback
 class BaseFeedback
          General feedback class
 class CategoryFeedback
          Category feedback class A category feedback will contain all the information necessarily to rebuild the entire index information (score,categoryname and category location)
 class DocumentFeedback
          Document feedback class A document feedback will contain all the information necessarily to rebuild the entire index information (score,id, categoryname and description)
 class SearchFeedback
          Search feedback class A search feedback will contain all the information necessarily to rebuild the entire index information (score and search term)
 

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

Methods in net.firstpartners.rp.mid.intelligence with parameters of type IFeedback
 void BasicIntelligence.acceptFeedback(IFeedback advice)
          Deal with feedback to improve quality of results next time
 

Uses of IFeedback in net.firstpartners.rp.plugins
 

Subinterfaces of IFeedback in net.firstpartners.rp.plugins
 interface ISearchQuery
          A Search term entered by the user.
 

Fields in net.firstpartners.rp.plugins declared as IFeedback
static IFeedback IFeedbackDataStore.feedback
          Keeps a handle to the feedback recieved after a search request
 

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

Methods in net.firstpartners.rp.plugins.events with parameters of type IFeedback
 void IInterestedInFeedback.acceptFeedback(IFeedback advice)
          Deal with feedback to improve quality of results next time