Uses of Class
org.dspace.sort.SortOption
-
Packages that use SortOption Package Description org.dspace.browse Provides classes and methods for browsing Items in DSpace by whatever is specified in the configuration.org.dspace.sort -
-
Uses of SortOption in org.dspace.browse
Methods in org.dspace.browse that return SortOption Modifier and Type Method Description SortOptionBrowseIndex. getSortOption()Get the SortOption associated with this index.SortOptionBrowseInfo. getSortOption()SortOptionBrowserScope. getSortOption()Obtain the sort optionMethods in org.dspace.browse with parameters of type SortOption Modifier and Type Method Description static BrowseIndexBrowseIndex. getBrowseIndex(SortOption so)Get the configured browse index that is defined to use this sort option.voidBrowseInfo. setSortOption(SortOption sortOption) -
Uses of SortOption in org.dspace.sort
Methods in org.dspace.sort that return SortOption 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 nameMethods in org.dspace.sort that return types with arguments of type SortOption Modifier and Type Method Description static Set<SortOption>SortOption. getSortOptions()Return all the configured sort options.
-