Uses of Class
ru.curs.celesta.syscursors.CalllogCursor
Packages that use CalllogCursor
-
Uses of CalllogCursor in ru.curs.celesta.syscursors
Methods in ru.curs.celesta.syscursors that return CalllogCursorModifier and TypeMethodDescriptionCalllogCursor._getBufferCopy(CallContext context, Collection<? extends ColumnMeta<?>> fields) CalllogCursor.setDuration(Integer duration) CalllogCursor.setEntryno(Integer entryno) CalllogCursor.setProcname(String procname) CalllogCursor.setSessionid(String sessionid) CalllogCursor.setStarttime(Date starttime) Methods in ru.curs.celesta.syscursors that return types with arguments of type CalllogCursorMethod parameters in ru.curs.celesta.syscursors with type arguments of type CalllogCursorModifier and TypeMethodDescriptionstatic voidCalllogCursor.onPostDelete(ICelesta celesta, Consumer<? super CalllogCursor> cursorConsumer) static voidCalllogCursor.onPostInsert(ICelesta celesta, Consumer<? super CalllogCursor> cursorConsumer) static voidCalllogCursor.onPostUpdate(ICelesta celesta, Consumer<? super CalllogCursor> cursorConsumer) static voidCalllogCursor.onPreDelete(ICelesta celesta, Consumer<? super CalllogCursor> cursorConsumer) static voidCalllogCursor.onPreInsert(ICelesta celesta, Consumer<? super CalllogCursor> cursorConsumer) static voidCalllogCursor.onPreUpdate(ICelesta celesta, Consumer<? super CalllogCursor> cursorConsumer)