Uses of Class
com.broadleafcommerce.search.api.domain.FacetGroup
Packages that use FacetGroup
-
Uses of FacetGroup in com.broadleafcommerce.search.api.domain
Methods in com.broadleafcommerce.search.api.domain that return FacetGroupModifier and TypeMethodDescriptionFacetGroupFacet.getFacetGroup()
Thefacet group
in this relationshipSettingsFacetGroup.getFacetGroup()
Thefacet group
in this relationshipMethods in com.broadleafcommerce.search.api.domain that return types with arguments of type FacetGroupModifier and TypeMethodDescriptionSearchSettings.getFacetGroups()
The facet groups managed on this search settings.Methods in com.broadleafcommerce.search.api.domain with parameters of type FacetGroupModifier and TypeMethodDescriptionvoid
FacetGroupFacet.setFacetGroup
(FacetGroup facetGroup) Thefacet group
in this relationshipvoid
SettingsFacetGroup.setFacetGroup
(FacetGroup facetGroup) Thefacet group
in this relationshipMethod parameters in com.broadleafcommerce.search.api.domain with type arguments of type FacetGroupModifier and TypeMethodDescriptionvoid
SearchSettings.setFacetGroups
(Set<FacetGroup> facetGroups) The facet groups managed on this search settings.