Uses of Class
de.hybris.platform.solrfacetsearch.search.GroupCommandField
-
Packages that use GroupCommandField Package Description de.hybris.platform.adaptivesearchsolr.listeners de.hybris.platform.solrfacetsearch.search -
-
Uses of GroupCommandField in de.hybris.platform.adaptivesearchsolr.listeners
Methods in de.hybris.platform.adaptivesearchsolr.listeners that return GroupCommandField Modifier and Type Method Description protected GroupCommandFieldSolrAsSearchProfileCalculationListener. createGroupCommandField(AsGroup group)Methods in de.hybris.platform.adaptivesearchsolr.listeners that return types with arguments of type GroupCommandField Modifier and Type Method Description protected java.util.List<GroupCommandField>SolrAsSearchProfileCalculationListener. createGroupCommandFields(AsConfigurationHolder<AsGroup,AsGroup> groupHolder)Method parameters in de.hybris.platform.adaptivesearchsolr.listeners with type arguments of type GroupCommandField Modifier and Type Method Description protected AsConfigurationHolder<AsGroup,AsGroup>SolrAsSearchProfileCalculationListener. convertGroup(AsSearchProfileContext context, java.util.List<GroupCommandField> groupCommands, AsUidGenerator asUidGenerator) -
Uses of GroupCommandField in de.hybris.platform.solrfacetsearch.search
Methods in de.hybris.platform.solrfacetsearch.search that return GroupCommandField Modifier and Type Method Description GroupCommandFieldSearchQuery. getGroupCommand()Returns the group command field.Methods in de.hybris.platform.solrfacetsearch.search that return types with arguments of type GroupCommandField Modifier and Type Method Description java.util.List<GroupCommandField>SearchQuery. getGroupCommands()Deprecated, for removal: This API element is subject to removal in a future version.Replaced bySearchQuery.getGroupCommand().Methods in de.hybris.platform.solrfacetsearch.search with parameters of type GroupCommandField Modifier and Type Method Description voidSearchQuery. addGroupCommand(GroupCommandField groupCommand)Deprecated, for removal: This API element is subject to removal in a future version.Replaced bySearchQuery.setGroupCommand(GroupCommandField).voidSearchQuery. setGroupCommand(GroupCommandField groupCommand)Sets the group command field.
-