public interface ProductCatalogDataQueryModel<T>
Modifier and Type | Method and Description |
---|---|
ProductDataQueryModel<T> |
current() |
ProductDataQueryModel<T> |
forProjection(ProductProjectionType type) |
BooleanQueryModel<T> |
isPublished() |
BooleanQueryModel<T> |
published() |
ProductDataQueryModel<T> |
staged() |
QueryPredicate<T> |
where(Function<EmbeddedProductCatalogDataQueryModel,QueryPredicate<EmbeddedProductCatalogDataQueryModel>> embeddedPredicate) |
QueryPredicate<T> |
where(QueryPredicate<EmbeddedProductCatalogDataQueryModel> embeddedPredicate) |
ProductDataQueryModel<T> current()
ProductDataQueryModel<T> forProjection(ProductProjectionType type)
BooleanQueryModel<T> isPublished()
BooleanQueryModel<T> published()
ProductDataQueryModel<T> staged()
QueryPredicate<T> where(QueryPredicate<EmbeddedProductCatalogDataQueryModel> embeddedPredicate)
QueryPredicate<T> where(Function<EmbeddedProductCatalogDataQueryModel,QueryPredicate<EmbeddedProductCatalogDataQueryModel>> embeddedPredicate)