public class FilterPagingLoadConfigBean extends PagingLoadConfigBean implements FilterPagingLoadConfig
PagingLoadConfigBean with support for filters.| Constructor and Description |
|---|
FilterPagingLoadConfigBean() |
| Modifier and Type | Method and Description |
|---|---|
List<FilterConfig> |
getFilters()
Returns the list of filters for this load config.
|
void |
setFilters(List<FilterConfig> filters)
Sets the list of filters for this load config.
|
getLimit, getOffset, setLimit, setOffsetgetSortInfo, setSortInfoequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLimit, getOffset, setLimit, setOffsetgetSortInfo, setSortInfopublic List<FilterConfig> getFilters()
FilterPagingLoadConfiggetFilters in interface FilterPagingLoadConfigpublic void setFilters(List<FilterConfig> filters)
FilterPagingLoadConfigsetFilters in interface FilterPagingLoadConfigfilters - the list of filtersCopyright © 2012. All Rights Reserved.