public final class CurrencySearchModel<T> extends SearchModelImpl<T>
| Constructor and Description |
|---|
CurrencySearchModel(SearchModel<T> parent,
String pathSegment) |
| Modifier and Type | Method and Description |
|---|---|
TermFacetSearchModel<T,V> |
faceted()
Eventually generates an expression to obtain the facets of the attribute for certain values.
|
TermFacetedSearchSearchModel<T> |
facetedAndFiltered()
Eventually generates both an expression to obtain the facets of the attribute for all terms
and an expression to filter elements by certain values.
|
TermFilterExistsAndMissingSearchModel<T,V> |
filtered()
Eventually generates an expression to filter elements by certain values.
|
booleanSearchModel, dateSearchModel, datetimeSearchModel, enumFacetedSearchSearchModel, enumFacetSearchModel, enumFilterSearchModel, existsAndMissingFilterSearchModelSupport, existsFilters, getParent, getPathSegment, localizedEnumFacetedSearchSearchModel, localizedEnumFacetSearchModel, localizedEnumFilterSearchModel, localizedStringFacetedSearchSearchModel, localizedStringFacetSearchModel, localizedStringFilterSearchModel, missingFilters, moneyFacetedSearchSearchModel, moneyFacetSearchModel, moneyFilterSearchModel, numberSearchModel, referenceFacetedSearchSearchModel, referenceFacetSearchModel, referenceFilterSearchModel, searchModel, stringSearchModel, timeSearchModelclone, finalize, getClass, notify, notifyAll, wait, wait, waitattributePath, buildPath, hasPathpublic CurrencySearchModel(@Nullable SearchModel<T> parent, @Nullable String pathSegment)
public TermFilterExistsAndMissingSearchModel<T,V> filtered()
public TermFacetSearchModel<T,V> faceted()
public TermFacetedSearchSearchModel<T> facetedAndFiltered()