Package ru.curs.celesta.syscursors
Class CalllogCursor
- 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.CalllogCursor
-
- All Implemented Interfaces:
Closeable
,AutoCloseable
,Iterable<CalllogCursor>
,InFilterSupport
@Generated(value="ru.curs.celesta.plugin.maven.CursorGenerator", date="2025-02-02T22:11:00.294204") public class CalllogCursor extends Cursor implements Iterable<CalllogCursor>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CalllogCursor.Columns
-
Field Summary
Fields Modifier and Type Field Description CalllogCursor.Columns
COLUMNS
static String
TABLE_NAME
-
Constructor Summary
Constructors Constructor Description CalllogCursor(CallContext context)
CalllogCursor(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 CalllogCursor.Columns COLUMNS
-
-
Constructor Detail
-
CalllogCursor
public CalllogCursor(CallContext context)
-
CalllogCursor
public CalllogCursor(CallContext context, ColumnMeta<?>... columns)
-
-
Method Detail
-
getEntryno
public Integer getEntryno()
-
setEntryno
public CalllogCursor setEntryno(Integer entryno)
-
getSessionid
public String getSessionid()
-
setSessionid
public CalllogCursor setSessionid(String sessionid)
-
getUserid
public String getUserid()
-
setUserid
public CalllogCursor setUserid(String userid)
-
getProcname
public String getProcname()
-
setProcname
public CalllogCursor setProcname(String procname)
-
getStarttime
public Date getStarttime()
-
setStarttime
public CalllogCursor setStarttime(Date starttime)
-
getDuration
public Integer getDuration()
-
setDuration
public CalllogCursor setDuration(Integer duration)
-
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 CalllogCursor> cursorConsumer)
-
onPostDelete
public static void onPostDelete(ICelesta celesta, Consumer<? super CalllogCursor> cursorConsumer)
-
onPreInsert
public static void onPreInsert(ICelesta celesta, Consumer<? super CalllogCursor> cursorConsumer)
-
onPostInsert
public static void onPostInsert(ICelesta celesta, Consumer<? super CalllogCursor> cursorConsumer)
-
onPreUpdate
public static void onPreUpdate(ICelesta celesta, Consumer<? super CalllogCursor> cursorConsumer)
-
onPostUpdate
public static void onPostUpdate(ICelesta celesta, Consumer<? super CalllogCursor> cursorConsumer)
-
_getBufferCopy
public CalllogCursor _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<CalllogCursor> iterator()
- Specified by:
iterator
in interfaceIterable<CalllogCursor>
-
-