| Package | Description |
|---|---|
| ch.ralscha.extdirectspring.bean | |
| ch.ralscha.extdirectspring.filter |
| Modifier and Type | Method and Description |
|---|---|
<T extends Filter> |
ExtDirectStoreReadRequest.getFirstFilterForField(String field)
Returns the first filter for the field.
|
| Modifier and Type | Method and Description |
|---|---|
List<Filter> |
ExtDirectStoreReadRequest.getAllFiltersForField(String field)
Returns all filters for a field
|
List<Filter> |
ExtDirectStoreReadRequest.getFilters() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExtDirectStoreReadRequest.setFilters(List<Filter> filters) |
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanFilter |
class |
DateFilter |
class |
ListFilter<T> |
class |
NumericFilter |
class |
StringFilter |
| Modifier and Type | Method and Description |
|---|---|
static Filter |
Filter.createFilter(Map<String,Object> jsonData,
org.springframework.core.convert.ConversionService conversionService) |
Copyright © 2010–2018. All rights reserved.