Uses of Class
org.apache.unomi.api.query.DateRange
Packages that use DateRange
Package
Description
-
Uses of DateRange in org.apache.unomi.api
Methods in org.apache.unomi.api that return types with arguments of type DateRangeMethod parameters in org.apache.unomi.api with type arguments of type DateRangeModifier and TypeMethodDescriptionvoid
PropertyType.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 DateRangeMethod parameters in org.apache.unomi.api.query with type arguments of type DateRange -
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 DateRangeMethod parameters in org.apache.unomi.persistence.spi.aggregate with type arguments of type DateRangeModifier and TypeMethodDescriptionvoid
DateRangeAggregate.setDateRanges
(List<DateRange> dateRanges) Constructor parameters in org.apache.unomi.persistence.spi.aggregate with type arguments of type DateRangeModifierConstructorDescriptionDateRangeAggregate
(String field, String format, List<DateRange> dateRanges)