com.atlassian.jira.ofbiz
Interface OfBizListIterator

All Known Implementing Classes:
DefaultOfBizListIterator

public interface OfBizListIterator

A wrapper around EntityListIterator that does not throw GenericEntityException.


Method Summary
 boolean absolute(int i)
           
 void add(Object o)
           
 void afterLast()
           
 void beforeFirst()
           
 void close()
           
 org.ofbiz.core.entity.GenericValue currentGenericValue()
           
 int currentIndex()
           
 boolean first()
           
 List getCompleteList()
           
 List getPartialList(int i, int i1)
           
 boolean hasNext()
           
 boolean hasPrevious()
           
 boolean last()
           
 Object next()
           
 int nextIndex()
           
 Object previous()
           
 int previousIndex()
           
 void remove()
           
 void set(Object o)
           
 void setDelegator(org.ofbiz.core.entity.GenericDelegator genericDelegator)
           
 void setFetchSize(int i)
           
 

Method Detail

setDelegator

public void setDelegator(org.ofbiz.core.entity.GenericDelegator genericDelegator)

afterLast

public void afterLast()

beforeFirst

public void beforeFirst()

last

public boolean last()

first

public boolean first()

close

public void close()

currentGenericValue

public org.ofbiz.core.entity.GenericValue currentGenericValue()

currentIndex

public int currentIndex()

absolute

public boolean absolute(int i)

hasNext

public boolean hasNext()

hasPrevious

public boolean hasPrevious()

next

public Object next()

nextIndex

public int nextIndex()

previous

public Object previous()

previousIndex

public int previousIndex()

setFetchSize

public void setFetchSize(int i)

getCompleteList

public List getCompleteList()

getPartialList

public List getPartialList(int i,
                           int i1)

add

public void add(Object o)

remove

public void remove()

set

public void set(Object o)


Copyright © 2002-2006 Atlassian. All Rights Reserved.