Class SaveUserPrefsSearchComponent
java.lang.Object
org.ametys.plugins.calendar.search.SaveUserPrefsSearchComponent
- All Implemented Interfaces:
SearchComponent
,Serviceable
SearchComponent
to save the selected user calendar's filters in the user preferences if the user is authenticated.-
Field Summary
Modifier and TypeFieldDescriptionprotected CurrentUserProvider
The current user providerprotected JSONUtils
The JSON utilsprotected UserPreferencesManager
The user preferences managerFields inherited from interface org.ametys.web.frontoffice.search.requesttime.SearchComponent
DISABLE_DEFAULT_SAX_PARAMETER_NAME, MAX_PRIORITY, MIN_PRIORITY, SEARCH_PRIORITY
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Executes the component.int
priority()
Get the priority of the component.void
service
(ServiceManager manager) boolean
Returnstrue
if the component must beexecuted
.
-
Field Details
-
_jsonUtils
The JSON utils -
_userPrefsManager
The user preferences manager -
_currentUserProvider
The current user provider
-
-
Constructor Details
-
SaveUserPrefsSearchComponent
public SaveUserPrefsSearchComponent()
-
-
Method Details
-
service
- Specified by:
service
in interfaceServiceable
- Throws:
ServiceException
-
priority
Description copied from interface:SearchComponent
Get the priority of the component. The lowest one will be executed first, and so on.- Specified by:
priority
in interfaceSearchComponent
- Returns:
- the priority of the component
-
supports
Description copied from interface:SearchComponent
Returnstrue
if the component must beexecuted
.- Specified by:
supports
in interfaceSearchComponent
- Parameters:
args
- the arguments- Returns:
true
if the component must beexecuted
.
-
execute
Description copied from interface:SearchComponent
Executes the component.- Specified by:
execute
in interfaceSearchComponent
- Parameters:
args
- the arguments- Throws:
Exception
- if an exception occurs. Other search components will be attempted to be executed
-