|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface that represents search results.
| Method Summary | |
int |
getNumberSkipped()
Gets the number of results skipped. |
ISearchRecord[] |
getSearchResultList()
Gets the array of ISearchRecords. |
int |
getTotalNumberOfHits()
Gets the total number of search results. |
boolean |
isDescriptionEncoded()
Checks whether the record descriptions will be HTML encoded. |
void |
setDescriptionEncoded(boolean encoded)
Sets whether to HTML encode the descriptions. |
void |
setNumberSkipped(int skipped)
Sets the number of results skipped. |
void |
setSearchResultList(ISearchRecord[] records)
Sets the ISearchRecord array returned by the search. |
void |
setTotalNumberOfHits(int hits)
Sets the total number of hits returned by the search. |
| Method Detail |
public void setNumberSkipped(int skipped)
skipped - the number of results skippedpublic int getNumberSkipped()
public void setSearchResultList(ISearchRecord[] records)
ISearchRecord array returned by the search.
records - the ISearchRecord array; records cannot be null and cannot contain any null elementspublic ISearchRecord[] getSearchResultList()
ISearchRecords.
ISearchRecord arraypublic void setTotalNumberOfHits(int hits)
ISearchRecords in setSearchResultList will be used.
hits - the total number of hitspublic int getTotalNumberOfHits()
public void setDescriptionEncoded(boolean encoded)
encoded - true to encode descriptionspublic boolean isDescriptionEncoded()
true if the record descriptions will be HTML encoded
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright ©2008 Oracle® Corporation. All Rights Reserved.