Uses of Class
org.dspace.discovery.DiscoverQuery.SORT_ORDER
-
Packages that use DiscoverQuery.SORT_ORDER Package Description org.dspace.discovery -
-
Uses of DiscoverQuery.SORT_ORDER in org.dspace.discovery
Methods in org.dspace.discovery that return DiscoverQuery.SORT_ORDER Modifier and Type Method Description DiscoverQuery.SORT_ORDERDiscoverQuery. getSortOrder()static DiscoverQuery.SORT_ORDERDiscoverQuery.SORT_ORDER. valueOf(String name)Returns the enum constant of this type with the specified name.static DiscoverQuery.SORT_ORDER[]DiscoverQuery.SORT_ORDER. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.dspace.discovery with parameters of type DiscoverQuery.SORT_ORDER Modifier and Type Method Description StringSearchService. 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.StringSolrServiceImpl. calculateExtremeValue(Context context, String valueField, String sortField, DiscoverQuery.SORT_ORDER sortOrder)voidDiscoverQuery. setSortField(String sortField, DiscoverQuery.SORT_ORDER sortOrder)
-