Uses of Interface
de.hybris.platform.solrfacetsearch.search.SearchResultGroupCommand
-
Packages that use SearchResultGroupCommand Package Description de.hybris.platform.solrfacetsearch.search de.hybris.platform.solrfacetsearch.search.impl -
-
Uses of SearchResultGroupCommand in de.hybris.platform.solrfacetsearch.search
Methods in de.hybris.platform.solrfacetsearch.search that return types with arguments of type SearchResultGroupCommand Modifier and Type Method Description java.util.List<SearchResultGroupCommand>SearchResult. getGroupCommands()Returns the group results. -
Uses of SearchResultGroupCommand in de.hybris.platform.solrfacetsearch.search.impl
Classes in de.hybris.platform.solrfacetsearch.search.impl that implement SearchResultGroupCommand Modifier and Type Class Description classSolrSearchResultGroupCommandMethods in de.hybris.platform.solrfacetsearch.search.impl that return types with arguments of type SearchResultGroupCommand Modifier and Type Method Description java.util.List<SearchResultGroupCommand>SolrSearchResult. getGroupCommands()Method parameters in de.hybris.platform.solrfacetsearch.search.impl with type arguments of type SearchResultGroupCommand Modifier and Type Method Description voidSolrSearchResult. setGroupCommands(java.util.List<SearchResultGroupCommand> groupCommands)
-