Uses of Class
com.hybris.cockpitng.search.data.facet.FacetValueData
-
-
Uses of FacetValueData in com.hybris.backoffice.widgets.advancedsearch.impl.facet
Methods in com.hybris.backoffice.widgets.advancedsearch.impl.facet that return FacetValueData Modifier and Type Method Description FacetValueDataManageFacetPopup.FacetSelectionStatus. getFacetValue()Methods in com.hybris.backoffice.widgets.advancedsearch.impl.facet with parameters of type FacetValueData Modifier and Type Method Description protected booleanManageFacetPopup. removeSelectedFacetValue(FacetData field, FacetValueData value)Constructors in com.hybris.backoffice.widgets.advancedsearch.impl.facet with parameters of type FacetValueData Constructor Description FacetSelectionStatus(FacetData facet, FacetValueData facetValue) -
Uses of FacetValueData in com.hybris.backoffice.widgets.refineby
Method parameters in com.hybris.backoffice.widgets.refineby with type arguments of type FacetValueData Modifier and Type Method Description protected java.util.Set<java.lang.String>RefineByController. extractSelectedFacetValueNames(java.util.Collection<FacetValueData> facetValues) -
Uses of FacetValueData in com.hybris.backoffice.widgets.refineby.renderer
Methods in com.hybris.backoffice.widgets.refineby.renderer with parameters of type FacetValueData Modifier and Type Method Description protected java.lang.StringStandardFacetRenderer. calculateFacetValueLabel(FacetValueData facetValueData, WidgetInstanceManager wim)protected org.zkoss.zk.ui.ComponentColourFacetRenderer. createSingleValue(FacetData facet, FacetValueData facetValueData, java.lang.Boolean isChecked, WidgetInstanceManager wim, Context context)protected org.zkoss.zk.ui.ComponentStandardFacetRenderer. createSingleValue(FacetData facet, FacetValueData facetValueData, java.lang.Boolean isChecked, WidgetInstanceManager wim)Method parameters in com.hybris.backoffice.widgets.refineby.renderer with type arguments of type FacetValueData Modifier and Type Method Description protected java.util.Set<java.lang.String>StandardFacetRenderer. findFacetValuesToRender(java.util.Collection<FacetValueData> allFacetValues, java.util.Set<java.lang.String> selectedFacetValues, int maxNumberOfFacets) -
Uses of FacetValueData in com.hybris.cockpitng.search.data.facet
Methods in com.hybris.cockpitng.search.data.facet that return FacetValueData Modifier and Type Method Description FacetValueDataFacetData. getFacetValue(java.lang.String name)Methods in com.hybris.cockpitng.search.data.facet that return types with arguments of type FacetValueData Modifier and Type Method Description java.util.Collection<FacetValueData>FacetData. getFacetValues()Methods in com.hybris.cockpitng.search.data.facet with parameters of type FacetValueData Modifier and Type Method Description voidFacetData. addFacetValue(FacetValueData facetValue)intFacetValueData. compareTo(FacetValueData anotherFacetValue)Constructor parameters in com.hybris.cockpitng.search.data.facet with type arguments of type FacetValueData Constructor Description FacetData(java.lang.String name, java.lang.String displayName, FacetType facetType, java.util.List<FacetValueData> facetValues)
-