CustomerGroupQuery |
CustomerGroupQuery.plusPredicates(Function<CustomerGroupQueryModel,QueryPredicate<CustomerGroup>> m) |
CustomerGroupQueryBuilder |
CustomerGroupQueryBuilder.plusPredicates(Function<CustomerGroupQueryModel,QueryPredicate<CustomerGroup>> m) |
CustomerGroupQuery |
CustomerGroupQuery.plusSort(Function<CustomerGroupQueryModel,QuerySort<CustomerGroup>> m) |
CustomerGroupQueryBuilder |
CustomerGroupQueryBuilder.plusSort(Function<CustomerGroupQueryModel,QuerySort<CustomerGroup>> m) |
CustomerGroupQueryBuilder |
CustomerGroupQueryBuilder.predicates(Function<CustomerGroupQueryModel,QueryPredicate<CustomerGroup>> m) |
CustomerGroupQueryBuilder |
CustomerGroupQueryBuilder.sort(Function<CustomerGroupQueryModel,QuerySort<CustomerGroup>> m) |
CustomerGroupQueryBuilder |
CustomerGroupQueryBuilder.sortMulti(Function<CustomerGroupQueryModel,List<QuerySort<CustomerGroup>>> m) |
CustomerGroupQuery |
CustomerGroupQuery.withPredicates(Function<CustomerGroupQueryModel,QueryPredicate<CustomerGroup>> predicateFunction) |
CustomerGroupQuery |
CustomerGroupQuery.withSort(Function<CustomerGroupQueryModel,QuerySort<CustomerGroup>> m) |
CustomerGroupQuery |
CustomerGroupQuery.withSortMulti(Function<CustomerGroupQueryModel,List<QuerySort<CustomerGroup>>> m) |