Class DateRangeCriterionSearchComponent
java.lang.Object
org.ametys.plugins.calendar.search.DateRangeCriterionSearchComponent
- All Implemented Interfaces:
 SearchComponent
SearchComponent to add date range to query- 
Field Summary
FieldsFields inherited from interface org.ametys.web.frontoffice.search.requesttime.SearchComponent
DISABLE_DEFAULT_SAX_PARAMETER_NAME, MAX_PRIORITY, MIN_PRIORITY, SEARCH_PRIORITY - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
_searchComponentHelper
The helper for search component 
 - 
 - 
Constructor Details
- 
DateRangeCriterionSearchComponent
public DateRangeCriterionSearchComponent() 
 - 
 - 
Method Details
- 
priority
Description copied from interface:SearchComponentGet the priority of the component. The lowest one will be executed first, and so on.- Specified by:
 priorityin interfaceSearchComponent- Returns:
 - the priority of the component
 
 - 
supports
Description copied from interface:SearchComponentReturnstrueif the component must beexecuted.- Specified by:
 supportsin interfaceSearchComponent- Parameters:
 args- the arguments- Returns:
 trueif the component must beexecuted.
 - 
execute
Description copied from interface:SearchComponentExecutes the component.- Specified by:
 executein interfaceSearchComponent- Parameters:
 args- the arguments- Throws:
 Exception- if an exception occurs. Other search components will be attempted to be executed
 
 -