public class SortableSearchModel<T,S extends SortSearchModel<T>> extends SearchModelImpl<T>
| Modifier and Type | Field and Description |
|---|---|
protected io.sphere.sdk.search.model.SearchSortFactory<T,S> |
searchSortFactory |
| Modifier | Constructor and Description |
|---|---|
protected |
SortableSearchModel(SearchModel<T> parent,
String pathSegment,
io.sphere.sdk.search.model.SearchSortFactory<T,S> searchSortFactory) |
| Modifier and Type | Method and Description |
|---|---|
protected EnumSortSearchModel<T,S> |
enumSortSearchModel(String pathSegment) |
protected LocalizedEnumSortSearchModel<T,S> |
localizedEnumSortSearchModel(String pathSegment) |
protected LocalizedStringSortSearchModel<T,S> |
localizedStringSortSearchModel(String pathSegment) |
protected MoneySortSearchModel<T,S> |
moneySortSearchModel(String pathSegment) |
protected SortableSearchModel<T,S> |
searchModel(SearchModel<T> parent,
String pathSegment) |
protected SortableSearchModel<T,S> |
searchModel(String pathSegment) |
S |
sorted() |
S |
sorted(SortableSearchModel<T,S> searchModel) |
S |
sorted(String pathSegment) |
booleanSearchModel, dateSearchModel, datetimeSearchModel, enumFacetedSearchSearchModel, enumFacetSearchModel, enumFilterSearchModel, existsAndMissingFilterSearchModelSupport, existsFilters, getParent, getPathSegment, localizedEnumFacetedSearchSearchModel, localizedEnumFacetSearchModel, localizedEnumFilterSearchModel, localizedStringFacetedSearchSearchModel, localizedStringFacetSearchModel, localizedStringFilterSearchModel, missingFilters, moneyFacetedSearchSearchModel, moneyFacetSearchModel, moneyFilterSearchModel, numberSearchModel, referenceFacetedSearchSearchModel, referenceFacetSearchModel, referenceFilterSearchModel, stringSearchModel, timeSearchModelclone, finalize, getClass, notify, notifyAll, wait, wait, waitattributePath, buildPath, hasPathprotected final io.sphere.sdk.search.model.SearchSortFactory<T,S extends SortSearchModel<T>> searchSortFactory
public S sorted()
public S sorted(SortableSearchModel<T,S> searchModel)
protected SortableSearchModel<T,S> searchModel(String pathSegment)
searchModel in class SearchModelImpl<T>protected SortableSearchModel<T,S> searchModel(SearchModel<T> parent, String pathSegment)
protected LocalizedStringSortSearchModel<T,S> localizedStringSortSearchModel(String pathSegment)
protected EnumSortSearchModel<T,S> enumSortSearchModel(String pathSegment)
protected LocalizedEnumSortSearchModel<T,S> localizedEnumSortSearchModel(String pathSegment)
protected MoneySortSearchModel<T,S> moneySortSearchModel(String pathSegment)