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.mock.ofbiz   
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.mock.ofbiz
 

Classes in com.atlassian.jira.mock.ofbiz that implement OfBizListIterator
 class MockOfBizListIterator
           
 

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

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<K> ids)
          Create a new iterator from the subset of ids.
 OfBizListIterator WrappingOfBizDelegator.findListIteratorByCondition(String entityType, org.ofbiz.core.entity.EntityCondition condition)
           
 OfBizListIterator DefaultOfBizDelegator.findListIteratorByCondition(String entityType, org.ofbiz.core.entity.EntityCondition condition)
           
 OfBizListIterator OfBizDelegator.findListIteratorByCondition(String entityType, org.ofbiz.core.entity.EntityCondition condition)
          Returns a new OfBizListIterator.
 OfBizListIterator WrappingOfBizDelegator.findListIteratorByCondition(String entityName, org.ofbiz.core.entity.EntityCondition whereEntityCondition, org.ofbiz.core.entity.EntityCondition havingEntityCondition, Collection<String> fieldsToSelect, List<String> orderBy, org.ofbiz.core.entity.EntityFindOptions entityFindOptions)
           
 OfBizListIterator OfBizDelegator.findListIteratorByCondition(String entityName, org.ofbiz.core.entity.EntityCondition whereEntityCondition, org.ofbiz.core.entity.EntityCondition havingEntityCondition, Collection<String> fieldsToSelect, List<String> orderBy, org.ofbiz.core.entity.EntityFindOptions entityFindOptions)
          Returns a new OfBizListIterator.
 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-2014 Atlassian. All Rights Reserved.