|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@PublicApi public interface OfBizListIterator
A wrapper around EntityListIterator
that does not throw
GenericEntityException
.
Note: This does not follow the contract for Iterator
, in that the next()
call does not throw
NoSuchElementException
but returns a null value if the last element has been reached.
Method Summary | |
---|---|
boolean |
absolute(int i)
|
void |
add(org.ofbiz.core.entity.GenericValue o)
|
void |
afterLast()
|
void |
beforeFirst()
|
void |
close()
|
org.ofbiz.core.entity.GenericValue |
currentGenericValue()
|
int |
currentIndex()
|
boolean |
first()
|
List<org.ofbiz.core.entity.GenericValue> |
getCompleteList()
|
List<org.ofbiz.core.entity.GenericValue> |
getPartialList(int i,
int i1)
|
boolean |
isCaseSensitive(String fieldName)
Returns true if the specified field name in the database is case sensitive. |
boolean |
last()
|
org.ofbiz.core.entity.GenericValue |
next()
|
int |
nextIndex()
|
org.ofbiz.core.entity.GenericValue |
previous()
|
int |
previousIndex()
|
void |
remove()
|
void |
set(org.ofbiz.core.entity.GenericValue o)
|
void |
setDelegator(org.ofbiz.core.entity.GenericDelegator genericDelegator)
|
void |
setFetchSize(int i)
|
Method Detail |
---|
void setDelegator(org.ofbiz.core.entity.GenericDelegator genericDelegator)
void afterLast()
void beforeFirst()
boolean last()
boolean first()
void close()
org.ofbiz.core.entity.GenericValue currentGenericValue()
int currentIndex()
boolean absolute(int i)
org.ofbiz.core.entity.GenericValue next()
int nextIndex()
org.ofbiz.core.entity.GenericValue previous()
int previousIndex()
void setFetchSize(int i)
List<org.ofbiz.core.entity.GenericValue> getCompleteList()
List<org.ofbiz.core.entity.GenericValue> getPartialList(int i, int i1)
void add(org.ofbiz.core.entity.GenericValue o)
void remove()
void set(org.ofbiz.core.entity.GenericValue o)
boolean isCaseSensitive(String fieldName)
fieldName
- the name of the entity field
DataAccessException
- if an underlying problem occurs.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |