Uses of Class
com.calumma.backend.web.repository.core.symbol.SearchCriteria
-
-
Uses of SearchCriteria in com.calumma.backend.model.request
Methods in com.calumma.backend.model.request that return types with arguments of type SearchCriteria Modifier and Type Method Description List<SearchCriteria>ParsedRequest. getAggregationFilters()List<SearchCriteria>ParsedRequest. getFilters()List<SearchCriteria>RequestError. getFilters()Method parameters in com.calumma.backend.model.request with type arguments of type SearchCriteria Modifier and Type Method Description ParsedRequestParsedRequest. setFilters(List<SearchCriteria> filters)voidRequestError. setFilters(List<SearchCriteria> filters) -
Uses of SearchCriteria in com.calumma.backend.web.repository.core.aggregation
Method parameters in com.calumma.backend.web.repository.core.aggregation with type arguments of type SearchCriteria Modifier and Type Method Description javax.persistence.criteria.CriteriaQueryCoreEntityHaving. getHavingClause(List<SearchCriteria> filters, javax.persistence.criteria.CriteriaQuery query) -
Uses of SearchCriteria in com.calumma.backend.web.repository.core.restrictions
Methods in com.calumma.backend.web.repository.core.restrictions with parameters of type SearchCriteria Modifier and Type Method Description CoreEntitySpecificationBuilderCoreEntitySpecificationBuilder. with(SearchCriteria criteria) -
Uses of SearchCriteria in com.calumma.backend.web.service
Methods in com.calumma.backend.web.service that return SearchCriteria Modifier and Type Method Description protected abstract SearchCriteriaBaseService. getFilterUserRestriction()
-