net.firstpartners.rp.plugins
Interface IFeedbackDataStore

All Known Implementing Classes:
BasicFeedbackDataStore

public interface IFeedbackDataStore

Stores information on previous search requests by this way we know the Keywords that are associated with each other

Author:
brownpa

Field Summary
static IFeedback feedback
          Keeps a handle to the feedback recieved after a search request
static ISearchQuery query
          Keep a handle to the original search query
 
Method Summary
 BaseFeedback read(java.lang.String path)
          Read the feedback data
 void save(BaseFeedback advice)
          Save the feedback data
 

Field Detail

query

static final ISearchQuery query
Keep a handle to the original search query


feedback

static final IFeedback feedback
Keeps a handle to the feedback recieved after a search request

Method Detail

read

BaseFeedback read(java.lang.String path)
                  throws RpException
Read the feedback data

Throws:
RpException

save

void save(BaseFeedback advice)
          throws RpException
Save the feedback data

Throws:
RpException