Uses of Class
com.funnelback.publicui.search.model.transaction.Facet.Category
-
Packages that use Facet.Category Package Description 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.order -
-
Uses of Facet.Category in com.funnelback.publicui.search.model.transaction
Fields in com.funnelback.publicui.search.model.transaction with type parameters of type Facet.Category Modifier and Type Field Description private java.util.List<Facet.Category>Facet. categoriesCategories definitions of this facet, for example a GScope category, or a Metadata field fill category.private java.util.List<Facet.Category>Facet.Category. categoriesSub categories, in case of a hierarchical definition.Methods in com.funnelback.publicui.search.model.transaction that return Facet.Category Modifier and Type Method Description Facet.CategoryFacet.Category. findDeepest(java.util.List<java.lang.String> categoryParamNames)Recursively find the deepest category.Facet.CategoryFacet. findDeepestCategory(java.util.List<java.lang.String> categoryParamNames)Recursively finds the deepest category.Methods in com.funnelback.publicui.search.model.transaction that return types with arguments of type Facet.Category Modifier and Type Method Description java.util.List<Facet.Category>Facet.Category. getCategories()Sub categories, in case of a hierarchical definition.java.util.List<Facet.Category>Facet. getCategories()Categories definitions of this facet, for example a GScope category, or a Metadata field fill category. -
Uses of Facet.Category in com.funnelback.publicui.search.model.transaction.facet.order
Methods in com.funnelback.publicui.search.model.transaction.facet.order with parameters of type Facet.Category Modifier and Type Method Description intByCountOfFirstCategoryValueComparator. compare(Facet.Category c1, Facet.Category c2)intByFirstCategoryValueComparator. compare(Facet.Category c1, Facet.Category c2)
-