|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.elasticpath.domain.impl.AbstractEpDomainImpl
com.elasticpath.domain.impl.AbstractTransientImpl
com.elasticpath.domain.catalogview.impl.AbstractCatalogViewResultImpl
com.elasticpath.domain.catalogview.search.impl.SearchResultImpl
public class SearchResultImpl
Represents a default implementation of SearchResult.
| Field Summary | |
|---|---|
static long |
serialVersionUID
Serial version id. |
| Constructor Summary | |
|---|---|
SearchResultImpl()
|
|
| Method Summary | |
|---|---|
java.util.List |
getCategoryFilterOptions()
Returns a list of filter options on category. |
java.util.List |
getFeaturedProducts()
Returns a list of featured products. |
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 class com.elasticpath.domain.catalogview.impl.AbstractCatalogViewResultImpl |
|---|
getAttributeFilterOptions, getAttributeRangeFilterOptions, getAttributeValueFilterOptions, getBrandFilterOptions, getCatalogViewRequest, getCategory, getDiversedAttributeValueFilters, getDiversedBrands, getFilterFactory, getPriceFilterOptions, getProducts, getSortedProducts, getTopBranchNodes, replicateData, setCatalogViewRequest, setCategory, setFeaturedProducts, setFilterFactory, setProducts |
| Methods inherited from class com.elasticpath.domain.impl.AbstractEpDomainImpl |
|---|
getElasticPath, setElasticPath |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.elasticpath.domain.catalogview.CatalogViewResult |
|---|
getBrandFilterOptions, getCatalogViewRequest, getCategory, getPriceFilterOptions, getProducts, getSortedProducts, replicateData, setCatalogViewRequest, setCategory, setFeaturedProducts, setProducts |
| Methods inherited from interface com.elasticpath.domain.EpDomain |
|---|
getElasticPath, setElasticPath |
| Field Detail |
|---|
public static final long serialVersionUID
| Constructor Detail |
|---|
public SearchResultImpl()
| Method Detail |
|---|
public java.util.List getCategoryFilterOptions()
getCategoryFilterOptions in interface SearchResultpublic java.util.List getFeaturedProducts()
getFeaturedProducts in interface CatalogViewResultgetFeaturedProducts in class AbstractCatalogViewResultImplpublic int getResultCount()
getResultCount in interface SearchResultpublic java.util.List getSuggestions()
getSuggestions in interface SearchResultpublic void setResultCount(int resultCount)
setResultCount in interface SearchResultresultCount - the number of unfiltered resultspublic void setSuggestions(java.util.List suggestions)
setSuggestions in interface SearchResultsuggestions - the list of suggestions
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||