Package com.jalios.jcms
Class Data.CdateSelector
- java.lang.Object
- 
- com.jalios.jcms.Data.CdateSelector
 
- 
- All Implemented Interfaces:
- DataSelector,- java.util.function.Predicate<Data>
 - Enclosing class:
- Data
 
 public static class Data.CdateSelector extends java.lang.Object implements DataSelector DataSelectorto selectDatawhich have a creation date between the given begin and endDate.
- 
- 
Constructor SummaryConstructors Constructor Description CdateSelector(java.util.Date begin, java.util.Date end)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisSelected(Data data)Evaluates if a data must be selected or not.- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.jalios.jcms.DataSelectortest
 
- 
 
- 
- 
- 
Method Detail- 
isSelectedpublic boolean isSelected(Data data) Description copied from interface:DataSelectorEvaluates if a data must be selected or not.- Specified by:
- isSelectedin interface- DataSelector
- Parameters:
- data- the data to evaluate.
- Returns:
- true if the data is selected. False otherwise.
 
 
- 
 
-