| Modifier and Type | Method and Description |
|---|---|
CsSort |
Pageable.getSort()
The requested result sort order.
|
| Modifier and Type | Method and Description |
|---|---|
List<CsSort> |
CsSearchResult.getAvailableSorts()
The sorting options that are available for this search result.
|
List<CsSort> |
CsSearchQueryBuilder.getAvailableSorts()
Get the available sort options.
|
| Modifier and Type | Method and Description |
|---|---|
List<CsSort> |
AbstractCsFlexibleSearchQueryBuilder.getAvailableSorts() |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCsSort |
| Modifier and Type | Method and Description |
|---|---|
CsSort |
DefaultPageable.getSort() |
| Modifier and Type | Method and Description |
|---|---|
List<CsSort> |
DefaultCsSearchResult.getAvailableSorts() |
protected List<CsSort> |
DefaultCsCommerceSearchService.getAvailableSorts(List<SortData> sortData) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultPageable.setSort(CsSort sort) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCsSearchResult.setAvailableSorts(List<CsSort> availableSorts) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultCsSolrSort
Default Solr sort option.
|
| Modifier and Type | Method and Description |
|---|---|
protected CsSort |
AbstractCsSolrSearchQueryBuilder.findDefaultSortOption() |
protected CsSort |
AbstractCsSolrSearchQueryBuilder.findSortOptionByCode(String code) |
| Modifier and Type | Method and Description |
|---|---|
List<CsSort> |
AbstractCsSolrSearchQueryBuilder.getAvailableSorts() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractCsSolrSearchQueryBuilder.setAvailableSorts(List<CsSort> availableSorts) |
| Modifier and Type | Method and Description |
|---|---|
CsSort |
PageableSearchResults.getCurrentSortOrder()
Get the currently applied sort order.
|
| Modifier and Type | Method and Description |
|---|---|
List<CsSort> |
PageableSearchResults.getAvailableSorts()
Get the available sorts that can be applied to the results.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
PageableSearchResults.setCurrentSortOrder(CsSort sort)
Change the current sort to the specified sort.
|
| Modifier and Type | Method and Description |
|---|---|
CsSort |
DefaultSearchCommandController.getCurrentSortOrder() |
| Modifier and Type | Method and Description |
|---|---|
List<CsSort> |
DefaultSearchCommandController.getAvailableSorts() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DefaultSearchCommandController.setCurrentSortOrder(CsSort sort) |
| Modifier and Type | Method and Description |
|---|---|
CsSort |
SearchResultWidgetModel.getCurrentSortOrder() |
| Modifier and Type | Method and Description |
|---|---|
List<CsSort> |
SearchResultWidgetModel.getAvailableSorts() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SearchResultWidgetModel.setCurrentSortOrder(CsSort currentSortOrder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SearchResultWidgetModel.setAvailableSorts(List<CsSort> availableSorts) |
Copyright © 2017 SAP SE. All Rights Reserved.