T
- query contextpublic interface LineItemCollectionQueryModel<T> extends LineItemLikeCollectionQueryModel<T>, WithCustomQueryModel<T>
Modifier and Type | Method and Description |
---|---|
DiscountedLineItemPriceForQuantityQueryModel<T> |
discountedPricePerQuantity() |
ReferenceOptionalQueryModel<T,Channel> |
distributionChannel() |
StringQueryModel<T> |
id() |
QueryPredicate<T> |
isEmpty() |
QueryPredicate<T> |
isNotEmpty() |
LocalizedStringQueryModel<T> |
name() |
PriceQueryModel<T> |
price() |
StringQueryModel<T> |
productId() |
LongQuerySortingModel<T> |
quantity() |
ItemStateCollectionQueryModel<T> |
state() |
ReferenceOptionalQueryModel<T,Channel> |
supplyChannel() |
ProductVariantQueryModel<T> |
variant() |
getParent, getPathSegment
custom
ReferenceOptionalQueryModel<T,Channel> supplyChannel()
ReferenceOptionalQueryModel<T,Channel> distributionChannel()
ProductVariantQueryModel<T> variant()
PriceQueryModel<T> price()
DiscountedLineItemPriceForQuantityQueryModel<T> discountedPricePerQuantity()
discountedPricePerQuantity
in interface LineItemLikeCollectionQueryModel<T>
StringQueryModel<T> id()
id
in interface LineItemLikeCollectionQueryModel<T>
StringQueryModel<T> productId()
QueryPredicate<T> isEmpty()
isEmpty
in interface CollectionQueryModel<T>
isEmpty
in interface LineItemLikeCollectionQueryModel<T>
QueryPredicate<T> isNotEmpty()
isNotEmpty
in interface CollectionQueryModel<T>
isNotEmpty
in interface LineItemLikeCollectionQueryModel<T>
LocalizedStringQueryModel<T> name()
name
in interface LineItemLikeCollectionQueryModel<T>
LongQuerySortingModel<T> quantity()
quantity
in interface LineItemLikeCollectionQueryModel<T>
ItemStateCollectionQueryModel<T> state()
state
in interface LineItemLikeCollectionQueryModel<T>