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