| Package | Description |
|---|---|
| ru.curs.celesta.syscursors |
| Modifier and Type | Method and Description |
|---|---|
CalllogCursor |
CalllogCursor._getBufferCopy(CallContext context,
List<String> fields) |
CalllogCursor |
CalllogCursor.setDuration(Integer duration) |
CalllogCursor |
CalllogCursor.setEntryno(Integer entryno) |
CalllogCursor |
CalllogCursor.setProcname(String procname) |
CalllogCursor |
CalllogCursor.setSessionid(String sessionid) |
CalllogCursor |
CalllogCursor.setStarttime(Date starttime) |
CalllogCursor |
CalllogCursor.setUserid(String userid) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<CalllogCursor> |
CalllogCursor.iterator() |
| Modifier and Type | Method and Description |
|---|---|
static void |
CalllogCursor.onPostDelete(ICelesta celesta,
Consumer<? super CalllogCursor> cursorConsumer) |
static void |
CalllogCursor.onPostInsert(ICelesta celesta,
Consumer<? super CalllogCursor> cursorConsumer) |
static void |
CalllogCursor.onPostUpdate(ICelesta celesta,
Consumer<? super CalllogCursor> cursorConsumer) |
static void |
CalllogCursor.onPreDelete(ICelesta celesta,
Consumer<? super CalllogCursor> cursorConsumer) |
static void |
CalllogCursor.onPreInsert(ICelesta celesta,
Consumer<? super CalllogCursor> cursorConsumer) |
static void |
CalllogCursor.onPreUpdate(ICelesta celesta,
Consumer<? super CalllogCursor> cursorConsumer) |
Copyright © 2021 CURS. All rights reserved.