Uses of Class
com.funnelback.common.facetednavigation.models.FacetSelectionType
-
Packages that use FacetSelectionType Package Description com.funnelback.common.facetednavigation.models com.funnelback.publicui.search.model.transaction Provides classes used for a search transaction, from the input parameters to the search results.com.funnelback.publicui.search.model.transaction.facet -
-
Uses of FacetSelectionType in com.funnelback.common.facetednavigation.models
Methods in com.funnelback.common.facetednavigation.models that return FacetSelectionType Modifier and Type Method Description static FacetSelectionType
FacetSelectionType. valueOf(String name)
Returns the enum constant of this type with the specified name.static FacetSelectionType[]
FacetSelectionType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of FacetSelectionType in com.funnelback.publicui.search.model.transaction
Fields in com.funnelback.publicui.search.model.transaction declared as FacetSelectionType Modifier and Type Field Description private @NotNull @NonNull FacetSelectionType
Facet. selectionType
Constructors in com.funnelback.publicui.search.model.transaction with parameters of type FacetSelectionType Constructor Description Facet(String name, FacetSelectionType selectionType, FacetConstraintJoin constraintJoin, FacetValues facetValues, List<FacetValuesOrder> order)
-
Uses of FacetSelectionType in com.funnelback.publicui.search.model.transaction.facet
Methods in com.funnelback.publicui.search.model.transaction.facet with parameters of type FacetSelectionType Modifier and Type Method Description static FacetDisplayType
FacetDisplayType. getType(FacetSelectionType selectionType, FacetConstraintJoin constraintJoin, FacetValues values)
-