Uses of Class
ru.curs.celesta.syscursors.SessionlogCursor
Packages that use SessionlogCursor
-
Uses of SessionlogCursor in ru.curs.celesta.syscursors
Methods in ru.curs.celesta.syscursors that return SessionlogCursorModifier and TypeMethodDescriptionSessionlogCursor._getBufferCopy(CallContext context, Collection<? extends ColumnMeta<?>> fields) SessionlogCursor.setEntryno(Integer entryno) SessionlogCursor.setFailedlogin(Boolean failedlogin) SessionlogCursor.setLogintime(Date logintime) SessionlogCursor.setLogoutime(Date logoutime) SessionlogCursor.setSessionid(String sessionid) SessionlogCursor.setTimeout(Boolean timeout) Methods in ru.curs.celesta.syscursors that return types with arguments of type SessionlogCursorMethod parameters in ru.curs.celesta.syscursors with type arguments of type SessionlogCursorModifier and TypeMethodDescriptionstatic voidSessionlogCursor.onPostDelete(ICelesta celesta, Consumer<? super SessionlogCursor> cursorConsumer) static voidSessionlogCursor.onPostInsert(ICelesta celesta, Consumer<? super SessionlogCursor> cursorConsumer) static voidSessionlogCursor.onPostUpdate(ICelesta celesta, Consumer<? super SessionlogCursor> cursorConsumer) static voidSessionlogCursor.onPreDelete(ICelesta celesta, Consumer<? super SessionlogCursor> cursorConsumer) static voidSessionlogCursor.onPreInsert(ICelesta celesta, Consumer<? super SessionlogCursor> cursorConsumer) static voidSessionlogCursor.onPreUpdate(ICelesta celesta, Consumer<? super SessionlogCursor> cursorConsumer)