Uses of Class
ru.curs.celesta.dbutils.filter.value.FieldsLookup
-
Packages that use FieldsLookup Package Description ru.curs.celesta.dbutils Package with DB utils.ru.curs.celesta.dbutils.filter Filter classes.ru.curs.celesta.dbutils.filter.value Auxiliary filter classes. -
-
Uses of FieldsLookup in ru.curs.celesta.dbutils
Methods in ru.curs.celesta.dbutils that return FieldsLookup Modifier and Type Method Description FieldsLookup
Cursor. setIn(BasicCursor otherCursor)
FieldsLookup
InFilterSupport. setIn(BasicCursor otherCursor)
FieldsLookup
ViewCursor. setIn(BasicCursor otherCursor)
-
Uses of FieldsLookup in ru.curs.celesta.dbutils.filter
Methods in ru.curs.celesta.dbutils.filter that return types with arguments of type FieldsLookup Modifier and Type Method Description Collection<FieldsLookup>
In. getLookups()
Map<FieldsLookup,WhereTermsMaker>
In. getLookupWhereTermMap()
Methods in ru.curs.celesta.dbutils.filter with parameters of type FieldsLookup Modifier and Type Method Description void
In. addLookup(FieldsLookup lookup, WhereTermsMaker otherWhereTermMaker)
Constructors in ru.curs.celesta.dbutils.filter with parameters of type FieldsLookup Constructor Description In(FieldsLookup lookup, WhereTermsMaker otherWhereTermMaker)
-
Uses of FieldsLookup in ru.curs.celesta.dbutils.filter.value
Methods in ru.curs.celesta.dbutils.filter.value that return FieldsLookup Modifier and Type Method Description FieldsLookup
FieldsLookup. add(String field, String otherField)
Deprecated.<T> FieldsLookup
FieldsLookup. add(ColumnMeta<T> column, ColumnMeta<T> otherColumn)
Adds columns binding for target and auxiliary cursors.FieldsLookup
FieldsLookup. and(BasicCursor otherCursor)
FieldsLookup
FieldsLookup. and(BasicTable filtering)
FieldsLookup
FieldsLookup. and(View filtering)
Constructor parameters in ru.curs.celesta.dbutils.filter.value with type arguments of type FieldsLookup Constructor Description FieldsLookup(Cursor cursor, BasicCursor otherCursor, Runnable lookupChangeCallback, Function<FieldsLookup,Void> newLookupCallback)
FieldsLookup(ViewCursor cursor, BasicCursor otherCursor, Runnable lookupChangeCallback, Function<FieldsLookup,Void> newLookupCallback)
FieldsLookup(BasicTable table, BasicTable otherTable, Runnable lookupChangeCallback, Function<FieldsLookup,Void> newLookupCallback)
This constructor is for tests and must be removed in future.FieldsLookup(View view, View otherView, Runnable lookupChangeCallback, Function<FieldsLookup,Void> newLookupCallback)
This constructor is for tests and must be removed in future.
-