Interface SearchUserInputs
- All Known Implementing Classes:
AbstractSearchUserInputs
,FormSearchUserInputs
,UserPrefsSearchUserInputs
public interface SearchUserInputs
Object that represents the search user inputs.
-
Method Details
-
criteria
Gets the user criteria- Returns:
- the user criteria
-
setCriteria
Set criteria- Parameters:
criteria
- the new criteria
-
facets
Gets the user facets- Returns:
- the user criteria
-
setFacets
Set facets- Parameters:
facets
- the new facets
-
sorts
List<Pair<String,Sort.Order>> sorts()Gets the user sorts- Returns:
- the user sorts
-
setSorts
Set sorts- Parameters:
sorts
- the new sorts
-