Class TransactionFacetedNavigationConfigHelper
- java.lang.Object
-
- com.funnelback.publicui.search.model.transaction.TransactionFacetedNavigationConfigHelper
-
public class TransactionFacetedNavigationConfigHelper extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TransactionFacetedNavigationConfigHelper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidupdateTheFacetConfigToUse(SearchQuestion question, FacetedNavigationConfig facetedNavigationConfig)voidupdateTheFacetConfigToUse(SearchTransaction st, FacetedNavigationConfig facetedNavigationConfig)Updates the search transaction so that the given faceted nav config is used.
-
-
-
Method Detail
-
updateTheFacetConfigToUse
public void updateTheFacetConfigToUse(SearchTransaction st, FacetedNavigationConfig facetedNavigationConfig)
Updates the search transaction so that the given faceted nav config is used. This is useful as it does it such that: * you don't edit the cached version of config. * you update faceted nav in all places.- Parameters:
st-facetedNavigationConfig-
-
updateTheFacetConfigToUse
public void updateTheFacetConfigToUse(SearchQuestion question, FacetedNavigationConfig facetedNavigationConfig)
-
-