public interface PriceTierQueryModel<T> extends OptionalQueryModel<T>, CollectionQueryModel<T>
Modifier and Type | Method and Description |
---|---|
QueryPredicate<T> |
isEmpty() |
QueryPredicate<T> |
isNotEmpty() |
QueryPredicate<T> |
isNotPresent() |
QueryPredicate<T> |
isPresent() |
IntegerQueryModel<T> |
minimumQuantity() |
MoneyQueryModel<T> |
value() |
QueryPredicate<T> isNotPresent()
isNotPresent
in interface OptionalQueryModel<T>
QueryPredicate<T> isPresent()
isPresent
in interface OptionalQueryModel<T>
QueryPredicate<T> isEmpty()
isEmpty
in interface CollectionQueryModel<T>
QueryPredicate<T> isNotEmpty()
isNotEmpty
in interface CollectionQueryModel<T>
MoneyQueryModel<T> value()
IntegerQueryModel<T> minimumQuantity()