|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.firstpartners.rp.back.search.ResultPages
public class ResultPages
Result Page content upon a search operation
| Field Summary | |
|---|---|
private int |
countErrors
DOCUMENT ME! |
private int |
countFound
DOCUMENT ME! |
private java.util.LinkedList |
searchDocList
DOCUMENT ME! |
| Constructor Summary | |
|---|---|
ResultPages(java.util.LinkedList list,
int countFound,
int countErrors)
Creates a new ResultPages object. |
|
| Method Summary | |
|---|---|
int |
getCountErrors()
Get the number of the errors encounter by reading from index |
int |
getCountFound()
Get the number of the documents found it |
java.util.LinkedList |
getDocuments()
Get the list of the documents |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private int countFound
private int countErrors
private java.util.LinkedList searchDocList
| Constructor Detail |
|---|
public ResultPages(java.util.LinkedList list,
int countFound,
int countErrors)
list - List of the documents found itcountFound - Number of the documents found it in the indexcountErrors - Number of the errors at reading from index| Method Detail |
|---|
public java.util.LinkedList getDocuments()
getDocuments in interface ISearchResultpublic int getCountFound()
getCountFound in interface ISearchResultpublic int getCountErrors()
getCountErrors in interface ISearchResult
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||