Modifier and Type | Interface and Description |
---|---|
static interface |
Sheet.Condition
Condition.
|
Pageable.Array<T>, Pageable.Sequence<T>
Modifier and Type | Method and Description |
---|---|
Sheet |
between(Time left,
Time right)
Between these dates.
|
List<Column> |
columns()
Column names/titles.
|
Sheet |
groupBy(String column)
Group by.
|
Sheet |
orderBy(String column,
boolean asc)
Order by.
|
Sheet.Condition |
where()
Construct condition and return.
|
@NotNull(message="list of titles is never NULL") List<Column> columns()
@NotNull(message="new sheet is never NULL") Sheet orderBy(String column, boolean asc)
column
- Column to order byasc
- Ascending order@NotNull(message="new sheet is never NULL") Sheet groupBy(String column)
column
- Column to group by@NotNull(message="new sheet is never NULL") Sheet between(Time left, Time right)
left
- Left timeright
- Right time@NotNull(message="condition can never be NULL") Sheet.Condition where()
Copyright © 2009–2014 Rultor Inc.. All rights reserved.