Uses of Class
org.apache.unomi.api.query.DateRange
- 
Packages that use DateRange Package Description org.apache.unomi.api org.apache.unomi.api.query org.apache.unomi.persistence.spi.aggregate  - 
- 
Uses of DateRange in org.apache.unomi.api
Methods in org.apache.unomi.api that return types with arguments of type DateRange Modifier and Type Method Description List<DateRange>PropertyType. getDateRanges()Retrieves the date ranges.Method parameters in org.apache.unomi.api with type arguments of type DateRange Modifier and Type Method Description voidPropertyType. setDateRanges(List<DateRange> dateRanges)Sets the date ranges. - 
Uses of DateRange in org.apache.unomi.api.query
Methods in org.apache.unomi.api.query that return types with arguments of type DateRange Modifier and Type Method Description List<DateRange>Aggregate. getDateRanges()Method parameters in org.apache.unomi.api.query with type arguments of type DateRange Modifier and Type Method Description voidAggregate. setDateRanges(List<DateRange> dateRanges) - 
Uses of DateRange in org.apache.unomi.persistence.spi.aggregate
Methods in org.apache.unomi.persistence.spi.aggregate that return types with arguments of type DateRange Modifier and Type Method Description List<DateRange>DateRangeAggregate. getDateRanges()Method parameters in org.apache.unomi.persistence.spi.aggregate with type arguments of type DateRange Modifier and Type Method Description voidDateRangeAggregate. setDateRanges(List<DateRange> dateRanges)Constructor parameters in org.apache.unomi.persistence.spi.aggregate with type arguments of type DateRange Constructor Description DateRangeAggregate(String field, String format, List<DateRange> dateRanges) 
 -