public class ProductSearchCriteria extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,String[]> |
filterCriteria |
protected Integer |
page |
static String |
PAGE_NUMBER |
static String |
PAGE_SIZE_STRING |
protected Integer |
pageSize |
static String |
QUERY_STRING |
static String |
SORT_STRING |
protected String |
sortQuery |
| Constructor and Description |
|---|
ProductSearchCriteria() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String[]> |
getFilterCriteria() |
Integer |
getPage() |
Integer |
getPageSize() |
String |
getSortQuery() |
void |
setFilterCriteria(Map<String,String[]> filterCriteria) |
void |
setPage(Integer page) |
void |
setPageSize(Integer pageSize) |
void |
setSortQuery(String sortQuery) |
public static String PAGE_SIZE_STRING
public static String PAGE_NUMBER
public static String SORT_STRING
public static String QUERY_STRING
protected Integer page
protected Integer pageSize
protected String sortQuery
Copyright © 2015. All Rights Reserved.