Uses of Class
ch.ralscha.extdirectspring.filter.Filter
Packages that use Filter
-
Uses of Filter in ch.ralscha.extdirectspring.bean
Methods in ch.ralscha.extdirectspring.bean with type parameters of type FilterModifier and TypeMethodDescription<T extends Filter>
TExtDirectStoreReadRequest.getFirstFilterForField(String field) Returns the first filter for the field.Methods in ch.ralscha.extdirectspring.bean that return types with arguments of type FilterModifier and TypeMethodDescriptionExtDirectStoreReadRequest.getAllFiltersForField(String field) Returns all filters for a fieldExtDirectStoreReadRequest.getFilters()Method parameters in ch.ralscha.extdirectspring.bean with type arguments of type FilterModifier and TypeMethodDescriptionvoidExtDirectStoreReadRequest.setFilters(List<Filter> filters) -
Uses of Filter in ch.ralscha.extdirectspring.filter
Subclasses of Filter in ch.ralscha.extdirectspring.filterMethods in ch.ralscha.extdirectspring.filter that return FilterModifier and TypeMethodDescriptionstatic FilterFilter.createFilter(Map<String, Object> jsonData, org.springframework.core.convert.ConversionService conversionService)