Uses of Class
ru.curs.celesta.dbutils.filter.AbstractFilter
-
Packages that use AbstractFilter Package Description ru.curs.celesta.dbutils.filter Filter classes.ru.curs.celesta.dbutils.term Terms that constitute cursor's WHERE condition. -
-
Uses of AbstractFilter in ru.curs.celesta.dbutils.filter
Subclasses of AbstractFilter in ru.curs.celesta.dbutils.filter Modifier and Type Class Description class
Filter
Single field filter.class
Range
Filter as a range of values from..to.class
SingleValue
Single value filter.Methods in ru.curs.celesta.dbutils.filter with parameters of type AbstractFilter Modifier and Type Method Description abstract boolean
AbstractFilter. filterEquals(AbstractFilter f)
Comparesthis
filter to an other one.boolean
Filter. filterEquals(AbstractFilter f)
boolean
Range. filterEquals(AbstractFilter f)
boolean
SingleValue. filterEquals(AbstractFilter f)
-
Uses of AbstractFilter in ru.curs.celesta.dbutils.term
Methods in ru.curs.celesta.dbutils.term that return types with arguments of type AbstractFilter Modifier and Type Method Description Map<String,AbstractFilter>
WhereMakerParamsProvider. filters()
-