| Package | Description |
|---|---|
| org.ofbiz.core.entity |
| Modifier and Type | Method and Description |
|---|---|
int |
MemoryHelper.count(ModelEntity modelEntity,
String fieldName,
EntityCondition entityCondition,
EntityFindOptions findOptions) |
int |
GenericDAO.count(ModelEntity modelEntity,
String fieldName,
EntityCondition entityCondition,
EntityFindOptions findOptions) |
int |
GenericHelperDAO.count(ModelEntity modelEntity,
String fieldName,
EntityCondition entityCondition,
EntityFindOptions findOptions) |
int |
GenericHelper.count(ModelEntity modelEntity,
String fieldName,
EntityCondition entityCondition,
EntityFindOptions findOptions)
Returns the count of the results that matches the specified condition
|
int |
DelegatorInterface.countByAnd(String entityName,
String fieldName,
List<? extends EntityCondition> expressions,
EntityFindOptions findOptions) |
int |
GenericDelegator.countByAnd(String entityName,
String fieldName,
List<? extends EntityCondition> expressions,
EntityFindOptions findOptions)
Returns the count of the results that match all of the specified expressions (i.e.
|
int |
DelegatorInterface.countByCondition(String entityName,
String fieldName,
EntityCondition condition,
EntityFindOptions findOptions) |
int |
GenericDelegator.countByCondition(String entityName,
String fieldName,
EntityCondition entityCondition,
EntityFindOptions findOptions)
Returns the count of the results that match any of the specified expressions (ie: combined using OR).
|
int |
DelegatorInterface.countByOr(String entityName,
String fieldName,
List<? extends EntityCondition> expressions,
EntityFindOptions findOptions) |
int |
GenericDelegator.countByOr(String entityName,
String fieldName,
List<? extends EntityCondition> expressions,
EntityFindOptions findOptions)
Returns the count of the results that match any of the specified
expressions (i.e.
|
EntityListIterator |
MemoryHelper.findListIteratorByCondition(ModelEntity modelEntity,
EntityCondition whereEntityCondition,
EntityCondition havingEntityCondition,
Collection<String> fieldsToSelect,
List<String> orderBy,
EntityFindOptions findOptions)
The memory implementation does the *minimum* that it can to allow tests to work.
|
EntityListIterator |
GenericHelperDAO.findListIteratorByCondition(ModelEntity modelEntity,
EntityCondition whereEntityCondition,
EntityCondition havingEntityCondition,
Collection<String> fieldsToSelect,
List<String> orderBy,
EntityFindOptions findOptions)
Finds GenericValues by the conditions specified in the EntityCondition object, the the EntityCondition javadoc for more details.
|
EntityListIterator |
GenericHelper.findListIteratorByCondition(ModelEntity modelEntity,
EntityCondition whereEntityCondition,
EntityCondition havingEntityCondition,
Collection<String> fieldsToSelect,
List<String> orderBy,
EntityFindOptions findOptions)
Finds GenericValues by the conditions specified in the EntityCondition object, the the EntityCondition javadoc
for more details.
|
EntityListIterator |
LockedDatabaseGenericDelegator.findListIteratorByCondition(String entityName,
EntityCondition whereEntityCondition,
EntityCondition havingEntityCondition,
Collection<String> fieldsToSelect,
List<String> orderBy,
EntityFindOptions findOptions) |
EntityListIterator |
DelegatorInterface.findListIteratorByCondition(String entityName,
EntityCondition whereEntityCondition,
EntityCondition havingEntityCondition,
Collection<String> fieldsToSelect,
List<String> orderBy,
EntityFindOptions findOptions) |
EntityListIterator |
GenericDelegator.findListIteratorByCondition(String entityName,
EntityCondition whereEntityCondition,
EntityCondition havingEntityCondition,
Collection<String> fieldsToSelect,
List<String> orderBy,
EntityFindOptions findOptions)
Finds GenericValues by the given conditions.
|
List<GenericValue> |
GenericDAO.selectByCondition(ModelEntity modelEntity,
EntityCondition entityCondition,
Collection<String> fieldsToSelect,
List<String> orderBy,
EntityFindOptions findOptions)
Finds GenericValues by the conditions specified in the EntityCondition object, see the EntityCondition javadoc
for more details.
|
EntityListIterator |
GenericDAO.selectListIteratorByCondition(ModelEntity modelEntity,
EntityCondition whereEntityCondition,
EntityCondition havingEntityCondition,
Collection<String> fieldsToSelect,
List<String> orderBy,
EntityFindOptions findOptions)
Finds GenericValues by the conditions specified in the EntityCondition object, the the EntityCondition javadoc for more details.
|
Copyright © 2015 Atlassian. All rights reserved.