Uses of Class
com.funnelback.publicui.search.model.collection.facetednavigation.CategoryValueComputedDataHolder
-
Packages that use CategoryValueComputedDataHolder Package Description com.funnelback.publicui.search.model.collection.facetednavigation Provides classes representing the faceted navigation configuration, as infaceted_navigation.cfg.com.funnelback.publicui.search.model.collection.facetednavigation.impl Provides facets definition implementations (GScopeItem, Metadata field fill, etc.). -
-
Uses of CategoryValueComputedDataHolder in com.funnelback.publicui.search.model.collection.facetednavigation
Methods in com.funnelback.publicui.search.model.collection.facetednavigation that return types with arguments of type CategoryValueComputedDataHolder Modifier and Type Method Description abstract java.util.List<CategoryValueComputedDataHolder>CategoryDefinition. computeData(SearchTransaction st, FacetDefinition fdef) -
Uses of CategoryValueComputedDataHolder in com.funnelback.publicui.search.model.collection.facetednavigation.impl
Methods in com.funnelback.publicui.search.model.collection.facetednavigation.impl that return CategoryValueComputedDataHolder Modifier and Type Method Description private CategoryValueComputedDataHolderCollectionFill. makeCategoryValue(java.lang.Integer count, boolean selected)private CategoryValueComputedDataHolderDateFieldFill. makeValue(java.lang.String label, java.lang.Integer count, boolean selected, java.lang.String queryStringParamValue)private CategoryValueComputedDataHolderGScopeItem. makeValue(boolean selected, java.lang.Integer count)private CategoryValueComputedDataHolderMetadataFieldFill. makeValue(java.lang.String value, boolean selected, java.lang.Integer count)
-