SimpleEventQuery |
SimpleEventQuery.addSort(String property,
SortableEventQuery.SortClause.Order order) |
Adds a single sort clause to the end of the current sort information.
|
SimpleEventQuery |
SimpleEventQuery.after(Date date) |
|
SimpleEventQuery |
SimpleEventQuery.and() |
Group together the previous and next condition in a AND group.
|
SimpleEventQuery |
SimpleEventQuery.before(Date date) |
|
SimpleEventQuery |
SimpleEventQuery.close() |
Stop the current group of conditions.
|
SimpleEventQuery |
SimpleEventQuery.contains(String property,
Object value) |
|
SimpleEventQuery |
SimpleEventQuery.custom() |
Next call will be about custom event parameters.
|
SimpleEventQuery |
SimpleEventQuery.custom(Type type) |
Next call will be about custom event parameters.
|
SimpleEventQuery |
SimpleEventQuery.endsWith(String property,
Object value) |
|
SimpleEventQuery |
SimpleEventQuery.eq(String property,
Object value) |
|
SimpleEventQuery |
SimpleEventQuery.greater(String property,
Object value) |
|
SimpleEventQuery |
SimpleEventQuery.greaterOrEq(String property,
Object value) |
|
SimpleEventQuery |
SimpleEventQuery.in(String property,
Object... values) |
|
SimpleEventQuery |
SimpleEventQuery.in(String property,
List<?> values) |
|
SimpleEventQuery |
SimpleEventQuery.less(String property,
Object value) |
|
SimpleEventQuery |
SimpleEventQuery.lessOrEq(String property,
Object value) |
|
SimpleEventQuery |
SimpleEventQuery.not() |
Reverse the following filter.
|
SimpleEventQuery |
SimpleEventQuery.open() |
Start a new group of conditions.
|
SimpleEventQuery |
SimpleEventQuery.or() |
Group together the previous and next condition in a OR group.
|
SimpleEventQuery |
SimpleEventQuery.parameter() |
Deprecated.
|
SimpleEventQuery |
SimpleEventQuery.setLimit(long limit) |
|
SimpleEventQuery |
SimpleEventQuery.setOffset(long offset) |
|
SimpleEventQuery |
SimpleEventQuery.startsWith(String property,
Object value) |
|
SimpleEventQuery |
SimpleEventQuery.withMail(String entityId) |
Select events associated for which the passed entity should receive mails.
|
SimpleEventQuery |
SimpleEventQuery.withStatus(boolean read) |
Select only event associated with the passed status entity.
|
SimpleEventQuery |
SimpleEventQuery.withStatus(String entityId) |
Select only event associated with the passed status entity.
|
SimpleEventQuery |
SimpleEventQuery.withStatus(String entityId,
boolean read) |
Select only event associated with the passed status entity.
|