T
- query contextpublic interface LineItemLikeCollectionQueryModel<T> extends QueryModel<T>, CollectionQueryModel<T>
Modifier and Type | Method and Description |
---|---|
DiscountedLineItemPriceForQuantityQueryModel<T> |
discountedPricePerQuantity() |
StringQueryModel<T> |
id() |
QueryPredicate<T> |
isEmpty() |
QueryPredicate<T> |
isNotEmpty() |
LocalizedStringQueryModel<T> |
name() |
LongQuerySortingModel<T> |
quantity() |
ItemStateCollectionQueryModel<T> |
state() |
getParent, getPathSegment
QueryPredicate<T> isEmpty()
isEmpty
in interface CollectionQueryModel<T>
QueryPredicate<T> isNotEmpty()
isNotEmpty
in interface CollectionQueryModel<T>
StringQueryModel<T> id()
LongQuerySortingModel<T> quantity()
LocalizedStringQueryModel<T> name()
ItemStateCollectionQueryModel<T> state()
DiscountedLineItemPriceForQuantityQueryModel<T> discountedPricePerQuantity()