com.atlassian.jira.ofbiz
Class DefaultOfBizListIterator
java.lang.Object
com.atlassian.jira.ofbiz.DefaultOfBizListIterator
- All Implemented Interfaces:
- OfBizListIterator
public class DefaultOfBizListIterator
- extends Object
- implements OfBizListIterator
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultOfBizListIterator
public DefaultOfBizListIterator(org.ofbiz.core.entity.EntityListIterator iterator)
setDelegator
public void setDelegator(org.ofbiz.core.entity.GenericDelegator genericDelegator)
- Specified by:
setDelegator in interface OfBizListIterator
isCaseSensitive
public boolean isCaseSensitive(String fieldName)
- Description copied from interface:
OfBizListIterator
- Returns true if the specified field name in the database is case sensitive.
- Specified by:
isCaseSensitive in interface OfBizListIterator
- Parameters:
fieldName - the name of the entity field
- Returns:
- true if the field is case sensitive in the database
afterLast
public void afterLast()
- Specified by:
afterLast in interface OfBizListIterator
beforeFirst
public void beforeFirst()
- Specified by:
beforeFirst in interface OfBizListIterator
last
public boolean last()
- Specified by:
last in interface OfBizListIterator
first
public boolean first()
- Specified by:
first in interface OfBizListIterator
close
public void close()
- Specified by:
close in interface OfBizListIterator
currentGenericValue
public org.ofbiz.core.entity.GenericValue currentGenericValue()
- Specified by:
currentGenericValue in interface OfBizListIterator
currentIndex
public int currentIndex()
- Specified by:
currentIndex in interface OfBizListIterator
absolute
public boolean absolute(int i)
- Specified by:
absolute in interface OfBizListIterator
next
public org.ofbiz.core.entity.GenericValue next()
- Specified by:
next in interface OfBizListIterator
nextIndex
public int nextIndex()
- Specified by:
nextIndex in interface OfBizListIterator
previous
public org.ofbiz.core.entity.GenericValue previous()
- Specified by:
previous in interface OfBizListIterator
previousIndex
public int previousIndex()
- Specified by:
previousIndex in interface OfBizListIterator
setFetchSize
public void setFetchSize(int i)
- Specified by:
setFetchSize in interface OfBizListIterator
getCompleteList
public List<org.ofbiz.core.entity.GenericValue> getCompleteList()
- Specified by:
getCompleteList in interface OfBizListIterator
getPartialList
public List<org.ofbiz.core.entity.GenericValue> getPartialList(int i,
int i1)
- Specified by:
getPartialList in interface OfBizListIterator
add
public void add(org.ofbiz.core.entity.GenericValue o)
- Specified by:
add in interface OfBizListIterator
remove
public void remove()
- Specified by:
remove in interface OfBizListIterator
set
public void set(org.ofbiz.core.entity.GenericValue o)
- Specified by:
set in interface OfBizListIterator
Copyright © 2002-2012 Atlassian. All Rights Reserved.