Uses of Class
org.dspace.discovery.configuration.DiscoverySortConfiguration.SORT_ORDER
-
Packages that use DiscoverySortConfiguration.SORT_ORDER Package Description org.dspace.discovery.configuration -
-
Uses of DiscoverySortConfiguration.SORT_ORDER in org.dspace.discovery.configuration
Methods in org.dspace.discovery.configuration that return DiscoverySortConfiguration.SORT_ORDER Modifier and Type Method Description DiscoverySortConfiguration.SORT_ORDERDiscoverySortConfiguration. getDefaultSortOrder()static DiscoverySortConfiguration.SORT_ORDERDiscoverySortConfiguration.SORT_ORDER. valueOf(String name)Returns the enum constant of this type with the specified name.static DiscoverySortConfiguration.SORT_ORDER[]DiscoverySortConfiguration.SORT_ORDER. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.dspace.discovery.configuration with parameters of type DiscoverySortConfiguration.SORT_ORDER Modifier and Type Method Description voidDiscoverySortConfiguration. setDefaultSortOrder(DiscoverySortConfiguration.SORT_ORDER defaultSortOrder)
-