| Package | Description |
|---|---|
| pl.jsolve.sweetener.criteria | |
| pl.jsolve.sweetener.criteria.restriction |
| Modifier and Type | Method and Description |
|---|---|
static Restriction |
Restrictions.avg(String field,
Double avg,
AggregationRange aggregationRange) |
static Restriction |
Restrictions.avg(String field,
Double leftRange,
Double rightRange,
AggregationRange aggregationRange) |
static Restriction |
Restrictions.count(String field,
Integer count,
AggregationRange aggregationRange) |
static Restriction |
Restrictions.count(String field,
Integer leftRange,
Integer rightRange,
AggregationRange aggregationRange) |
static Restriction |
Restrictions.max(String field,
Number count,
AggregationRange aggregationRange) |
static Restriction |
Restrictions.max(String field,
Number leftRange,
Number rightRange,
AggregationRange aggregationRange) |
static Restriction |
Restrictions.min(String field,
Number count,
AggregationRange aggregationRange) |
static Restriction |
Restrictions.min(String field,
Number leftRange,
Number rightRange,
AggregationRange aggregationRange) |
static Restriction |
Restrictions.sum(String field,
Number sum,
AggregationRange aggregationRange) |
static Restriction |
Restrictions.sum(String field,
Number leftRange,
Number rightRange,
AggregationRange aggregationRange) |
| Modifier and Type | Method and Description |
|---|---|
static AggregationRange |
AggregationRange.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AggregationRange[] |
AggregationRange.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Avg(String fieldName,
Double leftRange,
Double rightRange,
AggregationRange aggregationRange) |
Count(String fieldName,
Integer leftRange,
Integer rightRange,
AggregationRange aggregationRange) |
Max(String fieldName,
Number leftRange,
Number rightRange,
AggregationRange aggregationRange) |
Min(String fieldName,
Number leftRange,
Number rightRange,
AggregationRange aggregationRange) |
Sum(String fieldName,
Number leftRange,
Number rightRange,
AggregationRange aggregationRange) |
Copyright © 2015 jsolve. All rights reserved.