|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SearchResult
Represents a search result.
| Method Summary | |
|---|---|
java.util.List |
getCategoryFilterOptions()
Returns a list of filter options on category. |
int |
getResultCount()
Returns the amount of unfiltered results returned. |
java.util.List |
getSuggestions()
Returns a list of alternate query suggestions. |
void |
setResultCount(int resultCount)
Sets the amount of unfiltered results returned. |
void |
setSuggestions(java.util.List suggestions)
Sets the list of alternate query suggestions. |
| Methods inherited from interface com.elasticpath.domain.catalogview.CatalogViewResult |
|---|
getBrandFilterOptions, getCatalogViewRequest, getCategory, getFeaturedProducts, getPriceFilterOptions, getProducts, getSortedProducts, replicateData, setCatalogViewRequest, setCategory, setFeaturedProducts, setProducts |
| Methods inherited from interface com.elasticpath.domain.EpDomain |
|---|
getElasticPath, setElasticPath |
| Method Detail |
|---|
java.util.List getCategoryFilterOptions()
int getResultCount()
java.util.List getSuggestions()
void setResultCount(int resultCount)
resultCount - the number of unfiltered resultsvoid setSuggestions(java.util.List suggestions)
suggestions - the list of suggestions
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||