Uses of Enum Class
org.dspace.discovery.DiscoverQuery.SORT_ORDER
Packages that use DiscoverQuery.SORT_ORDER
-
Uses of DiscoverQuery.SORT_ORDER in org.dspace.discovery
Methods in org.dspace.discovery that return DiscoverQuery.SORT_ORDERModifier and TypeMethodDescriptionDiscoverQuery.getSortOrder()static DiscoverQuery.SORT_ORDERReturns the enum constant of this class with the specified name.static DiscoverQuery.SORT_ORDER[]DiscoverQuery.SORT_ORDER.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.dspace.discovery with parameters of type DiscoverQuery.SORT_ORDERModifier and TypeMethodDescriptionSearchService.calculateExtremeValue(Context context, String valueField, String sortField, DiscoverQuery.SORT_ORDER sortOrder) This method returns us either the highest or lowest value for the field that we give to it depending on what sortOrder we give this method.SolrServiceImpl.calculateExtremeValue(Context context, String valueField, String sortField, DiscoverQuery.SORT_ORDER sortOrder) voidDiscoverQuery.setSortField(String sortField, DiscoverQuery.SORT_ORDER sortOrder)