Package com.funnelback.publicui.xml
Class FacetConverter.FacetWithFields
- java.lang.Object
-
- com.funnelback.publicui.search.model.transaction.Facet
-
- com.funnelback.publicui.xml.FacetConverter.FacetWithFields
-
- Enclosing class:
- FacetConverter
static class FacetConverter.FacetWithFields extends Facet
XStream will only serialise fields so this is a Facet with selected and unselected fields for values
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.funnelback.publicui.search.model.transaction.Facet
Facet.CategoryValue
-
-
Field Summary
Fields Modifier and Type Field Description private List<Facet.CategoryValue>
selectedValues
-
Constructor Summary
Constructors Modifier Constructor Description protected
FacetWithFields(Facet facet)
-
Method Summary
-
Methods inherited from class com.funnelback.publicui.search.model.transaction.Facet
getAllValues, getConstraintJoin, getCustomComparator, getCustomData, getFacetValues, getGuessedDisplayType, getName, getOrder, getSelectedValues, getSelectionType, getUnselectAllUrl, hasValues, isSelected, ofNullableSingle, setCustomComparator, setName, setOrder, setUnselectAllUrl, toString
-
-
-
-
Field Detail
-
selectedValues
private List<Facet.CategoryValue> selectedValues
-
-
Constructor Detail
-
FacetWithFields
protected FacetWithFields(Facet facet)
-
-