Package ru.curs.celesta.syscursors
Class SessionlogCursor
java.lang.Object
ru.curs.celesta.dbutils.CsqlBasicDataAccessor<CallContext>
ru.curs.celesta.dbutils.BasicDataAccessor
ru.curs.celesta.dbutils.BasicCursor
ru.curs.celesta.dbutils.Cursor
ru.curs.celesta.syscursors.SessionlogCursor
- All Implemented Interfaces:
Closeable,AutoCloseable,Iterable<SessionlogCursor>,InFilterSupport
@Generated(value="ru.curs.celesta.plugin.maven.CursorGenerator",
date="2024-02-12T23:04:32.9321941")
public class SessionlogCursor
extends Cursor
implements Iterable<SessionlogCursor>
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSessionlogCursor(CallContext context) SessionlogCursor(CallContext context, ColumnMeta<?>... columns) -
Method Summary
Modifier and TypeMethodDescriptionvoid_clearBuffer(boolean withKeys) Object[]_getBufferCopy(CallContext context, Collection<? extends ColumnMeta<?>> fields) voidvoiditerator()static voidonPostDelete(ICelesta celesta, Consumer<? super SessionlogCursor> cursorConsumer) static voidonPostInsert(ICelesta celesta, Consumer<? super SessionlogCursor> cursorConsumer) static voidonPostUpdate(ICelesta celesta, Consumer<? super SessionlogCursor> cursorConsumer) static voidonPreDelete(ICelesta celesta, Consumer<? super SessionlogCursor> cursorConsumer) static voidonPreInsert(ICelesta celesta, Consumer<? super SessionlogCursor> cursorConsumer) static voidonPreUpdate(ICelesta celesta, Consumer<? super SessionlogCursor> cursorConsumer) setEntryno(Integer entryno) setFailedlogin(Boolean failedlogin) setLogintime(Date logintime) setLogoutime(Date logoutime) setSessionid(String sessionid) setTimeout(Boolean timeout) booleanMethods inherited from class ru.curs.celesta.dbutils.Cursor
clear, create, create, delete, deleteAll, getByValuesArray, getCurrentKeyValues, getIn, getMaxStrLen, getMaxStrLen, getRecversion, getXRec, init, insert, meta, setIn, setRecversion, tryGetByValuesArray, tryGetCurrent, tryInsert, tryUpdate, updateMethods inherited from class ru.curs.celesta.dbutils.BasicCursor
asCSVLine, canDelete, canInsert, canModify, clearBuffer, copyFiltersFrom, copyOrderFrom, count, descOrders, findSet, first, getBufferCopy, getComplexFilter, getCurrentValues, getOrderBy, getValue, isEquivalent, last, limit, navigate, navigate, next, nextInSet, orderBy, orderBy, orderBy, orderByColumnNames, position, previous, reset, setComplexFilter, setFilter, setFilter, setRange, setRange, setRange, setRange, setRange, setRange, setValue, tryFindSet, tryFirst, tryLastMethods inherited from class ru.curs.celesta.dbutils.BasicDataAccessor
canReadMethods inherited from class ru.curs.celesta.dbutils.CsqlBasicDataAccessor
callContext, close, isClosedMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
TABLE_NAME
- See Also:
-
COLUMNS
-
-
Constructor Details
-
SessionlogCursor
-
SessionlogCursor
-
-
Method Details
-
getEntryno
-
setEntryno
-
getSessionid
-
setSessionid
-
getUserid
-
setUserid
-
getLogintime
-
setLogintime
-
getLogoutime
-
setLogoutime
-
getTimeout
-
setTimeout
-
getFailedlogin
-
setFailedlogin
-
tryGet
-
get
-
_clearBuffer
public void _clearBuffer(boolean withKeys) -
_currentValues
-
onPreDelete
-
onPostDelete
public static void onPostDelete(ICelesta celesta, Consumer<? super SessionlogCursor> cursorConsumer) -
onPreInsert
-
onPostInsert
public static void onPostInsert(ICelesta celesta, Consumer<? super SessionlogCursor> cursorConsumer) -
onPreUpdate
-
onPostUpdate
public static void onPostUpdate(ICelesta celesta, Consumer<? super SessionlogCursor> cursorConsumer) -
_getBufferCopy
public SessionlogCursor _getBufferCopy(CallContext context, Collection<? extends ColumnMeta<?>> fields) -
copyFieldsFrom
- Specified by:
copyFieldsFromin classBasicCursor
-
iterator
- Specified by:
iteratorin interfaceIterable<SessionlogCursor>
-