public class

MockOfBizListIterator

extends Object
implements OfBizListIterator
java.lang.Object
   ↳ com.atlassian.jira.mock.ofbiz.MockOfBizListIterator

Summary

Public Constructors
MockOfBizListIterator(List<GenericValue> list)
Public Methods
boolean absolute(int i)
void add(GenericValue o)
void afterLast()
void beforeFirst()
void close()
Closes the iterator.
GenericValue currentGenericValue()
int currentIndex()
boolean first()
List<GenericValue> getCompleteList()
List<GenericValue> getPartialList(int i, int i1)
boolean isCaseSensitive(String fieldName)
Returns true if the specified field name in the database is case sensitive.
Iterator<GenericValue> iterator()
Returns a read-only iterator over the result sets.
boolean last()
GenericValue next()
int nextIndex()
GenericValue previous()
int previousIndex()
void remove()
void set(GenericValue o)
void setDelegator(GenericDelegator genericDelegator)
void setFetchSize(int i)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.ofbiz.OfBizListIterator
From interface java.lang.Iterable

Public Constructors

public MockOfBizListIterator (List<GenericValue> list)

Public Methods

public boolean absolute (int i)

public void add (GenericValue o)

public void afterLast ()

public void beforeFirst ()

public void close ()

Closes the iterator. Logs exceptions and does not propagate them.

public GenericValue currentGenericValue ()

public int currentIndex ()

public boolean first ()

public List<GenericValue> getCompleteList ()

public List<GenericValue> getPartialList (int i, int i1)

public boolean isCaseSensitive (String fieldName)

Returns true if the specified field name in the database is case sensitive.

Parameters
fieldName the name of the entity field
Returns
  • true if the field is case sensitive in the database

public Iterator<GenericValue> iterator ()

Returns a read-only iterator over the result sets.

Returns
  • an Iterator

public boolean last ()

public GenericValue next ()

public int nextIndex ()

public GenericValue previous ()

public int previousIndex ()

public void remove ()

public void set (GenericValue o)

public void setDelegator (GenericDelegator genericDelegator)

public void setFetchSize (int i)