Uses of Class
ru.curs.celesta.syscursors.LogsetupCursor
-
Packages that use LogsetupCursor Package Description ru.curs.celesta.syscursors Contains basic types for cursors for system tables. -
-
Uses of LogsetupCursor in ru.curs.celesta.syscursors
Methods in ru.curs.celesta.syscursors that return LogsetupCursor Modifier and Type Method Description LogsetupCursor
LogsetupCursor. _getBufferCopy(CallContext context, Collection<? extends ColumnMeta<?>> fields)
LogsetupCursor
LogsetupCursor. setD(Boolean d)
LogsetupCursor
LogsetupCursor. setGrainid(String grainid)
LogsetupCursor
LogsetupCursor. setI(Boolean i)
LogsetupCursor
LogsetupCursor. setM(Boolean m)
LogsetupCursor
LogsetupCursor. setTablename(String tablename)
Methods in ru.curs.celesta.syscursors that return types with arguments of type LogsetupCursor Modifier and Type Method Description Iterator<LogsetupCursor>
LogsetupCursor. iterator()
Method parameters in ru.curs.celesta.syscursors with type arguments of type LogsetupCursor Modifier and Type Method Description static void
LogsetupCursor. onPostDelete(ICelesta celesta, Consumer<? super LogsetupCursor> cursorConsumer)
static void
LogsetupCursor. onPostInsert(ICelesta celesta, Consumer<? super LogsetupCursor> cursorConsumer)
static void
LogsetupCursor. onPostUpdate(ICelesta celesta, Consumer<? super LogsetupCursor> cursorConsumer)
static void
LogsetupCursor. onPreDelete(ICelesta celesta, Consumer<? super LogsetupCursor> cursorConsumer)
static void
LogsetupCursor. onPreInsert(ICelesta celesta, Consumer<? super LogsetupCursor> cursorConsumer)
static void
LogsetupCursor. onPreUpdate(ICelesta celesta, Consumer<? super LogsetupCursor> cursorConsumer)
-