Uses of Class
org.dashbuilder.dataset.group.DateIntervalType
-
Packages that use DateIntervalType Package Description org.dashbuilder.dataset org.dashbuilder.dataset.date org.dashbuilder.dataset.group org.dashbuilder.dataset.impl -
-
Uses of DateIntervalType in org.dashbuilder.dataset
Methods in org.dashbuilder.dataset with parameters of type DateIntervalType Modifier and Type Method Description TDataSetLookupBuilder. dynamic(int maxIntervals, DateIntervalType intervalSize, boolean emptyAllowed)Group the data set by one of the columns, of type ColumnType.Date, specifying the size of the date interval by which the column should be grouped.TDataSetLookupBuilder. dynamic(DateIntervalType intervalSize, boolean emptyAllowed)Same as "dynamic(int maxIntervals, DateIntervalType intervalSize)" but taking "maxIntervals=15" as default.TDataSetLookupBuilder. fixed(DateIntervalType type, boolean emptyAllowed)Set the grouping strategy to a fixed date interval on a previously defined date group operation. -
Uses of DateIntervalType in org.dashbuilder.dataset.date
Methods in org.dashbuilder.dataset.date that return DateIntervalType Modifier and Type Method Description DateIntervalTypeTimeInstant. getIntervalType()DateIntervalTypeTimeAmount. getType()Methods in org.dashbuilder.dataset.date with parameters of type DateIntervalType Modifier and Type Method Description voidTimeInstant. setIntervalType(DateIntervalType intervalType)voidTimeAmount. setType(DateIntervalType type)Constructors in org.dashbuilder.dataset.date with parameters of type DateIntervalType Constructor Description TimeAmount(long quantity, DateIntervalType sizeType)TimeInstant(TimeInstant.TimeMode timeMode, DateIntervalType intervalType, Month firstMonthOfYear, TimeAmount timeAmount) -
Uses of DateIntervalType in org.dashbuilder.dataset.group
Fields in org.dashbuilder.dataset.group with type parameters of type DateIntervalType Modifier and Type Field Description static List<DateIntervalType>DateIntervalType. FIXED_INTERVALS_SUPPORTEDList of the only DateIntervalType's supported as fixed date intervalsMethods in org.dashbuilder.dataset.group that return DateIntervalType Modifier and Type Method Description static DateIntervalTypeDateIntervalType. getByIndex(int index)static DateIntervalTypeDateIntervalType. getByName(String interval)static DateIntervalTypeDateIntervalType. valueOf(String name)Returns the enum constant of this type with the specified name.static DateIntervalType[]DateIntervalType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.dashbuilder.dataset.group with parameters of type DateIntervalType Modifier and Type Method Description static intDateIntervalType. compare(DateIntervalType interval1, DateIntervalType interval2)static longDateIntervalType. getDurationInMillis(DateIntervalType type)static StringDateIntervalPattern. getPattern(DateIntervalType type) -
Uses of DateIntervalType in org.dashbuilder.dataset.impl
Methods in org.dashbuilder.dataset.impl with parameters of type DateIntervalType Modifier and Type Method Description TAbstractDataSetLookupBuilder. dynamic(int maxIntervals, DateIntervalType intervalSize, boolean emptyAllowed)TAbstractDataSetLookupBuilder. dynamic(DateIntervalType intervalSize, boolean emptyAllowed)TAbstractDataSetLookupBuilder. fixed(DateIntervalType intervalSize, boolean emptyAllowed)
-