|
||||||||||
| 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. |
| 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 | |
|---|---|
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 |
| Uses of FilterAndSortCriteria in org.broadleafcommerce.openadmin.web.controller.entity |
|---|
| Methods in org.broadleafcommerce.openadmin.web.controller.entity that return FilterAndSortCriteria | |
|---|---|
protected FilterAndSortCriteria[] |
AdminBasicEntityController.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 | |||||||||