Class UserPrefsSearchUserInputs
- java.lang.Object
-
- org.ametys.web.frontoffice.search.requesttime.input.impl.AbstractSearchUserInputs
-
- org.ametys.web.frontoffice.search.requesttime.input.impl.UserPrefsSearchUserInputs
-
- All Implemented Interfaces:
SearchUserInputs
public class UserPrefsSearchUserInputs extends AbstractSearchUserInputs
The search user inputs from user preferences.
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.slf4j.Logger
__LOGGER
Logger-
Fields inherited from class org.ametys.web.frontoffice.search.requesttime.input.impl.AbstractSearchUserInputs
_criteria, _facets, _sorts
-
-
Method Summary
-
Methods inherited from class org.ametys.web.frontoffice.search.requesttime.input.impl.AbstractSearchUserInputs
criteria, facets, setCriteria, setFacets, setSorts, sorts, toString
-
-
-
-
Field Detail
-
__LOGGER
protected static final org.slf4j.Logger __LOGGER
Logger
-
-