| 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 |
|---|---|
PersistenceResponse |
AdminEntityServiceImpl.getRecordsForCollection(ClassMetadata containingClassMetadata,
Entity containingEntity,
Property collectionProperty,
FilterAndSortCriteria[] fascs,
Integer startIndex,
Integer maxIndex,
List<SectionCrumb> sectionCrumb) |
PersistenceResponse |
AdminEntityService.getRecordsForCollection(ClassMetadata containingClassMetadata,
Entity containingEntity,
Property collectionProperty,
FilterAndSortCriteria[] fascs,
Integer startIndex,
Integer maxIndex,
List<SectionCrumb> sectionCrumb)
Returns the DynamicResultSet representing the records that belong to the specified collectionProperty for the
given containingClass and the primary key for the containingClass
|
PersistenceResponse |
AdminEntityServiceImpl.getRecordsForCollection(ClassMetadata containingClassMetadata,
Entity containingEntity,
Property collectionProperty,
FilterAndSortCriteria[] fascs,
Integer startIndex,
Integer maxIndex,
String idValueOverride,
List<SectionCrumb> sectionCrumbs) |
PersistenceResponse |
AdminEntityService.getRecordsForCollection(ClassMetadata containingClassMetadata,
Entity containingEntity,
Property collectionProperty,
FilterAndSortCriteria[] fascs,
Integer startIndex,
Integer maxIndex,
String idValueOverride,
List<SectionCrumb> sectionCrumb)
The same as the other getRecordsForCollection method, except that this one expects allow the caller to explicitly
set the id value that will be used in the fetch instead of delegating to
#getContextSpecificRelationshipId() |
| 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 © 2015. All rights reserved.