Uses of Class
org.dspace.sort.SortException

Packages that use SortException
org.dspace.sort   
 

Uses of SortException in org.dspace.sort
 

Methods in org.dspace.sort that throw SortException
 void SortOption.generateMdBits()
          Tell the class to generate the metadata bits
static SortOption SortOption.getDefaultSortOption()
          Get the default sort option - initially, just the first one defined
static SortOption SortOption.getSortOption(int number)
          Get the defined sort option by number (.1, .2, etc)
static Set<SortOption> SortOption.getSortOptions()
          Return all the configured sort options
static Map<Integer,SortOption> SortOption.getSortOptionsMap()
           
 

Constructors in org.dspace.sort that throw SortException
SortOption(int number, String definition)
          Construct a new SortOption object using the definition from the configuration
SortOption(int number, String name, String md, String type)
          Construct a new SortOption object with the given parameters
 



Copyright © 2009 The DSpace Foundation. All Rights Reserved.