@Generated(value="ru.curs.celesta.plugin.maven.CursorGenerator", date="2021-02-18T14:15:30.076") public final class CountGetDateCondCursor extends Cursor implements Iterable<CountGetDateCondCursor>
| Modifier and Type | Class and Description |
|---|---|
static class |
CountGetDateCondCursor.Columns |
| Modifier and Type | Field and Description |
|---|---|
CountGetDateCondCursor.Columns |
COLUMNS |
| Constructor and Description |
|---|
CountGetDateCondCursor(CallContext context) |
CountGetDateCondCursor(CallContext context,
ColumnMeta<?>... columns) |
CountGetDateCondCursor(CallContext context,
Set<String> fields)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
_clearBuffer(boolean withKeys) |
Object[] |
_currentValues() |
CountGetDateCondCursor |
_getBufferCopy(CallContext context,
List<String> fields) |
void |
copyFieldsFrom(BasicCursor c) |
Date |
getDate() |
Integer |
getId() |
Iterator<CountGetDateCondCursor> |
iterator() |
static void |
onPostDelete(ICelesta celesta,
Consumer<? super CountGetDateCondCursor> cursorConsumer) |
static void |
onPostInsert(ICelesta celesta,
Consumer<? super CountGetDateCondCursor> cursorConsumer) |
static void |
onPostUpdate(ICelesta celesta,
Consumer<? super CountGetDateCondCursor> cursorConsumer) |
static void |
onPreDelete(ICelesta celesta,
Consumer<? super CountGetDateCondCursor> cursorConsumer) |
static void |
onPreInsert(ICelesta celesta,
Consumer<? super CountGetDateCondCursor> cursorConsumer) |
static void |
onPreUpdate(ICelesta celesta,
Consumer<? super CountGetDateCondCursor> cursorConsumer) |
void |
setDate(Date date) |
void |
setId(Integer id) |
clear, create, create, delete, deleteAll, get, getCurrentKeyValues, getIn, getMaxStrLen, getMaxStrLen, getRecversion, getXRec, init, insert, meta, setIn, setRecversion, tryGet, 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 final CountGetDateCondCursor.Columns COLUMNS
public CountGetDateCondCursor(CallContext context)
public CountGetDateCondCursor(CallContext context, ColumnMeta<?>... columns)
@Deprecated public CountGetDateCondCursor(CallContext context, Set<String> fields)
public Integer getId()
public void setId(Integer id)
public Date getDate()
public void setDate(Date date)
public void _clearBuffer(boolean withKeys)
_clearBuffer in class BasicCursorpublic Object[] _currentValues()
_currentValues in class BasicCursorpublic static void onPreDelete(ICelesta celesta, Consumer<? super CountGetDateCondCursor> cursorConsumer)
public static void onPostDelete(ICelesta celesta, Consumer<? super CountGetDateCondCursor> cursorConsumer)
public static void onPreInsert(ICelesta celesta, Consumer<? super CountGetDateCondCursor> cursorConsumer)
public static void onPostInsert(ICelesta celesta, Consumer<? super CountGetDateCondCursor> cursorConsumer)
public static void onPreUpdate(ICelesta celesta, Consumer<? super CountGetDateCondCursor> cursorConsumer)
public static void onPostUpdate(ICelesta celesta, Consumer<? super CountGetDateCondCursor> cursorConsumer)
public CountGetDateCondCursor _getBufferCopy(CallContext context, List<String> fields)
_getBufferCopy in class BasicCursorpublic void copyFieldsFrom(BasicCursor c)
copyFieldsFrom in class BasicCursorpublic Iterator<CountGetDateCondCursor> iterator()
iterator in interface Iterable<CountGetDateCondCursor>Copyright © 2021 CURS. All rights reserved.