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="2025-01-09T12:33:27.62011") public class SessionlogCursor extends Cursor implements Iterable<SessionlogCursor>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SessionlogCursor.Columns
-
Field Summary
Fields Modifier and Type Field Description SessionlogCursor.Columns
COLUMNS
static String
TABLE_NAME
-
Constructor Summary
Constructors Constructor Description SessionlogCursor(CallContext context)
SessionlogCursor(CallContext context, ColumnMeta<?>... columns)
-
Method Summary
-
Methods 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, update
-
Methods 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, tryLast
-
Methods inherited from class ru.curs.celesta.dbutils.BasicDataAccessor
canRead
-
Methods inherited from class ru.curs.celesta.dbutils.CsqlBasicDataAccessor
callContext, close, isClosed
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Field Detail
-
TABLE_NAME
public static final String TABLE_NAME
- See Also:
- Constant Field Values
-
COLUMNS
public final SessionlogCursor.Columns COLUMNS
-
-
Constructor Detail
-
SessionlogCursor
public SessionlogCursor(CallContext context)
-
SessionlogCursor
public SessionlogCursor(CallContext context, ColumnMeta<?>... columns)
-
-
Method Detail
-
getEntryno
public Integer getEntryno()
-
setEntryno
public SessionlogCursor setEntryno(Integer entryno)
-
getSessionid
public String getSessionid()
-
setSessionid
public SessionlogCursor setSessionid(String sessionid)
-
getUserid
public String getUserid()
-
setUserid
public SessionlogCursor setUserid(String userid)
-
getLogintime
public Date getLogintime()
-
setLogintime
public SessionlogCursor setLogintime(Date logintime)
-
getLogoutime
public Date getLogoutime()
-
setLogoutime
public SessionlogCursor setLogoutime(Date logoutime)
-
getTimeout
public Boolean getTimeout()
-
setTimeout
public SessionlogCursor setTimeout(Boolean timeout)
-
getFailedlogin
public Boolean getFailedlogin()
-
setFailedlogin
public SessionlogCursor setFailedlogin(Boolean failedlogin)
-
tryGet
public boolean tryGet(Integer entryno)
-
get
public void get(Integer entryno)
-
_clearBuffer
public void _clearBuffer(boolean withKeys)
-
_currentValues
public Object[] _currentValues()
-
onPreDelete
public static void onPreDelete(ICelesta celesta, Consumer<? super SessionlogCursor> cursorConsumer)
-
onPostDelete
public static void onPostDelete(ICelesta celesta, Consumer<? super SessionlogCursor> cursorConsumer)
-
onPreInsert
public static void onPreInsert(ICelesta celesta, Consumer<? super SessionlogCursor> cursorConsumer)
-
onPostInsert
public static void onPostInsert(ICelesta celesta, Consumer<? super SessionlogCursor> cursorConsumer)
-
onPreUpdate
public static void onPreUpdate(ICelesta celesta, Consumer<? super SessionlogCursor> cursorConsumer)
-
onPostUpdate
public static void onPostUpdate(ICelesta celesta, Consumer<? super SessionlogCursor> cursorConsumer)
-
_getBufferCopy
public SessionlogCursor _getBufferCopy(CallContext context, Collection<? extends ColumnMeta<?>> fields)
-
copyFieldsFrom
public void copyFieldsFrom(BasicCursor c)
Description copied from class:BasicCursor
Copy field values from a cursor of the same type.- Specified by:
copyFieldsFrom
in classBasicCursor
- Parameters:
c
- cursor that field values have to be copied from
-
iterator
public Iterator<SessionlogCursor> iterator()
- Specified by:
iterator
in interfaceIterable<SessionlogCursor>
-
-