public class EntityListIteratorImpl extends java.lang.Object
| Modifiers | Name | Description |
|---|---|---|
protected boolean |
closed |
|
protected java.sql.Connection |
con |
|
protected EntityFacadeImpl |
efi |
|
protected org.moqui.impl.entity.FieldInfo[] |
fieldInfoArray |
|
protected static org.slf4j.Logger |
logger |
|
protected java.util.List<java.lang.String> |
orderByFields |
| Constructor and description |
|---|
EntityListIteratorImpl
(java.sql.Connection con, java.sql.ResultSet rs, EntityDefinition entityDefinition, org.moqui.impl.entity.FieldInfo[] fieldInfoArray, EntityFacadeImpl efi, TransactionCache txCache) |
| Type | Name and description |
|---|---|
boolean |
absolute(int rowNum) |
void |
add(EntityValue e) |
void |
afterLast() |
void |
beforeFirst() |
void |
close() |
EntityValue |
currentEntityValue() |
org.moqui.impl.entity.EntityValueBase |
currentEntityValueBase() |
int |
currentIndex() |
protected void |
finalize() |
boolean |
first() |
EntityList |
getCompleteList(boolean closeAfter) |
EntityList |
getPartialList(int offset, int limit, boolean closeAfter) |
boolean |
hasNext() |
boolean |
hasPrevious() |
boolean |
last() |
EntityValue |
next() |
int |
nextIndex() |
EntityValue |
previous() |
int |
previousIndex() |
boolean |
relative(int rows) |
void |
remove() |
void |
set(EntityValue e) |
void |
setFetchSize(int rows) |
void |
setOrderByFields(java.util.List<java.lang.String> obf) |
void |
setQueryCondition(EntityCondition ec) |
int |
writeXmlText(java.io.Writer writer, java.lang.String prefix, int dependentLevels) |
int |
writeXmlTextMaster(java.io.Writer writer, java.lang.String prefix, java.lang.String masterName) |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |