@Generated(value="ru.curs.celesta.plugin.maven.CursorGenerator", date="2022-11-13T00:37:46.41") public class CalllogCursor extends Cursor implements Iterable<CalllogCursor>
| Modifier and Type | Class and Description |
|---|---|
static class |
CalllogCursor.Columns |
| Modifier and Type | Field and Description |
|---|---|
CalllogCursor.Columns |
COLUMNS |
static String |
TABLE_NAME |
| Constructor and Description |
|---|
CalllogCursor(CallContext context) |
CalllogCursor(CallContext context,
ColumnMeta<?>... columns) |
CalllogCursor(CallContext context,
Set<String> fields)
Deprecated.
|
clear, create, create, delete, deleteAll, getByValuesArray, getCurrentKeyValues, getIn, getMaxStrLen, getMaxStrLen, getRecversion, getXRec, init, insert, meta, setIn, setRecversion, tryGetByValuesArray, tryGetCurrent, tryInsert, tryUpdate, updateasCSVLine, 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, tryLastcanReadcallContext, close, isClosedequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic static final String TABLE_NAME
public final CalllogCursor.Columns COLUMNS
public CalllogCursor(CallContext context)
public CalllogCursor(CallContext context, ColumnMeta<?>... columns)
@Deprecated public CalllogCursor(CallContext context, Set<String> fields)
public Integer getEntryno()
public CalllogCursor setEntryno(Integer entryno)
public String getSessionid()
public CalllogCursor setSessionid(String sessionid)
public String getUserid()
public CalllogCursor setUserid(String userid)
public String getProcname()
public CalllogCursor setProcname(String procname)
public Date getStarttime()
public CalllogCursor setStarttime(Date starttime)
public Integer getDuration()
public CalllogCursor setDuration(Integer duration)
public boolean tryGet(Integer entryno)
public void get(Integer entryno)
public void _clearBuffer(boolean withKeys)
_clearBuffer in class BasicCursorpublic Object[] _currentValues()
_currentValues in class BasicCursorpublic static void onPreDelete(ICelesta celesta, Consumer<? super CalllogCursor> cursorConsumer)
public static void onPostDelete(ICelesta celesta, Consumer<? super CalllogCursor> cursorConsumer)
public static void onPreInsert(ICelesta celesta, Consumer<? super CalllogCursor> cursorConsumer)
public static void onPostInsert(ICelesta celesta, Consumer<? super CalllogCursor> cursorConsumer)
public static void onPreUpdate(ICelesta celesta, Consumer<? super CalllogCursor> cursorConsumer)
public static void onPostUpdate(ICelesta celesta, Consumer<? super CalllogCursor> cursorConsumer)
public CalllogCursor _getBufferCopy(CallContext context, List<String> fields)
_getBufferCopy in class BasicCursorpublic void copyFieldsFrom(BasicCursor c)
copyFieldsFrom in class BasicCursorpublic Iterator<CalllogCursor> iterator()
iterator in interface Iterable<CalllogCursor>Copyright © 2022 CURS. All rights reserved.