public final class ReviewRatingStatisticsSortSearchModel<T> extends SortableSearchModel<T,SingleValueSortSearchModel<T>>
searchSortFactory
Constructor and Description |
---|
ReviewRatingStatisticsSortSearchModel(SearchModel<T> parent,
String pathSegment) |
Modifier and Type | Method and Description |
---|---|
SingleValueSortSearchModel<T> |
averageRating() |
SingleValueSortSearchModel<T> |
count() |
SingleValueSortSearchModel<T> |
highestRating() |
SingleValueSortSearchModel<T> |
lowestRating() |
enumSortSearchModel, localizedEnumSortSearchModel, localizedStringSortSearchModel, moneySortSearchModel, searchModel, searchModel, sorted, sorted, sorted
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, timeSearchModel
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
attributePath, buildPath, hasPath
public ReviewRatingStatisticsSortSearchModel(@Nullable SearchModel<T> parent, @Nullable String pathSegment)
public SingleValueSortSearchModel<T> averageRating()
public SingleValueSortSearchModel<T> highestRating()
public SingleValueSortSearchModel<T> lowestRating()
public SingleValueSortSearchModel<T> count()