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 groupin this relationshipSettingsFacetGroup.getFacetGroup()Thefacet groupin 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 TypeMethodDescriptionvoidFacetGroupFacet.setFacetGroup(FacetGroup facetGroup) Thefacet groupin this relationshipvoidSettingsFacetGroup.setFacetGroup(FacetGroup facetGroup) Thefacet groupin this relationshipMethod parameters in com.broadleafcommerce.search.api.domain with type arguments of type FacetGroupModifier and TypeMethodDescriptionvoidSearchSettings.setFacetGroups(Set<FacetGroup> facetGroups) The facet groups managed on this search settings.