CustomerGroupQuery |
CustomerGroupQueryBuilder.build() |
default CustomerGroupQuery |
CustomerGroupQuery.byName(String name) |
static CustomerGroupQuery |
CustomerGroupQuery.of() |
CustomerGroupQuery |
CustomerGroupQuery.plusExpansionPaths(Function<CustomerGroupExpansionModel<CustomerGroup>,ExpansionPathContainer<CustomerGroup>> m) |
CustomerGroupQuery |
CustomerGroupQuery.plusPredicates(Function<CustomerGroupQueryModel,QueryPredicate<CustomerGroup>> m) |
CustomerGroupQuery |
CustomerGroupQuery.plusPredicates(List<QueryPredicate<CustomerGroup>> queryPredicates) |
CustomerGroupQuery |
CustomerGroupQuery.plusPredicates(QueryPredicate<CustomerGroup> queryPredicate) |
CustomerGroupQuery |
CustomerGroupQuery.plusSort(Function<CustomerGroupQueryModel,QuerySort<CustomerGroup>> m) |
CustomerGroupQuery |
CustomerGroupQuery.plusSort(List<QuerySort<CustomerGroup>> sort) |
CustomerGroupQuery |
CustomerGroupQuery.plusSort(QuerySort<CustomerGroup> sort) |
CustomerGroupQuery |
CustomerGroupQuery.withExpansionPaths(Function<CustomerGroupExpansionModel<CustomerGroup>,ExpansionPathContainer<CustomerGroup>> m) |
CustomerGroupQuery |
CustomerGroupQuery.withFetchTotal(boolean fetchTotal) |
CustomerGroupQuery |
CustomerGroupQuery.withLimit(Long limit) |
CustomerGroupQuery |
CustomerGroupQuery.withOffset(Long offset) |
CustomerGroupQuery |
CustomerGroupQuery.withPredicates(Function<CustomerGroupQueryModel,QueryPredicate<CustomerGroup>> predicateFunction) |
CustomerGroupQuery |
CustomerGroupQuery.withPredicates(List<QueryPredicate<CustomerGroup>> queryPredicates) |
CustomerGroupQuery |
CustomerGroupQuery.withPredicates(QueryPredicate<CustomerGroup> queryPredicate) |
CustomerGroupQuery |
CustomerGroupQuery.withSort(Function<CustomerGroupQueryModel,QuerySort<CustomerGroup>> m) |
CustomerGroupQuery |
CustomerGroupQuery.withSort(List<QuerySort<CustomerGroup>> sort) |
CustomerGroupQuery |
CustomerGroupQuery.withSort(QuerySort<CustomerGroup> sort) |
CustomerGroupQuery |
CustomerGroupQuery.withSortMulti(Function<CustomerGroupQueryModel,List<QuerySort<CustomerGroup>>> m) |