Uses of Class
org.broadleafcommerce.core.search.domain.SearchFacetResultDTO
Packages that use SearchFacetResultDTO
Package
Description
-
Uses of SearchFacetResultDTO in org.broadleafcommerce.core.search.domain
Fields in org.broadleafcommerce.core.search.domain with type parameters of type SearchFacetResultDTOMethods in org.broadleafcommerce.core.search.domain that return types with arguments of type SearchFacetResultDTOMethod parameters in org.broadleafcommerce.core.search.domain with type arguments of type SearchFacetResultDTOModifier and TypeMethodDescriptionvoidSearchFacetDTO.setFacetValues(List<SearchFacetResultDTO> facetValues) -
Uses of SearchFacetResultDTO in org.broadleafcommerce.core.search.service
Methods in org.broadleafcommerce.core.search.service that return types with arguments of type SearchFacetResultDTOModifier and TypeMethodDescriptionprotected List<SearchFacetResultDTO>DatabaseSearchServiceImpl.getFacetValues(SearchFacet facet) Deprecated.protected List<SearchFacetResultDTO>DatabaseSearchServiceImpl.getMatchFacetValues(SearchFacet facet) Deprecated.protected List<SearchFacetResultDTO>DatabaseSearchServiceImpl.getRangeFacetValues(SearchFacet facet) Deprecated.