@Generated(value="ru.curs.celesta.plugin.maven.CursorGenerator", date="2021-02-18T14:15:30.139") public final class ViewCountMinMaxCursor extends ViewCursor implements Iterable<ViewCountMinMaxCursor>
| Modifier and Type | Class and Description |
|---|---|
static class |
ViewCountMinMaxCursor.Columns |
| Modifier and Type | Field and Description |
|---|---|
ViewCountMinMaxCursor.Columns |
COLUMNS |
| Constructor and Description |
|---|
ViewCountMinMaxCursor(CallContext context) |
ViewCountMinMaxCursor(CallContext context,
ColumnMeta<?>... columns) |
ViewCountMinMaxCursor(CallContext context,
Set<String> fields)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
_clearBuffer(boolean withKeys) |
Object[] |
_currentValues() |
ViewCountMinMaxCursor |
_getBufferCopy(CallContext context,
List<String> fields) |
void |
copyFieldsFrom(BasicCursor c) |
Integer |
getCountv() |
Integer |
getMaxv() |
Integer |
getMinv() |
Iterator<ViewCountMinMaxCursor> |
iterator() |
void |
setCountv(Integer countv) |
void |
setMaxv(Integer maxv) |
void |
setMinv(Integer minv) |
asCSVLine, canDelete, canInsert, canModify, clear, 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 ViewCountMinMaxCursor.Columns COLUMNS
public ViewCountMinMaxCursor(CallContext context)
public ViewCountMinMaxCursor(CallContext context, ColumnMeta<?>... columns)
@Deprecated public ViewCountMinMaxCursor(CallContext context, Set<String> fields)
public Integer getCountv()
public void setCountv(Integer countv)
public Integer getMaxv()
public void setMaxv(Integer maxv)
public Integer getMinv()
public void setMinv(Integer minv)
public void _clearBuffer(boolean withKeys)
_clearBuffer in class BasicCursorpublic Object[] _currentValues()
_currentValues in class BasicCursorpublic ViewCountMinMaxCursor _getBufferCopy(CallContext context, List<String> fields)
_getBufferCopy in class BasicCursorpublic void copyFieldsFrom(BasicCursor c)
copyFieldsFrom in class BasicCursorpublic Iterator<ViewCountMinMaxCursor> iterator()
iterator in interface Iterable<ViewCountMinMaxCursor>Copyright © 2021 CURS. All rights reserved.