public class CommerceQuery extends Object
CommerceQuery.Builder to create instances of this.| Modifier and Type | Class and Description |
|---|---|
static class |
CommerceQuery.Builder
A generic builder for queries executed via
CommerceService.search(CommerceQuery). |
| Modifier and Type | Field and Description |
|---|---|
static String |
PARAM_PAGE |
static String |
PARAM_PAGESIZE |
static String |
PARAM_QUERYTEXT |
static String |
PARAM_SORTID |
| Constructor and Description |
|---|
CommerceQuery(javax.servlet.http.HttpServletRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<String>> |
getFacets()
Get the list of facets applicable to current search.
|
int |
getPage()
Get the result page's index.
|
int |
getPageSize()
Get the page size.
|
String |
getQueryText()
Get the query string.
|
String |
getSortId()
Get the sort type's identifier.
|
public static final String PARAM_QUERYTEXT
public static final String PARAM_PAGE
public static final String PARAM_PAGESIZE
public static final String PARAM_SORTID
public CommerceQuery(javax.servlet.http.HttpServletRequest request)
"Copyright © 2010 - 2017 Adobe Systems Incorporated. All Rights Reserved"