Uses of Class
ru.curs.celesta.syscursors.LogsetupCursor
Packages that use LogsetupCursor
-
Uses of LogsetupCursor in ru.curs.celesta.syscursors
Methods in ru.curs.celesta.syscursors that return LogsetupCursorModifier and TypeMethodDescriptionLogsetupCursor._getBufferCopy(CallContext context, Collection<? extends ColumnMeta<?>> fields) LogsetupCursor.setGrainid(String grainid) LogsetupCursor.setTablename(String tablename) Methods in ru.curs.celesta.syscursors that return types with arguments of type LogsetupCursorMethod parameters in ru.curs.celesta.syscursors with type arguments of type LogsetupCursorModifier and TypeMethodDescriptionstatic voidLogsetupCursor.onPostDelete(ICelesta celesta, Consumer<? super LogsetupCursor> cursorConsumer) static voidLogsetupCursor.onPostInsert(ICelesta celesta, Consumer<? super LogsetupCursor> cursorConsumer) static voidLogsetupCursor.onPostUpdate(ICelesta celesta, Consumer<? super LogsetupCursor> cursorConsumer) static voidLogsetupCursor.onPreDelete(ICelesta celesta, Consumer<? super LogsetupCursor> cursorConsumer) static voidLogsetupCursor.onPreInsert(ICelesta celesta, Consumer<? super LogsetupCursor> cursorConsumer) static voidLogsetupCursor.onPreUpdate(ICelesta celesta, Consumer<? super LogsetupCursor> cursorConsumer)