public final class SearchCriteriaUtil extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static Set<SearchCriteriaFilterOperator> |
validOperators |
| Modifier and Type | Method and Description |
|---|---|
static void |
validateSearchCriteria(SearchCriteriaBean criteria)
Validates that the search criteria bean is complete and makes sense.
|
protected static final Set<SearchCriteriaFilterOperator> validOperators
public static final void validateSearchCriteria(SearchCriteriaBean criteria) throws InvalidSearchCriteriaException
criteria - the search criteriaInvalidSearchCriteriaException - when the search criteria is not validCopyright © 2021 Apiman. All rights reserved.