Uses of Class
org.dspace.sort.SortException
-
Packages that use SortException Package Description org.dspace.sort -
-
Uses of SortException in org.dspace.sort
Methods in org.dspace.sort that throw SortException Modifier and Type Method Description static SortOptionSortOption. getDefaultSortOption()Get the default sort option - initially, just the first one defined.static SortOptionSortOption. getSortOption(int number)Get the defined sort option by number (.1, .2, etc).static SortOptionSortOption. getSortOption(String name)Get the defined sort option by namestatic Set<SortOption>SortOption. getSortOptions()Return all the configured sort options.Constructors in org.dspace.sort that throw SortException Constructor Description SortOption(int number, String definition)Construct a new SortOption object using the definition from the configurationSortOption(int number, String name, String md, String type)Construct a new SortOption object with the given parameters
-