| Package | Description |
|---|---|
| io.coodoo.framework.listing.boundary | |
| io.coodoo.framework.listing.control |
| Modifier and Type | Method and Description |
|---|---|
ListingPredicate |
ListingPredicate.and()
Makes this a conjunctive predicate
|
ListingPredicate |
ListingPredicate.filter(String attribute,
String filter)
Makes this a predicate
|
ListingPredicate |
ListingParameters.getPredicate() |
ListingPredicate |
ListingPredicate.in()
Makes this a IN statement predicate by providing an filter of values conjuncted by pipes ("|")
|
ListingPredicate |
ListingPredicate.not()
Makes this a negated predicate
|
ListingPredicate |
ListingPredicate.or()
Makes this a disjunctive predicate
|
ListingPredicate |
ListingPredicate.predicate(ListingPredicate predicate)
Adds this a child predicate
|
ListingPredicate |
ListingPredicate.predicates(List<ListingPredicate> predicates)
Makes this a set of predicates
|
| Modifier and Type | Method and Description |
|---|---|
List<ListingPredicate> |
ListingPredicate.getPredicates() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListingPredicate.addPredicate(ListingPredicate listingPredicate)
Adds a child predicate
|
ListingPredicate |
ListingPredicate.predicate(ListingPredicate predicate)
Adds this a child predicate
|
void |
ListingParameters.setPredicate(ListingPredicate predicate) |
| Modifier and Type | Method and Description |
|---|---|
ListingPredicate |
ListingPredicate.predicates(List<ListingPredicate> predicates)
Makes this a set of predicates
|
void |
ListingPredicate.setPredicates(List<ListingPredicate> predicates) |
| Modifier and Type | Method and Description |
|---|---|
ListingQuery<T> |
ListingQuery.filterByPredicate(ListingPredicate listingPredicate) |
Copyright © 2017–2019 coodoo GmbH. All rights reserved.