CustomerGroupQueryBuilder |
CustomerGroupQueryBuilder.expansionPaths(Function<CustomerGroupExpansionModel<CustomerGroup>,ExpansionPathContainer<CustomerGroup>> m) |
CustomerGroupQueryBuilder |
CustomerGroupQueryBuilder.fetchTotal(boolean fetchTotal) |
protected CustomerGroupQueryBuilder |
CustomerGroupQueryBuilder.getThis() |
CustomerGroupQueryBuilder |
CustomerGroupQueryBuilder.limit(long limit) |
CustomerGroupQueryBuilder |
CustomerGroupQueryBuilder.limit(Long limit) |
static CustomerGroupQueryBuilder |
CustomerGroupQueryBuilder.of() |
CustomerGroupQueryBuilder |
CustomerGroupQueryBuilder.offset(long offset) |
CustomerGroupQueryBuilder |
CustomerGroupQueryBuilder.offset(Long offset) |
CustomerGroupQueryBuilder |
CustomerGroupQueryBuilder.plusExpansionPaths(Function<CustomerGroupExpansionModel<CustomerGroup>,ExpansionPathContainer<CustomerGroup>> m) |
CustomerGroupQueryBuilder |
CustomerGroupQueryBuilder.plusPredicates(Function<CustomerGroupQueryModel,QueryPredicate<CustomerGroup>> m) |
CustomerGroupQueryBuilder |
CustomerGroupQueryBuilder.plusPredicates(List<QueryPredicate<CustomerGroup>> queryPredicates) |
CustomerGroupQueryBuilder |
CustomerGroupQueryBuilder.plusPredicates(QueryPredicate<CustomerGroup> queryPredicate) |
CustomerGroupQueryBuilder |
CustomerGroupQueryBuilder.plusSort(Function<CustomerGroupQueryModel,QuerySort<CustomerGroup>> m) |
CustomerGroupQueryBuilder |
CustomerGroupQueryBuilder.plusSort(List<QuerySort<CustomerGroup>> sort) |
CustomerGroupQueryBuilder |
CustomerGroupQueryBuilder.plusSort(QuerySort<CustomerGroup> sort) |
CustomerGroupQueryBuilder |
CustomerGroupQueryBuilder.predicates(Function<CustomerGroupQueryModel,QueryPredicate<CustomerGroup>> m) |
CustomerGroupQueryBuilder |
CustomerGroupQueryBuilder.predicates(List<QueryPredicate<CustomerGroup>> queryPredicates) |
CustomerGroupQueryBuilder |
CustomerGroupQueryBuilder.predicates(QueryPredicate<CustomerGroup> queryPredicate) |
CustomerGroupQueryBuilder |
CustomerGroupQueryBuilder.sort(Function<CustomerGroupQueryModel,QuerySort<CustomerGroup>> m) |
CustomerGroupQueryBuilder |
CustomerGroupQueryBuilder.sort(List<QuerySort<CustomerGroup>> sort) |
CustomerGroupQueryBuilder |
CustomerGroupQueryBuilder.sort(QuerySort<CustomerGroup> sort) |
CustomerGroupQueryBuilder |
CustomerGroupQueryBuilder.sortMulti(Function<CustomerGroupQueryModel,List<QuerySort<CustomerGroup>>> m) |