Uses of Class
com.broadleafcommerce.search.api.domain.SortResponse
-
Packages that use SortResponse Package Description com.broadleafcommerce.search.api.domain -
-
Uses of SortResponse in com.broadleafcommerce.search.api.domain
Methods in com.broadleafcommerce.search.api.domain that return types with arguments of type SortResponse Modifier and Type Method Description List<SortResponse>
SearchResponse. getSorts()
The sort options returned in the search result.Method parameters in com.broadleafcommerce.search.api.domain with type arguments of type SortResponse Modifier and Type Method Description void
SearchResponse. setSorts(List<SortResponse> sorts)
The sort options returned in the search result.
-