Uses of Interface
org.cxbox.core.util.filter.provider.ClassifyDataProvider
-
Packages that use ClassifyDataProvider Package Description org.cxbox.core.dao.impl org.cxbox.core.util.filter org.cxbox.core.util.filter.provider org.cxbox.core.util.filter.provider.impl -
-
Uses of ClassifyDataProvider in org.cxbox.core.dao.impl
Method parameters in org.cxbox.core.dao.impl with type arguments of type ClassifyDataProvider Modifier and Type Method Description static <T> javax.persistence.criteria.PredicateMetadataUtils. getPredicateFromSearchParams(javax.persistence.criteria.Root<T> root, javax.persistence.criteria.CriteriaQuery<?> cq, javax.persistence.criteria.CriteriaBuilder cb, Class dtoClazz, FilterParameters searchParams, List<ClassifyDataProvider> providers)List<ClassifyDataParameter>MetadataUtils. mapSearchParamsToPOJO(Class dtoClazz, FilterParameters filterParameters, List<ClassifyDataProvider> providers)Constructor parameters in org.cxbox.core.dao.impl with type arguments of type ClassifyDataProvider Constructor Description BaseDAOImpl(Set<javax.persistence.EntityManager> entityManagers, org.cxbox.api.service.tx.TransactionService txService, Optional<IPdqExtractor> pdqExtractor, List<ClassifyDataProvider> providers) -
Uses of ClassifyDataProvider in org.cxbox.core.util.filter
Methods in org.cxbox.core.util.filter that return types with arguments of type ClassifyDataProvider Modifier and Type Method Description Class<? extends ClassifyDataProvider>multiFieldKey()Used only for fields ofMultivalueFieldtype and is necessary to correctly type string representation of filtering parameter.Class<? extends ClassifyDataProvider>provider()Class<? extends ClassifyDataProvider>provider()Get a provider for defining of classify data parameter in sorting or searching cases. -
Uses of ClassifyDataProvider in org.cxbox.core.util.filter.provider
Method parameters in org.cxbox.core.util.filter.provider with type arguments of type ClassifyDataProvider Modifier and Type Method Description List<ClassifyDataParameter>ClassifyDataProvider. getClassifyDataParameters(Field dtoField, FilterParameter filterParam, SearchParameter searchParam, List<ClassifyDataProvider> providers) -
Uses of ClassifyDataProvider in org.cxbox.core.util.filter.provider.impl
Classes in org.cxbox.core.util.filter.provider.impl that implement ClassifyDataProvider Modifier and Type Class Description classAbstractClassifyDataProviderclassBigDecimalValueProviderclassBooleanValueProviderclassDateTimeValueProviderclassDateValueProviderclassEnumValueProviderclassLongValueProviderclassLovValueProviderclassMultiFieldValueProviderclassMultisourceValueProviderclassStringValueProvider
-