Package com.jalios.jcms.calendar
Class LessThanOneDayCalendarEventSelector
- java.lang.Object
 - 
- com.jalios.jcms.calendar.AbstractCalendarEvent.CalendarEventDateSelector
 - 
- com.jalios.jcms.calendar.LessThanOneDayCalendarEventSelector
 
 
 
- 
- All Implemented Interfaces:
 DataSelector,java.util.function.Predicate<Data>
@Deprecated public class LessThanOneDayCalendarEventSelector extends AbstractCalendarEvent.CalendarEventDateSelector
Deprecated.this class will be moved to CalendarPlugin and will be removed in further version 
- 
- 
Field Summary
- 
Fields inherited from class com.jalios.jcms.calendar.AbstractCalendarEvent.CalendarEventDateSelector
dayEventFlag, endDate, startDate 
- 
Fields inherited from interface com.jalios.jcms.DataSelector
REVISION 
 - 
 
- 
Constructor Summary
Constructors Constructor Description LessThanOneDayCalendarEventSelector(java.util.Date startDate, java.util.Date endDate)Deprecated. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanisSelected(Data data)Deprecated.Evaluates if a data must be selected or not.- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface com.jalios.jcms.DataSelector
test 
 - 
 
 - 
 
- 
- 
Method Detail
- 
isSelected
public boolean isSelected(Data data)
Deprecated.Description copied from interface:DataSelectorEvaluates if a data must be selected or not.- Specified by:
 isSelectedin interfaceDataSelector- Overrides:
 isSelectedin classAbstractCalendarEvent.CalendarEventDateSelector- Parameters:
 data- the data to evaluate.- Returns:
 - true if the data is selected. False otherwise.
 
 
 - 
 
 -