public interface EmbeddedProductCatalogDataQueryModel
Modifier and Type | Method and Description |
---|---|
ProductDataQueryModel<M> |
current() |
ProductDataQueryModel<M> |
forProjection(ProductProjectionType type) |
BooleanQueryModel<M> |
isPublished() |
static EmbeddedProductCatalogDataQueryModel |
of() |
BooleanQueryModel<M> |
published() |
ProductDataQueryModel<M> |
staged() |
static EmbeddedProductCatalogDataQueryModel of()
ProductDataQueryModel<M> forProjection(ProductProjectionType type)
ProductDataQueryModel<M> current()
ProductDataQueryModel<M> staged()
BooleanQueryModel<M> isPublished()
BooleanQueryModel<M> published()