Package | Description |
---|---|
com.atlassian.jira.ofbiz | |
com.atlassian.jira.util.collect |
Modifier and Type | Method and Description |
---|---|
protected abstract Resolver<org.ofbiz.core.entity.GenericValue,E> |
PagedDatabaseIterable.getResolver()
Used to turn generic values into Domain objects
|
Constructor and Description |
---|
DatabaseIterable(int size,
Resolver<org.ofbiz.core.entity.GenericValue,E> resolver) |
PagedDatabaseIterable(List<K> ids,
Resolver<E,K> keyResolver)
Use where the order of the result is important.
|
PagedDatabaseIterable(List<K> ids,
Resolver<E,K> keyResolver,
int pageSize)
Use where the order of the result is important.
|
Modifier and Type | Class and Description |
---|---|
static class |
EnclosedIterable.ListResolver<T>
Utility class for transforming a
EnclosedIterable into a List . |
Constructor and Description |
---|
ResolvingComparator(Resolver<I,O> resolver,
Comparator<O> comparator) |
Copyright © 2002-2015 Atlassian. All Rights Reserved.