Uses of Class
com.broadleafcommerce.search.api.domain.FacetRange
-
Packages that use FacetRange Package Description com.broadleafcommerce.search.api.domain -
-
Uses of FacetRange in com.broadleafcommerce.search.api.domain
Methods in com.broadleafcommerce.search.api.domain that return types with arguments of type FacetRange Modifier and Type Method Description List<FacetRange>Facet. getRanges()The different range options available for filtering on this search facet.Method parameters in com.broadleafcommerce.search.api.domain with type arguments of type FacetRange Modifier and Type Method Description voidFacet. setRanges(List<FacetRange> ranges)The different range options available for filtering on this search facet.
-