Package | Description |
---|---|
com.atlassian.jira.appconsistency.db | |
com.atlassian.jira.appconsistency.integrity.check | |
com.atlassian.jira.mock.ofbiz | |
com.atlassian.jira.ofbiz |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
protected OfBizListIterator |
EntityCheckImpl.getEntities(String entityName) |
Modifier and Type | Class and Description |
---|---|
class |
MockOfBizListIterator |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultOfBizListIterator |
Modifier and Type | Method and Description |
---|---|
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 |
DefaultOfBizDelegator.findListIteratorByCondition(String entityType,
org.ofbiz.core.entity.EntityCondition condition) |
OfBizListIterator |
WrappingOfBizDelegator.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-2015 Atlassian. All Rights Reserved.