org.broadleafcommerce.core.search.domain
Class ProductSearchCriteria

java.lang.Object
  extended by org.broadleafcommerce.core.search.domain.ProductSearchCriteria

public class ProductSearchCriteria
extends Object

Container that holds additional criteria to consider when performing searches for Products

Author:
Andre Azzolini (apazzolini)

Field Summary
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 Summary
ProductSearchCriteria()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PAGE_SIZE_STRING

public static String PAGE_SIZE_STRING

PAGE_NUMBER

public static String PAGE_NUMBER

SORT_STRING

public static String SORT_STRING

QUERY_STRING

public static String QUERY_STRING

page

protected Integer page

pageSize

protected Integer pageSize

sortQuery

protected String sortQuery

filterCriteria

protected Map<String,String[]> filterCriteria
Constructor Detail

ProductSearchCriteria

public ProductSearchCriteria()
Method Detail

getPage

public Integer getPage()

setPage

public void setPage(Integer page)

getPageSize

public Integer getPageSize()

setPageSize

public void setPageSize(Integer pageSize)

getSortQuery

public String getSortQuery()

setSortQuery

public void setSortQuery(String sortQuery)

getFilterCriteria

public Map<String,String[]> getFilterCriteria()

setFilterCriteria

public void setFilterCriteria(Map<String,String[]> filterCriteria)


Copyright © 2013. All Rights Reserved.