| Modifier and Type | Method and Description |
|---|---|
FilterAndSortCriteria |
CriteriaTransferObject.get(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,FilterAndSortCriteria> |
CriteriaTransferObject.getCriteriaMap()
Retrieve the added
FilterAndSortCriteria instances organized into a map |
| Modifier and Type | Method and Description |
|---|---|
void |
CriteriaTransferObject.add(FilterAndSortCriteria criteria)
Add a
FilterAndSortCriteria instance. |
| Modifier and Type | Method and Description |
|---|---|
void |
CriteriaTransferObject.addAll(java.util.Collection<FilterAndSortCriteria> criterias)
Add all
FilterAndSortCriteria instances. |
void |
CriteriaTransferObject.setCriteriaMap(java.util.Map<java.lang.String,FilterAndSortCriteria> criteriaMap) |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<FilterAndSortCriteria> |
PersistencePackageRequest.filterAndSortCriteria |
| Modifier and Type | Method and Description |
|---|---|
FilterAndSortCriteria[] |
PersistencePackageRequest.getFilterAndSortCriteria() |
| Modifier and Type | Method and Description |
|---|---|
PersistencePackageRequest |
PersistencePackageRequest.addFilterAndSortCriteria(FilterAndSortCriteria filterAndSortCriteria) |
PersistencePackageRequest |
PersistencePackageRequest.addFilterAndSortCriteria(FilterAndSortCriteria[] filterAndSortCriteria) |
void |
PersistencePackageRequest.setFilterAndSortCriteria(FilterAndSortCriteria[] filterAndSortCriteria) |
PersistencePackageRequest |
PersistencePackageRequest.withFilterAndSortCriteria(FilterAndSortCriteria[] filterAndSortCriteria) |
| Modifier and Type | Method and Description |
|---|---|
PersistencePackageRequest |
PersistencePackageRequest.addFilterAndSortCriteria(java.util.List<FilterAndSortCriteria> filterAndSortCriteria) |
| Modifier and Type | Method and Description |
|---|---|
DynamicResultSet |
AdminEntityServiceImpl.getRecordsForCollection(ClassMetadata containingClassMetadata,
Entity containingEntity,
Property collectionProperty,
FilterAndSortCriteria[] fascs,
java.lang.Integer startIndex,
java.lang.Integer maxIndex) |
DynamicResultSet |
AdminEntityService.getRecordsForCollection(ClassMetadata containingClassMetadata,
Entity containingEntity,
Property collectionProperty,
FilterAndSortCriteria[] fascs,
java.lang.Integer startIndex,
java.lang.Integer maxIndex)
Returns the DynamicResultSet representing the records that belong to the specified collectionProperty for the
given containingClass and the primary key for the containingClass
|
| Modifier and Type | Method and Description |
|---|---|
protected FilterAndSortCriteria[] |
AdminAbstractController.getCriteria(java.util.Map<java.lang.String,java.util.List<java.lang.String>> requestParams)
Helper method to return an array of
FilterAndSortCriteria based on a map of propertyName -> list of criteria
value. |
Copyright © 2018. All Rights Reserved.