CartQuery |
CartQueryBuilder.build() |
static CartQuery |
CartQuery.of() |
CartQuery |
CartQuery.plusExpansionPaths(Function<CartExpansionModel<Cart>,ExpansionPathContainer<Cart>> m) |
CartQuery |
CartQuery.plusPredicates(Function<CartQueryModel,QueryPredicate<Cart>> m) |
CartQuery |
CartQuery.plusPredicates(List<QueryPredicate<Cart>> queryPredicates) |
CartQuery |
CartQuery.plusPredicates(QueryPredicate<Cart> queryPredicate) |
CartQuery |
CartQuery.plusSort(Function<CartQueryModel,QuerySort<Cart>> m) |
CartQuery |
CartQuery.plusSort(List<QuerySort<Cart>> sort) |
CartQuery |
CartQuery.plusSort(QuerySort<Cart> sort) |
CartQuery |
CartQuery.withExpansionPaths(Function<CartExpansionModel<Cart>,ExpansionPathContainer<Cart>> m) |
CartQuery |
CartQuery.withFetchTotal(boolean fetchTotal) |
CartQuery |
CartQuery.withLimit(Long limit) |
CartQuery |
CartQuery.withOffset(Long offset) |
CartQuery |
CartQuery.withPredicates(Function<CartQueryModel,QueryPredicate<Cart>> predicateFunction) |
CartQuery |
CartQuery.withPredicates(List<QueryPredicate<Cart>> queryPredicates) |
CartQuery |
CartQuery.withPredicates(QueryPredicate<Cart> queryPredicate) |
CartQuery |
CartQuery.withSort(Function<CartQueryModel,QuerySort<Cart>> m) |
CartQuery |
CartQuery.withSort(List<QuerySort<Cart>> sort) |
CartQuery |
CartQuery.withSort(QuerySort<Cart> sort) |
CartQuery |
CartQuery.withSortMulti(Function<CartQueryModel,List<QuerySort<Cart>>> m) |