public interface PriceCollectionQueryModel<T> extends CollectionQueryModel<T>, PriceQueryModel<T>
Modifier and Type | Method and Description |
---|---|
ReferenceOptionalQueryModel<T,Channel> |
channel() |
CountryQueryModel<T> |
country() |
CustomQueryModel<T> |
custom() |
ReferenceOptionalQueryModel<T,CustomerGroup> |
customerGroup() |
DiscountedPriceOptionalQueryModel<T> |
discounted() |
StringQueryModel<T> |
id() |
QueryPredicate<T> |
isEmpty() |
QueryPredicate<T> |
isNotEmpty() |
static <T> PriceCollectionQueryModel<T> |
of(QueryModel<T> parent,
String path) |
MoneyQueryModel<T> |
value() |
tiers
DiscountedPriceOptionalQueryModel<T> discounted()
discounted
in interface PriceQueryModel<T>
QueryPredicate<T> isEmpty()
isEmpty
in interface CollectionQueryModel<T>
QueryPredicate<T> isNotEmpty()
isNotEmpty
in interface CollectionQueryModel<T>
StringQueryModel<T> id()
id
in interface PriceQueryModel<T>
MoneyQueryModel<T> value()
value
in interface PriceQueryModel<T>
CountryQueryModel<T> country()
country
in interface PriceQueryModel<T>
ReferenceOptionalQueryModel<T,CustomerGroup> customerGroup()
customerGroup
in interface PriceQueryModel<T>
ReferenceOptionalQueryModel<T,Channel> channel()
channel
in interface PriceQueryModel<T>
CustomQueryModel<T> custom()
custom
in interface WithCustomQueryModel<T>
static <T> PriceCollectionQueryModel<T> of(QueryModel<T> parent, String path)