|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of FilterAndSortCriteria in org.broadleafcommerce.openadmin.dto |
|---|
| Methods in org.broadleafcommerce.openadmin.dto that return FilterAndSortCriteria | |
|---|---|
FilterAndSortCriteria |
CriteriaTransferObject.get(String name)
|
| Methods in org.broadleafcommerce.openadmin.dto that return types with arguments of type FilterAndSortCriteria | |
|---|---|
Map<String,FilterAndSortCriteria> |
CriteriaTransferObject.getCriteriaMap()
Retrieve the added FilterAndSortCriteria instances organized into a map |
| Methods in org.broadleafcommerce.openadmin.dto with parameters of type FilterAndSortCriteria | |
|---|---|
void |
CriteriaTransferObject.add(FilterAndSortCriteria criteria)
Add a FilterAndSortCriteria instance. |
| Method parameters in org.broadleafcommerce.openadmin.dto with type arguments of type FilterAndSortCriteria | |
|---|---|
void |
CriteriaTransferObject.addAll(Collection<FilterAndSortCriteria> criterias)
Add all FilterAndSortCriteria instances. |
void |
CriteriaTransferObject.setCriteriaMap(Map<String,FilterAndSortCriteria> criteriaMap)
|
| Uses of FilterAndSortCriteria in org.broadleafcommerce.openadmin.server.domain |
|---|
| Fields in org.broadleafcommerce.openadmin.server.domain with type parameters of type FilterAndSortCriteria | |
|---|---|
protected List<FilterAndSortCriteria> |
PersistencePackageRequest.filterAndSortCriteria
|
| Methods in org.broadleafcommerce.openadmin.server.domain that return FilterAndSortCriteria | |
|---|---|
FilterAndSortCriteria[] |
PersistencePackageRequest.getFilterAndSortCriteria()
|
| Methods in org.broadleafcommerce.openadmin.server.domain with parameters of type FilterAndSortCriteria | |
|---|---|
PersistencePackageRequest |
PersistencePackageRequest.addFilterAndSortCriteria(FilterAndSortCriteria filterAndSortCriteria)
|
PersistencePackageRequest |
PersistencePackageRequest.addFilterAndSortCriteria(FilterAndSortCriteria[] filterAndSortCriteria)
|
void |
PersistencePackageRequest.setFilterAndSortCriteria(FilterAndSortCriteria[] filterAndSortCriteria)
|
PersistencePackageRequest |
PersistencePackageRequest.withFilterAndSortCriteria(FilterAndSortCriteria[] filterAndSortCriteria)
|
| Method parameters in org.broadleafcommerce.openadmin.server.domain with type arguments of type FilterAndSortCriteria | |
|---|---|
PersistencePackageRequest |
PersistencePackageRequest.addFilterAndSortCriteria(List<FilterAndSortCriteria> filterAndSortCriteria)
|
| Uses of FilterAndSortCriteria in org.broadleafcommerce.openadmin.server.service |
|---|
| Methods in org.broadleafcommerce.openadmin.server.service with parameters of type FilterAndSortCriteria | |
|---|---|
PersistenceResponse |
AdminEntityServiceImpl.getRecordsForCollection(ClassMetadata containingClassMetadata,
Entity containingEntity,
Property collectionProperty,
FilterAndSortCriteria[] fascs,
Integer startIndex,
Integer maxIndex)
|
PersistenceResponse |
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 |
PersistenceResponse |
AdminEntityServiceImpl.getRecordsForCollection(ClassMetadata containingClassMetadata,
Entity containingEntity,
Property collectionProperty,
FilterAndSortCriteria[] fascs,
Integer startIndex,
Integer maxIndex,
String idValueOverride)
|
PersistenceResponse |
AdminEntityService.getRecordsForCollection(ClassMetadata containingClassMetadata,
Entity containingEntity,
Property collectionProperty,
FilterAndSortCriteria[] fascs,
Integer startIndex,
Integer maxIndex,
String idValueOverride)
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() |
| Uses of FilterAndSortCriteria in org.broadleafcommerce.openadmin.web.controller |
|---|
| Methods in org.broadleafcommerce.openadmin.web.controller that return FilterAndSortCriteria | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||