public interface CartDiscountQuery extends MetaModelQueryDsl<CartDiscount,CartDiscountQuery,CartDiscountQueryModel,CartDiscountExpansionModel<CartDiscount>>
MAX_OFFSET, MIN_OFFSET| Modifier and Type | Method and Description |
|---|---|
static CartDiscountQuery |
of() |
CartDiscountQuery |
plusExpansionPaths(Function<CartDiscountExpansionModel<CartDiscount>,ExpansionPathContainer<CartDiscount>> m)
Creates a new object with the properties of the old object but adds a new expansion path to it by using meta models.
|
CartDiscountQuery |
plusPredicates(Function<CartDiscountQueryModel,QueryPredicate<CartDiscount>> m)
Returns a new instance with the new predicate appended (AND semantics).
|
CartDiscountQuery |
plusPredicates(List<QueryPredicate<CartDiscount>> queryPredicates)
Returns a new instance with the new predicate list appended to the existing predicates (AND semantic).
|
CartDiscountQuery |
plusPredicates(QueryPredicate<CartDiscount> queryPredicate)
Returns a new instance with the new predicate appended to the existing predicates (AND semantic).
|
CartDiscountQuery |
plusSort(Function<CartDiscountQueryModel,QuerySort<CartDiscount>> m)
Returns a query with the sort expression appended to the existing ones.
|
CartDiscountQuery |
plusSort(List<QuerySort<CartDiscount>> sort)
Returns a query with the sort expressions appended to the existing ones.
|
CartDiscountQuery |
plusSort(QuerySort<CartDiscount> sort)
Returns a query with the sort expression appended to the existing ones.
|
static com.fasterxml.jackson.core.type.TypeReference<PagedQueryResult<CartDiscount>> |
resultTypeReference()
Creates a container which contains the full Java type information to deserialize the query result (NOT this class) from JSON.
|
CartDiscountQuery |
withExpansionPaths(Function<CartDiscountExpansionModel<CartDiscount>,ExpansionPathContainer<CartDiscount>> m)
Creates a new object with the properties of the old object but replaces all expansion paths with a single
expansionPath by using meta models. |
CartDiscountQuery |
withFetchTotal(boolean fetchTotal)
Enables/disables a flag it the total amount of items should be counted.
|
CartDiscountQuery |
withLimit(Long limit)
Creates a new instance which a limited amount of results.
|
CartDiscountQuery |
withOffset(Long offset)
Returns a new query with the new offset as offset.
|
CartDiscountQuery |
withPredicates(Function<CartDiscountQueryModel,QueryPredicate<CartDiscount>> predicateFunction)
Returns a new instance with the new predicate as only predicate.
|
CartDiscountQuery |
withPredicates(List<QueryPredicate<CartDiscount>> queryPredicates)
Returns a new instance with the new predicate list as predicates.
|
CartDiscountQuery |
withPredicates(QueryPredicate<CartDiscount> queryPredicate)
Returns a new instance with the new predicate as only predicate.
|
CartDiscountQuery |
withSort(Function<CartDiscountQueryModel,QuerySort<CartDiscount>> m)
Returns a query with the new sort as only sort parameter.
|
CartDiscountQuery |
withSort(List<QuerySort<CartDiscount>> sort)
Returns a query with the new sort list as only sort parameters.
|
CartDiscountQuery |
withSort(QuerySort<CartDiscount> sort)
Returns a query with the new sort as only sort parameter.
|
CartDiscountQuery |
withSortMulti(Function<CartDiscountQueryModel,List<QuerySort<CartDiscount>>> m)
Returns a query with the new sort list as only sort parameters.
|
plusPredicates, plusSort, withPredicates, withQueryParam, withSortwithLimit, withOffsetendpoint, expansionPaths, fetchTotal, limit, offset, predicates, sortdeserialize, toQuerycanDeserialize, httpRequestIntentplusExpansionPaths, plusExpansionPaths, plusExpansionPaths, plusExpansionPaths, withExpansionPaths, withExpansionPaths, withExpansionPaths, withExpansionPathsstatic com.fasterxml.jackson.core.type.TypeReference<PagedQueryResult<CartDiscount>> resultTypeReference()
static CartDiscountQuery of()
CartDiscountQuery plusPredicates(Function<CartDiscountQueryModel,QueryPredicate<CartDiscount>> m)
MetaModelQueryDslplusPredicates in interface MetaModelQueryDsl<CartDiscount,CartDiscountQuery,CartDiscountQueryModel,CartDiscountExpansionModel<CartDiscount>>m - function given a meta model description of the model return a QueryPredicateMetaModelQueryDsl.withPredicates(Function)CartDiscountQuery plusPredicates(QueryPredicate<CartDiscount> queryPredicate)
QueryDslplusPredicates in interface MetaModelQueryDsl<CartDiscount,CartDiscountQuery,CartDiscountQueryModel,CartDiscountExpansionModel<CartDiscount>>plusPredicates in interface QueryDsl<CartDiscount,CartDiscountQuery>queryPredicate - the new predicateQueryDsl.withPredicates(QueryPredicate)CartDiscountQuery plusPredicates(List<QueryPredicate<CartDiscount>> queryPredicates)
QueryDslplusPredicates in interface MetaModelQueryDsl<CartDiscount,CartDiscountQuery,CartDiscountQueryModel,CartDiscountExpansionModel<CartDiscount>>plusPredicates in interface QueryDsl<CartDiscount,CartDiscountQuery>queryPredicates - the new predicate listQueryDsl.withPredicates(List)CartDiscountQuery plusSort(Function<CartDiscountQueryModel,QuerySort<CartDiscount>> m)
MetaModelQueryDslplusSort in interface MetaModelQueryDsl<CartDiscount,CartDiscountQuery,CartDiscountQueryModel,CartDiscountExpansionModel<CartDiscount>>m - function given a meta model description of the model returns a list of QuerySortMetaModelQueryDsl.withSort(Function)CartDiscountQuery plusSort(List<QuerySort<CartDiscount>> sort)
QueryDslplusSort in interface MetaModelQueryDsl<CartDiscount,CartDiscountQuery,CartDiscountQueryModel,CartDiscountExpansionModel<CartDiscount>>plusSort in interface QueryDsl<CartDiscount,CartDiscountQuery>sort - sort expressions how the results of the query should be sortedQueryDsl.withSort(List)CartDiscountQuery plusSort(QuerySort<CartDiscount> sort)
QueryDslplusSort in interface MetaModelQueryDsl<CartDiscount,CartDiscountQuery,CartDiscountQueryModel,CartDiscountExpansionModel<CartDiscount>>plusSort in interface QueryDsl<CartDiscount,CartDiscountQuery>sort - sort expression how the results of the query should be sortedQueryDsl.withSort(QuerySort)CartDiscountQuery withPredicates(Function<CartDiscountQueryModel,QueryPredicate<CartDiscount>> predicateFunction)
MetaModelQueryDslwithPredicates in interface MetaModelQueryDsl<CartDiscount,CartDiscountQuery,CartDiscountQueryModel,CartDiscountExpansionModel<CartDiscount>>predicateFunction - function given a meta model description of the model return a QueryPredicateMetaModelQueryDsl.plusPredicates(Function)CartDiscountQuery withPredicates(QueryPredicate<CartDiscount> queryPredicate)
QueryDslwithPredicates in interface MetaModelQueryDsl<CartDiscount,CartDiscountQuery,CartDiscountQueryModel,CartDiscountExpansionModel<CartDiscount>>withPredicates in interface QueryDsl<CartDiscount,CartDiscountQuery>queryPredicate - the new predicateQueryDsl.plusPredicates(QueryPredicate)CartDiscountQuery withPredicates(List<QueryPredicate<CartDiscount>> queryPredicates)
QueryDslwithPredicates in interface MetaModelQueryDsl<CartDiscount,CartDiscountQuery,CartDiscountQueryModel,CartDiscountExpansionModel<CartDiscount>>withPredicates in interface QueryDsl<CartDiscount,CartDiscountQuery>queryPredicates - the new predicate listQueryDsl.plusPredicates(List)CartDiscountQuery withSort(Function<CartDiscountQueryModel,QuerySort<CartDiscount>> m)
MetaModelQueryDslwithSort in interface MetaModelQueryDsl<CartDiscount,CartDiscountQuery,CartDiscountQueryModel,CartDiscountExpansionModel<CartDiscount>>m - function given a meta model description of the model returns a QuerySortMetaModelQueryDsl.plusSort(Function)CartDiscountQuery withSort(List<QuerySort<CartDiscount>> sort)
QueryDslwithSort in interface MetaModelQueryDsl<CartDiscount,CartDiscountQuery,CartDiscountQueryModel,CartDiscountExpansionModel<CartDiscount>>withSort in interface QueryDsl<CartDiscount,CartDiscountQuery>sort - list of sorts how the results of the query should be sortedQueryDsl.plusSort(List)CartDiscountQuery withSort(QuerySort<CartDiscount> sort)
QueryDslwithSort in interface MetaModelQueryDsl<CartDiscount,CartDiscountQuery,CartDiscountQueryModel,CartDiscountExpansionModel<CartDiscount>>withSort in interface QueryDsl<CartDiscount,CartDiscountQuery>sort - sort expression how the results of the query should be sortedQueryDsl.plusSort(QuerySort)CartDiscountQuery withSortMulti(Function<CartDiscountQueryModel,List<QuerySort<CartDiscount>>> m)
MetaModelQueryDslwithSortMulti in interface MetaModelQueryDsl<CartDiscount,CartDiscountQuery,CartDiscountQueryModel,CartDiscountExpansionModel<CartDiscount>>m - function given a meta model description of the model returns a list of QuerySortMetaModelQueryDsl.plusSort(List),
MetaModelQueryDsl.withSort(Function)CartDiscountQuery plusExpansionPaths(Function<CartDiscountExpansionModel<CartDiscount>,ExpansionPathContainer<CartDiscount>> m)
MetaModelReferenceExpansionDslAn example in the product projection context:
final ProductProjectionByIdGet fetch1 = ProductProjectionByIdGet.of("id", ProductProjectionType.CURRENT) .plusExpansionPaths(m -> m.categories()); assertThat(fetch1.expansionPaths()) .isEqualTo(asList(ExpansionPath.of("categories[*]"))); final ProductProjectionByIdGet fetch2 = fetch1.plusExpansionPaths(m -> m.productType()); assertThat(fetch2.expansionPaths()) .isEqualTo(asList(ExpansionPath.of("categories[*]"), ExpansionPath.of("productType"))) .isEqualTo(listOf(fetch1.expansionPaths(), ExpansionPath.of("productType"))); //this is equivalent to final ExpansionPath<ProductProjection> categoryExpand = ProductProjectionExpansionModel.of().categories().expansionPaths().get(0); final ExpansionPath<ProductProjection> productTypeExpand = ProductProjectionExpansionModel.of().productType().expansionPaths().get(0); final ProductProjectionByIdGet fetchB = ProductProjectionByIdGet.of("id", ProductProjectionType.CURRENT) .withExpansionPaths(asList(categoryExpand, productTypeExpand)); assertThat(fetchB.expansionPaths()) .isEqualTo(asList(ExpansionPath.of("categories[*]"), ExpansionPath.of("productType")));See the test code.
plusExpansionPaths in interface MetaModelReferenceExpansionDsl<CartDiscount,CartDiscountQuery,CartDiscountExpansionModel<CartDiscount>>m - function to use the meta model for expansions to create an expansion pathCartDiscountQuery withExpansionPaths(Function<CartDiscountExpansionModel<CartDiscount>,ExpansionPathContainer<CartDiscount>> m)
MetaModelReferenceExpansionDslexpansionPath by using meta models.
An example in the product projection context:
final ProductProjectionByIdGet fetch = ProductProjectionByIdGet.of("id", ProductProjectionType.CURRENT) .plusExpansionPaths(ProductProjectionExpansionModel.of().categories()); assertThat(fetch.expansionPaths()) .isEqualTo(asList(ExpansionPath.of("categories[*]"))); final ProductProjectionByIdGet fetch2 = fetch.withExpansionPaths(m -> m.productType()); assertThat(fetch.expansionPaths()).overridingErrorMessage("old object is unchanged") .isEqualTo(asList(ExpansionPath.of("categories[*]"))); assertThat(fetch2.expansionPaths()).isEqualTo(asList(ExpansionPath.of("productType"))); assertThat(fetch2).isNotSameAs(fetch);See the test code.
withExpansionPaths in interface MetaModelReferenceExpansionDsl<CartDiscount,CartDiscountQuery,CartDiscountExpansionModel<CartDiscount>>m - function to use the meta model for expansions to create an expansion pathCartDiscountQuery withFetchTotal(boolean fetchTotal)
QueryDslIf fetchTotal is true then PagedQueryResult.getTotal() is null.
withFetchTotal in interface QueryDsl<CartDiscount,CartDiscountQuery>fetchTotal - enable the total count if true (default on the construction of the QueryDsl).QueryDsl as this instance but with the updated flagCartDiscountQuery withLimit(Long limit)
QueryDslwithLimit in interface QueryDsl<CartDiscount,CartDiscountQuery>limit - the maximum amount of items of T which should be included in the PagedQueryResult.PagedQueryResult.getResults()CartDiscountQuery withOffset(Long offset)
QueryDslwithOffset in interface QueryDsl<CartDiscount,CartDiscountQuery>offset - the number of items which should be omitted in the query result.