Uses of Class
de.hybris.platform.commercewebservicescommons.dto.search.facetdata.FacetValueWsDTO
-
Packages that use FacetValueWsDTO Package Description de.hybris.platform.commercewebservicescommons.dto.search.facetdata -
-
Uses of FacetValueWsDTO in de.hybris.platform.commercewebservicescommons.dto.search.facetdata
Methods in de.hybris.platform.commercewebservicescommons.dto.search.facetdata that return types with arguments of type FacetValueWsDTO Modifier and Type Method Description java.util.List<FacetValueWsDTO>FacetWsDTO. getTopValues()java.util.List<FacetValueWsDTO>FacetWsDTO. getValues()Method parameters in de.hybris.platform.commercewebservicescommons.dto.search.facetdata with type arguments of type FacetValueWsDTO Modifier and Type Method Description voidFacetWsDTO. setTopValues(java.util.List<FacetValueWsDTO> topValues)voidFacetWsDTO. setValues(java.util.List<FacetValueWsDTO> values)
-