net.firstpartners.rp.plugins
Interface ISearchResult

All Known Implementing Classes:
ResultPages

public interface ISearchResult

Results of a Search

Author:
brownpa

Method Summary
 int getCountErrors()
          Get the number of errors for the search operation
 int getCountFound()
          Get the number of the matches for the search oeprartion
 java.util.LinkedList getDocuments()
          Get the list of the documents for the search operation
 

Method Detail

getDocuments

java.util.LinkedList getDocuments()
Get the list of the documents for the search operation

Returns:
The list of documents

getCountFound

int getCountFound()
Get the number of the matches for the search oeprartion

Returns:
The number of matches

getCountErrors

int getCountErrors()
Get the number of errors for the search operation

Returns:
The number of errors encounter