Uses of Class
net.firstpartners.rp.mid.feedback.BaseFeedback

Packages that use BaseFeedback
net.firstpartners.rp.back.datastore Items that persist information for later use. 
net.firstpartners.rp.mid.feedback   
net.firstpartners.rp.mid.global Classes that are exposed System wide.
 
net.firstpartners.rp.plugins Plugins - extension points for the system . 
 

Uses of BaseFeedback in net.firstpartners.rp.back.datastore
 

Methods in net.firstpartners.rp.back.datastore that return BaseFeedback
 BaseFeedback BasicFeedbackDataStore.read(java.lang.String modelpath)
          Get the Feedback object from the model
 

Methods in net.firstpartners.rp.back.datastore with parameters of type BaseFeedback
 void BasicFeedbackDataStore.save(BaseFeedback advice)
          Save the feedback data
 

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

Subclasses of BaseFeedback in net.firstpartners.rp.mid.feedback
 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 BaseFeedback in net.firstpartners.rp.mid.global
 

Methods in net.firstpartners.rp.mid.global with parameters of type BaseFeedback
 java.util.Map KnowledgeSphereManager.feedback(BaseFeedback advice, java.lang.String searchterm)
          Give feedback on a piece of information
 

Uses of BaseFeedback in net.firstpartners.rp.plugins
 

Methods in net.firstpartners.rp.plugins that return BaseFeedback
 BaseFeedback IFeedbackDataStore.read(java.lang.String path)
          Read the feedback data
 

Methods in net.firstpartners.rp.plugins with parameters of type BaseFeedback
 void IFeedbackDataStore.save(BaseFeedback advice)
          Save the feedback data