Class AsSearchQueryData
java.lang.Object
de.hybris.platform.adaptivesearch.data.AsSearchQueryData
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintgetQuery()getSort()voidsetActivePage(int activePage) voidsetFacetValues(Map<String, Set<String>> facetValues) voidsetPageSize(int pageSize) voidvoid
-
Constructor Details
-
AsSearchQueryData
public AsSearchQueryData()
-
-
Method Details
-
setQuery
-
getQuery
-
setActivePage
public void setActivePage(int activePage) -
getActivePage
public int getActivePage() -
setPageSize
public void setPageSize(int pageSize) -
getPageSize
public int getPageSize() -
setFacetValues
-
getFacetValues
-
setSort
-
getSort
-