|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SortOption | |
|---|---|
| org.dspace.browse | Provides classes and methods for browsing Items in DSpace by whatever is specified in the configuration. |
| org.dspace.search | Interface to the Lucene search engine, and the 'harvest' API for retrieving items modified within a given date range. |
| org.dspace.sort | |
| Uses of SortOption in org.dspace.browse |
|---|
| Methods in org.dspace.browse that return SortOption | |
|---|---|
SortOption |
BrowserScope.getSortOption()
Obtain the sort option |
SortOption |
BrowseInfo.getSortOption()
|
SortOption |
BrowseIndex.getSortOption()
Get the SortOption associated with this index. |
| Methods in org.dspace.browse with parameters of type SortOption | |
|---|---|
static BrowseIndex |
BrowseIndex.getBrowseIndex(SortOption so)
Get the configured browse index that is defined to use this sort option |
void |
BrowseInfo.setSortOption(SortOption sortOption)
|
| Uses of SortOption in org.dspace.search |
|---|
| Methods in org.dspace.search that return SortOption | |
|---|---|
SortOption |
QueryArgs.getSortOption()
|
| Methods in org.dspace.search with parameters of type SortOption | |
|---|---|
void |
QueryArgs.setSortOption(SortOption sortOption)
|
| Uses of SortOption in org.dspace.sort |
|---|
| Methods in org.dspace.sort that return SortOption | |
|---|---|
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) |
| Methods in org.dspace.sort that return types with arguments of type SortOption | |
|---|---|
static Set<SortOption> |
SortOption.getSortOptions()
Return all the configured sort options |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||