Uses of Interface
com.atlassian.jira.ofbiz.OfBizListIterator

Packages that use OfBizListIterator
com.atlassian.jira.appconsistency.db   
com.atlassian.jira.appconsistency.integrity.check   
com.atlassian.jira.issue.comments.util   
com.atlassian.jira.issue.util   
com.atlassian.jira.ofbiz   
 

Uses of OfBizListIterator in com.atlassian.jira.appconsistency.db
 

Methods in com.atlassian.jira.appconsistency.db that return OfBizListIterator
 OfBizListIterator LockedDatabaseOfBizDelegator.findListIteratorByCondition(String entityType, org.ofbiz.core.entity.EntityCondition condition)
           
 OfBizListIterator LockedDatabaseOfBizDelegator.findListIteratorByCondition(String entityName, org.ofbiz.core.entity.EntityCondition whereEntityCondition, org.ofbiz.core.entity.EntityCondition havingEntityCondition, Collection fieldsToSelect, List orderBy, org.ofbiz.core.entity.EntityFindOptions entityFindOptions)
           
 

Uses of OfBizListIterator in com.atlassian.jira.appconsistency.integrity.check
 

Methods in com.atlassian.jira.appconsistency.integrity.check that return OfBizListIterator
protected  OfBizListIterator EntityCheckImpl.getEntities(String entityName)
           
 

Uses of OfBizListIterator in com.atlassian.jira.issue.comments.util
 

Methods in com.atlassian.jira.issue.comments.util that return OfBizListIterator
 OfBizListIterator DatabaseCommentIterator.getCommentsIterator()
           
 

Uses of OfBizListIterator in com.atlassian.jira.issue.util
 

Methods in com.atlassian.jira.issue.util that return OfBizListIterator
 OfBizListIterator DatabaseIssuesIterator.getIssuesIterator()
           
 

Uses of OfBizListIterator in com.atlassian.jira.ofbiz
 

Classes in com.atlassian.jira.ofbiz that implement OfBizListIterator
 class DefaultOfBizListIterator
           
 

Methods in com.atlassian.jira.ofbiz that return OfBizListIterator
protected abstract  OfBizListIterator DatabaseIterable.createListIterator()
          Create a new iterator.
protected abstract  OfBizListIterator PagedDatabaseIterable.createListIterator(List ids)
          Create a new iterator from the subset of ids.
 OfBizListIterator OfBizDelegator.findListIteratorByCondition(String entityType, org.ofbiz.core.entity.EntityCondition condition)
           
 OfBizListIterator DefaultOfBizDelegator.findListIteratorByCondition(String entityType, org.ofbiz.core.entity.EntityCondition condition)
           
 OfBizListIterator OfBizDelegator.findListIteratorByCondition(String entityName, org.ofbiz.core.entity.EntityCondition whereEntityCondition, org.ofbiz.core.entity.EntityCondition havingEntityCondition, Collection fieldsToSelect, List orderBy, org.ofbiz.core.entity.EntityFindOptions entityFindOptions)
           
 OfBizListIterator DefaultOfBizDelegator.findListIteratorByCondition(String entityName, org.ofbiz.core.entity.EntityCondition whereEntityCondition, org.ofbiz.core.entity.EntityCondition havingEntityCondition, Collection fieldsToSelect, List orderBy, org.ofbiz.core.entity.EntityFindOptions entityFindOptions)
          Always close the iterator returned from this method when finished.
 



Copyright © 2002-2009 Atlassian. All Rights Reserved.