Uses of Class
org.broadleafcommerce.openadmin.dto.FilterAndSortCriteria
Packages that use FilterAndSortCriteria
Package
Description
-
Uses of FilterAndSortCriteria in org.broadleafcommerce.openadmin.dto
Methods in org.broadleafcommerce.openadmin.dto that return FilterAndSortCriteriaMethods in org.broadleafcommerce.openadmin.dto that return types with arguments of type FilterAndSortCriteriaModifier and TypeMethodDescriptionCriteriaTransferObject.getCriteriaMap()Retrieve the addedFilterAndSortCriteriainstances organized into a mapMethods in org.broadleafcommerce.openadmin.dto with parameters of type FilterAndSortCriteriaModifier and TypeMethodDescriptionvoidCriteriaTransferObject.add(FilterAndSortCriteria criteria) Add aFilterAndSortCriteriainstance.Method parameters in org.broadleafcommerce.openadmin.dto with type arguments of type FilterAndSortCriteriaModifier and TypeMethodDescriptionvoidCriteriaTransferObject.addAll(Collection<FilterAndSortCriteria> criterias) Add allFilterAndSortCriteriainstances.voidCriteriaTransferObject.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 FilterAndSortCriteriaModifier and TypeFieldDescriptionprotected List<FilterAndSortCriteria>PersistencePackageRequest.filterAndSortCriteriaMethods in org.broadleafcommerce.openadmin.server.domain that return FilterAndSortCriteriaMethods in org.broadleafcommerce.openadmin.server.domain with parameters of type FilterAndSortCriteriaModifier and TypeMethodDescriptionPersistencePackageRequest.addFilterAndSortCriteria(FilterAndSortCriteria filterAndSortCriteria) PersistencePackageRequest.addFilterAndSortCriteria(FilterAndSortCriteria[] filterAndSortCriteria) voidPersistencePackageRequest.setFilterAndSortCriteria(FilterAndSortCriteria[] filterAndSortCriteria) PersistencePackageRequest.withFilterAndSortCriteria(FilterAndSortCriteria[] filterAndSortCriteria) Method parameters in org.broadleafcommerce.openadmin.server.domain with type arguments of type FilterAndSortCriteriaModifier and TypeMethodDescriptionPersistencePackageRequest.addFilterAndSortCriteria(List<FilterAndSortCriteria> filterAndSortCriteria) -
Uses of FilterAndSortCriteria in org.broadleafcommerce.openadmin.server.service
Methods in org.broadleafcommerce.openadmin.server.service with parameters of type FilterAndSortCriteriaModifier and TypeMethodDescriptionAdminEntityService.getPagedRecordsForCollection(ClassMetadata containingClassMetadata, Entity containingEntity, Property collectionProperty, FilterAndSortCriteria[] fascs, FetchPageRequest fetchPageRequest, String idValueOverride, List<SectionCrumb> sectionCrumbs) 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().AdminEntityServiceImpl.getPagedRecordsForCollection(ClassMetadata containingClassMetadata, Entity containingEntity, Property collectionProperty, FilterAndSortCriteria[] fascs, FetchPageRequest fetchPageRequest, String idValueOverride, List<SectionCrumb> sectionCrumbs) 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()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 containingClassAdminEntityServiceImpl.getRecordsForCollection(ClassMetadata containingClassMetadata, Entity containingEntity, Property collectionProperty, FilterAndSortCriteria[] fascs, Integer startIndex, Integer maxIndex, String idValueOverride, List<SectionCrumb> sectionCrumbs) AdminEntityServiceImpl.getRecordsForCollection(ClassMetadata containingClassMetadata, Entity containingEntity, Property collectionProperty, FilterAndSortCriteria[] fascs, Integer startIndex, Integer maxIndex, List<SectionCrumb> sectionCrumb) -
Uses of FilterAndSortCriteria in org.broadleafcommerce.openadmin.web.controller
Methods in org.broadleafcommerce.openadmin.web.controller that return FilterAndSortCriteriaModifier and TypeMethodDescriptionprotected FilterAndSortCriteria[]AdminAbstractController.getCriteria(Map<String, List<String>> requestParams) Helper method to return an array ofFilterAndSortCriteriabased on a map of propertyName -> list of criteria value.Method parameters in org.broadleafcommerce.openadmin.web.controller with type arguments of type FilterAndSortCriteriaModifier and TypeMethodDescriptionprotected voidAdminAbstractController.modifyCriteria(Map<String, FilterAndSortCriteria> fasMap)