public class SearchFilter extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SearchFilter.SortType
to specify whether the result should be sorted? If yes, whether asc or desc.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
PARAM_NAME |
static String |
PARAM_NOT_SUPERTYPE |
static String |
PARAM_SUPERTYPE |
static String |
PARAM_TYPE |
| Constructor and Description |
|---|
SearchFilter() |
| Modifier and Type | Method and Description |
|---|---|
long |
getMaxRows() |
String |
getSortBy() |
SearchFilter.SortType |
getSortType() |
long |
getStartIndex() |
boolean |
isGetCount() |
void |
setGetCount(boolean getCount) |
void |
setMaxRows(long maxRows) |
void |
setSortBy(String sortBy) |
void |
setSortType(SearchFilter.SortType sortType) |
void |
setStartIndex(long startIndex) |
public static final String PARAM_TYPE
public static final String PARAM_NAME
public static final String PARAM_SUPERTYPE
public static final String PARAM_NOT_SUPERTYPE
public long getStartIndex()
public void setStartIndex(long startIndex)
public long getMaxRows()
public void setMaxRows(long maxRows)
public boolean isGetCount()
public void setGetCount(boolean getCount)
public String getSortBy()
public void setSortBy(String sortBy)
public SearchFilter.SortType getSortType()
public void setSortType(SearchFilter.SortType sortType)
Copyright © 2018 ODPi. All rights reserved.