Uses of Class
org.dspace.discovery.configuration.DiscoveryConfigurationParameters.SORT

Packages that use DiscoveryConfigurationParameters.SORT
org.dspace.discovery   
org.dspace.discovery.configuration   
 

Uses of DiscoveryConfigurationParameters.SORT in org.dspace.discovery
 

Methods in org.dspace.discovery that return DiscoveryConfigurationParameters.SORT
 DiscoveryConfigurationParameters.SORT DiscoverFacetField.getSortOrder()
           
 

Constructors in org.dspace.discovery with parameters of type DiscoveryConfigurationParameters.SORT
DiscoverFacetField(String field, String type, int limit, DiscoveryConfigurationParameters.SORT sortOrder)
           
DiscoverFacetField(String field, String type, int limit, DiscoveryConfigurationParameters.SORT sortOrder, String prefix)
           
 

Uses of DiscoveryConfigurationParameters.SORT in org.dspace.discovery.configuration
 

Methods in org.dspace.discovery.configuration that return DiscoveryConfigurationParameters.SORT
 DiscoveryConfigurationParameters.SORT SidebarFacetConfiguration.getSortOrder()
           
static DiscoveryConfigurationParameters.SORT DiscoveryConfigurationParameters.SORT.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DiscoveryConfigurationParameters.SORT[] DiscoveryConfigurationParameters.SORT.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 DiscoveryConfigurationParameters.SORT
 void SidebarFacetConfiguration.setSortOrder(DiscoveryConfigurationParameters.SORT sortOrder)
           
 



Copyright © 2011 DuraSpace. All Rights Reserved.