| Modifier and Type | Method and Description |
|---|---|
FilterAndSortCriteria |
CriteriaTransferObject.get(String name) |
| Modifier and Type | Method and Description |
|---|---|
Map<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(Collection<FilterAndSortCriteria> criterias)
Add all
FilterAndSortCriteria instances. |
void |
CriteriaTransferObject.setCriteriaMap(Map<String,FilterAndSortCriteria> criteriaMap) |
| Modifier and Type | Field and Description |
|---|---|
protected 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(List<FilterAndSortCriteria> filterAndSortCriteria) |
| Modifier and Type | Method and Description |
|---|---|
DynamicResultSet |
AdminEntityServiceImpl.getRecordsForCollection(ClassMetadata containingClassMetadata,
Entity containingEntity,
Property collectionProperty,
FilterAndSortCriteria[] fascs,
Integer startIndex,
Integer maxIndex) |
DynamicResultSet |
AdminEntityService.getRecordsForCollection(ClassMetadata containingClassMetadata,
Entity containingEntity,
Property collectionProperty,
FilterAndSortCriteria[] fascs,
Integer startIndex,
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(Map<String,List<String>> requestParams)
Helper method to return an array of
FilterAndSortCriteria based on a map of propertyName -> list of criteria
value. |
Copyright © 2017. All Rights Reserved.