Package org.dspace.sort
Interface OrderFormatDelegate
-
- All Known Implementing Classes:
AbstractTextFilterOFD,OrderFormatAuthor,OrderFormatDate,OrderFormatText,OrderFormatTitle,OrderFormatTitleMarc21
public interface OrderFormatDelegateInterface for browse order delegates- Author:
- Graham Triggs
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringmakeSortString(String value, String language)Prepare the appropriate sort string for the given value in the given language.
-
-
-
Method Detail
-
makeSortString
String makeSortString(String value, String language)
Prepare the appropriate sort string for the given value in the given language. Language should be supplied with the ISO-6390-1 or ISO-639-2 standards. For example "en" or "eng".- Parameters:
value- the string valuelanguage- the language to interpret in- Returns:
- the sort string
-
-